source: extensions/sobre/CSS3.css @ 6769

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

Conversion in UT8 without BOM

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