| author | cavaliet |
| Fri, 30 Nov 2012 14:21:52 +0100 | |
| changeset 83 | fa742e491ce1 |
| parent 55 | 25313bf54ef7 |
| permissions | -rw-r--r-- |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
1 |
/* header */ |
| 11 | 2 |
.title-header h2{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
3 |
width: 100%; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
4 |
text-align: center; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
5 |
line-height: 60px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
6 |
} |
| 11 | 7 |
.title-header h2 a{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
8 |
color: #de2500; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
9 |
font-size: 24px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
10 |
text-decoration: underline; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
11 |
font-weight: bold; |
| 51 | 12 |
background: url(../img/pencil-icon.png) right 12px no-repeat; |
13 |
padding-right: 22px; |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
14 |
} |
| 11 | 15 |
.title-header h2 a:hover{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
16 |
text-decoration: none; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
17 |
} |
| 31 | 18 |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
19 |
/* left-content */ |
| 31 | 20 |
|
|
24
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
21 |
.news .video-item:nth-child(2n+2){ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
22 |
margin-right: 0; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
23 |
} |
|
24
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
24 |
|
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
25 |
.last .video-item:nth-child(4n+4){ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
26 |
margin-right: 0; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
27 |
} |
|
24
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
28 |
.last .video-item{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
29 |
width: 140px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
30 |
float: left; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
31 |
margin: 0 20px 12px 0; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
32 |
} |
|
24
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
33 |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
34 |
/* right-content */ |
| 31 | 35 |
|
| 11 | 36 |
.definition p{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
37 |
font-size: 12px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
38 |
line-height: 14px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
39 |
margin-bottom: 12px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
40 |
} |
| 11 | 41 |
.definition p strong{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
42 |
font-weight: bold; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
43 |
} |
| 11 | 44 |
.definition p a{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
45 |
color: #7628df; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
46 |
text-decoration: underline; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
47 |
} |
| 11 | 48 |
.definition p a:hover{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
49 |
text-decoration: none; |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
50 |
} |
| 54 | 51 |
.how-to li{ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
52 |
background-image: url(../img/how-to-sprite.png); |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
53 |
background-repeat: no-repeat; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
54 |
margin-bottom: 2px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
55 |
} |
| 54 | 56 |
.how-to h3{ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
57 |
font-size: 18px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
58 |
font-weight: bold; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
59 |
margin-bottom: 12px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
60 |
} |
| 54 | 61 |
.how-to h3 a{ |
62 |
color: #de2500; |
|
63 |
} |
|
64 |
||
65 |
.how-to h3 a:hover{ |
|
66 |
text-decoration: underline; |
|
67 |
} |
|
68 |
.how-to p{ |
|
| 10 | 69 |
font-size: 12px; |
70 |
word-wrap: break-word; |
|
71 |
width: 210px; |
|
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
72 |
} |
| 54 | 73 |
.inscription{ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
74 |
height: 84px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
75 |
background-position: 212px 0; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
76 |
} |
| 54 | 77 |
.creation{ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
78 |
height: 100px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
79 |
background-position: 212px -128px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
80 |
} |
| 54 | 81 |
.publier{ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
82 |
height: 90px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
83 |
background-position: 212px -266px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
84 |
} |
| 54 | 85 |
.next-step{ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
86 |
height: 24px; |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
87 |
background-position: 212px -377px; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
88 |
} |