[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / couteau_suisse / couteau_suisse / outils / filets_sep.css
1 /*
2 * +----------------------------------+
3 * Nom de l'Outil : Filets de Separation
4 * Version : 1.3
5 * Date : 27/12/2006
6 * Auteur : FredoMkb
7 * Adaptation et ameliorations pour le plugin
8 * "Couteau Suisse" : Patrice Vanneufville
9 * +-------------------------------------+
10 * Cette feuille de style est specialement dediee
11 * au formatage des filets produits par l'outil
12 * "Filets de Separation" ("filets_sep.php").
13 * +----------------------------------+
14 * Pour toute remarque ou suggestion, reportez-vous a l'article :
15 * <http://www.spip-contrib.net/>
16 * +-------------------------------------+
17 */
18
19 .filet_sep {
20 font-size:1px;
21 text-align:center;
22 padding:0;
23 margin:0;
24 }
25
26 /******************************************/
27 /** Filets **/
28
29 /* Filet plein long epais 4px gris pale */
30 .filet_sep_0 {border-bottom: 4px solid #ccc;}
31
32 /* Filet plein long fin 1px gris clair */
33 .filet_sep_1 {border-bottom: 1px solid #999;}
34
35 /* Filet tirets moyen fin 1px gris moyen */
36 .filet_sep_2 {border-bottom: 1px dashed #666; margin: 0px 80px;}
37
38 /* Filet pointille court fin 1px gris fonce */
39 .filet_sep_3 {border-bottom: 1px dotted #333; margin: 0 33%;}
40
41
42 /******************************************/
43 /** Blocs **/
44
45 /* Bloc long fond jaune pale avec filet pointille rouge */
46 .filet_sep_4 {
47 height: 4px;
48 background-color: lemonchiffon; /* #FFFACD */
49 border: 1px dotted maroon; /* #800000 */
50 }
51
52 /* Bloc moyen fond gris clair avec filets gauche-droite bleu */
53 .filet_sep_5 {
54 margin: 0px 100px;
55 height: 5px;
56 background-color: silver; /* #C0C0C0 */
57 border-left: 25px solid navy; /* #000080 */
58 border-right: 25px solid navy; /* #000080 */
59 }
60
61 /* Bloc court fond bleu, filet haut rouge, filet bas orange */
62 .filet_sep_6 {
63 margin: 0 42%;
64 height: 6px;
65 background-color: blue; /* #0000FF */
66 border-top: 6px solid red; /* #FF0000 */
67 border-bottom: 6px solid darkorange; /* #FF8C00 */
68 }
69
70 /* Exemple de filet pour surcharge */
71 .filet_sep_7 {
72 border-bottom: 1px solid #999;
73 }
74
75 /******************************************/
76 /** Images **/
77
78 .filet_sep_image {
79 height: 10px; /* hauteur par defaut */
80 background-position: center;
81 background-repeat: no-repeat;
82 border-style: none;
83 }