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/azul.css

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