Ignore:
Timestamp:
07/08/10 17:52:20 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

File:
1 edited

Legend:

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

    r1719 r3018  
    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 input.em_button_like_span { 
    67         color:#886633 !important; 
    68 } 
    69 input[type=submit],input[type=button],button 
    70 { 
    71         margin:1px !important; 
    72         padding:1px !important; 
    73         cursor: pointer !important;  
    74         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; 
    7534} 
    7635 
    7736input[type=image] 
    7837{ 
    79         cursor: pointer !important;  
    80         cursor: hand !important; 
    81         border: 0px #bbbbbb none !important; 
    82 } 
    83 select  
    84 { 
    85         font-size: 11px !important;  
    86         color: #000066 !important;  
    87         font-family: Arial, Helvetica, sans-serif !important; 
    88         border: 1px #bbbbbb solid !important; 
    89         z-index: -1 !important; 
    90 } 
    91  
    92 td 
    93 { 
    94         font-size: 11px !important; 
    95         /*text-align:left;*/ 
    96         /*      padding-top:1px; 
    97         padding-bottom:1px;*/ 
    98 } 
    99  
    100 .divLoginbox  
    101 { 
    102         position:relative; 
    103         width: 300px;  
    104         border-right: #9c9c9c 1px solid;  
    105         border-top: #9c9c9c 1px solid;  
    106         border-left: #9c9c9c 1px solid;  
    107         border-bottom: #9c9c9c 1px solid 
    108 } 
    109  
    110 .divLoginboxHeader  
    111 { 
    112         text-align:center; 
    113         background-color:#dddddd; 
    114         padding-top:2px; 
    115         font-size:10px; 
    116         color:#666666; 
    117 } 
    118 .divSidebox  
    119 { 
    120         position:relative; 
    121         width: 147px;  
    122         border-right: #9c9c9c 1px solid;  
    123         border-top: #9c9c9c 1px solid;  
    124         border-left: #9c9c9c 1px solid;  
    125         border-bottom: #9c9c9c 1px solid 
    126 } 
    127  
    128 .tblHeadApp { 
    129  
    130         border-right: #9c9c9c 1px solid;         
    131         border-top: #9c9c9c 1px solid;  
    132         border-left: #9c9c9c 1px solid;  
    133         border-bottom: #9c9c9c 1px solid 
    134 } 
    135  
    136 .divSideboxHeader  
    137 { 
    138         text-align:center; 
    139         background-color:#000066; 
    140         padding-top:2px; 
    141         height: 15px; 
    142         color: #FFFFFF; 
    143  
    144 } 
    145  
    146 a.divSideboxEntry, .divSideboxEntry 
    147 { 
    148         text-align:left; 
    149         height:16px; 
    150         background-color:#eeeeee; 
    151 } 
    152  
    153 a.appTitles,.appTitles 
    154 { 
    155         font-size: 10px;  
    156         height:18px; 
    157         padding-top:2px; 
    158         padding-bottom:2px; 
    159  
    160 } 
    161  
    162 a.textSidebox 
    163 { 
    164         font-size: 10px;  
    165         border-top: #aaaaaa 0px none; 
    166 } 
    167  
    168 .textSidebox 
    169 { 
    170         font-size: 10px;  
    171         height:18px; 
    172         padding-top:2px; 
    173         padding-bottom:2px; 
    174         border-top: #aaaaaa 1px solid; 
    175  
    176 } 
    177  
    178 .sideboxSpace 
    179 { 
    180         height:9px; 
    181 } 
    182  
    183 .dsused 
    184 { 
    185                 background-image: url(../images/dsused.gif); 
    186 } 
    187  
    188 .greyLine 
    189 { 
    190         margin:1px; 
    191         border-top-color:#7e7e7e; 
    192         border-top-width:1px; 
    193         border-top-style:solid; 
    194         height:1px; 
    195 } 
    196  
    197 .prefSection 
    198 { 
    199         font-weight:bold; 
    200         font-size:16px; 
    201         line-height:40px; 
    202 } 
    203  
    204 #extraIcons 
    205 { 
    206 /*      position:absolute; 
    207         z-index:13; 
    208         right:10px; 
    209         top:113px; 
    210         visibility:hidden;*/ 
    211 /*      background-image:url(../images/alpha-white.png);*/ 
    212         background-color:#eeeeee; 
    213         border-width:1px; 
    214         border-color:#7e7e7e; 
    215         border-style:solid; 
    216 } 
    217  
    218 .extraIconsRow 
    219 { 
    220         border-top-color:#dddddd; 
    221         border-top-width:1px; 
    222         border-top-style:solid; 
    223         padding:2px; 
    224 } 
    225  
    226 #divMain 
    227 { 
    228         background-color:white; 
    229         margin-top: 0px; 
    230         padding:9px; 
    231         border-color:#7e7e7e; 
    232         border-width:1px; 
    233         border-style:solid; 
    234 } 
    235  
    236 #divLogo 
    237 { 
    238         position:absolute; 
    239         left:20px; 
    240         top:5px; 
    241         z-index:51; 
    242 } 
    243  
    244 #divAppIconBar 
    245 { 
    246         background-color:white; 
    247         border-top-color:#9c9c9c; 
    248         border-top-width:1px; 
    249         border-top-style:solid; 
    250         background-image: url(../images/background-icon-bar.png);  
    251         background-repeat: repeat-x 
    252 } 
    253  
    254 #divAppTextBar 
    255 { 
    256         background-color:white; 
    257 } 
    258  
    259 #user_info 
    260 { 
    261         color: black; 
    262 } 
    263 #links_bar 
    264 { 
    265                 color: black; 
    266 } 
    267  
    268 #divStatusBar 
    269 { 
    270         height:24px; 
    271         padding-left:10px; 
    272         padding-top:0px; 
    273 } 
    274  
    275 /*#divSubContainer 
    276 { 
    277 } 
    278 */ 
    279 #tdSidebox 
    280 { 
    281         width:170px; 
    282         background-color:white; 
    283         overflow:visible; 
    284 } 
    285  
    286  
    287 #tdAppbox 
    288 { 
    289         background-color:white; 
    290         width: 100%; 
    291 } 
    292 #divSideboxContainer 
    293 { 
    294         position:relative; 
    295         width:150px; 
    296         top:0px; 
    297         left:0px; 
    298         background-color:white; 
    299         border-width:1px; 
    300         border-style:solid; 
    301         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; 
    30251} 
    30352 
    30453#divAppboxHeader 
    30554{ 
    306         margin-top:2px; 
    307         margin-left:2px; 
    308         margin-right:2px; 
    309         font-family: Verdana, Arial, Helvetica, sans-serif; 
     55        background: #eeeee0; 
     56        border-color: #9c9c9c; 
     57        color: #006; 
    31058        font-size: 14px; 
    31159        font-weight: bold; 
    312         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; 
    313257        text-align: center; 
    314         padding: 0px; 
    315         background-color: #eeeee0; 
    316         height:24px; 
    317         line-height:24px; 
    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; 
    327 } 
    328  
    329 #divAppbox 
    330 { 
    331         background-color: #eeeee0; 
    332         padding-right:1px; 
    333         padding-top:1px; 
    334         padding-bottom:1px; 
    335         padding-left:15px; 
    336         border-bottom-color:#9c9c9c; 
    337         border-bottom-width:1px; 
    338         border-bottom-style:solid; 
    339         border-left-color:#9c9c9c; 
    340         border-left-width:1px; 
    341         border-left-style:solid; 
    342         border-right-color:#9c9c9c; 
    343         border-right-width:1px; 
    344         border-right-style:solid; 
    345         margin-top:0px; 
    346         margin-bottom:0px; 
    347         margin-left:2px; 
    348         margin-right:2px; 
    349  
    350 } 
    351  
    352 #user_info 
    353 { 
    354 padding-left:17px; 
    355  
    356 } 
    357  
    358 #admin_info 
    359 { 
    360         position:relative; 
    361         text-align:center; 
    362         margin-right:10px; 
    363 } 
    364  
    365 #divGenTime 
    366 { 
    367         bottom:14px; 
    368         font-size: 9px; 
    369         color: #ff0000; 
    370         text-align:center; 
    371         width:99%; 
    372 } 
    373  
    374 #divPoweredBy  
    375 { 
    376         font-family: Verdana, Arial, Helvetica, sans-serif; 
    377         font-size: 10px; 
    378         color: #999999; 
    379         text-decoration: none; 
    380         padding: 7px; 
    381         text-align: center; 
    382         background-color:white; 
    383 } 
    384 .navbar_but 
    385 { 
    386         background-image: url(../../../../phpgwapi/templates/default/images/back_app_canyon.png) !important; 
    387         width: 40px; 
    388         height: 40px; 
    389         vertical-align: center; 
    390         text-align: center; 
    391         padding-right: 6px; 
    392         cursor:pointer; 
    393         cursor:hand; 
    394         background-repeat:no-repeat; 
    395 } 
    396  
    397 .navbar_butOver 
    398 { 
    399         background-image: url(../../../../phpgwapi/templates/default/images/back_app_over_canyon.png) !important; 
    400         width: 40px; 
    401         height: 40px; 
    402         vertical-align: center !important; 
    403         text-align: center !important; 
    404         padding-right:6px; 
    405         cursor:pointer; 
    406         cursor:hand; 
    407         background-repeat:no-repeat; 
    408 } 
    409  
    410 .navbar_butOut 
    411 { 
    412         background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_canyon.png) !important; 
    413         width: 40px; 
    414         height: 40px; 
    415         vertical-align: center !important; 
    416         text-align: center !important; 
    417         padding-right:6px; 
    418         cursor:pointer; 
    419         cursor:hand; 
    420         background-repeat:no-repeat; 
    421 } 
    422  
    423 .toolbar 
    424 { 
    425         background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png); 
    426         position:absolute; 
    427 } 
    428  
    429 .logo_expresso 
    430 { 
    431         background:url(../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png) no-repeat; 
    432         width: 264px; 
    433         height: 35px; 
    434 } 
    435  
    436 .content-menu { 
    437         padding: 0px 0px 0px 0px !important; 
    438         background: #fff !important; 
    439 } 
    440  
    441 .image-menu { 
    442         padding: 0px 0px 0px 0px !important; 
    443         background: #ddf4fe url(../../../../phpgwapi/templates/default/images/folder_bg_canyon.jpg) no-repeat scroll center bottom !important; 
    444 } 
    445  
    446 .menu-degrade { 
    447           background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important; 
    448           background-repeat: repeat-x; 
    449 } 
    450  
    451 .navbar_butOut 
    452 { 
    453         background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_canyon.png) !important; 
    454         width: 40px; 
    455         height: 40px; 
    456         vertical-align: center !important; 
    457         text-align: center !important; 
    458         padding-right:6px; 
    459         cursor:pointer; 
    460         cursor:hand; 
    461         background-repeat:no-repeat; 
    462 } 
    463  
    464 .toolbar 
    465 { 
    466         background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png); 
    467         position:absolute; 
    468 } 
    469  
    470 .logo_expresso 
    471 { 
    472         background:url(../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png) no-repeat; 
    473         width: 264px; 
    474         height: 35px; 
    475 } 
    476  
    477 .message_header{ 
    478         background-color: #cfb69e !important; 
    479 } 
    480 .menu 
    481 { 
    482         background-color:#a19183 !important; 
    483         border: 1px solid #f4f7fc !important; 
    484         border-bottom: 1px solid #4a79b1 !important; 
    485 } 
    486 .menu-sel{ 
    487     color:#0000FF !important; 
    488     background-color:#F7F7F7 !important; 
    489     border-color: #A19183 !important; 
    490 } 
    491 .table_message{ 
    492         background: url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png) !important; 
    493 } 
    494  
    495 .message_options { 
    496          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; 
    497275} 
    498276 
    499277.tr_msg_unread 
    500278{ 
    501         background-color:#EEEEE0 !important; 
    502 } 
    503 .tr_msg_read { 
    504         color: #3f3f3f; 
    505         background-color: #ffffff; 
    506         -moz-user-select: none; 
    507 } 
    508  
    509 .tr_msg_read2 { 
    510         color: #3f3f3f; 
    511         background-color: #eeeee0; 
    512         -moz-user-select: none; 
    513 } 
    514  
     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.