source: extensions/sobre/branches/2.0/CSS3.css @ 10317

Last change on this file since 10317 was 10317, checked in by Gotcha, 13 years ago

Compatible avec Piwigo v2.2

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 !important;
29  font-size: 2.2em;
30  font-weight: normal;
31}
32.content div.thumbnailCategory div.description div.text p {
33  font-family: thumb-t !important;
34  font-size: 2em;
35}
36.content div.thumbnailCategory div.description div.text p.Nb_images {
37font-family:Compteur !important;
38margin:0 10px;
39font-size:1em;
40}
41#stuffs_block_1, #stuffs_block_9 {
42font-family:Newser !important;
43font-size:2.5em;
44}
45#menubar dt {
46font-family:Mon-menu !important;
47font-size:18px;
48font-style:italic;
49font-weight:lighter;
50}
Note: See TracBrowser for help on using the repository browser.