ADD oubli de certain fichier en rapport avec la page "about"
[euphorik.git] / css / 1 / pageAbout.css
1
2 #page.about {
3 text-align : left;
4 padding: 30px 10px 10px 10px;
5 }
6
7 #page.about h1 {
8 margin-top: 10px;
9 margin-left: 0px;
10 font-size: 18px;
11 color : #a6b80e
12 }
13
14 #page.about h2 {
15 margin-top: 10px;
16 margin-left: 10px;
17 font-size: 16px;
18 color : #899714;
19 }
20
21 #page.about h3 {
22 margin-top: 10px;
23 margin-left: 20px;
24 font-size: 14px;
25 color : #79841a;
26 background-color : #1e2201
27 }
28
29 #page.about h4 {
30 margin-top: 10px;
31 margin-left: 25px;
32 font-size: 12px;
33 color : #646d1d
34 }
35
36 #page.about p {
37 margin-top: 3px;
38 margin-left: 35px;
39 color : #e9e9e9
40 }
41
42 #page.about ul {
43 margin-top: 3px;
44 margin-left: 45px;
45 color: #e9e9e9
46 }