Ignore:
Timestamp:
May 25, 2010, 10:54:34 PM (14 years ago)
Author:
vdigital
Message:

Admin page design review mainly for the "clear" theme
Code review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/charlies_content/charlies.css

    r6220 r6360  
    77        background-color: transparent;
    88}
    9 #theImage { padding-top:5px;}
     9#theImage {
     10        padding-top:5px;
     11}
    1012#theImage #charlie {
    11   margin:0px auto 5px auto;
     13        margin:0px auto 5px auto;
    1214        padding: 0; background-color: transparent;
    1315        border: 0;
    14   border-color: #cccccc #aaaaaa #666666 #aaaaaa; border-style: ridge;
     16        border-color: #cccccc #aaaaaa #666666 #aaaaaa; border-style: ridge;
    1517}
    1618#theImage #charlie .none_1 { /* none */ }
     
    5456
    5557a.xl { border:1px solid #666; color:#FF7700; cursor:pointer; display:block; font-size:95%; margin:5px auto;
    56 padding:8px 41px; text-align:center; width:555px; background: transparent url(./expender.png) no-repeat scroll 1px 0px; }
    57 a.xl:hover,  a.xl:active { border: 1px solid #666; }
     58padding:8px 41px; text-align:center; width:580px; background: #333 url(images/expender.png) no-repeat scroll 24px 0px; }
     59a.xl:hover,  a.xl:active { background-color:#111; border:1px solid #333; }
    5860a.nlink { border:0; color:#666; cursor:pointer; font-size:60%; margin:5px auto 2px; padding:0px 6px;}
    59 a.xl.selected { border:0; color: #666; background-image: none;}
     61.clear a.xl.ui-state-active { color: #333; }
     62a.xl.ui-state-active { border:0; color: #f1f1f1; background-image: none; background-color:#333;}
     63.clear a.xl  { background-color:#ddd; border:1px solid #f1f1f1;}
     64.checking { background-color:#333; border:12px solid #333;}
     65.clear .checking { background-color:#F8F8F8; border:12px solid #F8F8F8;}
    6066.Charlies legend { padding: 0px 8px;}
    6167.content .errors, .content .infos { position:relative;}
    6268
    63 #theAdminPage  #pwgMain  { background: url("./city-lights-2.jpg") no-repeat scroll right -48px transparent; height:114px;}
    64 #theAdminPage  #pwgMain  { background: url("./city-lights.jpg") no-repeat scroll right -55px transparent; height:114px;}
     69#theAdminPage  #pwgMain .Charlies *,
     70#theAdminPage  #pwgMain .Charlies *:hover,
     71#theAdminPage  #pwgMain .Charlies *:focus,
     72#theAdminPage  #pwgMain .Charlies *:active { outline: 0; }
     73
     74a.xl, #theAdminPage  #pwgMain .Charlies  input,
     75#theAdminPage  #pwgMain .Charlies #main-options li,
     76#theAdminPage  #pwgMain .Charlies #main-options li a {
     77        border-radius: 8px; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px;
     78}
     79#theAdminPage .Charlies fieldset,
     80#theAdminPage .Charlies .checking {
     81        border-radius: 16px; -moz-border-radius: 16px; -khtml-border-radius: 16px; -webkit-border-radius: 16px;
     82}
     83
     84#theAdminPage  #pwgMain .Charlies  input {
     85padding-left:5px;
     86}
     87
     88#theAdminPage #the_page h2 { display:block; display:none; height:34px; margin:-2px 0 0; max-height:34px; min-height:34px; }
     89#theAdminPage #the_page.roma h2  { background: url(images/city-lights.jpg)  no-repeat scroll 86% -46px transparent; }
     90#theAdminPage #the_page.roma h2.cl2 { background: url(images/city-lights-2.jpg)  no-repeat scroll 86% -46px transparent; }
     91
     92#theAdminPage #the_page.clear h2.cl3 { background: url(images/wcity-lights-3.jpg)  no-repeat scroll 86% -46px transparent; }
     93#theAdminPage #the_page.clear h2.cl2 { background: url(images/wcity-lights-2.jpg)  no-repeat scroll 86% -46px transparent; }
     94#theAdminPage #the_page.clear  h2 { background: url(images/wcity-lights.jpg)  no-repeat scroll 86% -46px transparent; }
     95
    6596#theAdminPage  #charlie .input { border-top: 1px solid #666; border-bottom: 0; margin-bottom:1px;}
    6697#theAdminPage  #charlie .i15 { border-top: 1px solid #666; border-bottom: 1px solid #666; margin-bottom:1px;}
     
    79110/* #theAdminPage  #the_page .content { margin-top: 0px;} */
    80111#theAdminPage #the_page #theHeader { height: 114px; min-height: 114px; max-height: 114px; }
    81 #theAdminPage .Charlies input[type="submit"] { display:block; margin:0 5px 0 auto; padding:3px 40px;}
     112#theAdminPage .Charlies input[type="submit"] { display:block; margin:5px 5px 0 auto; padding:3px 40px;}
    82113.content form.properties li, form#update ul {clear:none;}
    83 #theAdminPage .Charlies fieldset { background: transparent url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; }
     114#theAdminPage .Charlies fieldset { padding-top:0; background: transparent url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; }
     115#theAdminPage  #the_page.clear .Charlies fieldset { background: transparent url(images/f1f1f1_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; }
    84116#theAdminPage  div.none { border:0; background: transparent none; width:100%; min-width:100%; margin: 12px 5px;}
    85117.ui-tabs {padding: .2em;}
     
    97129        /*resets*/margin: 0 1px 0 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    98130        float: left; border: 1px solid #666666; border-right: none; }
     131.clear .ui-tabs-nav li a {
     132        color: #f1f1f1;
     133}
    99134.ui-tabs-nav li a {
    100135        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
Note: See TracChangeset for help on using the changeset viewer.