source: extensions/sobre/CSS3.css @ 5628

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

Daily MAJ
Lots of changes

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
23.content div.thumbnailCategory div.description h3 {
24  font-family: Title-cat;
25  font-size: 2.2em;
26  font-weight: normal;
27}
28.content div.thumbnailCategory div.description div.text p {
29  font-family: thumb-t;
30  font-size: 2em;
31}
32.content div.thumbnailCategory div.description div.text p.Nb_images {
33font-family:Compteur;
34margin:0 10px;
35font-size:1em;
36}
37#stuffs_block_1, #stuffs_block_9 {
38font-family:Newser;
39font-size:1.3em;
40font-weight:bold;
41}
42
43.content UL.thumbnails SPAN.wrap2 {
44        border: 1px solid #aaaaaa;      /* thumbnails border color and style */
45        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
46}
Note: See TracBrowser for help on using the repository browser.