Changeset 2299


Ignore:
Timestamp:
03/18/10 17:33:25 (14 years ago)
Author:
rodsouza
Message:

Ticket #992 - Reformulação da folha de estilo para compatibilidade com o novo modo.

Location:
trunk/phpgwapi/templates/default/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/default/css/base.css

    r2297 r2299  
    11body 
    22{ 
     3        font-family: Verdana, Arial, Helvetica, sans-serif; 
    34        font-size: 11px; 
    4         font-family: Verdana, Arial, Helvetica, sans-serif; 
    55        margin: 0px; 
    66        padding: 0px; 
  • trunk/phpgwapi/templates/default/css/cataratas.css

    r2287 r2299  
    1 ul 
    2 { 
    3         list-style-image: url("../images/orange-ball.png"); 
    4 } 
    5  
    6 .grid_email_class 
    7 { 
    8         border-bottom:1px solid #cfcfcf; 
    9 } 
    10  
    11 body  
    12 { 
    13         margin: 0px !important; 
    14         background-color:#E9E9E9 !important; 
    15         font-size: 11px !important; 
    16         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    17         padding:0px !important; 
    18 } 
    19  
    20 img 
    21 { 
    22         border-width:0px !important; 
    23         border-style:none !important; 
    24         /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader; 
    25 */ 
    26 } 
    27  
    28 a:link,a:visited 
    29 { 
    30         cursor:pointer !important; 
    31         color: #000066 !important; 
    32         text-decoration: none !important; 
    33 } 
    34  
    35 /* 
    36 a:visited  
    37 { 
    38         color: #006699;  
    39         text-decoration: none; 
    40 } 
    41 */ 
    42 a:hover,a:active 
    43 { 
    44         cursor:pointer !important; 
    45         color: #ff9933 !important; 
    46         text-decoration: underline !important; 
    47 } 
    48 /* 
    49 a:active  
    50 { 
    51         color: #006699;  
    52         text-decoration: underline; 
    53 } 
    54 */ 
    55 input,button 
    56 { 
    57         font-size: 11px !important;  
    58         color: #006699 !important;  
    59         font-family: Arial, Helvetica, sans-serif !important; 
    60         border: 1px #bbbbbb solid !important; 
    61 } 
    62  
    63 input[type=submit],input[type=button],button 
    64 { 
    65         margin:1px !important; 
    66         padding:1px !important; 
    67         cursor: pointer !important;  
    68         cursor: hand !important; 
     1body 
     2{ 
     3        background-color: #e9e9e9; 
     4} 
     5 
     6a:link, 
     7a:visited 
     8{ 
     9        color: #000066; 
     10} 
     11 
     12a:hover, 
     13a:active 
     14{ 
     15        color: #ff9933; 
     16} 
     17 
     18a.divSideboxEntry, 
     19.divSideboxEntry 
     20{ 
     21        background-color: #eee; 
     22} 
     23 
     24a.appTitles, 
     25.appTitles 
     26{ 
     27        padding: 2px 2px; 
     28} 
     29 
     30a.textSidebox 
     31{ 
     32        border-top-color: #aaa; 
     33} 
     34 
     35input, 
     36button 
     37{ 
     38        border-color: #bbb; 
     39        color: #069; 
    6940} 
    7041 
    7142input[type=image] 
    7243{ 
    73         cursor: pointer !important;  
    74         cursor: hand !important; 
    75         border: 0px #bbbbbb none !important; 
    76 } 
    77 select  
    78 { 
    79         font-size: 11px !important;  
    80         color: #000066 !important;  
    81         font-family: Arial, Helvetica, sans-serif !important; 
    82         border: 1px #bbbbbb solid !important; 
    83         z-index: -1 !important; 
    84 } 
    85  
    86 td 
    87 { 
    88         font-size: 11px !important; 
    89         /*text-align:left;*/ 
    90         /*      padding-top:1px; 
    91         padding-bottom:1px;*/ 
    92 } 
    93  
    94 .divLoginbox  
    95 { 
    96         position:relative; 
    97         width: 300px;  
    98         border-right: #9c9c9c 1px solid;  
    99         border-top: #9c9c9c 1px solid;  
    100         border-left: #9c9c9c 1px solid;  
    101         border-bottom: #9c9c9c 1px solid 
    102 } 
    103  
    104 .divLoginboxHeader  
    105 { 
    106         text-align:center; 
    107         background-color:#dddddd; 
    108         padding-top:2px; 
    109         font-size:10px; 
    110         color:#666666; 
    111 } 
    112 .divSidebox  
    113 { 
    114         position:relative; 
    115         width: 147px;  
    116         border-right: #9c9c9c 1px solid;  
    117         border-top: #9c9c9c 1px solid;  
    118         border-left: #9c9c9c 1px solid;  
    119         border-bottom: #9c9c9c 1px solid 
    120 } 
    121  
    122 .tblHeadApp { 
    123  
    124         border-right: #9c9c9c 1px solid;         
    125         border-top: #9c9c9c 1px solid;  
    126         border-left: #9c9c9c 1px solid;  
    127         border-bottom: #9c9c9c 1px solid 
    128 } 
    129  
    130 .divSideboxHeader  
    131 { 
    132         text-align:center; 
    133         background-color:#000066; 
    134         padding-top:2px; 
    135         height: 15px; 
    136         color: #FFFFFF; 
    137  
    138 } 
    139  
    140 a.divSideboxEntry, .divSideboxEntry 
    141 { 
    142         text-align:left; 
    143         height:16px; 
    144         background-color:#eeeeee; 
    145 } 
    146  
    147 a.appTitles,.appTitles 
    148 { 
    149         font-size: 10px;  
    150         height:18px; 
    151         padding-top:2px; 
    152         padding-bottom:2px; 
    153  
    154 } 
    155  
    156 a.textSidebox 
    157 { 
    158         font-size: 10px;  
    159         border-top: #aaaaaa 0px none; 
    160 } 
    161  
    162 .textSidebox 
    163 { 
    164         font-size: 10px;  
    165         height:18px; 
    166         padding-top:2px; 
    167         padding-bottom:2px; 
    168         border-top: #aaaaaa 1px solid; 
    169  
    170 } 
    171  
    172 .sideboxSpace 
    173 { 
    174         height:9px; 
    175 } 
    176  
    177 .greyLine 
    178 { 
    179         margin:1px; 
    180         border-top-color:#7e7e7e; 
    181         border-top-width:1px; 
    182         border-top-style:solid; 
    183         height:1px; 
    184 } 
    185  
    186 .prefSection 
    187 { 
    188         font-weight:bold; 
    189         font-size:16px; 
    190         line-height:40px; 
    191 } 
    192  
    193 #extraIcons 
    194 { 
    195         background-color:#eeeeee; 
    196         border-width:1px; 
    197         border-color:#7e7e7e; 
    198         border-style:solid; 
    199 } 
    200  
    201 .extraIconsRow 
    202 { 
    203         border-top-color:#dddddd; 
    204         border-top-width:1px; 
    205         border-top-style:solid; 
    206         padding:2px; 
    207 } 
    208  
    209 #divMain 
    210 { 
    211         background-color:white; 
    212         margin-top: 0px; 
    213         padding:9px; 
    214         border-color:#7e7e7e; 
    215         border-width:1px; 
    216         border-style:solid; 
    217 } 
    218  
    219 #divLogo 
    220 { 
    221         position:absolute; 
    222         left:20px; 
    223         top:5px; 
    224         z-index:51; 
    225 } 
    226  
    227 #divAppIconBar 
    228 { 
    229         background-color:white; 
    230         border-top-color:#9c9c9c; 
    231         border-top-width:1px; 
    232         border-top-style:solid; 
    233         background-image: url(../images/background-icon-bar.png);  
    234         background-repeat: repeat-x 
    235 } 
    236  
    237 #divAppTextBar 
    238 { 
    239         background-color:white; 
    240 } 
    241  
    242 #user_info 
    243 { 
    244         color: white; 
    245 } 
    246 #links_bar 
    247 { 
    248                 color: white; 
    249 } 
    250  
    251 #divStatusBar 
    252 { 
    253         height:24px; 
    254         padding-left:10px; 
    255         padding-top:0px; 
    256 } 
    257  
    258 /*#divSubContainer 
    259 { 
    260 } 
    261 */ 
    262 #tdSidebox 
    263 { 
    264         width:170px; 
    265         background-color:white; 
    266         overflow:visible; 
    267 } 
    268  
    269  
    270 #tdAppbox 
    271 { 
    272         background-color:white; 
    273         width: 100%; 
    274 } 
    275 #divSideboxContainer 
    276 { 
    277         position:relative; 
    278         width:150px; 
    279         top:0px; 
    280         left:0px; 
    281         background-color:white; 
    282         border-width:1px; 
    283         border-style:solid; 
    284         z-index:40; 
     44        border-color: #bbb; 
     45} 
     46 
     47select 
     48{ 
     49        border-color: #bbb; 
     50        color: #006; 
     51} 
     52 
     53#divAppbox 
     54{ 
     55        background: #e6f3d9; 
     56        border-color: #9c9c9c; 
    28557} 
    28658 
    28759#divAppboxHeader 
    28860{ 
    289         margin-top:2px; 
    290         margin-left:2px; 
    291         margin-right:2px; 
    292         font-family: Verdana, Arial, Helvetica, sans-serif; 
     61        background: #e6f3d9; 
     62        border-color: #9c9c9c; 
     63        color: #006; 
    29364        font-size: 14px; 
    29465        font-weight: bold; 
    295         color: #000066; 
    296         text-align: center; 
    297         padding: 0px; 
    298         background-color: #e6f3d9; 
    299         height:24px; 
    300         line-height:24px; 
    301         border-top-color:#9c9c9c; 
    302         border-top-width:1px; 
    303         border-top-style:solid; 
    304         border-left-color:#9c9c9c; 
    305         border-left-width:1px; 
    306         border-left-style:solid; 
    307         border-right-color:#9c9c9c; 
    308         border-right-width:1px; 
    309         border-right-style:solid; 
    310 } 
    311  
    312 #divAppbox 
    313 { 
    314         background-color: #e6f3d9; 
    315         padding-right:1px; 
    316         padding-top:1px; 
    317         padding-bottom:1px; 
    318         padding-left:15px; 
    319         border-bottom-color:#9c9c9c; 
    320         border-bottom-width:1px; 
    321         border-bottom-style:solid; 
    322         border-left-color:#9c9c9c; 
    323         border-left-width:1px; 
    324         border-left-style:solid; 
    325         border-right-color:#9c9c9c; 
    326         border-right-width:1px; 
    327         border-right-style:solid; 
    328         margin-top:0px; 
    329         margin-bottom:0px; 
    330         margin-left:2px; 
    331         margin-right:2px; 
    332  
    333 } 
    334  
    335 #fmStatusBar 
    336 { 
    337         margin-left:4px; 
    338         margin-bottom:3px; 
    339         font-size: 10px;  
    340 /*      font-family: Verdana, Arial, Helvetica, sans-serif;*/ 
    341          
    342  
    343 } 
    344  
    345  
     66} 
     67 
     68#divAppIconBar 
     69{ 
     70        background: #fff url( ../images/background-icon-bar.png ) repeat-x; 
     71        border-top-color: #9c9c9c; 
     72} 
     73 
     74#divAppTextBar 
     75{ 
     76        background-color: #fff; 
     77} 
     78 
     79#divGenTime 
     80{ 
     81        color: #f00; 
     82} 
     83 
     84#divMain 
     85{ 
     86        background: #fff; 
     87        border-color: #7e7e7e; 
     88} 
     89 
     90#divPoweredBy 
     91{ 
     92        background: #fff; 
     93        color: #999; 
     94} 
     95 
     96#divSideboxContainer 
     97{ 
     98        background: #fff; 
     99} 
     100 
     101#extraIcons 
     102{ 
     103        background: #eee; 
     104        border-color: #7e7e7e; 
     105} 
     106 
     107#links_bar, 
    346108#user_info 
    347109{ 
    348 padding-left:17px; 
    349  
    350 } 
    351  
    352 #admin_info 
    353 { 
    354         position:relative; 
    355         text-align:center; 
    356         margin-right:10px; 
    357 } 
    358  
    359 #divGenTime 
    360 { 
    361         bottom:14px; 
    362         font-size: 9px; 
    363         color: #ff0000; 
    364         text-align:center; 
    365         width:99%; 
    366 } 
    367  
    368 #divPoweredBy  
    369 { 
    370         font-family: Verdana, Arial, Helvetica, sans-serif; 
    371         font-size: 10px; 
    372         color: #999999; 
    373         text-decoration: none; 
    374         padding: 7px; 
    375         text-align: center; 
    376         background-color:white; 
     110        color: #fff; 
     111} 
     112 
     113#tdAppbox 
     114{ 
     115        background-color: #fff; 
     116} 
     117 
     118#tdSidebox 
     119{ 
     120        background: #fff; 
     121} 
     122 
     123.conteudo 
     124{ 
     125        border-color: #4A79B1; 
     126        color: #003; 
     127} 
     128 
     129.divSideboxHeader 
     130{ 
     131        background-color: #006; 
     132        color: #fff; 
     133} 
     134 
     135.extraIconsRow 
     136{ 
     137        border-top-color: #ddd; 
     138} 
     139 
     140.greyLine 
     141{ 
     142        border-top-color: #7e7e7e; 
     143} 
     144 
     145.grid_email_class 
     146{ 
     147        border-bottom-color: #cfcfcf; 
     148} 
     149 
     150.image-menu 
     151{ 
     152        background: #a0b2cc url( ../../../../phpgwapi/templates/default/images/folder_bg_fozi.jpg ) no-repeat scroll center bottom; 
     153} 
     154 
     155.last_menu 
     156{ 
     157        border-bottom-color: #4a79b1; 
     158} 
     159 
     160.logo_expresso 
     161{ 
     162        background: url( ../../../../phpgwapi/templates/default/images/logo_expresso_fozi.gif ) no-repeat; 
     163        height: 35px; 
     164        width: 264px; 
     165} 
     166 
     167.menu 
     168{ 
     169        background: #c8d7ea; 
     170        border-color: #f4f7fc; 
     171        border-bottom-color: #4a79b1; 
     172} 
     173 
     174.menu-sel 
     175{ 
     176        background-color: #f7f7f7; 
     177        border-color: #4a79b1; 
     178        color: #00f; 
     179} 
     180 
     181.menu-degrade 
     182{ 
     183        background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); 
    377184} 
    378185 
    379186.navbar_but 
    380187{ 
    381         background-image: url(../../../../phpgwapi/templates/default/images/back_app_fozi.png) !important;  
    382         width: 40px; 
    383         height: 40px; 
    384         vertical-align: center; 
    385         text-align: center; 
    386         padding-right: 6px; 
    387         cursor:pointer; 
    388         cursor:hand; 
    389         background-repeat:no-repeat; 
     188        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_fozi.png ); 
    390189} 
    391190 
    392191.navbar_butOver 
    393192{ 
    394         background-image: url(../../../../phpgwapi/templates/default/images/back_app_over_fozi.png) !important; 
    395         width: 40px; 
    396         height: 40px; 
    397         vertical-align: center !important; 
    398         text-align: center !important; 
    399         padding-right:6px; 
    400         cursor:pointer; 
    401         cursor:hand; 
    402         background-repeat:no-repeat; 
     193        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over_fozi.png ); 
    403194} 
    404195 
    405196.navbar_butOut 
    406197{ 
    407         background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_fozi.png) !important; 
    408         width: 40px; 
    409         height: 40px; 
    410         vertical-align: center !important; 
    411         text-align: center !important; 
    412         padding-right:6px; 
    413         cursor:pointer; 
    414         cursor:hand; 
    415         background-repeat:no-repeat; 
     198        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out_fozi.png ); 
     199} 
     200 
     201.tblHeadApp 
     202{ 
     203        border-color: #9c9c9c; 
     204} 
     205 
     206.textSidebox 
     207{ 
     208        border-top-color: #aaa; 
    416209} 
    417210 
    418211.toolbar 
    419212{ 
    420         background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_fozi.jpg); 
    421         position:absolute; 
    422 } 
    423  
    424 .logo_expresso 
    425 { 
    426         background:url(../../../../phpgwapi/templates/default/images/logo_expresso_fozi.gif) no-repeat; 
    427         width: 264px; 
    428         height: 35px; 
    429 } 
    430  
    431 .content-menu { 
    432         padding: 0px 0px 0px 0px !important; 
    433         background: #fff !important; 
    434 } 
    435  
    436 .menu-degrade { 
    437           background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important; 
    438           background-repeat: repeat-x; 
    439 } 
    440  
    441 .image-menu { 
    442         padding: 0px 0px 0px 0px !important; 
    443         background: #a0b2cc url(../../../../phpgwapi/templates/default/images/folder_bg_fozi.jpg) no-repeat scroll center bottom !important; 
     213        background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo_fozi.jpg ); 
     214} 
     215 
     216.linha0, 
     217.linha1, 
     218.tr_msg_read, 
     219.tr_msg_read2 
     220{ 
     221        color: #3f3f3f; 
     222        background: #fff; 
     223} 
     224 
     225.linha1, 
     226.tr_msg_read2 
     227{ 
     228        background: #e6f3d9; 
    444229} 
    445230 
     
    449234.message_header 
    450235{ 
    451         background-color: #98c17f !important; 
     236        background-color: #98c17f; 
    452237} 
    453238 
    454239.message_options_active { 
    455         color: #D00 !important; 
    456         font-weight: bold !important; 
     240        color: #d00; 
     241        font-weight: bold; 
    457242} 
    458243 
    459244.message_options_inactive { 
    460         color: #999 !important; 
     245        color: #999; 
    461246} 
    462247 
    463248.message_options { 
    464         color: blue !important; 
    465         font-weight: bold !important; 
     249        color: blue; 
     250        font-weight: bold; 
    466251} 
    467252 
    468253.message_options_over { 
    469         color: #D00 !important; 
    470         font-weight: bold !important 
     254        color: #d00; 
     255        font-weight: bold 
    471256} 
    472257 
    473258.table_message{ 
    474         background:#98C17F !important; 
    475 } 
    476  
    477  
    478 .linha0, 
    479 .linha1, 
    480 .tr_msg_read, 
    481 .tr_msg_read2 { 
    482         color: #3f3f3f; 
    483         background-color: #ffffff; 
    484         -moz-user-select: none; 
    485 } 
    486  
    487 .linha1, 
    488 .tr_msg_read2 { 
    489         background-color: #e6f3d9; 
    490 } 
    491  
    492 .conteudo {  
    493         font-family: Verdana, Arial, Helvetica, sans-serif;  
    494         font-size: 10px;  
    495         font-weight: normal;  
    496         color: #000033;  
    497         padding: 2px;  
    498     border-left: 1px solid; 
    499     border-right: 1px solid; 
    500     border-bottom: 1px solid; 
    501     border-color: #4A79B1; 
    502         width:99.5%;  
    503         overflow: none;  
    504         -moz-border-radius: 0px 0px 6px 6px;  
    505 }  
    506  
    507 .whiteSpace{  
    508         width: 2px;  
    509 } 
    510  
    511 .menu 
    512 { 
    513         text-decoration: none; 
     259        background: #98c17f; 
     260} 
     261 
     262 
     263 
     264#fmStatusBar 
     265{ 
     266        margin-left: 4px; 
     267        margin-bottom: 3px; 
     268        font-size: 10px; 
     269} 
     270 
     271.divLoginbox 
     272{ 
     273        position: relative; 
     274        width: 300px; 
     275        border: 1px solid #9c9c9c; 
     276} 
     277 
     278.divLoginboxHeader 
     279{ 
    514280        text-align: center; 
    515         height: 20px; 
    516         /*background-color:#c2d8b1 !important;*/ 
    517         background-color:#c8d7ea; 
    518         margin-bottom: 0px; 
    519         border: 1px solid #f4f7fc; 
    520         border-bottom: 1px solid #4a79b1; 
    521         padding:0px 5px 0px 0px; 
    522         -moz-border-radius: 9px 9px 0px 0px; 
    523         -moz-user-select: none; 
    524         cursor: pointer; 
    525 } 
    526  
    527 .last_menu 
    528 { 
    529         border-bottom: 1px solid #4a79b1; 
    530         -moz-border-radius: 0px 0px 0px 0px; 
    531 } 
    532  
    533 .menu-sel 
    534 { 
    535         text-decoration: none; 
    536         text-align: center; 
    537         font: bold 13px Lucidatypewriter,monospace; 
    538         color:#0000FF; 
    539         height: 20px; 
    540         background-color:#F7F7F7; 
    541         margin-bottom: 0px; 
    542         border: 1px solid #4a79b1; 
    543         border-bottom: 0px; 
    544         padding:0px 5px 0px 0px; 
    545         -moz-border-radius: 9px 9px 0px 0px; 
    546         -moz-user-select: none; 
    547         cursor: pointer; 
    548 } 
     281        background-color: #ddd; 
     282        padding-top: 2px; 
     283        font-size: 10px; 
     284        color: #666; 
     285} 
     286 
     287.divSidebox 
     288{ 
     289        position: relative; 
     290        width: 147px; 
     291        border: 1px solid #9c9c9c; 
     292} 
     293 
     294.content-menu 
     295{ 
     296        padding: 0px 0px 0px 0px; 
     297        background: #fff; 
     298} 
Note: See TracChangeset for help on using the changeset viewer.