Changeset 2294


Ignore:
Timestamp:
03/18/10 12:18:27 (14 years ago)
Author:
rodsouza
Message:

Ticket #989 - Reformulando folhas de estilos, tornando-as legíveis.

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

Legend:

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

    r2287 r2294  
     1body 
     2{ 
     3        background-color: #e9e9e9; 
     4        font-size: 11px; 
     5        font-family: Verdana, Arial, Helvetica, sans-serif; 
     6        margin: 0px; 
     7        padding: 0px; 
     8} 
     9 
     10a:link, 
     11a:visited 
     12{ 
     13        cursor: pointer; 
     14        color: #000066; 
     15        text-decoration: none; 
     16} 
     17 
     18a:hover, 
     19a:active 
     20{ 
     21        cursor: pointer; 
     22        color: #ff9933; 
     23        text-decoration: underline; 
     24} 
     25 
     26a.divSideboxEntry, 
     27.divSideboxEntry 
     28{ 
     29        background-color: #eee; 
     30        height: 16px; 
     31        text-align: left; 
     32} 
     33 
     34a.appTitles, 
     35.appTitles 
     36{ 
     37        font-size: 10px; 
     38        height: 18px; 
     39        padding: 2px 0px; 
     40} 
     41 
     42a.textSidebox 
     43{ 
     44        font-size: 10px; 
     45        border-top: #aaa 0px none; 
     46} 
     47 
     48img 
     49{ 
     50        border-width: 0px; 
     51        border-style: none; 
     52} 
     53 
     54input, 
     55button 
     56{ 
     57        border: 1px #bbb solid; 
     58        color: #069; 
     59        font-family: Arial, Helvetica, sans-serif; 
     60        font-size: 11px; 
     61} 
     62 
     63button, 
     64input[type=button], 
     65input[type=image], 
     66input[type=submit] 
     67{ 
     68        cursor: pointer; 
     69        cursor: hand; 
     70} 
     71 
     72input[type=image] 
     73{ 
     74        border: 0px #bbb none; 
     75} 
     76 
     77select 
     78{ 
     79        border: 1px #bbb solid; 
     80        color: #006; 
     81        font-family: Arial, Helvetica, sans-serif; 
     82        font-size: 11px; 
     83        z-index: -1; 
     84} 
     85 
     86td 
     87{ 
     88        font-size: 11px; 
     89} 
     90 
    191ul 
    292{ 
    3         list-style-image: url("../images/orange-ball.png"); 
    4 } 
    5  
    6 .prefTable 
    7 {          
    8     background-color:#f4f8fb !important;     
    9     margin: 0px 0px 10px 0px ; 
    10     border-left: 1px solid #D3DCE3; 
    11     border-right: 1px solid #D3DCE3;     
    12     border-bottom: 1px solid #D3DCE3; 
    13      
    14 } 
    15  
    16 .conteudo { 
    17     font-family: Verdana, Arial, Helvetica, sans-serif; 
    18     font-size: 10px; 
    19     font-weight: normal; 
    20     color: #000033; 
    21     padding: 2px; 
    22     border-left: 1px solid; 
    23     border-right: 1px solid; 
    24     border-bottom: 1px solid; 
    25     border-color: #4A79B1; 
    26     width:99.5%; 
    27     overflow: none; 
    28     -moz-border-radius: 0px 0px 6px 6px; 
    29 } 
    30  
    31 .whiteSpace{ 
    32         width: 2px; 
    33 } 
    34 .menu 
    35 { 
    36     text-decoration: none; 
    37     text-align: center; 
    38 /*    font: bold 13px Lucidatypewriter,monospace;*/ 
    39     height: 20px;     
    40         background-color:#c8d7ea; 
    41  
    42 /*    background-color: #F7F7F7;*/ 
    43     margin-bottom: 0px; 
    44     border: 1px solid #f4f7fc; 
    45     border-bottom: 1px solid #4a79b1; 
    46     padding:0px 5px 0px 0px; 
    47     -moz-border-radius: 9px 9px 0px 0px; 
    48     -moz-user-select: none; 
    49     cursor: pointer; 
     93        list-style-image: url( "../images/orange-ball.png" ); 
     94} 
     95 
     96#admin_info 
     97{ 
     98        margin-right: 10px; 
     99        position: relative; 
     100        text-align: center; 
     101} 
     102 
     103#divAppbox 
     104{ 
     105        background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; 
     106        border: 1px solid #9c9c9c; 
     107        border-top: 0px; 
     108        margin: 0px 2px; 
     109        padding: 1px; 
     110        padding-left: 15px; 
     111} 
     112 
     113#divAppboxHeader 
     114{ 
     115        background: url( ../images/bgAppTitle.png ); 
     116        border: 1px solid #9c9c9c; 
     117        border-bottom: 0px; 
     118        color: #000066; 
     119        font-family: Verdana, Arial, Helvetica, sans-serif; 
     120        font-size: 16px; 
     121        font-style: italic; 
     122        font-variant: small-caps; 
     123        font-weight: normal; 
     124        height: 24px; 
     125        line-height: 24px; 
     126        margin: 2px; 
     127        margin-bottom: 0px; 
     128        padding: 0px; 
     129        text-align: center; 
     130        text-shadow: 0.2em 0.2em 3px #999; 
     131} 
     132 
     133#divAppIconBar 
     134{ 
     135        background: #fff url( ../images/background-icon-bar.png ) repeat-x; 
     136        border-top: 1px solid #9c9c9c; 
     137} 
     138 
     139#divAppTextBar 
     140{ 
     141        background-color: #fff; 
     142} 
     143 
     144#divGenTime 
     145{ 
     146        bottom: 14px; 
     147        color: #f00; 
     148        font-size: 9px; 
     149        text-align: center; 
     150        width: 99%; 
     151} 
     152 
     153#divLogo 
     154{ 
     155        left: 20px; 
     156        position: absolute; 
     157        top: 5px; 
     158        z-index: 51; 
     159} 
     160 
     161#divMain 
     162{ 
     163        background-color: #fff; 
     164        border: 1px solid #7e7e7e; 
     165        margin-top: 0px; 
     166        padding: 9px; 
     167} 
     168 
     169#divPoweredBy 
     170{ 
     171        background-color: #fff; 
     172        color: #999; 
     173        font-family: Verdana, Arial, Helvetica, sans-serif; 
     174        font-size: 10px; 
     175        padding: 7px; 
     176        text-decoration: none; 
     177        text-align: center; 
     178} 
     179 
     180#divSideboxContainer 
     181{ 
     182        background-color: #fff; 
     183        border: 1px solid; 
     184        left: 0px; 
     185        position: relative; 
     186        top: 0px; 
     187        width: 150px; 
     188        z-index: 40; 
     189} 
     190 
     191#divStatusBar 
     192{ 
     193        height: 24px; 
     194        padding-left: 10px; 
     195        padding-top: 0px; 
     196} 
     197 
     198#extraIcons 
     199{ 
     200        background-color: #eee; 
     201        border: 1px solid #7e7e7e; 
     202} 
     203 
     204#links_bar, 
     205#user_info 
     206{ 
     207        color: #fff; 
     208} 
     209 
     210#tdAppbox 
     211{ 
     212        background-color: #fff; 
     213        width: 100%; 
     214} 
     215 
     216#tdSidebox 
     217{ 
     218        background-color: #fff; 
     219        overflow: visible; 
     220        width: 170px; 
     221} 
     222 
     223#user_info 
     224{ 
     225        padding-left: 17px; 
     226} 
     227 
     228.conteudo 
     229{ 
     230        border: 1px solid #4A79B1; 
     231        border-top: 0px; 
     232        color: #003; 
     233        font-family: Verdana, Arial, Helvetica, sans-serif; 
     234        font-size: 10px; 
     235        font-weight: normal; 
     236        overflow: none; 
     237        padding: 2px; 
     238        width: 99.5%; 
     239        -moz-border-radius: 0px 0px 6px 6px; 
     240} 
     241 
     242.divSideboxHeader 
     243{ 
     244        background-color: #416faa; 
     245        color: #fff; 
     246        height: 15px; 
     247        padding-top: 2px; 
     248        text-align: center; 
     249} 
     250 
     251.dsused 
     252{ 
     253        background-image: url( ../images/dsused.gif ); 
     254} 
     255 
     256.extraIconsRow 
     257{ 
     258        border-top: 1px solid #ddd; 
     259        padding: 2px; 
     260} 
     261 
     262.greyLine 
     263{ 
     264        border-top: 1px solid #7e7e7e; 
     265        height: 1px; 
     266        margin: 1px; 
     267} 
     268 
     269.grid_email_class 
     270{ 
     271        border-bottom: 1px solid #cfcfcf; 
     272} 
     273 
     274.image-menu 
     275{ 
     276        padding: 0px; 
     277        background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); 
    50278} 
    51279 
     
    56284} 
    57285 
     286.logo_expresso 
     287{ 
     288        background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; 
     289        width: 191px; 
     290} 
     291 
     292.menu, 
    58293.menu-sel 
    59294{ 
    60     text-decoration: none; 
    61     text-align: center; 
    62     font: bold 13px Lucidatypewriter,monospace; 
    63     color:#0000FF; 
    64     height: 20px; 
    65     background-color:#F7F7F7; 
    66     margin-bottom: 0px; 
    67     border: 1px solid #4a79b1; 
    68     border-bottom: 0px; 
    69     padding:0px 5px 0px 0px; 
    70     -moz-border-radius: 9px 9px 0px 0px; 
    71     -moz-user-select: none; 
    72     cursor: pointer;     
    73 } 
    74  
    75 .grid_email_class 
    76 { 
    77         border-bottom:1px solid #cfcfcf; 
    78 } 
    79  
    80 body  
    81 { 
    82         margin: 0px !important; 
    83         background-color:#E9E9E9 !important; 
    84         font-size: 11px !important; 
    85         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    86         padding:0px !important; 
    87 } 
    88  
    89 img 
    90 { 
    91         border-width:0px !important; 
    92         border-style:none !important;    
    93 } 
    94  
    95 a:link,a:visited 
    96 { 
    97         cursor:pointer !important; 
    98         color: #000066 !important; 
    99         text-decoration: none !important; 
    100 } 
    101  
    102 a:hover,a:active 
    103 { 
    104         cursor:pointer !important; 
    105         color: #ff9933 !important; 
    106         text-decoration: underline !important; 
    107 } 
    108  
    109 input,button 
    110 { 
    111         font-size: 11px !important;  
    112         color: #006699 !important;  
    113         font-family: Arial, Helvetica, sans-serif !important; 
    114 /*      overflow: visible !important;*/ 
    115         border: 1px #bbbbbb solid !important; 
    116 } 
    117 .dsused 
    118 { 
    119                 background-image: url(../images/dsused.gif); 
    120 } 
    121  
    122 input[type=submit],input[type=button],button 
    123 { 
    124         cursor: pointer !important;  
    125         cursor: hand !important; 
    126 } 
    127  
    128 input[type=image] 
    129 { 
    130         cursor: pointer !important;  
    131         cursor: hand !important; 
    132         border: 0px #bbbbbb none !important; 
    133 } 
    134 select  
    135 { 
    136         font-size: 11px !important;  
    137         color: #000066 !important;  
    138         font-family: Arial, Helvetica, sans-serif !important; 
    139         border: 1px #bbbbbb solid !important; 
    140         z-index: -1 !important; 
    141 } 
    142  
    143 td 
    144 { 
    145         font-size: 11px !important;      
    146 } 
    147  
    148  
    149  
    150 .tblHeadApp { 
    151  
    152         border-right: #9c9c9c 1px solid;         
    153         border-top: #9c9c9c 1px solid;  
    154         border-left: #9c9c9c 1px solid;  
    155         border-bottom: #9c9c9c 1px solid 
    156 } 
    157  
    158 .divSideboxHeader  
    159 { 
    160         text-align:center; 
    161         background-color:#416faa; 
    162         padding-top:2px; 
    163         height: 15px; 
    164         color: #FFFFFF; 
    165  
    166 } 
    167  
    168 a.divSideboxEntry, .divSideboxEntry 
    169 { 
    170         text-align:left; 
    171         height:16px; 
    172         background-color:#eeeeee; 
    173 } 
    174  
    175 a.appTitles,.appTitles 
    176 { 
    177         font-size: 10px;  
    178         height:18px; 
    179         padding-top:2px; 
    180         padding-bottom:2px; 
    181  
    182 } 
    183  
    184 a.textSidebox 
    185 { 
    186         font-size: 10px;  
    187         border-top: #aaaaaa 0px none; 
     295        border: 1px solid; 
     296        cursor: pointer; 
     297        font: bold 13px Lucidatypewriter,monospace; 
     298        height: 20px; 
     299        margin-bottom: 0px; 
     300        padding: 0px 5px 0px 0px; 
     301        text-align: center; 
     302        text-decoration: none; 
     303        -moz-border-radius: 9px 9px 0px 0px; 
     304        -moz-user-select: none; 
     305} 
     306 
     307.menu 
     308{ 
     309        background-color: #c8d7ea; 
     310        border-color: #f4f7fc; 
     311        border-bottom: 1px solid #4a79b1; 
     312} 
     313 
     314.menu-sel 
     315{ 
     316        background-color: #f7f7f7; 
     317        border-color: #4a79b1; 
     318        border-bottom: 0px; 
     319        color: #00f; 
     320} 
     321 
     322.menu-degrade 
     323{ 
     324        background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); 
     325        background-repeat: repeat-x; 
     326} 
     327 
     328.navbar_but, 
     329.navbar_butOut, 
     330.navbar_butOver 
     331{ 
     332        background-repeat: no-repeat; 
     333        cursor: pointer; 
     334        cursor: hand; 
     335        height: 40px; 
     336        padding-right: 6px; 
     337        text-align: center; 
     338        vertical-align: center; 
     339        width: 40px; 
     340} 
     341 
     342.navbar_but 
     343{ 
     344        background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); 
     345} 
     346 
     347.navbar_butOver 
     348{ 
     349        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); 
     350} 
     351 
     352.navbar_butOut 
     353{ 
     354        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); 
     355} 
     356 
     357.prefSection 
     358{ 
     359        font-weight: bold; 
     360        font-size: 16px; 
     361        line-height: 40px; 
     362} 
     363 
     364.sideboxSpace 
     365{ 
     366        height: 9px; 
     367} 
     368 
     369.tblHeadApp 
     370{ 
     371        border: #9c9c9c 1px solid; 
    188372} 
    189373 
    190374.textSidebox 
    191375{ 
    192         font-size: 10px;  
    193         height:18px; 
    194         padding-top:2px; 
    195         padding-bottom:2px; 
    196         border-top: #aaaaaa 1px solid; 
    197  
    198 } 
    199  
    200 .sideboxSpace 
    201 { 
    202         height:9px; 
    203 } 
    204  
    205 .greyLine 
    206 { 
    207         margin:1px; 
    208         border-top-color:#7e7e7e; 
    209         border-top-width:1px; 
    210         border-top-style:solid; 
    211         height:1px; 
    212 } 
    213  
    214 .prefSection 
    215 { 
    216         font-weight:bold; 
    217         font-size:16px; 
    218         line-height:40px; 
    219 } 
    220  
    221 #extraIcons 
    222 { 
    223         background-color:#eeeeee; 
    224         border-width:1px; 
    225         border-color:#7e7e7e; 
    226         border-style:solid; 
    227 } 
    228  
    229 .extraIconsRow 
    230 { 
    231         border-top-color:#dddddd; 
    232         border-top-width:1px; 
    233         border-top-style:solid; 
    234         padding:2px; 
    235 } 
    236  
    237 #divMain 
    238 { 
    239         background-color:white; 
    240         margin-top: 0px; 
    241         padding:9px; 
    242         border-color:#7e7e7e; 
    243         border-width:1px; 
    244         border-style:solid; 
    245 } 
    246  
    247 #divLogo 
    248 { 
    249         position:absolute; 
    250         left:20px; 
    251         top:5px; 
    252         z-index:51; 
    253 } 
    254  
    255 #divAppIconBar 
    256 { 
    257         background-color:white; 
    258         border-top-color:#9c9c9c; 
    259         border-top-width:1px; 
    260         border-top-style:solid; 
    261         background-image: url(../images/background-icon-bar.png);  
    262         background-repeat: repeat-x 
    263 } 
    264  
    265 #divAppTextBar 
    266 { 
    267         background-color:white; 
    268 } 
    269  
    270 #user_info 
    271 { 
    272         color: white; 
    273 } 
    274 #links_bar 
    275 { 
    276                 color: white; 
    277 } 
    278  
    279 #divStatusBar 
    280 { 
    281         height:24px; 
    282         padding-left:10px; 
    283         padding-top:0px; 
    284 } 
    285  
    286 #tdSidebox 
    287 { 
    288         width:170px; 
    289         background-color:white; 
    290         overflow:visible; 
    291 } 
    292  
    293  
    294 #tdAppbox 
    295 { 
    296         background-color:white; 
    297         width: 100%; 
    298 } 
    299 #divSideboxContainer 
    300 { 
    301         position:relative; 
    302         width:150px; 
    303         top:0px; 
    304         left:0px; 
    305         background-color:white; 
    306         border-width:1px; 
    307         border-style:solid; 
    308         z-index:40; 
    309 } 
    310  
    311 #divAppboxHeader 
    312 { 
    313         margin-top:2px; 
    314         margin-left:2px; 
    315         margin-right:2px; 
    316         font-size: 16px; 
    317         font-weight:normal; 
    318         font-variant:small-caps; 
    319         font-style:italic; 
    320         text-shadow:0.2em 0.2em 3px #999999; 
    321         color: #000066; 
    322         text-align: center; 
    323         padding: 0px; 
    324         background: url(../images/bgAppTitle.png); 
    325         height:24px; 
    326         line-height:24px; 
    327         border-top-color:#9c9c9c; 
    328         border-top-width:1px; 
    329         border-top-style:solid; 
    330         border-left-color:#9c9c9c; 
    331         border-left-width:1px; 
    332         border-left-style:solid; 
    333         border-right-color:#9c9c9c; 
    334         border-right-width:1px; 
    335         border-right-style:solid; 
    336  
    337 } 
    338  
    339 #divAppbox 
    340 { 
    341         background: #fff url(../images/bgBlockContent.jpg); 
    342         background-repeat:repeat-x; 
    343         padding-right:1px; 
    344         padding-top:1px; 
    345         padding-bottom:1px; 
    346         padding-left:15px; 
    347         border-bottom-color:#9c9c9c; 
    348         border-bottom-width:1px; 
    349         border-bottom-style:solid; 
    350         border-left-color:#9c9c9c; 
    351         border-left-width:1px; 
    352         border-left-style:solid; 
    353         border-right-color:#9c9c9c; 
    354         border-right-width:1px; 
    355         border-right-style:solid; 
    356         margin-top:0px; 
    357         margin-bottom:0px; 
    358         margin-left:2px; 
    359         margin-right:2px; 
    360  
    361 } 
    362  
    363 #user_info 
    364 { 
    365 padding-left:17px; 
    366  
    367 } 
    368  
    369 #admin_info 
    370 { 
    371         position:relative; 
    372         text-align:center; 
    373         margin-right:10px; 
    374 } 
    375  
    376 #divGenTime 
    377 { 
    378         bottom:14px; 
    379         font-size: 9px; 
    380         color: #ff0000; 
    381         text-align:center; 
    382         width:99%; 
    383 } 
    384  
    385 #divPoweredBy  
    386 { 
    387         font-family: Verdana, Arial, Helvetica, sans-serif; 
     376        border-top: 1px solid #aaa; 
    388377        font-size: 10px; 
    389         color: #999999; 
    390         text-decoration: none; 
    391         padding: 7px; 
    392         text-align: center; 
    393         background-color:white; 
     378        height: 18px; 
     379        padding-top: 2px; 
     380        padding-bottom: 2px; 
     381} 
     382 
     383.toolbar 
     384{ 
     385        background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); 
     386        position: absolute; 
     387} 
     388 
     389.whiteSpace 
     390{ 
     391        width: 2px; 
     392} 
     393 
     394.linha0, 
     395.linha1, 
     396.tr_msg_read, 
     397.tr_msg_read2 
     398{ 
     399        color: #3f3f3f; 
     400        background-color: #fff; 
     401        -moz-user-select: none; 
     402} 
     403 
     404.linha1, 
     405.tr_msg_read2 
     406{ 
     407        background-color: #f4f8fb; 
    394408} 
    395409 
     
    397411.table_elements_tr_header, 
    398412.info_tr_header, 
    399 .message_header { 
    400         background-color:#ABC6E1; 
    401 } 
    402  
    403 .navbar_but 
    404 { 
    405         background-image: url(../../../../phpgwapi/templates/default/images/back_app.png) !important; 
    406         width: 40px; 
    407         height: 40px; 
    408         vertical-align: center; 
    409         text-align: center; 
    410         padding-right: 6px; 
    411         cursor:pointer; 
    412         cursor:hand; 
    413         background-repeat:no-repeat; 
    414 } 
    415 .menu-degrade { 
    416           background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important; 
    417           background-repeat: repeat-x; 
    418 } 
    419  
    420 .image-menu { 
    421         padding: 0px 0px 0px 0px; 
    422         background: url(../../../../phpgwapi/templates/default/images/folder_bg.png); 
    423 } 
    424  
    425 .navbar_butOver 
    426 { 
    427         background-image: url(../../../../phpgwapi/templates/default/images/back_app_over.png) !important; 
    428         width: 40px; 
    429         height: 40px; 
    430         vertical-align: center !important; 
    431         text-align: center !important; 
    432         padding-right:6px; 
    433         cursor:pointer; 
    434         cursor:hand; 
    435         background-repeat:no-repeat; 
    436 } 
    437  
    438 .navbar_butOut 
    439 { 
    440         background-image: url(../../../../phpgwapi/templates/default/images/back_app_out.png) !important; 
    441         width: 40px; 
    442         height: 40px; 
    443         vertical-align: center !important; 
    444         text-align: center !important; 
    445         padding-right:6px; 
    446         cursor:pointer; 
    447         cursor:hand; 
    448         background-repeat:no-repeat; 
    449 } 
    450 .toolbar 
    451 { 
    452        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo.png); 
    453        position:absolute; 
    454 } 
    455  
    456 .logo_expresso 
    457 { 
    458         background:url(../../../../phpgwapi/templates/default/images/logo_expresso.jpg) no-repeat 0 3px; 
    459         width: 191px; 
    460 } 
    461  
    462 .linha0, 
    463 .linha1, 
    464 .tr_msg_read, 
    465 .tr_msg_read2 { 
    466         color: #3f3f3f; 
    467         background-color: #ffffff; 
    468         -moz-user-select: none; 
    469 } 
    470  
    471 .linha1, 
    472 .tr_msg_read2 { 
     413.message_header 
     414{ 
     415        background-color: #abc6e1; 
     416} 
     417 
     418.prefTable 
     419{ 
    473420        background-color: #f4f8fb; 
    474 } 
     421        margin: 0px 0px 10px 0px ; 
     422        border: 1px solid #D3DCE3; 
     423        border-top: 0px; 
     424} 
  • trunk/phpgwapi/templates/default/css/rochas.css

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