source: ether_2012/trunk/web/resources/css/mainEther.css @ 351

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

diaporama

File size: 1.8 KB
Line 
1html {
2    border: 0 none;
3    margin: 0;
4    padding: 0;
5}
6
7body, table {
8    font-size: 13px;
9    line-height: 1.7em; /*color: #333333;*/
10    color: #04155D;
11    font-family: Trebuchet MS, Arial, san-serif;
12}
13
14.pageWrapper {
15    width: 980px;
16    text-align: left;
17    margin: auto;
18}
19
20a img {
21    border-width: 0;
22}
23
24a {
25    color: #165076;
26    text-decoration: none;
27}
28
29a:hover {
30    text-decoration: none;
31    color: #2277BB;
32}
33
34a:visited {
35    text-decoration: none;
36    color: #618EAC;
37}
38
39input {
40    -moz-border-radius: 4px 4px 4px 4px;
41    -webkit-border-radius: 4px 4px 4px 4px;
42}
43
44li {
45    list-style-type: none;
46}
47
48li:hover {
49    color: #ADEAEA;
50}
51
52.pair:hover, .impair:hover {
53    -moz-border-radius: 4px 4px 4px 4px;
54    background: none repeat scroll 0 0 #70739C;
55    color: #E1DEF1;
56    text-decoration: none;
57}
58
59.bindedText {
60    color: #6178BC;
61    text-decoration: none;
62}
63
64.navStyle {
65    position: absolute;
66    top: -13px;
67}
68
69/** ************************************ **/
70/** *********** DIV INFOS ************** **/
71/** ************************************ **/
72.error, .alert, .notice, .success, .info, .loading {
73    padding: 0.5em;
74    margin: 0.5em auto;
75    border: 2px solid #ddd;
76    text-align: center;
77}
78
79.error, .alert {
80    background: #fbe3e4;
81    color: #8a1f11;
82    border-color: #fbc2c4;
83}
84
85.notice {
86    background: #fff6bf;
87    color: #514721;
88    border-color: #ffd324;
89}
90
91.success {
92    background: #e6efc2;
93    color: #264409;
94    border-color: #c6d880;
95}
96
97.info {
98    background: #d5edf8;
99    color: #205791;
100    border-color: #92cae4;
101}
102
103.loading {
104    border: none;
105}
106
107/** ************************************ **/
108/** ************ LOADING *************** **/
109/** ************************************ **/
110.loading-classic {
111    background-image: url(../../resources/icons/transparent_loading.gif);
112    height: 16px;
113    width: 16px;
114}
Note: See TracBrowser for help on using the repository browser.