Changeset 1813


Ignore:
Timestamp:
Feb 14, 2007, 12:31:01 AM (17 years ago)
Author:
vdigital
Message:

Minor changes to w0p0 (not only on Rub request)

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

Legend:

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

    r1807 r1813  
    88#copyright {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom;
    99color: #69c;}
    10 h2 {background-color: #369;color:#fff;}
     10h2 {color:#fff;background: #369 url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/button-bg.png);}
    1111img { margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }
    1212img:hover {border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }
  • trunk/template/yoga/theme/p0w0/theme.css

    r1811 r1813  
    122122#content .infos { background-color: #47a; }
    123123#content .errors { background-color: #fc5; }
    124 #thePicturePage #comments H2 {
    125   background-color: #eef;
    126 }
     124#thePicturePage #comments H2 { background-color: #eef; }
    127125#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
    128126  background-color: #69c;
     
    154152  padding: 0px;
    155153}
    156 #content H2 {
     154#menubar DT, #content H2 {
     155  background-image: url(images/button-bg.png);
    157156  border: 0px;
    158157  margin-bottom: 20px;
     158}
     159#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
     160  background-image: url(images/button-bg.png);
     161  border-width: 1px;
     162  border-style: outset;
     163  border-color: #369;
     164}
     165#content ul.thumbnailCategories li div.thumbnailCategory .description h3:active
     166{
     167        background: #69c;
     168        border: 1px inset #369;
    159169}
    160170#content .errors { border-color: #f92; }
     
    241251input.submit {
    242252  background-image: url(images/button-bg.png);
    243   height:28px;
    244   border: 0px;
     253  height:22px;
    245254  font-weight: bold;
    246255        color: #fff;
    247   border-bottom-width: 1px;
    248   border-right-width: 1px;
     256  border-width: 1px;
    249257  border-style: outset;
    250258  border-color: #369;
    251         padding: auto 2em auto 2em;
     259  padding-left: 2em;
     260  padding-right: 2em;
    252261}
    253262input.submit[type="reset"]:active,
    254263input.submit:active {
    255264        background: #69c;
    256         border: 3px double #369;
    257         border-left-color: #9ab;
    258         border-top-color: #9ab;
    259 }
    260 #addComment input.submit  {
    261   padding: auto 14em auto 14em;
    262 }
     265  height:22px;
     266        border: 1px inset #369;
     267}
     268#addComment fieldset input.submit[type="submit"]  {
     269  height: 38px;
     270  padding-left: 4em;
     271  padding-right: 4em;
     272}
Note: See TracChangeset for help on using the changeset viewer.