Changeset 1721


Ignore:
Timestamp:
Jan 14, 2007, 10:10:24 PM (17 years ago)
Author:
vdigital
Message:

Recent Wizzard Notes transparency solved for IE6... with all Themes.

Location:
trunk/template/yoga
Files:
3 edited

Legend:

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

    r1709 r1721  
    5959}
    6060/* backgrounds */
     61
     62
    6163BODY {
    6264  background: #ddd;
     
    6466  padding: 0px;
    6567}
    66 
    67 H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1  {
    68   background-color: #fff;
    69 }
    70 
     68H3, #imageHeaderBar, #imageToolBar A:hover, .row1  {
     69  background-color: #fff;
     70}
     71
     72#theAdminPage #the_page {
     73  background-color: #fff;
     74}
    7175#imageToolBar, .header_notes {
    7276  background-color: #fff;
     
    7882  border-color: #f92;
    7983}
     84
    8085#content, DIV.content {
    8186      /* All div similar to #content can be classified as content */
     87
    8288  background-color: #eee;
    8389  border: 1px solid #69c;
  • trunk/template/yoga/theme/wipi/theme.css

    r1713 r1721  
    6464  padding: 0px;
    6565}
    66 
    67 H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1  {
     66H3, #imageHeaderBar, #imageToolBar A:hover, .row1  {
    6867  background-color: #222;
    6968}
    7069
     70#theAdminPage #the_page {
     71  background-color: #222;
     72}
    7173#imageToolBar, .header_notes {
    7274  background-color: #333;
Note: See TracChangeset for help on using the changeset viewer.