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

Last change on this file was 817, checked in by rboipsl, 9 years ago

changement logo
champs locality/lieu desactives

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