Changeset 1935
- Timestamp:
- 12/03/09 08:20:42 (13 years ago)
- Location:
- themes/walouwalou
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/walouwalou/_define.php
r1932 r1935 16 16 /* Description*/ "Grid Theme with a funny name", 17 17 /* Author */ "Osku", 18 /* Version */ '0.2. 1'18 /* Version */ '0.2.2' 19 19 ); 20 20 ?> -
themes/walouwalou/tpl/archive.html
r1914 r1935 63 63 <tpl:Entries> 64 64 65 <h2 class="post-title">{{tpl:EntryIfSelected return=" *"}}<a65 <h2 class="post-title">{{tpl:EntryIfSelected return="★ "}}<a 66 66 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}} »</a></h2> 67 67 <div class="post-content">{{tpl:EntryContent encode_html="1" remove_html="1" cut_string="150"}} ...</div> -
themes/walouwalou/tpl/page.html
r1926 r1935 105 105 <ul class="meta-info"> 106 106 <li class="meta-time"><a href="#c{{tpl:CommentID}}">{{tpl:CommentDate format="%H:%M"}}</a></li> 107 <li class="meta- author {{tpl:CommentIfMe}}">{{tpl:CommentAuthorLink}}</li>107 <li class="meta-c_author {{tpl:CommentIfMe}}">{{tpl:CommentAuthorLink}}</li> 108 108 </ul> 109 109 </div> -
themes/walouwalou/tpl/tribune.html
r1914 r1935 1 1 <dl> 2 2 <tpl:TriTribune> 3 <dt id="#t{{tpl:TribId}}" <tpl:LoopPosition even="1">class="even"</tpl:LoopPosition>> 4 <em>{{tpl:TribAuthor}}</em> 5 <span class="tribdate" title="{{tpl:TribDate}}">à {{tpl:TribDate format="%T"}}</span 3 <dt id="t{{tpl:TribId}}" class="<tpl:LoopPosition even="1">even</tpl:LoopPosition> grid_1 alpha"> 4 {{tpl:TribAuthor}} : 6 5 </dt> 7 <dd >6 <dd class="grid_2 omega"> 8 7 {{tpl:TribMessage with_smile="1"}} 9 8 </dd> -
themes/walouwalou/walouwalou.css
r1914 r1935 542 542 background:none; 543 543 } 544 545 /* Tribune libre */ 546 #sidebar .litribune { 547 color:#333; 548 } 549 #sidebar .litribune fieldset { 550 font-size:80%; 551 clear:left; 552 } 553 #sidebar .tribune dl { 554 font-size:87%; 555 } 556 #sidebar .tribune dt { 557 color:#666; 558 text-align:right; 559 } 560 #sidebar .tribune dt.even { 561 color:#222; 562 } 563 #sidebar .tribune dd p { 564 margin:0; 565 } 566 567 /* Javatars */ 568 p.jabber { 569 width:220px; 570 float:left; 571 }
Note: See TracChangeset
for help on using the changeset viewer.