Changeset 2449 for trunk/admin


Ignore:
Timestamp:
Jul 22, 2008, 8:38:56 PM (16 years ago)
Author:
vdigital
Message:

Swift Theme Creator (minor changes): non functional version yet (2).

File:
1 edited

Legend:

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

    r2446 r2449  
    22/* text color */
    33body, h3, dt, h2, .throw, .content,
    4 input.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    5   color:#ccc; }
     4input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#ccc; }
    65input.text, input.button, input.submit, input.reset, input.file, select, textarea {
    76color:#444; } 
    87input.rateButton, legend, #theAdminPage h3 { color: #777; }
    98#theAdminPage h2 { color: #333; }
    10 /* common */
    11 .content .infos {
    12   color: #3f6; border:0pt none; background-color: transparent;
    13   padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
     9
     10.content .infos { color: #3f6; border:0pt none; background-color: transparent;
     11padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
    1412.content .infos li, .content .errors li { list-style-type:none; }
    15 .content .errors {
    16   color: #f70; border:0pt none; font-weight:bold; background-color: transparent;
    17   padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
     13.content .errors { color: #f70; border:0pt none; background-color: transparent;
     14padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; }
    1815#copyright { color:#777; margin:60px auto 0px 240px; text-align:center;
    19 padding-bottom: 15px;
    20 /* background:transparent url(images/tuft_of_grass-bg.png) no-repeat scroll left bottom;  */}
     16padding-bottom: 15px; }
    2117.header_notes {
    2218background: transparent url(../../../../../template/yoga/icon/note.png) no-repeat right top;
     
    2521text-align:right; top:90px; width:550px;  }
    2622
    27 /* backgrounds */
    2823html, body { min-height: 100%; }
    29 body {
    30   background:#111111 url(images/bottom-left-bg.png) no-repeat fixed left bottom;
    31   margin: 0; padding: 0;
    32 }
    33 #the_page {
    34 border:0; display:block; margin: 0; padding-bottom: 0; z-index: 1; top:0px;
     24body { margin: 0; padding: 0;
     25background:#111111 url(images/bottom-left-bg.png) no-repeat fixed left bottom; }
     26#the_page { margin: 0; padding: 0; z-index: 1; top:0px;
    3527padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; }
    36 #headbranch {
    37 background:transparent url(images/top-left-bg.png) no-repeat scroll left top;
    38 border:0; display:block; margin: 0; padding: 0; width: 233px;
    39 height: 240px; position:absolute; left:0px; top:0px; z-index: 0; }
    40 
    41 #theHeader {
    42   background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top;
    43   min-height:105px; }
     28#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
     29position:absolute; left:0px; top:0px; z-index: 0;
     30background:transparent url(images/top-left-bg.png) no-repeat scroll left top; }
     31#theHeader { min-height:105px; margin: 0; padding: 0;
     32background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; }
    4433h3, #imageToolBar a:hover, .row1, .content { background-color: #222; }
    4534.row2 { background-color:#111; }
Note: See TracChangeset for help on using the changeset viewer.