source: trunk/web/app/out/dist/css/general.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 2.3 KB
Line 
1@import url("bloc.css");
2@import url("news.css");
3@import url("pages.css");
4
5body
6{ font: normal 80% Verdana, Helvetica, Arial, sans-serif;
7  background-color: #1f1f1f;
8  color: #c0c0c0;
9  font-size: 12px;
10}
11
12a
13{ text-decoration: none;
14  color: #dad3bc;
15}
16
17a:hover
18{ text-decoration: underline;
19}
20
21a img
22{ border: none;
23}
24
25table.admin
26{ width: 100%;
27}
28
29table.admin th, table.admin td
30{ vertical-align: top;
31}
32
33table.admin th
34{ border: solid 1px #999999;
35}
36
37table.admin tr.hl:hover
38{ background-color: #3a3a3a;
39}
40
41table.admin input, table.admin textarea, table.admin select
42{ border: solid 1px #666666;
43  background-color: #444444;
44  color: #c0c0c0;
45}
46
47ul
48{ padding-left: 15px;
49}
50
51h1
52{ color: #c0c0c0;
53}
54
55h2
56{ margin-top: 5px;
57  border-bottom: solid 1px #c0c0c0;
58  margin-bottom: 10px;
59}
60
61p
62{ text-align: justify;
63}
64
65p.by
66{ text-align: right;
67  font-size: 0.9em;
68  font-style: italic;
69  margin-bottom: 10px;
70}
71
72.filtre
73{ text-align: right;
74  margin: 10px 5px 10px 5px;
75}
76
77.navig
78{ text-align: right;
79}
80
81#search_results h2
82{ border-bottom: dashed 1px #c0c0c0;
83}
84
85select
86{ border: solid 1px #555555;
87  background-color: #1f1f1f;
88  color: #c0c0c0;
89/*  padding: 3px;
90  border-radius: 3px;
91  -moz-border-radius: 3px;
92  -webkit-border-radius: 3px;*/
93}
94
95.info_mini_right
96{ float: right;
97  padding-right: 10px;
98  margin-top: -5px;
99}
100
101.info_mini_right img
102{ width: 20px;
103}
104
105#soutenir_site
106{ padding: 0px 0px 10px 0px;
107}
108
109#soutenir_site h3
110{ text-align: center;
111  font-weight: normal;
112  color: #dad3bc;
113  border-bottom: dashed 1px #333333;
114  padding-bottom: 5px;
115}
116
117#soutenir_site span
118{ display: block;
119  text-align: center;
120  padding: 5px;
121}
122
123
124
125
126#flickr_bloc
127{ float: right;
128}
129
130#flickr_bloc a
131{ display: block;
132  float: left;
133  margin: 0px 15px 0px 0px;
134  padding: 0px;
135  background-color: #0f0f0f;
136  border-radius: 3px 3px 3px 3px;
137  -moz-border-radius: 3px 3px 3px 3px;
138  height: 110px;
139  width: 110px;
140  text-align: center;
141}
142
143#flickr_bloc a:hover
144{ background-color: #252525;
145}
146
147#don_site
148{ float: left;
149  width: 50%;
150  text-align: center;
151}
152
153#lien_boutique_site
154{ float: left;
155  width: 50%;
156  text-align: center;
157}
158
159#soutenir_site .info_mini_right
160{ margin-top: 10px;
161  float: left;
162  line-height: 20px;
163}
164
165#soutenir_site .info_mini_right img
166{ float: left;
167  margin-right: 10px;
168}
169
170#soutenir_site a.info_mini_right:hover
171{ text-decoration: none;
172}
Note: See TracBrowser for help on using the repository browser.