Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/theme-white.css

    r12893 r12960  
    11/* General rules ------------------------------------------------------------------------------- */
    22
    3 body {
    4         background-color: #fff;
    5         color: #888;
    6 }
     3html , body     { background-color: #fff;}
     4body            { color: #888;}
    75
    86#thePicturePage .left_block,
     
    2422/* Content ------------------------------------------------------------------------------------- */
    2523
    26 .content_block .additional_info {
    27         color: #666;
    28         background-color: #eee;
    29         border: none;
    30 }
    31 
    32 .additional_info p a {color:#222;}
    33 .additional_info p a:hover {color:#000;}
     24.content_block .additional_info { background-color:#eee; border:none;}
     25.content_block                  {color:#666;}
     26.content_block a                        {color:#222;}
     27.content_block a:hover  {color:#00;}
    3428
    3529/* Menubar ------------------------------------------------------------------------------------- */
     
    4034/* Category thumbnails ------------------------------------------------------------------------- */
    4135
     36.thumbnailCategories li,
     37.thumbnailCategories li:hover,
    4238.stuffs_block .personal_block ul.thumbnailCategories li,
    43 .thumbnailCategories li {
    44         background: #eee none 0 0 no-repeat;
    45         border-radius:10px;
    46         -moz-border-radius:10px;
    47         -webkit-border-radius:10px;
    48 }
    49 
    5039.stuffs_block .personal_block ul.thumbnailCategories li:hover,
    51 .thumbnailCategories li:hover {
    52         background: #ccc none 0 0 no-repeat;
    53         border-radius:10px;
    54         -moz-border-radius:10px;
    55         -webkit-border-radius:10px;
    56 }
    57 
    58 .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
    59         background: #fbfbfb none 0 0 no-repeat;
    60         border-radius:10px;
    61         -moz-border-radius:10px;
    62         -webkit-border-radius:10px;
    63 }
    64 
     40.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li,
    6541.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
    66         background: #ddd none 0 0 no-repeat;
    67         border-radius:10px;
    68         -moz-border-radius:10px;
    69         -webkit-border-radius:10px;
    70 }
     42        border-radius:10px;
     43        -moz-border-radius:10px;
     44        -webkit-border-radius:10px;
     45}
     46
     47.stuffs_block .personal_block ul.thumbnailCategories li, .thumbnailCategories li                                { background: #eee none 0 0 no-repeat;}
     48.stuffs_block .personal_block ul.thumbnailCategories li:hover, .thumbnailCategories li:hover    { background: #ccc none 0 0 no-repeat;}
     49.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li                                                    { background: #fbfbfb none 0 0 no-repeat;}
     50.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover                                      { background: #ddd none 0 0 no-repeat;}
    7151
    7252.thumbnailCategory .illustration img                    { border: 1px solid #555;}
     
    7555.thumbnailCategories li                                         { color:#666;}
    7656.thumbnailCategories li:hover                           { color:#444;}
     57
     58.atd .thumbnailCategory .description h3 { border-color:#999;}
     59.naf .thumbnailCategories .thumbnailCategory:hover .description h3  { border-color:#999;}
     60.atd .thumbnailCategory:hover .description h3 { border-color:#666;}     
    7761
    7862/* Images Thumbnails --------------------------------------------------------------------------- */
     
    216200/* Navigation Arrows --------------------------------------------------------------------------- */
    217201
    218 #theImageBox    { position: static;}
    219 #imgprev                { background: transparent url(icon/arrows-white.png) 0 0 no-repeat;}
    220 #imgnext                { background: transparent url(icon/arrows-white.png) -20px 0 no-repeat;}
     202#theImageBox    { position: relative;}
     203#imgprev                { position: fixed; background: transparent url(icon/arrows-white.png) 0 0 no-repeat;}
     204#imgnext                { position: fixed; background: transparent url(icon/arrows-white.png) -20px 0 no-repeat;}
    221205#imgprev:hover  { background: transparent url(icon/arrows-white.png) 0 -150px no-repeat;}
    222206#imgnext:hover  { background: transparent url(icon/arrows-white.png) -20px -150px no-repeat;}
     
    462446/* No Thumb Frame CSS -------------------------------------------------------------------------- */
    463447
    464 .ntf .stuffs_block .personal_block ul.thumbnailCategories li,
    465 .ntf .thumbnailCategories li ,
    466 .ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
     448.naf .stuffs_block .personal_block ul.thumbnailCategories li,
     449.naf .thumbnailCategories li ,
     450.naf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
    467451        background: none;
    468452}
    469453
    470 .ntf .stuffs_block .personal_block ul.thumbnailCategories li:hover,
    471 .ntf .thumbnailCategories li:hover,
    472 .ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
     454.naf .stuffs_block .personal_block ul.thumbnailCategories li:hover,
     455.naf .thumbnailCategories li:hover,
     456.naf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
    473457        background: none;
    474458        color:#222;
    475459}
    476460
    477 .ntf .thumbnailCategory .illustration img                       { border: 1px solid #777;}
    478 .ntf .thumbnailCategory .illustration img:hover         { border: 1px solid #111;}
     461.naf .thumbnailCategory .illustration img                       { border: 1px solid #777;}
     462.naf .thumbnailCategory .illustration img:hover         { border: 1px solid #111;}
    479463
    480464.ntf .wrap1 .wrap2 .thumbnail {
Note: See TracChangeset for help on using the changeset viewer.