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

Last change on this file since 345 was 345, checked in by vmipsl, 13 years ago

install

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: -13px 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
44.pair:hover, .impair:hover {
45    -moz-border-radius: 4px 4px 4px 4px;
46    background: none repeat scroll 0 0 #70739C;
47    color: #E1DEF1;
48    text-decoration: none;
49}
50
51.bindedText {
52    color: #6178BC;
53    text-decoration: none;
54}
55
56.navStyle {
57    position: absolute;
58    top: -13px;
59}
60
61/** ************************************ **/
62/** *********** DIV INFOS ************** **/
63/** ************************************ **/
64.error, .alert, .notice, .success, .info, .loading {
65    padding: 0.5em;
66    margin: 0.5em auto;
67    border: 2px solid #ddd;
68    text-align: center;
69}
70
71.error, .alert {
72    background: #fbe3e4;
73    color: #8a1f11;
74    border-color: #fbc2c4;
75}
76
77.notice {
78    background: #fff6bf;
79    color: #514721;
80    border-color: #ffd324;
81}
82
83.success {
84    background: #e6efc2;
85    color: #264409;
86    border-color: #c6d880;
87}
88
89.info {
90    background: #d5edf8;
91    color: #205791;
92    border-color: #92cae4;
93}
94
95.loading {
96    border: none;
97}
98
99/** ************************************ **/
100/** ************ LOADING *************** **/
101/** ************************************ **/
102.loading-classic {
103    background-image: url(../../resources/icons/transparent_loading.gif);
104    height: 16px;
105    width: 16px;
106}
Note: See TracBrowser for help on using the repository browser.