Changeset 1832 for trunk/template
- Timestamp:
- Feb 17, 2007, 11:38:21 AM (18 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/content.css
r1631 r1832 89 89 padding-left: 5px; 90 90 padding-right: 5px; 91 -moz-box-sizing: padding-box;92 91 } 93 92 #content DIV.comment { -
trunk/template/yoga/header.tpl
r1707 r1832 38 38 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie7.css"> 39 39 <![endif]--> 40 <!--[if !IE]> <--> 41 <link rel="stylesheet" href="{pwg_root}template/{themeconf:template}/not-ie.css" type="text/css"> 42 <!--> <![endif]--> 40 43 <link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css"> 41 44 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css"> -
trunk/template/yoga/menubar.css
r1830 r1832 113 113 margin:0; 114 114 width: 100%; 115 -moz-box-sizing: padding-box; /* FIXME in a specific css file for FF */116 115 box-sizing: border-box; /* CSS3 */ 117 116 } -
trunk/template/yoga/menubar.tpl
r1788 r1832 33 33 <dd> 34 34 {MENU_CATEGORIES_CONTENT} 35 <!-- BEGIN upload --> 36 <ul><li> 37 <a href="{upload.U_UPLOAD}">{lang:upload_picture}</a> 38 </li></ul> 39 <!-- END upload --> 35 40 <p class="totalImages">{NB_PICTURE} {lang:total}</p> 36 41 </dd> 42 37 43 </dl> 38 44 … … 82 88 <li><a href="{summary.U_SUMMARY}" title="{summary.TITLE}" {summary.REL}>{summary.NAME}</a></li> 83 89 <!-- END summary --> 84 <!-- BEGIN upload --> 85 <li><a href="{upload.U_UPLOAD}">{lang:upload_picture}</a></li> 86 <!-- END upload --> 90 87 91 </ul> 88 92 </dd> -
trunk/template/yoga/theme/clear/theme.css
r1830 r1832 47 47 #content UL.thumbnails SPAN.wrap2 { 48 48 border: 1px solid #aaaaaa; /* thumbnails border color and style */ 49 -moz-border-radius: 4px; /* round corners with Geko */50 49 border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 51 50 } -
trunk/template/yoga/theme/dark/theme.css
r1830 r1832 80 80 #content UL.thumbnails SPAN.wrap2 { 81 81 border: 1px solid #aaaaaa; /* thumbnails border color and style */ 82 -moz-border-radius: 4px; /* round corners with Geko */83 82 border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 84 83 } -
trunk/template/yoga/theme/p0w0/theme.css
r1830 r1832 214 214 #content UL.thumbnails SPAN.wrap2 { 215 215 border: 1px solid #69c; /* thumbnails border color and style */ 216 -moz-border-radius: 4px; /* round corners with Geko */217 216 border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 218 217 } -
trunk/template/yoga/theme/wipi/theme.css
r1830 r1832 190 190 #content UL.thumbnails SPAN.wrap2 { 191 191 border: 1px solid #aaaaaa; /* thumbnails border color and style */ 192 -moz-border-radius: 4px; /* round corners with Geko */193 192 border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 194 193 } -
trunk/template/yoga/thumbnails.css
r1518 r1832 18 18 #content UL.thumbnails SPAN.wrap1 { 19 19 margin: 0 5px 5px 5px; 20 display: table-cell; display: inline-table; display: inline-block; 20 display: table-cell; /* display: inline-table; 21 /* display: inline-block; /* Why 3 display option ??? */ 21 22 vertical-align: top; /* OK with Opera and IE6 not Geko */ 22 23 text-align: center; /* to center the thumbnail and legend in Geko/Opera */
Note: See TracChangeset
for help on using the changeset viewer.