source: companies/serpro/contactcenter/styles/cc.css @ 903

Revision 903, 4.1 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1  /***************************************************************************\
2  * eGroupWare - Contacts Center                                              *
3  * http://www.egroupware.org                                                 *
4  * Written by:                                                               *
5  *  - Jonas Goes <jqhcb@users.sourceforge.net>                               *
6  *  sponsored by Thyamad - http://www.thyamad.com                            *
7  * ------------------------------------------------------------------------- *
8  *  This program is free software; you can redistribute it and/or modify it  *
9  *  under the terms of the GNU General Public License as published by the    *
10  *  Free Software Foundation; either version 2 of the License, or (at your   *
11  *  option) any later version.                                               *
12  \***************************************************************************/
13.link
14{
15        cursor:pointer;
16        color: #000066;
17        text-decoration: none;
18}
19
20.div_main
21{
22        position: absolute;
23        left: 10px;
24        top: 15px;
25        right: 10px;
26        bottom: 15px;
27        background-color: #fff;
28        border: 1px solid #666666;
29
30        font-family: Verdana, Arial, Helvetica, sans-serif;
31        font-size: 10px;
32        font-weight: normal;
33        text-align: center;
34}
35
36.div_head
37{
38        position: absolute;
39        left: 10px;
40        top: 10px;
41        right: 10px;
42        height: 70px;
43        background-color: #eee;
44        border: 1px solid #999999;
45}
46
47.div_menu
48{
49        position: absolute;
50        left: 10px;
51        top: 120px;
52        bottom: 10px;
53        width: 150px;
54        background-color: #eeeeee;
55        border: 1px solid #999999;
56}
57
58.div_contact_center
59{
60        position: absolute;
61        left: 170px;
62        top: 120px;
63        right: 10px;
64        bottom: 10px;
65        background-color: #eeeeee;
66        border: 1px solid #999999;
67        border-style: dotted;
68        border-width: thin;
69}
70
71.div_cc_add
72{
73        position: absolute;
74        left: 10px;
75        top: 10px;
76        width: 235px;
77        height: 125px;
78        background-color: #eeeeee;
79}
80
81.div_cc_tree
82{
83        position: absolute;
84        left: 10px;
85        top: 145px;
86        bottom: 10px;
87        width: 235px;
88        background-color: #eeeeee;
89        border: 1px solid #999999;
90        border-style: dotted;
91        border-width: thin;
92}
93
94.div_cc_main
95{
96        position: absolute;
97        left: 255px;
98        top: 10px;
99        right: 10px;
100        bottom: 10px;
101        background-color: #eeeeee;
102        border: 1px solid #999999;
103        border-style: dotted;
104        border-width: thin;
105}
106
107.div_cc_card_space
108{
109        position: absolute;
110        left: 0px;
111        top: 80px;
112        right: 0px;
113        bottom: 0px;
114        background-color: #eeeeee;
115        border: 1px solid #999999;
116        border-style: dotted;
117        border-width: thin;
118}
119
120.div_cc_card
121{
122        position: relative;
123        left: 10px;
124        top: 10px;
125        width: 235px;
126        height: 125px;
127}
128
129.layer_cc_card_photo
130{
131        position: absolute;
132        left: 0px;
133        top: 0px;
134        bottom: 0px;
135        width: 70px;
136        text-align: center;
137        visibility: visible;
138}
139
140.layer_cc_card_data
141{
142        position: absolute;
143        left: 75px;
144        top: 0px;
145        right: 25px;
146        bottom: 0px;
147        text-align: center;
148        visibility: visible;
149}
150
151.button {
152        font-family: Verdana, Arial, Helvetica, sans-serif;
153        font-size: 10px;
154        color: #eee;
155        background-color: #bbbbbb;
156        border: 1px solid #eeeeee;
157        font-weight: bold;
158        text-align: center;
159        vertical-align: middle;
160        width: auto;
161        height: auto;
162}
163
164.field {
165        font-family: Verdana, Arial, Helvetica, sans-serif;
166        font-size: 10px;
167        color: #246;
168        background-color: #FFFFFF;
169        margin: 4px;
170        border: 1px solid #aaaaaa;
171}
172
173.tab_box,.tab_box_active
174{
175        background-color: #D3DCE3;
176        border: 0px solid #D3DCE3;
177        text-align: center;
178        cursor: pointer;
179}
180
181.tab_box_active
182{
183        font-weight: bold;
184        background-color: #E8F0F0;
185}
186
187.tab_box_active,.tab_box:hover
188{
189        border: 0px solid black;
190        background-color: #E8F0F0;
191}
192
193.letter_box,.letter_box_active
194{
195        background-color: #D3DCE3;
196        width: 250px;
197        border: 1px solid #D3DCE3;
198        text-align: center;
199        cursor: pointer;
200}
201
202.letter_box_active
203{
204        font-weight: bold;
205        /*background-color: #E8F0F0;*/
206        background-color: #EEEEEE;
207        color: #0000FF;
208}
209
210.letter_box_active,.letter_box:hover
211{
212        border: 1px solid black;
213        /*background-color: #E8F0F0;*/
214}
215
216.div_cc_contact_tab
217{
218        position: absolute;
219        visibility: hidden;
220        top: 0px;
221        left: 0px;
222        width: 498px;
223        height: 347px;
224        border: 0px solid #999999;
225}
226
227.div_cc_rectParticipants
228{
229        padding: 1px;
230        border: 2px outset #999999;
231        background-color: WHITE;
232        text-align: left;
233        font-size: 8pt;
234}
Note: See TracBrowser for help on using the repository browser.