Changeset 2508


Ignore:
Timestamp:
Sep 7, 2008, 10:56:44 PM (16 years ago)
Author:
vdigital
Message:

Sylvia theme: .content reviewed (a temporary solution).

Location:
trunk/template/yoga/theme/Sylvia
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2506 r2508  
    1414/* backgrounds */
    1515
    16 H3, #imageHeaderBar, #imageToolBar A:hover {
    17         background-color: #111;
    18 }
     16/* H3, */ #imageHeaderBar, #imageToolBar A:hover { background-color: #111; }
    1917
    2018body {
    2119background:#111111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom;
    22 margin:0; min-height: 100%; height: 100% padding:0; }
     20margin:0; min-height: 100%; height: 100%; padding:0; }
    2321#the_page {
    2422background:transparent url(images/top-left-bg.jpg) no-repeat scroll left top;
     
    6058.content { border: 1px solid #000000; border-top: 0; margin:21px 7px 0 290px; padding-top:7px; }
    6159.content h2 { margin:0; padding:0px 10px 15px 15px; border:0;}
     60#content ul.thumbnailCategories li {
     61background:transparent url(images/cat_inactiv_bottom-right.gif) no-repeat scroll right bottom;
     62width:49%; margin: 0; padding:0; }
     63.content div.thumbnailCategory { background:transparent url(images/cat_inactiv_bottom-left.gif) no-repeat scroll left bottom;
     64padding: 0; margin:0; height: 180px !important; }
     65#content .thumbnailCategory div.illustration { background:transparent url(images/cat_inactiv_top-left.gif) no-repeat scroll left top;
     66padding: 0 0 0 10px; margin:-6px 0 0 0; }
     67.content .thumbnailCategory div.illustration a { display: block; margin: 20px 5px 12px 12px; }
     68#content .thumbnailCategory div.description { background:transparent url(images/cat_inactiv_top-right.gif) no-repeat scroll right top;
     69margin:14px 0 0; overflow-y:hidden; padding:0 8px 0 20px; }
    6270
    63 #imageHeaderBar {
    64         border-top: 1px solid #000000;
    65 }
     71#imageHeaderBar {       border-top: 1px solid #000000; }
     72#content.content .thumbnailCategory div.description H3 { margin: 15px 6px 3px 15px; }
    6673H2, #imageToolBar {
    6774        border-bottom: 1px solid #000000;
    6875}
    6976
    70 FIELDSET, INPUT, SELECT, TEXTAREA,
    71 .content DIV.thumbnailCategory {
     77FIELDSET, INPUT, SELECT, TEXTAREA {
    7278        border: 1px solid gray;
    7379}
     
    7884}
    7985
    80 .content UL.thumbnails SPAN.wrap2:hover,
    81 .content UL.thumbnailCategories DIV.thumbnailCategory:hover,
    82 .content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
     86.content UL.thumbnails SPAN.wrap2:hover {
    8387        background-color: #faebd7;
    84         border: 1 solid #f33;   /* thumbnails border color when mouse cursor is over it */
     88        border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */
    8589        color: black;
    8690}
Note: See TracChangeset for help on using the changeset viewer.