Changeset 2778


Ignore:
Timestamp:
Oct 19, 2008, 10:55:23 PM (15 years ago)
Author:
vdigital
Message:

CSS 2.1 cannot be reached (14 errors left).
IE rule set is created (including IE hack).

Location:
branches/2.0/template/yoga/theme/Sylvia
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r2745 r2778  
    6060margin: 0; padding:15px 10px 3px 0; overflow: hidden; }
    6161#content .thumbnailCategory div.description .text { display:block; margin:10px 2px 0 0;
    62 overflow: auto; overflow-x:hidden; padding:0 0 5px;  /* Only IE family supports colored scrollbar */
    63  scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
    64  scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
    65  scrollbar-arrow-color: #f70; }
     62overflow: auto; overflow-x:hidden; padding:0 0 5px; }
    6663.content div.thumbnailCategory div.description p.dates { margin: 0 15px 0 15px; text-align: right; }
    6764#content.content .thumbnailCategory div.description H3 { display: block; margin: 0; }
     
    9693#imageHeaderBar .imageNumber { margin-right:7%; }
    9794#imageHeaderBar .browsePath { margin-left:7%; }
    98 *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    99 #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
     95*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; }
     96#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; }
    10097.rateButtonStarFull {   background-image: url('icon/rating-stars.gif'); }
    10198.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
     
    105102input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    106103color:#999; border-color: #666; }
    107 /* IE6... Hacks: */
    108 /*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */
  • branches/2.0/template/yoga/theme/Sylvia/themeconf.inc.php

    r2650 r2778  
    66  'admin_icon_dir' => 'template/yoga/icon/admin',
    77  'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
    8   'local_head' => '',
     8  'local_head' => '
     9<!--[if IE]> <-->
     10        <link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css">
     11<!--> <![endif]-->
     12  ',
    913);
    1014?>
Note: See TracChangeset for help on using the changeset viewer.