Ignore:
Timestamp:
Nov 24, 2010, 9:42:56 PM (13 years ago)
Author:
rvelices
Message:

css rules simplification

  • merged rules
  • remove overly qualified inefficient selectors

etc...

File:
1 edited

Legend:

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

    r7843 r7869  
    88#comments form.filter input[type="submit"] { margin-top:1.8em; }
    99/*  Sylvia Theme is close to the Roma Admin theme */
    10 BODY, H1, H3, DT, INPUT.rateButtonSelected, H2, #menubar DT {
     10BODY, H1, H3, DT, .rateButtonSelected, H2, #menubar DT {
    1111        color:#666;
    1212}
     
    176176}
    177177
    178 .content {
     178#theCategoryPage .content {
    179179        border: 1px solid #000;
    180180        border-top: 0;
    181         margin:21px 7px 0 290px;
     181        margin:21px 7px 0 290px !important;
    182182        padding-top:7px;
    183183}
     
    293293        color:#999;
    294294}
    295 .content UL.thumbnails SPAN.wrap2 {
     295UL.thumbnails SPAN.wrap2 {
    296296        border: 1px solid #666; /* thumbnails border color and style */
    297297        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
    298298}
    299 .content UL.thumbnails SPAN.wrap2:hover {
     299UL.thumbnails SPAN.wrap2:hover {
    300300        color:#666;
    301301        background-color:#111;
     
    316316        border:1px solid #666;
    317317}
    318 A, INPUT.rateButton {
     318A, .rateButton {
    319319        color:#f70;
    320320        border-width: 0;
Note: See TracChangeset for help on using the changeset viewer.