Em terça-feira, 2 de agosto de 2016 23:40:46 UTC-3, Sergio Rolim escreveu:
>
>  I do not speak english, help me please.
>
> <html>
> <head>
>     <meta charset="utf-8">
>     <meta http-equiv="X-UA-Compatible" content="IE=edge">
>     <title></title>
>     <link rel="stylesheet" href="">
> </head>
> <body>
> <style>
> .box1 {width:200px; height:30px;display:inline;
> -moz-border-radius: 10px;
> border-radius: 10px;
> margin:0.1em 0.1em ; 
> padding:0.35em 3em;
> background-color:#ececec;
> float:left;}
>
> .box {width:1005px; height:100px;display:inline;
> -moz-border-radius: 10px;
> border-radius: 10px;
> margin:0.1em 0.1em ; 
> padding:0.35em 3em;
> background-color:#ececec;
> float:left;}
>
>
> #int{float:left;}
> #divum   {width:250px;height:500px;background-color:gray;padding: 0.35em 
> 3em;-moz-border-radius:10px;border-radius:10px;margin:0.1em 0.1em 0.3em 
> auto;float:left}
> #divdois {width:250px;height:500px;background-color:gray;padding:0.35em 
> 3em;-moz-border-radius:10px;border-radius:10px;margin:0.1em 0.1em 0.3em 
> auto;float:left;}
> #divtres {width:250px;height:500px;background-color:gray;padding:0.35em 
> 3em;-moz-border-radius:10px;border-radius:10px;margin:0.1em 0.1em 0.3em 
> auto;float:left;}
> #divqua  {width:250px;height:500px;background-color:gray;padding:0.35em 
> 3em;-moz-border-radius:10px;border-radius:10px;margin:0.1em o.1em 0.3em 
> auto;float:left;}
> </style>
>
> <div id="int">
> <div id="divum">
>                         <div class="box1">All Itens</div>
> ! Outstanding tasks
>
> <$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
>
> <$checkbox tag="done"> <$link to={{!!title}}><$view 
> field="title"/></$link></$checkbox>
>
> </$list>
>
>
>                          </div>
>
> <div id="divdois">
>                            <div class="box1">Pendencies</div>
>                             </div>
>
> <div id="divtres">
>                            <div class="box1">Doing</div> 
>                                ! Em curso
>
> <$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
>
> <$checkbox tag="Fazendo"> ~~<$link to={{!!title}}><$view 
> field="title"/></$link>~~</$checkbox>
>
> </$list>
>
>
>                             </div>
>
> <div id="divqua">
>                             <div class="box1">Done</div>
>                               ! Completed tasks
>
> <$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
>
> <$checkbox tag="done"> ~~<$link to={{!!title}}><$view 
> field="title"/></$link>~~</$checkbox>
>
> </$list>
>
>                              </div>
>                               </div>
>
> <div class="box">Footer</div>
> </body>
> </html>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/05b00599-13fd-41c2-a87e-444708a48c14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to