Changeset 1836
- Timestamp:
- Feb 19, 2007, 7:48:56 AM (18 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/cat_modify.tpl
r1780 r1836 207 207 208 208 <p> 209 <input type="submit" value="{lang:Submit}" name="submitDestinations" {TAG_INPUT_ENABLED}/>210 <input type="reset" value="{lang:Reset}" name="reset" />209 <input class="submit" type="submit" value="{lang:Submit}" name="submitDestinations" {TAG_INPUT_ENABLED}/> 210 <input class="submit" type="reset" value="{lang:Reset}" name="reset" /> 211 211 </p> 212 212 -
trunk/template/yoga/slideshow.tpl
r1730 r1836 7 7 </div> 8 8 <div class="imageNumber">{PHOTO}</div> 9 <!-- BEGIN title --> 10 <h2 class="showtitle">{TITLE}</h2> 11 <!-- END title --> 9 12 </div> 10 13 <div id="theImage"> 11 14 {ELEMENT_CONTENT} 15 <!-- BEGIN legend --> 16 <p class="showlegend">{legend.COMMENT_IMG}</p> 17 <!-- END legend --> 12 18 </div> -
trunk/template/yoga/theme/p0w0/theme.css
r1835 r1836 55 55 font-weight: normal; 56 56 } 57 #content H3 { 58 text-indent: 3em 59 } 57 #content ul.thumbnailCategories li div.thumbnailCategory .description h3, 58 #content h3 { text-align: center; } 60 59 .browsePath, .imageNumber, 61 60 #imageHeaderBar H2, … … 278 277 padding-right: 4em; 279 278 } 280 A:focus { outline: none; } 281 A:active { outline: none; } 279 * { outline: none; } -
trunk/template/yoga/theme/wipi/theme.css
r1835 r1836 30 30 #menubar DT:before { 31 31 content: "__\\_ "; 32 color: # 69c;32 color: #f92; 33 33 } 34 34 #menubar DT:after { 35 35 content: " _/__"; 36 color: # f92;36 color: #69c; 37 37 } 38 38 #menubar .button { … … 104 104 margin-bottom: 20px; 105 105 } 106 #content H3 { 107 text-indent: 3em 106 #content ul.thumbnailCategories li div.thumbnailCategory .description h3, 107 #content h3 { text-align: center; } 108 #content ul.thumbnailCategories li div.thumbnailCategory .description p { 109 color: #f92; text-indent: 0em; 110 } 111 #content ul.thumbnailCategories li div.thumbnailCategory .description p + p { 112 color: #fff; 108 113 } 109 114 .browsePath A { … … 311 316 border-right: 1px solid #69c; 312 317 border-bottom: 1px solid #69c; 313 border-bottom-right-radius: 44px;314 -moz-border-radius-bottomright: 44px;318 border-bottom-right-radius: 12px; 319 -moz-border-radius-bottomright: 12px; 315 320 box-shadow: 5px 5px #69c; 316 321 } 317 h3 { height: 23px; padding: 5px 10px 2px; 10px; border-top: 1px solid #eef;} 322 #imageToolBar .randomButtons a:hover, 323 #imageToolBar .navButtons a:hover { background-color: #111; } 324 h2.showtitle, #theImage p.showlegend { display: none } 325 * { outline-width: 0px; }
Note: See TracChangeset
for help on using the changeset viewer.