Ignore:
Timestamp:
Dec 26, 2010, 7:21:26 AM (13 years ago)
Author:
rvelices
Message:

simplify inefficient CSS rules according to pagespeed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/theme.css

    r8269 r8306  
    66}
    77#comments .thumbnailCategories hr {display:none;}
    8 #comments form.filter input[type="submit"] { margin-top:1.8em; }
     8#comments .filter input[type="submit"] { margin-top:1.8em; }
    99/*  Sylvia Theme is close to the Roma Admin theme */
    1010BODY, H1, H3, DT, INPUT.rateButtonSelected, H2, #menubar DT {
     
    191191        margin:0;
    192192}
    193 .content ul.thumbnailCategories li {
     193.content .thumbnailCategories li {
    194194        background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom;
    195195        width:49%;
     
    232232        display: block;
    233233}
    234 .content ul.thumbnailCategories li:hover {
     234.content .thumbnailCategories li:hover {
    235235        background-color:#111;
    236236}
     
    293293        color:#999;
    294294}
    295 UL.thumbnails SPAN.wrap2 {
     295.thumbnails .wrap2 {
    296296        border: 1px solid #666; /* thumbnails border color and style */
    297297        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
    298298}
    299 UL.thumbnails SPAN.wrap2:hover {
     299.thumbnails .wrap2:hover {
    300300        color:#666;
    301301        background-color:#111;
    302302        border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */
    303303}
    304 #comments ul.actions li, #comments ul.actions li:hover {
     304#comments .actions li, #comments .actions li:hover {
    305305        background:transparent none;
    306306        margin-right: 22px;
     
    402402  color: #666;
    403403}
    404 #theCommentsPage .content ul.thumbnailCategories li,
     404#theCommentsPage .content .thumbnailCategories li,
    405405#theCommentsPage .content .thumbnailCategory ,
    406406#theCommentsPage .content .thumbnailCategory .description,
     
    419419        background-color: #111;
    420420}
    421 #theCommentsPage .content ul.thumbnailCategories li:hover {
     421#theCommentsPage .content .thumbnailCategories li:hover {
    422422        background-color: transparent;
    423423}
Note: See TracChangeset for help on using the changeset viewer.