Changeset 6249 for extensions


Ignore:
Timestamp:
May 20, 2010, 12:33:31 PM (14 years ago)
Author:
Gotcha
Message:

Corrections for r6248
bug:1660

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/CSS3.css

    r6248 r6249  
    11/* Déclaration des fonts (polices) */
    22@font-face {
    3   font-family: 'Slider-com' !important;
     3  font-family: 'Slider-com';
    44  src: url('./fonts/Slider-com.ttf');
    55}
    66@font-face {
    7   font-family: 'Title-cat' !important;
     7  font-family: 'Title-cat';
    88  src: url('./fonts/Title-Cat.ttf');
    99}
    1010@font-face {
    11   font-family: 'thumb-t' !important;
     11  font-family: 'thumb-t';
    1212  src: url('./fonts/thumb-t.ttf');
    1313}
    1414@font-face {
    15   font-family: 'Compteur' !important;
     15  font-family: 'Compteur';
    1616  src: url('./fonts/Compteur.ttf');
    1717}
    1818@font-face {
    19   font-family: 'Newser' !important;
     19  font-family: 'Newser';
    2020  src: url('./fonts/Newser.ttf');
    2121}
    2222@font-face {
    23   font-family: 'Mon-menu' !important;
     23  font-family: 'Mon-menu';
    2424  src: url('./fonts/menubar.ttf');
    2525}
    2626
    2727.content div.thumbnailCategory div.description h3 {
    28   font-family: Title-cat;
     28  font-family: Title-cat !important;
    2929  font-size: 2.2em;
    3030  font-weight: normal;
    3131}
    3232.content div.thumbnailCategory div.description div.text p {
    33   font-family: thumb-t;
     33  font-family: thumb-t !important;
    3434  font-size: 2em;
    3535}
    3636.content div.thumbnailCategory div.description div.text p.Nb_images {
    37 font-family:Compteur;
     37font-family:Compteur !important;
    3838margin:0 10px;
    3939font-size:1em;
    4040}
    4141#stuffs_block_1, #stuffs_block_9 {
    42 font-family:Newser;
     42font-family:Newser !important;
    4343font-size:1.3em;
    4444font-weight:bold;
    4545}
    4646#menubar dt {
    47 font-family:Mon-menu;
     47font-family:Mon-menu !important;
    4848font-size:18px;
    4949font-style:italic;
Note: See TracChangeset for help on using the changeset viewer.