Ignore:
Timestamp:
Aug 22, 2008, 2:45:03 AM (16 years ago)
Author:
rvelices
Message:
  • further reduce css rules and remove unused ones
  • added a smarty prefilter so that html output is nicely indented now ...
Location:
trunk/template/yoga/theme
Files:
4 edited

Legend:

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

    r2480 r2481  
    44BODY, H1, H2, H3, DT,
    55INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    6   color:#696969;        /* dimgray */
     6        color:#696969;  /* dimgray */
    77}
    88
    99/* backgrounds */
    10 BODY, H3, .throw {
    11   background-color: #ffffff;    /* white */
     10BODY, H3 {
     11        background-color: #ffffff;      /* white */
    1212}
    1313
    14 H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
    15   background-color: #d3d3d3;
     14H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
     15        background-color: #d3d3d3;
    1616}
    1717
     
    3434
    3535FIELDSET, INPUT, SELECT, TEXTAREA,
    36 .content DIV.comment  A.illustration IMG,
    3736.content DIV.thumbnailCategory {
    3837  border: 1px solid gray;
     
    8180
    8281
    83 UL.tabsheet LI.normal_tab { background-color: #d3d3d3; }
    84 UL.tabsheet LI.selected_tab { background-color: #eeeeee; }
    85 
    86 UL.tabsheet, UL.tabsheet LI {border-color: gray;}
    87 UL.tabsheet LI.normal_tab:hover { border-color: black; }
  • trunk/template/yoga/theme/dark/theme.css

    r2480 r2481  
    77}
    88
    9 H2, #menubar DT, .throw {
     9H2, #menubar DT {
    1010        color: #fff48e;
    1111}
     
    1414/* backgrounds */
    1515
    16 BODY, H3, #imageHeaderBar, #imageToolBar A:hover, .row1, UL.tabsheet LI.normal_tab {
     16BODY, H3, #imageHeaderBar, #imageToolBar A:hover {
    1717        background-color: #2f2f2f;
    1818}
    1919
    20 #menubar DL, .content, #imageToolBar, .header_notes, UL.tabsheet LI.selected_tab {
     20#menubar DL, .content, #imageToolBar, .header_notes {
    2121        background-color: #505050;
    2222}
    2323
    24 H2, #menubar DT, .throw {
     24H2, #menubar DT {
    2525        background-image: url(images/tableh1_bg.png);
    2626}
     
    5151
    5252FIELDSET, INPUT, SELECT, TEXTAREA,
    53 .content DIV.comment  A.illustration IMG,
    5453.content DIV.thumbnailCategory {
    5554        border: 1px solid gray;
     
    6968}
    7069
    71 UL.tabsheet LI.normal_tab:hover { border-color: #fff48e; }
    7270
    7371/* links */
  • trunk/template/yoga/theme/p0w0/theme.css

    r2480 r2481  
    1818/******************************************************************************/
    1919/* Texts Only */
    20 BODY, H1, H3, DT, H2, .throw { color: #369; }
    21 H2, #menubar DT, .throw, TD H3 {
     20BODY, H1, H3, DT, H2 { color: #369; }
     21H2, #menubar DT, TD H3 {
    2222  color: #fff;
    2323}
     
    7272 letter-spacing: 0em;
    7373}
    74 #thePicturePage #comments H2 {
     74#thePicturePage #comments H3 {
    7575  color: #69c;
    7676}
     
    8181  color: #369;
    8282}
    83 .tabsheet li, .tabsheet li a,
    8483.content div.thumbnailCategory .description h3 a {
    8584  color: #fff;
    8685}
    87 .tabsheet li a:hover, .content div.thumbnailCategory .description h3 a:hover {
     86.content div.thumbnailCategory .description h3 a:hover {
    8887  color: #f92;
    8988}
     
    9897.content { background-color: #dfe8ff; }
    9998#the_page { background-color: #dfe8ff; }
    100 #menubar, H3, #imageHeaderBar,
    101 .row1  { background-color: #eef; }
    102 H2, #menubar DT, .throw, TD H3,
     99#menubar, H3, #imageHeaderBar { background-color: #eef; }
     100H2, #menubar DT, TD H3,
    103101#imageToolBar,
    104 #imageHeaderBar, #imageHeaderBar H2, .tabsheet li,
     102#imageHeaderBar, #imageHeaderBar H2,
    105103.content H2 { background-color: #369; }
    106104.content .infos { background-color: #47a; ;}
    107105.content .errors { background-color: #fc5; ;}
    108 #thePicturePage #comments H2 { background-color: #eef; ;}
     106#thePicturePage #comments H3 { background-color: #eef; ;}
    109107.content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
    110108  background-color: #69c;
     
    120118input#qsearchInput { background-color: #cde; }
    121119.virtual_cat { background: #fff !important; }
    122 .selected_tab { background-color: #69c !important; }
    123120/******************************************************************************/
    124121/* Borders, Margins, Padding Only */
     
    159156  padding: 3px 0px 15px 0px;
    160157}
    161 #thePicturePage #comments H2 {
     158#thePicturePage #comments H3 {
    162159  border-top: 2px solid #69c;
    163160  border-bottom: 1px solid #369;
     
    181178}
    182179FIELDSET, INPUT, SELECT, TEXTAREA,
    183 .content DIV.comment  A.illustration IMG,
    184180.content DIV.thumbnailCategory {
    185181  border: 1px solid #69c;
     
    206202  margin: 0px;
    207203}
    208 ul.tabsheet, ul.tabsheet li { border-color: #369 !important; }
    209 .tabsheet li:hover { border-color: #f92 !important; }
    210204
    211205/******************************************************************************/
     
    254248* { outline: none; }
    255249
    256 tr.throw td a { color: #fff; }
    257 tr.throw td a:focus { color: #f92; }
  • trunk/template/yoga/theme/wipi/theme.css

    r2480 r2481  
    1111  border: 0px;
    1212}
    13 H2, .throw {
     13H2 {
    1414  color: #eee;
    1515}
     
    6363  padding: 0px;
    6464}
    65 H3, #imageToolBar A:hover, .row1, .tabsheet li {
     65H3, #imageToolBar A:hover {
    6666  background-color: #222;
    6767}
     
    7373  background-color: #333;
    7474}
    75 .selected_tab { background-color: eee !important; }
    7675A {
    7776  border-color: #69c;
     
    8685}
    8786
    88 H2, #menubar DT, .throw, TD H3 {
     87H2, #menubar DT, TD H3 {
    8988  background-image: url(images/tableh1_bg.png);
    9089  background-repeat: repeat-x;
     
    146145}
    147146
    148 #thePicturePage #comments H2 {
     147#thePicturePage #comments H3 {
    149148  background-image: none;
    150149  background-color: #222;
     
    175174}
    176175FIELDSET, INPUT, SELECT, TEXTAREA,
    177 .content DIV.comment  A.illustration IMG,
    178176.content DIV.thumbnailCategory {
    179177  border: 1px solid gray;
     
    195193}
    196194
    197 #menubar .buttonmenu {
    198   margin: 0 2px;
    199   width: auto;
    200   padding: 0;
    201   text-indent: 0;
    202   list-style: none;
    203   text-align: center;
    204   float: left;
    205 }
    206195/* links */
    207196A, INPUT.rateButton, legend {
     
    287276h2.showtitle, #theImage p.showlegend { display: none }
    288277* { outline-width: 0px; }
    289 ul.tabsheet, ul.tabsheet li {
    290   border-color: #69c;
    291 }
    292 ul.tabsheet li.normal_tab {
    293   background-image: url(images/tableh1_bg.png);
    294   background-repeat: repeat-x;
    295 }
    296 ul.tabsheet li.normal_tab:hover { border-color: #f92 }
    297 ul.tabsheet li {
    298   -moz-border-radius: 0px 0px 3px 3px;
    299   border-radius:  0px 0px 12px 12px;
    300   -webkit-border-radius: 0px 0px 3px 3px;
    301 }
Note: See TracChangeset for help on using the changeset viewer.