source: extensions/sobre/CSS3.css @ 6001

Last change on this file since 6001 was 5766, checked in by Gotcha, 14 years ago

Optimize CSS

File size: 1.1 KB
Line 
1/* Déclaration des fonts (polices) */
2@font-face {
3  font-family: 'Slider-com'; 
4  src: url('./fonts/Slider-com.ttf');
5}
6@font-face {
7  font-family: 'Title-cat'; 
8  src: url('./fonts/Title-Cat.ttf');
9}
10@font-face {
11  font-family: 'thumb-t'; 
12  src: url('./fonts/thumb-t.ttf');
13}
14@font-face {
15  font-family: 'Compteur'; 
16  src: url('./fonts/Compteur.ttf');
17}
18@font-face {
19  font-family: 'Newser'; 
20  src: url('./fonts/Newser.ttf');
21}
22@font-face { 
23  font-family: 'Mon-menu'; 
24  src: url('./fonts/menubar.ttf');
25}
26
27.content div.thumbnailCategory div.description h3 {
28  font-family: Title-cat;
29  font-size: 2.2em;
30  font-weight: normal;
31}
32.content div.thumbnailCategory div.description div.text p {
33  font-family: thumb-t;
34  font-size: 2em;
35}
36.content div.thumbnailCategory div.description div.text p.Nb_images {
37font-family:Compteur;
38margin:0 10px;
39font-size:1em;
40}
41#stuffs_block_1, #stuffs_block_9 {
42font-family:Newser;
43font-size:1.3em;
44font-weight:bold;
45}
46#menubar dt {
47font-family:Mon-menu;
48font-size:18px;
49font-style:italic;
50font-weight:lighter;
51}
Note: See TracBrowser for help on using the repository browser.