Ignore:
Timestamp:
07/06/09 09:46:47 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Modificações para usar novo template no setup.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/setup/templates/default/css/default.css

    r796 r1083  
    1313        color: #5F5F5F; 
    1414} 
    15 /* 
    16 StyleSheet coding standards: 
    17  
    18 1. use lowercase if possible 
    19  
    20 2. format styles like this: 
    21  
    22 body 
    23 { 
    24         font-size: 12px; 
    25         font-family: Verdana, Arial, Helvetica, sans-serif 
    26 } 
    27  
    28 3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's. 
    29  
    30 4. close every property with ; also the last one. 
    31 */ 
    3215 
    3316body  
     
    4932        border-width:0px; 
    5033        border-style:none; 
    51         /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader; 
    52 */ 
    5334} 
    5435 
     
    6041} 
    6142 
    62 /* 
    63 a:visited  
    64 { 
    65         color: #006699;  
    66         text-decoration: none; 
    67 } 
    68 */ 
    6943a:hover,a:active 
    7044{ 
     
    7347        text-decoration: underline; 
    7448} 
    75 /* 
    76 a:active  
    77 { 
    78         color: #006699;  
    79         text-decoration: underline; 
    80 } 
    81 */ 
     49 
    8250input,button 
    8351{ 
     
    12896        border-left: #9c9c9c 1px solid;  
    12997        border-bottom: #9c9c9c 1px solid 
     98        color:#666666; 
    13099} 
    131100 
     
    235204        background-color:white; 
    236205        margin-top: 5px; 
    237         padding:9px; 
    238         border-color:#7e7e7e; 
    239         border-width:1px; 
    240         border-style:solid; 
     206        padding:5px; 
     207        border:1px solid #749ece; 
    241208} 
    242209 
     
    251218#divAppIconBar 
    252219{ 
    253         background-color:white; 
    254         border-top-color:#9c9c9c; 
    255         border-top-width:1px; 
    256         border-top-style:solid; 
    257         background-image: url(../images/fundo_topo.gif);  
    258         background-repeat: repeat-x 
     220        background-color: #e8eff5;  
    259221} 
    260222 
     
    305267#divAppboxHeader 
    306268{ 
    307         /*width:100%;*/ 
    308         background-image:url(../images/appbox-header-background.png); 
    309         background-repeat: repeat-x; 
     269        background-color: #e8eff5;  
    310270        height:36px; 
    311271        line-height:28px; 
    312272        text-align:center; 
    313         /*      padding-top:7px;*/ 
    314273        padding-bottom:0px; 
    315274        font-size:14px; 
    316275        font-weight:bold; 
    317276        color:#666666; 
    318         border-top-color:#9c9c9c; 
    319         border-top-width:1px; 
    320         border-top-style:solid; 
    321         border-left-color:#9c9c9c; 
    322         border-left-width:1px; 
    323         border-left-style:solid; 
    324         border-right-color:#9c9c9c; 
    325         border-right-width:1px; 
    326         border-right-style:solid; 
     277        border-left: 1px solid #e8eff5; 
     278        border-right:1px solid #e8eff5; 
    327279} 
    328280 
    329281#divAppbox 
    330282{ 
    331 /*      width:100%;*/ 
    332         background-color:#f7f7f7; 
    333         padding:5px; 
    334         border-bottom-color:#9c9c9c; 
    335         border-bottom-width:1px; 
    336         border-bottom-style:solid; 
    337         border-left-color:#9c9c9c; 
    338         border-left-width:1px; 
    339         border-left-style:solid; 
    340         border-right-color:#9c9c9c; 
    341         border-right-width:1px; 
    342         border-right-style:solid; 
     283        background-image: url(../images/bgBlockContent.jpg);  
     284        background-repeat: repeat-x; 
     285        padding:0px; 
     286        border-left: 1px solid #e8eff5; 
     287        border-right: 1px solid #e8eff5; 
     288        border-bottom: 1px solid #e8eff5; 
    343289} 
    344290 
Note: See TracChangeset for help on using the changeset viewer.