source: branches/2.2/phpgwapi/templates/default/css/cataratas.css @ 3018

Revision 3018, 3.4 KB checked in by amuller, 14 years ago (diff)

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

  • Property svn:executable set to *
RevLine 
[3018]1body
[1151]2{
[3018]3        background-color: #e9e9e9;
[1151]4}
5
[3018]6a:link,
7a:visited
[1151]8{
[3018]9        color: #000066;
[1151]10}
11
[3018]12a:hover,
13a:active
[1151]14{
[3018]15        color: #ff9933;
[1151]16}
17
[3018]18a.divSideboxEntry,
19.divSideboxEntry
[1151]20{
[3018]21        background-color: #eee;
[1151]22}
23
[3018]24a.appTitles,
25.appTitles
[1151]26{
[3018]27        padding: 2px 2px;
[1151]28}
29
[3018]30a.textSidebox
[1151]31{
[3018]32        border-top-color: #aaa;
[1151]33}
34
[3018]35input,
36button
[1151]37{
[3018]38        border-color: #bbb;
39        color: #069;
[1151]40}
41
42input[type=image]
43{
[3018]44        border-color: #bbb;
[1151]45}
46
[3018]47select
[1151]48{
[3018]49        border-color: #bbb;
50        color: #006;
[1151]51}
52
[3018]53#divAppbox
[1151]54{
[3018]55        background: #e6f3d9;
56        border-color: #9c9c9c;
[1151]57}
58
[3018]59#divAppboxHeader
[1151]60{
[3018]61        background: #e6f3d9;
62        border-color: #9c9c9c;
63        color: #006;
64        font-size: 14px;
65        font-weight: bold;
[1151]66}
67
[3018]68#divAppIconBar
[1151]69{
[3018]70        background: #fff url( ../images/background-icon-bar.png ) repeat-x;
71        border-top-color: #9c9c9c;
[1151]72}
73
[3018]74#divAppTextBar
[1151]75{
[3018]76        background-color: #fff;
[1151]77}
78
[3018]79#divGenTime
[1151]80{
[3018]81        color: #f00;
[1151]82}
83
[3018]84#divMain
[1151]85{
[3018]86        background: #fff;
87        border-color: #7e7e7e;
[1151]88}
89
[3018]90#divPoweredBy
[1151]91{
[3018]92        background: #fff;
93        color: #999;
[1151]94}
95
[3018]96#divSideboxContainer
[1151]97{
[3018]98        background: #fff;
[1151]99}
100
101#extraIcons
102{
[3018]103        background: #eee;
104        border-color: #7e7e7e;
[1151]105}
106
[3018]107#links_bar,
108#user_info
[1151]109{
[3018]110        color: #fff;
[1151]111}
112
[3018]113#tdAppbox
[1151]114{
[3018]115        background-color: #fff;
[1151]116}
117
[3018]118#tdSidebox
[1151]119{
[3018]120        background: #fff;
[1151]121}
122
[3018]123.conteudo
[1151]124{
[3018]125        border-color: #4A79B1;
126        color: #003;
[1151]127}
128
[3018]129.divSideboxHeader
[1151]130{
[3018]131        background-color: #006;
132        color: #fff;
[1151]133}
134
[3018]135.extraIconsRow
[1151]136{
[3018]137        border-top-color: #ddd;
[1151]138}
139
[3018]140.greyLine
[1151]141{
[3018]142        border-top-color: #7e7e7e;
[1151]143}
144
[3018]145.grid_email_class
[1151]146{
[3018]147        border-bottom-color: #cfcfcf;
[1151]148}
149
[3018]150.image-menu
[1151]151{
[3018]152        background: #a0b2cc url( ../../../../phpgwapi/templates/default/images/folder_bg_fozi.jpg ) no-repeat scroll center bottom;
[1151]153}
154
[3018]155.last_menu
[1151]156{
[3018]157        border-bottom-color: #4a79b1;
[1151]158}
159
[3018]160.logo_expresso
[1151]161{
[3018]162        background: url( ../../../../phpgwapi/templates/default/images/logo_expresso_fozi.gif ) no-repeat;
163        height: 35px;
164        width: 264px;
[1151]165}
166
[3018]167.menu
[1151]168{
[3018]169        background: #c8d7ea;
170        border-color: #f4f7fc;
171        border-bottom-color: #4a79b1;
[1151]172}
173
[3018]174.menu-sel
[1151]175{
[3018]176        background-color: #f7f7f7;
177        border-color: #4a79b1;
178        color: #00f;
[1151]179}
180
[3018]181.menu-degrade
[1151]182{
[3018]183        background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png );
[1151]184}
185
[3018]186.navbar_but
[1151]187{
[3018]188        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_fozi.png );
[1151]189}
190
[3018]191.navbar_butOver
[1151]192{
[3018]193        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over_fozi.png );
[1151]194}
195
[3018]196.navbar_butOut
[1151]197{
[3018]198        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out_fozi.png );
[1151]199}
200
[3018]201.tblHeadApp
[1151]202{
[3018]203        border-color: #9c9c9c;
[1151]204}
205
[3018]206.textSidebox
[1151]207{
[3018]208        border-top-color: #aaa;
[1151]209}
210
211.toolbar
212{
[3018]213        background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo_fozi.jpg );
[1151]214}
215
[3018]216.linha0,
217.linha1,
218.tr_msg_read,
219.tr_msg_read2
[1151]220{
[3018]221        color: #3f3f3f;
222        background: #fff;
[1151]223}
224
[3018]225.linha1,
226.tr_msg_read2
227{
228        background: #e6f3d9;
[1151]229}
[1195]230
[3018]231table.inboxElements th,
232.table_elements_tr_header,
233.info_tr_header,
[1151]234.message_header
235{
[3018]236        background-color: #98c17f;
[1151]237}
238
239.message_options_active {
[3018]240        color: #d00;
241        font-weight: bold;
[1151]242}
243
244.message_options_inactive {
[3018]245        color: #999;
[1151]246}
247
248.message_options {
[3018]249        color: blue;
250        font-weight: bold;
[1151]251}
252
253.message_options_over {
[3018]254        color: #d00;
255        font-weight: bold
[1151]256}
257
258.table_message{
[3018]259        background: #98c17f;
[1151]260}
[1719]261
262
[3018]263
264#fmStatusBar
265{
266        margin-left: 4px;
267        margin-bottom: 3px;
268        font-size: 10px;
[1719]269}
270
[3018]271.divLoginbox
272{
273        position: relative;
274        width: 300px;
275        border: 1px solid #9c9c9c;
[1719]276}
[3018]277
278.divLoginboxHeader
279{
280        text-align: center;
281        background-color: #ddd;
282        padding-top: 2px;
283        font-size: 10px;
284        color: #666;
285}
286
287.divSidebox
288{
289        position: relative;
290        width: 147px;
291        border: 1px solid #9c9c9c;
292}
293
294.content-menu
295{
296        padding: 0px 0px 0px 0px;
297        background: #fff;
298}
Note: See TracBrowser for help on using the repository browser.