ADD avancement sur la page admin : listage des ips bannis (presque fini)
[euphorik.git] / css / 1 / euphorik.css
1 @import url(../common.css);
2 @import url(pageMinichat.css);
3 @import url(pageAdmin.css);
4 @import url(pageProfileRegister.css);
5 @import url(pageAbout.css);
6
7
8 * {
9 padding: 0px;
10 margin: 0px;
11 }
12
13 body {
14 font-family: sans-serif;
15 font-size: 12px;
16 color: #EEEEEE;
17 /*text-align: center;*/ /* uniquement pour IE */
18 background-color: #DFDFDF;
19 background-image: url(../../img/css1/fond.png)
20 }
21
22 #container {
23 position: relative;
24 height: auto;
25 margin-left: 10px;
26 margin-right: 10px;
27 margin-top: 40px;
28 }
29
30 #menu {
31 /*
32 left: 300px;
33 top: 2px;*/
34 padding-left: 300px;
35 /*position: absolute;*/
36 height: 25px;
37 font-size: 11px;
38 background-color: #000000;
39 }
40 #menu div {
41 cursor: pointer;
42 z-index: 20;
43 float: left;
44 padding: 2px;
45 margin-left: 2px;
46 background-color: #4f5519;
47 }
48 #menu div.courante {
49 background-color: #818c27;
50 }
51 #menu div:hover {
52 background-color: #818c27
53 }
54
55 #menuCss {
56 position: absolute;
57 z-index: 10;
58 left: 600px;
59 top:0px;
60 font-size: 9px;
61 }
62
63 #page {
64 position: relative;
65 font-size: 12px;
66 background-color: #000000;
67 padding: 10px 10px 15px 10px;
68 }
69
70 #page > h1 {
71 margin-top: 10px;
72 margin-left: 0px;
73 font-size: 18px;
74 color : #a6b80e
75 }
76
77 #page > h2 {
78 margin-top: 10px;
79 margin-left: 10px;
80 font-size: 16px;
81 color : #899714;
82 }
83
84 #page > h3 {
85 margin-top: 10px;
86 margin-left: 20px;
87 font-size: 14px;
88 color : #79841a;
89 background-color : #1e2201
90 }
91
92 #page > h4 {
93 margin-top: 10px;
94 margin-left: 25px;
95 font-size: 12px;
96 color : #646d1d
97 }
98
99 #page > p {
100 margin-top: 3px;
101 margin-left: 35px;
102 color : #e9e9e9
103 }
104
105 #page > ul {
106 margin-top: 3px;
107 margin-left: 45px;
108 color: #e9e9e9
109 }
110
111 #logo {
112 z-index: 10;
113 background-image: url(../../img/css1/logo_2.png);
114 width: 253px;
115 height: 37px;
116 position: absolute;
117 top: -20px;
118 left: 4px;
119 }
120
121 #footer {
122 text-align: right;
123 }
124 #footer a img{
125 border-style: none;
126 }
127
128 div#info {
129 text-align: center;
130 width:100%;
131 position: fixed;
132 left: 0px;
133 top: 0px;
134 background-color: #000000;
135 border-bottom: 1px solid #aeaeae;
136 z-index: 20;
137 }
138
139 div#info div.fermer {
140 float:right;
141 cursor: pointer;
142 height:16px;
143 width: 16px;
144 background-image: url(../../img/fermer.gif)
145 }
146
147 div#info #icone {
148 float:left;
149 height:16px;
150 width: 16px;
151 }
152 div#info #icone.interrogation {
153 background-image: url(../../img/interrogation.gif)
154 }
155 div#info #icone.information {
156 background-image: url(../../img/information.gif)
157 }
158 div#info #icone.exclamation {
159 background-image: url(../../img/exclamation.gif)
160 }
161
162 div#info .boutons {
163 padding: 1px;
164 }
165
166 div#info .boutons div {
167 cursor: pointer;
168 background-color: #770000;
169 display: inline;
170 padding: 0px 5px 0px 5px;
171 margin: 0px 5px 0px 5px;
172 }
173 div#info .boutons div:hover {
174 background-color: #bc0000;
175 }
176
177 .captcha {
178 display:none
179 }
180
181 form input,
182 form button,
183 form select {
184 background-color: #164200;
185 border: #2d8800 1px solid;
186 color: #EEEEEE;
187 }
188
189 form input,
190 form select {
191 font-size: 12px;
192 }
193
194 form button {
195 font-size: 11px;
196 }
197
198 a {
199 text-decoration: none;
200 }
201 a:link {
202 color: #7664ff;
203 }
204 a:visited {
205 color: #7664ff;
206 }
207 a:hover {
208 color: #ffad0f;
209 }
210 a:active {
211 color: #ffad0f;
212 }
213