source: tapas/web/resources/css/mainEther.css @ 529

Last change on this file since 529 was 529, checked in by rboipsl, 12 years ago

V2 orange

File size: 1.5 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: black;
11    font-family: Trebuchet MS, Arial, san-serif;
12}
13
14.pageWrapper {
15    width: 1047px; /*text-align: left;*/
16    margin: auto;
17    margin-top: -15px;
18}
19
20a img {
21    border-width: 0;
22}
23
24a {
25    text-decoration:none;
26    color: black;
27    text-align:center;
28     //line-height: 35px;
29}
30
31a:hover {
32    text-decoration:none;
33    color: black;
34    text-align:center;
35     //line-height: 35px;
36}
37
38a:visited {
39    text-decoration:none;
40    color: black;
41    text-align:center;
42     line-height: 35px;
43}
44
45input {
46    -moz-border-radius: 4px 4px 4px 4px;
47    -webkit-border-radius: 4px 4px 4px 4px;
48}
49
50/*li {
51    list-style-type: none;
52}
53
54li:hover {
55    color: #ADEAEA;
56} */
57
58a.li {
59    color:white;
60}
61
62
63.navStyle {
64    position: absolute;
65    top: -13px;
66}
67
68/** ************************************ **/
69/** *********** DIV INFOS ************** **/
70/** ************************************ **/
71.error, .alert, .notice, .success, .info, .loading {
72    padding: 0.5em;
73    margin: 0.5em auto;
74    border: 2px solid #ddd;
75    text-align: center;
76}
77
78.error, .alert {
79    background: #fbe3e4;
80    color: #8a1f11;
81    border-color: #fbc2c4;
82}
83
84.notice {
85    background: #fff6bf;
86    color: #514721;
87    border-color: #ffd324;
88}
89
90.success {
91    background: #e6efc2;
92    color: #264409;
93    border-color: #c6d880;
94}
95
96.info {
97    background: #d5edf8;
98    color: #205791;
99    border-color: #92cae4;
100}
101
102.loading {
103    border: none;
104}
Note: See TracBrowser for help on using the repository browser.