Ignore:
Timestamp:
03/30/10 12:05:26 (14 years ago)
Author:
rodsouza
Message:

Ticket #989 - Compatibilizar módulos com a utilização de temas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/phpgwapi/templates/default/css/rochas.css

    r1195 r2384  
    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 .selected_shortcut_msg { 
    11         color:  black   !important; 
    12         background-color: BurlyWood !important; 
    13 } 
    14  
    15 body  
    16 { 
    17         margin: 0px !important; 
    18         background-color:#E9E9E9 !important; 
    19         font-size: 11px !important; 
    20         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    21         padding:0px !important; 
    22 } 
    23  
    24 img 
    25 { 
    26         border-width:0px !important; 
    27         border-style:none !important; 
    28         /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader; 
    29 */ 
    30 } 
    31  
    32 a:link,a:visited 
    33 { 
    34         cursor:pointer !important; 
    35         color: #000066 !important; 
    36         text-decoration: none !important; 
    37 } 
    38  
    39 /* 
    40 a:visited  
    41 { 
    42         color: #006699;  
    43         text-decoration: none; 
    44 } 
    45 */ 
    46 a:hover,a:active 
    47 { 
    48         cursor:pointer !important; 
    49         color: #ff9933 !important; 
    50         text-decoration: underline !important; 
    51 } 
    52 /* 
    53 a:active  
    54 { 
    55         color: #006699;  
    56         text-decoration: underline; 
    57 } 
    58 */ 
    59 input,button 
    60 { 
    61         font-size: 11px !important;  
    62         color: #006699 !important;  
    63         font-family: Arial, Helvetica, sans-serif !important; 
    64         border: 1px #bbbbbb solid !important; 
    65 } 
    66  
    67 input[type=submit],input[type=button],button 
    68 { 
    69         margin:1px !important; 
    70         padding:1px !important; 
    71         cursor: pointer !important;  
    72         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.textSidebox 
     25{ 
     26        border-top-color: #aaa; 
     27} 
     28 
     29input, 
     30button 
     31{ 
     32        border-color: #bbb; 
     33        color: #069; 
    7334} 
    7435 
    7536input[type=image] 
    7637{ 
    77         cursor: pointer !important;  
    78         cursor: hand !important; 
    79         border: 0px #bbbbbb none !important; 
    80 } 
    81 select  
    82 { 
    83         font-size: 11px !important;  
    84         color: #000066 !important;  
    85         font-family: Arial, Helvetica, sans-serif !important; 
    86         border: 1px #bbbbbb solid !important; 
    87         z-index: -1 !important; 
    88 } 
    89  
    90 td 
    91 { 
    92         font-size: 11px !important; 
    93         /*text-align:left;*/ 
    94         /*      padding-top:1px; 
    95         padding-bottom:1px;*/ 
    96 } 
    97  
    98 .divLoginbox  
    99 { 
    100         position:relative; 
    101         width: 300px;  
    102         border-right: #9c9c9c 1px solid;  
    103         border-top: #9c9c9c 1px solid;  
    104         border-left: #9c9c9c 1px solid;  
    105         border-bottom: #9c9c9c 1px solid 
    106 } 
    107  
    108 .divLoginboxHeader  
    109 { 
    110         text-align:center; 
    111         background-color:#dddddd; 
    112         padding-top:2px; 
    113         font-size:10px; 
    114         color:#666666; 
    115 } 
    116 .divSidebox  
    117 { 
    118         position:relative; 
    119         width: 147px;  
    120         border-right: #9c9c9c 1px solid;  
    121         border-top: #9c9c9c 1px solid;  
    122         border-left: #9c9c9c 1px solid;  
    123         border-bottom: #9c9c9c 1px solid 
    124 } 
    125  
    126 .tblHeadApp { 
    127  
    128         border-right: #9c9c9c 1px solid;         
    129         border-top: #9c9c9c 1px solid;  
    130         border-left: #9c9c9c 1px solid;  
    131         border-bottom: #9c9c9c 1px solid 
    132 } 
    133  
    134 .divSideboxHeader  
    135 { 
    136         text-align:center; 
    137         background-color:#000066; 
    138         padding-top:2px; 
    139         height: 15px; 
    140         color: #FFFFFF; 
    141  
    142 } 
    143  
    144 a.divSideboxEntry, .divSideboxEntry 
    145 { 
    146         text-align:left; 
    147         height:16px; 
    148         background-color:#eeeeee; 
    149 } 
    150  
    151 a.appTitles,.appTitles 
    152 { 
    153         font-size: 10px;  
    154         height:18px; 
    155         padding-top:2px; 
    156         padding-bottom:2px; 
    157  
    158 } 
    159  
    160 a.textSidebox 
    161 { 
    162         font-size: 10px;  
    163         border-top: #aaaaaa 0px none; 
    164 } 
    165  
    166 .textSidebox 
    167 { 
    168         font-size: 10px;  
    169         height:18px; 
    170         padding-top:2px; 
    171         padding-bottom:2px; 
    172         border-top: #aaaaaa 1px solid; 
    173  
    174 } 
    175  
    176 .sideboxSpace 
    177 { 
    178         height:9px; 
    179 } 
    180  
    181 .greyLine 
    182 { 
    183         margin:1px; 
    184         border-top-color:#7e7e7e; 
    185         border-top-width:1px; 
    186         border-top-style:solid; 
    187         height:1px; 
    188 } 
    189  
    190 .prefSection 
    191 { 
    192         font-weight:bold; 
    193         font-size:16px; 
    194         line-height:40px; 
    195 } 
    196  
    197 #extraIcons 
    198 { 
    199 /*      position:absolute; 
    200         z-index:13; 
    201         right:10px; 
    202         top:113px; 
    203         visibility:hidden;*/ 
    204 /*      background-image:url(../images/alpha-white.png);*/ 
    205         background-color:#eeeeee; 
    206         border-width:1px; 
    207         border-color:#7e7e7e; 
    208         border-style:solid; 
    209 } 
    210  
    211 .extraIconsRow 
    212 { 
    213         border-top-color:#dddddd; 
    214         border-top-width:1px; 
    215         border-top-style:solid; 
    216         padding:2px; 
    217 } 
    218  
    219 #divMain 
    220 { 
    221         background-color:white; 
    222         margin-top: 0px; 
    223         padding:9px; 
    224         border-color:#7e7e7e; 
    225         border-width:1px; 
    226         border-style:solid; 
    227 } 
    228  
    229 #divLogo 
    230 { 
    231         position:absolute; 
    232         left:20px; 
    233         top:5px; 
    234         z-index:51; 
    235 } 
    236  
    237 #divAppIconBar 
    238 { 
    239         background-color:white; 
    240         border-top-color:#9c9c9c; 
    241         border-top-width:1px; 
    242         border-top-style:solid; 
    243         background-image: url(../images/background-icon-bar.png);  
    244         background-repeat: repeat-x 
    245 } 
    246  
    247 #divAppTextBar 
    248 { 
    249         background-color:white; 
    250 } 
    251  
    252 #user_info 
    253 { 
    254         color: black; 
    255 } 
    256 #links_bar 
    257 { 
    258                 color: black; 
    259 } 
    260  
    261 #divStatusBar 
    262 { 
    263         height:24px; 
    264         padding-left:10px; 
    265         padding-top:0px; 
    266 } 
    267  
    268 /*#divSubContainer 
    269 { 
    270 } 
    271 */ 
    272 #tdSidebox 
    273 { 
    274         width:170px; 
    275         background-color:white; 
    276         overflow:visible; 
    277 } 
    278  
    279  
    280 #tdAppbox 
    281 { 
    282         background-color:white; 
    283         width: 100%; 
    284 } 
    285 #divSideboxContainer 
    286 { 
    287         position:relative; 
    288         width:150px; 
    289         top:0px; 
    290         left:0px; 
    291         background-color:white; 
    292         border-width:1px; 
    293         border-style:solid; 
    294         z-index:40; 
     38        border-color: #bbb; 
     39} 
     40 
     41select 
     42{ 
     43        border-color: #bbb; 
     44        color: #006; 
     45} 
     46 
     47#divAppbox 
     48{ 
     49        background: #eeeee0; 
     50        border-color: #9c9c9c; 
    29551} 
    29652 
    29753#divAppboxHeader 
    29854{ 
    299         margin-top:2px; 
    300         margin-left:2px; 
    301         margin-right:2px; 
    302         font-family: Verdana, Arial, Helvetica, sans-serif; 
     55        background: #eeeee0; 
     56        border-color: #9c9c9c; 
     57        color: #006; 
    30358        font-size: 14px; 
    30459        font-weight: bold; 
    305         color: #000066; 
     60} 
     61 
     62#divAppIconBar 
     63{ 
     64        background: #fff url( ../images/background-icon-bar.png ) repeat-x; 
     65        border-top-color: #9c9c9c; 
     66} 
     67 
     68#divAppTextBar 
     69{ 
     70        background-color: #fff; 
     71} 
     72 
     73#divGenTime 
     74{ 
     75        color: #f00; 
     76} 
     77 
     78#divMain 
     79{ 
     80        background: #fff; 
     81        border-color: #7e7e7e; 
     82} 
     83 
     84#divPoweredBy 
     85{ 
     86        background: #fff; 
     87        color: #999; 
     88} 
     89 
     90#divSideboxContainer 
     91{ 
     92        background: #fff; 
     93} 
     94 
     95#extraIcons 
     96{ 
     97        background: #eee; 
     98        border-color: #7e7e7e; 
     99} 
     100 
     101#links_bar, 
     102#user_info 
     103{ 
     104        color: #000; 
     105} 
     106 
     107#tdAppbox 
     108{ 
     109        background-color: #fff; 
     110} 
     111 
     112#tdSidebox 
     113{ 
     114        background: #fff; 
     115} 
     116 
     117.conteudo 
     118{ 
     119        border-color: #4A79B1; 
     120        color: #003; 
     121} 
     122 
     123.divSideboxHeader 
     124{ 
     125        background: #006; 
     126        color: #fff; 
     127} 
     128 
     129.extraIconsRow 
     130{ 
     131        border-top-color: #ddd; 
     132} 
     133 
     134.greyLine 
     135{ 
     136        border-top-color: #7e7e7e; 
     137} 
     138 
     139.grid_email_class 
     140{ 
     141        border-bottom-color: #cfcfcf; 
     142} 
     143 
     144.image-menu 
     145{ 
     146        background: #ddf4fe url( ../../../../phpgwapi/templates/default/images/folder_bg_canyon.jpg ) no-repeat scroll center bottom; 
     147} 
     148 
     149.last_menu 
     150{ 
     151        border-bottom-color: #4a79b1; 
     152} 
     153 
     154.logo_expresso 
     155{ 
     156        background: url( ../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png ) no-repeat; 
     157        width: 264px; 
     158        height: 35px; 
     159} 
     160 
     161.menu 
     162{ 
     163        background: #a19183; 
     164        border-color: #f4f7fc; 
     165        border-bottom-color: #4a79b1; 
     166} 
     167 
     168.menu-sel 
     169{ 
     170        background-color: #f7f7f7; 
     171        border-color: #A19183; 
     172        color: #00f; 
     173} 
     174 
     175.menu-degrade 
     176{ 
     177        background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); 
     178} 
     179 
     180.navbar_but 
     181{ 
     182        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_canyon.png ); 
     183} 
     184 
     185.navbar_butOver 
     186{ 
     187        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over_canyon.png ); 
     188} 
     189 
     190.navbar_butOut 
     191{ 
     192        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out_canyon.png ); 
     193} 
     194 
     195.tblHeadApp 
     196{ 
     197        border-color: #9c9c9c; 
     198} 
     199 
     200.textSidebox 
     201{ 
     202        border-top-color: #aaa; 
     203} 
     204 
     205.toolbar 
     206{ 
     207        background-image: url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png); 
     208} 
     209 
     210.whiteSpace 
     211{ 
     212        width: 2px; 
     213} 
     214 
     215.linha0, 
     216.linha1, 
     217.tr_msg_read, 
     218.tr_msg_read2 
     219{ 
     220        color: #615143; 
     221        background: #fff; 
     222} 
     223 
     224.linha1, 
     225.tr_msg_read2 
     226{ 
     227        background: #eeeee0; 
     228} 
     229 
     230table.inboxElements th, 
     231.table_elements_tr_header, 
     232.info_tr_header, 
     233.message_header 
     234{ 
     235        background: #cfb69e; 
     236} 
     237 
     238.content-menu 
     239{ 
     240        padding: 0px; 
     241        background: #fff; 
     242} 
     243 
     244.divLoginbox 
     245{ 
     246        border: 1px solid #9c9c9c; 
     247        position: relative; 
     248        width: 300px; 
     249} 
     250 
     251.divLoginboxHeader 
     252{ 
     253        background-color: #ddd; 
     254        color: #666; 
     255        font-size: 10px; 
     256        padding-top: 2px; 
    306257        text-align: center; 
    307         padding: 0px; 
    308         background-color: #eeeee0; 
    309         height:24px; 
    310         line-height:24px; 
    311         border-top-color:#9c9c9c; 
    312         border-top-width:1px; 
    313         border-top-style:solid; 
    314         border-left-color:#9c9c9c; 
    315         border-left-width:1px; 
    316         border-left-style:solid; 
    317         border-right-color:#9c9c9c; 
    318         border-right-width:1px; 
    319         border-right-style:solid; 
    320 } 
    321  
    322 #divAppbox 
    323 { 
    324         background-color: #eeeee0; 
    325         padding-right:1px; 
    326         padding-top:1px; 
    327         padding-bottom:1px; 
    328         padding-left:15px; 
    329         border-bottom-color:#9c9c9c; 
    330         border-bottom-width:1px; 
    331         border-bottom-style:solid; 
    332         border-left-color:#9c9c9c; 
    333         border-left-width:1px; 
    334         border-left-style:solid; 
    335         border-right-color:#9c9c9c; 
    336         border-right-width:1px; 
    337         border-right-style:solid; 
    338         margin-top:0px; 
    339         margin-bottom:0px; 
    340         margin-left:2px; 
    341         margin-right:2px; 
    342  
    343 } 
    344  
    345 #fmStatusBar 
    346 { 
    347         margin-left:4px; 
    348         margin-bottom:3px; 
    349         font-size: 10px;  
    350 /*      font-family: Verdana, Arial, Helvetica, sans-serif;*/ 
    351          
    352  
    353 } 
    354  
    355  
    356 .fmButton 
    357 { 
    358         background-image:url(../images/buttonbackground.png); 
    359         width:28px; 
    360         height:28px; 
    361         background-repeat: no-repeat; 
    362 } 
    363  
    364 #fmLocation 
    365 { 
    366         position:relative; 
    367         /*background-image:url(../images/buttonbackgroundscaled.png); 
    368         background-repeat: repeat-x;*/ 
    369         /*margin-left:4px;*/ 
    370         margin-bottom:3px; 
    371         height:27px; 
    372  
    373 } 
    374  
    375 #fmMenu 
    376 { 
    377         position:relative; 
    378 } 
    379 #fmFileWindow 
    380 { 
    381         background-color:#ffffff; 
    382         margin-left:4px; 
    383         padding:5px; 
    384         position:relative; 
    385         border-right: #cccccc 1px solid;  
    386         border-top: #9c9c9c 2px solid;  
    387         border-left: #9c9c9c 2px solid;  
    388         border-bottom: #cccccc 1px solid 
    389 } 
    390  
    391 #user_info 
    392 { 
    393 padding-left:17px; 
    394  
    395 } 
    396  
    397 #admin_info 
    398 { 
    399         position:relative; 
    400         text-align:center; 
    401         margin-right:10px; 
    402 } 
    403  
    404 #divGenTime 
    405 { 
    406         bottom:14px; 
    407         font-size: 9px; 
    408         color: #ff0000; 
    409         text-align:center; 
    410         width:99%; 
    411 } 
    412  
    413 #divPoweredBy  
    414 { 
    415         font-family: Verdana, Arial, Helvetica, sans-serif; 
    416         font-size: 10px; 
    417         color: #999999; 
    418         text-decoration: none; 
    419         padding: 7px; 
    420         text-align: center; 
    421         background-color:white; 
    422 } 
    423 .navbar_but 
    424 { 
    425         background-image: url(../../../../phpgwapi/templates/default/images/back_app_canyon.png) !important; 
    426         width: 40px; 
    427         height: 40px; 
    428         vertical-align: center; 
    429         text-align: center; 
    430         padding-right: 6px; 
    431         cursor:pointer; 
    432         cursor:hand; 
    433         background-repeat:no-repeat; 
    434 } 
    435  
    436 .navbar_butOver 
    437 { 
    438         background-image: url(../../../../phpgwapi/templates/default/images/back_app_over_canyon.png) !important; 
    439         width: 40px; 
    440         height: 40px; 
    441         vertical-align: center !important; 
    442         text-align: center !important; 
    443         padding-right:6px; 
    444         cursor:pointer; 
    445         cursor:hand; 
    446         background-repeat:no-repeat; 
    447 } 
    448  
    449 .navbar_butOut 
    450 { 
    451         background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_canyon.png) !important; 
    452         width: 40px; 
    453         height: 40px; 
    454         vertical-align: center !important; 
    455         text-align: center !important; 
    456         padding-right:6px; 
    457         cursor:pointer; 
    458         cursor:hand; 
    459         background-repeat:no-repeat; 
    460 } 
    461  
    462 .toolbar 
    463 { 
    464         background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png); 
    465         position:absolute; 
    466 } 
    467  
    468 .logo_expresso 
    469 { 
    470         background:url(../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png) no-repeat; 
    471         width: 264px; 
    472         height: 35px; 
    473 } 
    474  
    475 .content-menu { 
    476         padding: 0px 0px 0px 0px !important; 
    477         background: #fff !important; 
    478 } 
    479  
    480 .image-menu { 
    481         padding: 0px 0px 0px 0px !important; 
    482         background: #ddf4fe url(../../../../phpgwapi/templates/default/images/folder_bg_canyon.jpg) no-repeat scroll center bottom !important; 
    483 } 
    484  
    485 .menu-degrade { 
    486           background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important; 
    487           background-repeat: repeat-x; 
    488 } 
    489  
    490 .navbar_butOut 
    491 { 
    492         background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_canyon.png) !important; 
    493         width: 40px; 
    494         height: 40px; 
    495         vertical-align: center !important; 
    496         text-align: center !important; 
    497         padding-right:6px; 
    498         cursor:pointer; 
    499         cursor:hand; 
    500         background-repeat:no-repeat; 
    501 } 
    502  
    503 .toolbar 
    504 { 
    505         background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png); 
    506         position:absolute; 
    507 } 
    508  
    509 .logo_expresso 
    510 { 
    511         background:url(../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png) no-repeat; 
    512         width: 264px; 
    513         height: 35px; 
    514 } 
    515  
    516 .message_header{ 
    517         background-color: #cfb69e !important; 
    518 } 
    519 .menu 
    520 { 
    521         background-color:#a19183 !important; 
    522         border: 1px solid #f4f7fc !important; 
    523         border-bottom: 1px solid #4a79b1 !important; 
    524 } 
    525 .menu-sel{ 
    526     color:#0000FF !important; 
    527     background-color:#F7F7F7 !important; 
    528     border-color: #A19183 !important; 
    529 } 
    530 .table_message{ 
    531         background: url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png) !important; 
    532 } 
    533  
    534 .message_options { 
    535          color: #863 !important; 
     258} 
     259 
     260.divSidebox 
     261{ 
     262        position: relative; 
     263        border: 1px solid #9c9c9c; 
     264        width: 147px; 
     265} 
     266 
     267.table_message 
     268{ 
     269        background: url( ../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png ); 
     270} 
     271 
     272.message_options 
     273{ 
     274        color: #863; 
    536275} 
    537276 
    538277.tr_msg_unread 
    539278{ 
    540         background-color:#EEEEE0 !important; 
    541 } 
     279        color: #000; 
     280        font-style: oblique; 
     281} 
     282 
     283.selected_shortcut_msg 
     284{ 
     285        color: #000; 
     286        background-color: BurlyWood; 
     287} 
     288 
     289input.em_button_like_span 
     290{ 
     291        color: #886633; 
     292} 
Note: See TracChangeset for help on using the changeset viewer.