source: ether_2012/trunk/web/resources/css/ether.css @ 358

Last change on this file since 358 was 356, checked in by vmipsl, 12 years ago

slides

File size: 6.0 KB
Line 
1/** ***************************************************** **/
2/** ************************ TITLES ********************* **/
3/** ***************************************************** **/
4.title1 {
5    color: #165076;
6    font-weight: bold;
7    font-size: 15px;
8}
9
10.title2 {
11    color: #165076;
12    font-weight: bold;
13}
14
15/** ***************************************************** **/
16/** ********************* CONTAINERS ******************** **/
17/** ***************************************************** **/
18.containerWhite {
19    position: relative;
20    left: 600px;
21    background-color: white;
22    width: 13px;
23    height: 108px;
24}
25
26.containerEther {
27    -moz-border-radius: 4px 4px 4px 4px;
28    -webkit-border-radius: 4px 4px 4px 4px;
29    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
30    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
31    width: 980px;
32    float: left;
33    margin-bottom: 10px;
34}
35
36/** ***************************************************** **/
37.containerTitleTools {
38    width: 980px;
39    float: left;
40    margin-bottom: 10px;
41}
42
43.containerLogoTitleNav {
44    float: left;
45}
46
47.containerLogoTitle {
48    -moz-border-radius: 4px 0 0 4px;
49    -webkit-border-radius: 4px 0 0 4px;
50    -moz-box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.3);
51    -webkit-box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.3);
52    height: 108px;
53    width: 604px;
54}
55
56.containerLogoEther {
57    float: left;
58    width: 80px;
59    height: 80px;
60    padding: 15px;
61}
62
63.containerTitle {
64    font-size: 24px;
65    color: #003d6c;
66    font-weight: bold;
67    float: left;
68    margin-top: 29px;
69    margin-left: 10px;
70    margin-bottom: 18px;
71    width: 483px;
72}
73
74.containerTitlePart2 {
75    text-align: right;
76    margin-right: 10px;
77    margin-top: 12px;
78}
79
80.containerNav {
81    -moz-border-radius: 4px 4px 4px 4px;
82    -webkit-border-radius: 4px 4px 4px 4px;
83    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
84    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
85    margin-top: 13px;
86    width: 589px;
87    height: 28px;
88    padding-left: 10px;
89    padding-top: 5px;
90}
91
92.containerToolsMenus {
93    -moz-border-radius: 0 4px 4px 4px;
94    -webkit-border-radius: 0 4px 4px 4px;
95    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
96    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
97    float: left;
98    margin-left: 5px;
99    width: 367px;
100    min-height: 155px;
101}
102
103.containerTools {
104    float: right;
105    -moz-border-radius: 4px 4px 4px 4px;
106    -webkit-border-radius: 4px 4px 4px 4px;
107    background: -moz-linear-gradient(left, white, #C0C0C0);
108    background: -webkit-linear-gradient(left, white, #COCOCO);
109    width: 300px;
110    height: 30px;
111}
112
113.containerMenu {
114    float: left;
115    color: #456487;
116    margin-left: 22px;
117}
118
119.containerSubMenu {
120    float: left;
121    color: #81A0C3;
122    margin-top: 6px;
123    font-size: 11px;
124}
125
126.containerSubMenu li {
127    margin-top: -6px;
128}
129
130.containerSubMenu ul {
131    margin-left: -6px;
132}
133
134/** ***************************************************** **/
135
136/** ***************************************************** **/
137.containerNewsImages {
138    height: 150px;
139    width: 460px;
140    margin-bottom: 0;
141}
142
143.containerNewsTexts {
144    background: -moz-linear-gradient(0deg, #003d6c -9%, rgba(125, 185, 232, 0.48) 30%, rgba(125, 185, 232, 0) 83%) repeat scroll 0 0 transparent;
145    float: right;
146    height: 150px;
147    width: 500px;
148    margin-right: 3px;
149}
150
151.containerNewsTextsTitle {
152    color: #003d6c;
153    font-size: 16px;
154    text-align: right;
155    margin-right: 20px;
156    margin-top: 10px;
157}
158
159/** ***************************************************** **/
160
161/** ***************************************************** **/
162.containerBottom {
163    background: -moz-linear-gradient(left center, white, #C0C0C0) repeat scroll 0 0 transparent;
164    color: #003D6C;
165    height: 26px;
166    padding-right: 10px;
167    position: relative; /*top: -32px;*/
168    width: 972px;
169}
170
171/** ***************************************************** **/
172
173/** ***************************************************** **/
174/** ********************* LI SUBMENUS ******************* **/
175/** ***************************************************** **/
176li.li0 {
177    border-left: 7px solid #ADEAEA;
178}
179
180li.li1 {
181    border-left: 7px solid #236B8E;
182}
183
184li.li2 {
185    border-left: 7px solid #3299CC;
186}
187
188li.li3 {
189    border-left: 7px solid #38B0DE;
190}
191
192li.li4 {
193    border-left: 7px solid #7093D8;
194}
195
196li.li5 {
197    border-left: 7px solid #5959AB;
198}
199
200li.li0:hover, li.li1:hover, li.li2:hover, li.li3:hover, li.li4:hover, li.li5:hover {
201    border-left: 7px solid #00FFFF;
202    color: #165076;
203}
204
205/** ***************************************************** **/
206
207/** ***************************************************** **/
208.roundTable {
209    -moz-border-radius: 4px;
210    -webkit-border-radius: 4px;
211    border: 1px solid;
212    width: 100%;
213}
214
215.slideTable {
216    float: left;
217    width: 99%;
218    margin: 5px 5px -15px;
219}
220
221.slideTable td {
222    -moz-border-radius: 4px;
223    -webkit-border-radius: 4px;
224    border: 2px solid #C0C0C0;
225    padding: 5px 5px 0 5px;
226    text-align: center;
227    color: #003D6C;
228    vertical-align: top;
229}
230
231.slideTable td:hover {
232    color: #708090;
233    font-weight: bold;
234    background: #e2e2e2; /* Old browsers */
235    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 45%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
236    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
237    background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
238    background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */
239    background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE10+ */
240    background: linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* W3C */
241}
242
243.slideTable td a:hover {
244    color: #708090;
245}
246
247.slideTableTitle {
248    height: 30px;
249}
250
251#logoMimosa, #logoReprobus, #logoIasi, #logoMozaic {
252    margin-top: 5px;
253}
254
255#logoTropico, #logoGeisa {
256    margin-top: 8px;
257}
258
259#logoEccad {
260    margin-top: 10px;
261}
Note: See TracBrowser for help on using the repository browser.