Changeset 1835


Ignore:
Timestamp:
Feb 18, 2007, 12:17:36 AM (17 years ago)
Author:
vdigital
Message:

Minor style changes on theme wipi and p0w0

Location:
trunk/template/yoga/theme
Files:
3 edited

Legend:

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

    r1832 r1835  
    158158  background-image: url(images/button-bg.png);
    159159  border: 0px;
    160   margin-bottom: 20px;
     160  margin-bottom: 3px;
    161161}
    162162#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
  • trunk/template/yoga/theme/wipi/theme.css

    r1832 r1835  
    7373  background-color: #222;
    7474}
    75 
     75#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
    7676#theAdminPage #the_page {
    7777  background-color: #222;
     
    9393H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
    9494  background-image: url(images/tableh1_bg.png);
     95  background-repeat: repeat-x;
    9596}
    9697#content H2 {
     
    132133}
    133134#thePicturePage #imageHeaderBar {
    134   background-image: url(images/tableh2_bg.png); 
     135  background-image: url(images/tableh2_bg.png);
    135136  background-repeat: repeat-x;
    136137}
     
    306307a.PWG:hover .P { color : #69c; }
    307308a.PWG:hover .G { color : #f92; }
     309#menubar DT {
     310    border-top: 1px solid #eef;
     311    border-right: 1px solid #69c;
     312    border-bottom: 1px solid #69c;
     313    border-bottom-right-radius: 44px;
     314   -moz-border-radius-bottomright: 44px;
     315    box-shadow: 5px 5px #69c;
     316}
     317h3 { height: 23px; padding: 5px 10px 2px; 10px; border-top: 1px solid #eef;}
Note: See TracChangeset for help on using the changeset viewer.