Changeset 1832


Ignore:
Timestamp:
Feb 17, 2007, 11:38:21 AM (17 years ago)
Author:
vdigital
Message:

Some css changes to reach CSS3 Conformity (even not official)
(New): mozilla family hacks are all in a not-ie.css
(New): HTTP Upload has been moved (enhanced visibility).

Location:
trunk/template/yoga
Files:
1 added
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/content.css

    r1631 r1832  
    8989  padding-left: 5px;
    9090  padding-right: 5px;
    91   -moz-box-sizing: padding-box;
    9291}
    9392#content DIV.comment {
  • trunk/template/yoga/header.tpl

    r1707 r1832  
    3838  <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie7.css">
    3939<![endif]-->
     40<!--[if !IE]> <-->
     41   <link rel="stylesheet" href="{pwg_root}template/{themeconf:template}/not-ie.css" type="text/css">
     42<!--> <![endif]-->
    4043<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
    4144<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
  • trunk/template/yoga/menubar.css

    r1830 r1832  
    113113  margin:0;
    114114  width: 100%;
    115  -moz-box-sizing: padding-box; /* FIXME in a specific css file for FF */
    116115  box-sizing: border-box; /* CSS3 */
    117116}
  • trunk/template/yoga/menubar.tpl

    r1788 r1832  
    3333  <dd>
    3434    {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 -->
    3540    <p class="totalImages">{NB_PICTURE} {lang:total}</p>
    3641  </dd>
     42
    3743</dl>
    3844
     
    8288      <li><a href="{summary.U_SUMMARY}" title="{summary.TITLE}" {summary.REL}>{summary.NAME}</a></li>
    8389      <!-- END summary -->
    84       <!-- BEGIN upload -->
    85       <li><a href="{upload.U_UPLOAD}">{lang:upload_picture}</a></li>
    86       <!-- END upload -->
     90
    8791    </ul>
    8892  </dd>
  • trunk/template/yoga/theme/clear/theme.css

    r1830 r1832  
    4747#content UL.thumbnails SPAN.wrap2 {
    4848  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
    49   -moz-border-radius: 4px;      /* round corners with Geko */
    5049  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
    5150}
  • trunk/template/yoga/theme/dark/theme.css

    r1830 r1832  
    8080#content UL.thumbnails SPAN.wrap2 {
    8181  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
    82   -moz-border-radius: 4px;      /* round corners with Geko */
    8382  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
    8483}
  • trunk/template/yoga/theme/p0w0/theme.css

    r1830 r1832  
    214214#content UL.thumbnails SPAN.wrap2 {
    215215  border: 1px solid #69c;       /* thumbnails border color and style */
    216   -moz-border-radius: 4px;      /* round corners with Geko */
    217216  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
    218217}
  • trunk/template/yoga/theme/wipi/theme.css

    r1830 r1832  
    190190#content UL.thumbnails SPAN.wrap2 {
    191191  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
    192   -moz-border-radius: 4px;      /* round corners with Geko */
    193192  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
    194193}
  • trunk/template/yoga/thumbnails.css

    r1518 r1832  
    1818#content UL.thumbnails SPAN.wrap1 {
    1919  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 ??? */
    2122  vertical-align: top;          /* OK with Opera and IE6 not Geko */
    2223  text-align: center;           /* to center the thumbnail and legend in Geko/Opera */
Note: See TracChangeset for help on using the changeset viewer.