source: branches/rsr.v5.1/web/app/out/dist/css/pages/accueil.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("../style.css");
2
3#left
4{ float: left;
5  width: 190px;
6  padding: 5px;
7}
8
9#center
10{ float: left;
11  width: 790px;
12  padding: 5px;
13}
14
15#accueil_header .content
16{ height: 100px;
17}
18
19#accueil
20{ position: relative;
21  height: 400px;
22}
23
24#accueil_intro
25{ background-color: #252525;
26  border: solid 1px #333333;
27  border-radius: 3px;
28  -moz-border-radius: 3px;
29  padding: 10px;
30/*  width: 690px;*/
31  text-align: justify;
32/*  margin: 0 0 0 145px;*/
33}
34
35#etoile
36{ position: absolute;
37  left: 265px;
38  top: 55px;
39}
40
41#etoile_news
42{ position: absolute;
43  left: 265px;
44  top: 55px;
45  display: none;
46}
47
48#etoile_contact
49{ position: absolute;
50  left: 265px;
51  top: 55px;
52  display: none;
53}
54
55#etoile_forum
56{ position: absolute;
57  left: 265px;
58  top: 55px;
59  display: none;
60}
61
62#etoile_son
63{ position: absolute;
64  left: 265px;
65  top: 55px;
66  display: none;
67}
68
69#etoile_association
70{ position: absolute;
71  left: 265px;
72  top: 55px;
73  display: none;
74}
75
76#accueil_news
77{ position: absolute;
78  left: 60px;
79  top: 80px;
80}
81
82#accueil_contact
83{ position: absolute;
84  left: 430px;
85  top: 300px;
86}
87
88#accueil_forum
89{ position: absolute;
90  left: 525px;
91  top: 170px;
92}
93
94#accueil_son
95{ position: absolute;
96  left: 442px;
97  top: 37px;
98}
99
100#accueil_association
101{ position: absolute;
102  left: 53px;
103  top: 240px;
104}
105
106a.accueil_link
107{ font-size: 1.3em;
108  display: block;
109  width: 200px;
110  border-bottom: solid 1px #333333;
111}
112
113a.accueil_link:hover
114{ text-decoration: none;
115}
116
117#accueil_son a.accueil_link, #accueil_forum a.accueil_link, #accueil_contact a.accueil_link
118{ text-align: right;
119}
120
121.accueil_info
122{ background-color: #191919;
123  border: solid 1px #2c2c2c;
124  border-radius: 3px;
125  -moz-border-radius: 3px;
126  padding: 10px;
127  width: 300px;
128  position: relative;
129  left: -10px;
130  top: 5px;
131  filter: Alpha(opacity=80);
132  -moz-opacity: .80;
133  -khtml-opacity: 0.80;
134  opacity: .80;
135  display: none;
136/*  text-align: justify;*/
137}
138
139#accueil_news .accueil_info
140{ width: 160px;
141  position: relative;
142  left: 0px;
143  top: 5px;
144}
145
146#accueil_son .accueil_info
147{ width: 160px;
148  position: relative;
149  left: 18px;
150  top: 5px;
151}
152
153#accueil_forum .accueil_info
154{ width: 160px;
155  position: relative;
156  left: 18px;
157  top: 5px;
158}
159
160#accueil_contact .accueil_info
161{ width: 160px;
162  position: relative;
163  left: 18px;
164  top: 5px;
165}
166
167#accueil_association .accueil_info
168{ width: 160px;
169  position: relative;
170  left: 0px;
171  top: 5px;
172}
Note: See TracBrowser for help on using the repository browser.