X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Fcouteau_suisse%2Fcouteau_suisse%2Foutils%2Ffilets_sep.css;fp=www%2Fplugins%2Fauto%2Fcouteau_suisse%2Fcouteau_suisse%2Foutils%2Ffilets_sep.css;h=045b61c60a8bddc7637af603ba1a86d4dd5ad1b4;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hp=0000000000000000000000000000000000000000;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c;p=velocampus%2Fweb%2Fwww.git diff --git a/www/plugins/auto/couteau_suisse/couteau_suisse/outils/filets_sep.css b/www/plugins/auto/couteau_suisse/couteau_suisse/outils/filets_sep.css new file mode 100644 index 0000000..045b61c --- /dev/null +++ b/www/plugins/auto/couteau_suisse/couteau_suisse/outils/filets_sep.css @@ -0,0 +1,83 @@ +/* +* +----------------------------------+ +* Nom de l'Outil : Filets de Separation +* Version : 1.3 +* Date : 27/12/2006 +* Auteur : FredoMkb +* Adaptation et ameliorations pour le plugin +* "Couteau Suisse" : Patrice Vanneufville +* +-------------------------------------+ +* Cette feuille de style est specialement dediee +* au formatage des filets produits par l'outil +* "Filets de Separation" ("filets_sep.php"). +* +----------------------------------+ +* Pour toute remarque ou suggestion, reportez-vous a l'article : +* +* +-------------------------------------+ +*/ + +.filet_sep { + font-size:1px; + text-align:center; + padding:0; + margin:0; +} + +/******************************************/ +/** Filets **/ + +/* Filet plein long epais 4px gris pale */ +.filet_sep_0 {border-bottom: 4px solid #ccc;} + +/* Filet plein long fin 1px gris clair */ +.filet_sep_1 {border-bottom: 1px solid #999;} + +/* Filet tirets moyen fin 1px gris moyen */ +.filet_sep_2 {border-bottom: 1px dashed #666; margin: 0px 80px;} + +/* Filet pointille court fin 1px gris fonce */ +.filet_sep_3 {border-bottom: 1px dotted #333; margin: 0 33%;} + + +/******************************************/ +/** Blocs **/ + +/* Bloc long fond jaune pale avec filet pointille rouge */ +.filet_sep_4 { + height: 4px; + background-color: lemonchiffon; /* #FFFACD */ + border: 1px dotted maroon; /* #800000 */ +} + +/* Bloc moyen fond gris clair avec filets gauche-droite bleu */ +.filet_sep_5 { + margin: 0px 100px; + height: 5px; + background-color: silver; /* #C0C0C0 */ + border-left: 25px solid navy; /* #000080 */ + border-right: 25px solid navy; /* #000080 */ +} + +/* Bloc court fond bleu, filet haut rouge, filet bas orange */ +.filet_sep_6 { + margin: 0 42%; + height: 6px; + background-color: blue; /* #0000FF */ + border-top: 6px solid red; /* #FF0000 */ + border-bottom: 6px solid darkorange; /* #FF8C00 */ +} + +/* Exemple de filet pour surcharge */ +.filet_sep_7 { + border-bottom: 1px solid #999; +} + +/******************************************/ +/** Images **/ + +.filet_sep_image { + height: 10px; /* hauteur par defaut */ + background-position: center; + background-repeat: no-repeat; + border-style: none; +}