Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
css
/
[
Home
]
File: analyse_images.css
* { margin: 0; padding: 0; } /*-----------CLEARFIX-------------------*/ /* * Cleafix - WebToolKit * * @see http://www.webtoolkit.info/css-clearfix.html * */ .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clearfix { display: inline-block; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; } /*-----------FIN CLEARFIX-------------------*/ body { font-family: "Trebuchet ms", Calibri, Verdana, Arial, Tahoma, Helvetica, sans-serif; font-family: 'Dosis', sans-serif; font-size: 1em; line-height: 1.4em; letter-spacing: 0.04em; word-spacing: 0.04em; margin-top: 10px; background: #fff; margin-bottom: 50px; } #page { width: 1465px; margin-left: auto; margin-right: auto;/*background: #FF9;*/ } #container { width: 100%; /*plus 2 pixels pour les filets colonne centre*//* background:#999;*/ } #colonne_gauche { position: relative; float: left; width: 230px; } #colonne_droite { position: relative; float: left; width: 230px; } #colonne_centre { float: left; width: 980px; border: 1px solid #999; padding-top: 3px; padding-bottom: 10px; background: transparent;/*background:#9CF;*/ } #colonne_centre img { max-width: 900px; max-height: 900px; border: 1px solid #999; } img { text-decoration: none; border: none; outline: 0; } /*_____COULEURS_____*/ .bkggrisclair { background: #bebebe; } .bkgkhaki { background: khaki; } .bkglightblue { background: lightblue; } .bkgburlywood { background: burlywood; } .bkgorangered { background: #F90; } .colorblanc { color: #fff; } .colornoir { color: #000; } .colororangered { color: #F90; } .colorlightblue { color: #5570ad; } /*_____FIN COULEURS_____*/ p, h3, h4, h5, em { padding: 3px 10px 3px 10px; } /*_____Classes H_____*/ .retraitdg { margin: 0 40px 0 40px; } .petit { font-size:0.8em; } .txtcenter { text-align: center; } .txtjustif { text-align: justify; } .txtleft { text-align: left; } .txtright { text-align: right; } .txtital { font-style: italic; } .txtbold { font-weight: bold; font-style: font-style:italic; } /*_____FIN Classes H_____*/ h1 { font-size: 3em; line-height: normal; font-weight: bold; padding-top: 0.6em; } h2 { font-size: 2.5em; line-height: normal; font-weight: bold; padding-top: 0.6em; } h3 { font-size: 2em; line-height: 120%; font-weight: bold; } h4 { font-size: 1.6em; line-height: normal; font-weight: normal; } h5 { font-size: 1.3em; line-height: normal; font-weight: bold; } h6 { font-size: 1.2em; line-height: normal; font-weight: normal; } em { font-weight: normal; font-style: italic; text-align: center; } hr { height: 1px; border: 0px; background-color: #7399ef; margin: 5px 50px 10px 50px; } .retrait_hr { margin-left: 300px; margin-right: 300px; color: #7399ef; } .break { clear: both; } .retrait { margin-left: 100px; margin-right: 100px; } .retrait20 { margin-left: 20px; } .retrait-20 { padding-left: -20px; } /* _____LIENS_____ */ a.menu:link, a.menu:visited, a.menu:hover, a.menu:active { display: block; width: 200px; text-decoration: none; font-weight: bold; text-align: center; color: #555; background-color: #fff; padding: 5px; margin-bottom: 10px; border: 1px solid #bababa; } a.menu:hover { text-decoration: none; color: #fff; background-color: #5570ad; /*bleu*/ } a.commonlink:link, a.commonlink:visited, a.commonlink:hover, a.commonlink:active { font-size: 1em; font-weight: bold; color: #5570ad; text-decoration: underline; display: block; margin-bottom: 10px; } a.commonlink:hover { color: #000; text-decoration: underline; } a.valid:link, a.valid:visited, a.valid:hover, a.valid:active { text-decoration: none; font-weight: bold; text-align: center; color: #555; padding: 5px; } a.valid:hover { text-decoration: none; color: #fff; background-color: #197537; /*vert*/ } a.modif:link, a.modif:visited, a.modif:hover, a.modif:active { text-decoration: none; font-weight: bold; text-align: center; color: #555; background-color: #fff; padding: 5px; margin-left: 25px; } a.modif:hover { text-decoration: none; color: #fff; background-color: #da7b00; /*orange*/ } a.annul:link, a.annul:visited, a.annul:hover, a.annul:active { width: 200px; height: 34px; text-decoration: none; font-weight: bold; text-align: center; color: #555; background-color: #fff; padding: 5px; margin-bottom: 10px; border: 1px solid #bababa; margin-left: 10px; } a.annul:hover { text-decoration: none; color: #fff; background-color: #a90000; /*rouge*/ } a.comment:link, a.comment:visited, a.comment:hover, a.comment:active { text-decoration: none; border-bottom: 1px dashed #5570ad; font-style: normal; font-size: 1em; color: #000; } a.comment:hover { color: #5570ad; border-bottom: 1px dashed #5570ad; } /*-----MENUS COLONNE DROITE-----*/ a.menuvalid:link, a.menuvalid:visited, a.menuvalid:hover, a.menuvalid:active, a.menumodif:link, a.menumodif:visited, a.menumodif:hover, a.menumodif:active, a.menuannul:link, a.menuannul:visited, a.menuannul:hover, a.menuannul:active { display: block; width: 200px; text-decoration: none; font-weight: bold; text-align: center; color: #555; background-color: #fff; padding: 5px; margin-bottom: 10px; border: 1px solid #bababa; } a.menuvalid:hover { text-decoration: none; color: #fff; background-color: #197537; /*vert*/ } a.menumodif:hover { text-decoration: none; color: #fff; background-color: #da7b00; /*orange*/ } a.menuannul:hover { text-decoration: none; color: #fff; background-color: #a90000; /*rouge*/ } /*-----------FIN LIENS-------------------*/ #vignette, vignette_gd { width: 145px; height: 195px; text-align: center; margin: 0px 2px 12px 14px; position: relative; float: left; } #vignette img { width: 145px; height: 145px; object-fit: cover; border: none; } #vignette_gd { max-width: 210px; text-align: center; margin-left: 10px; } #vignette_gd img { max-width: 210px; border: none; object-fit: cover; } #vignetteimageref { width: 300px; margin-right: auto; margin-left: auto; margin-top: 20px; margin-bottom: 20px; } #vignetteimageref img { max-width: 300px; } /*_____ELEMENTS DE FORMULAIRE_____*/ input[type=submit] { display: block; width: 210px; height: 34px; text-decoration: none; font-weight: bold; text-align: center; color: #555; background-color: #fff; padding: 5px; margin-bottom: 10px; border: 1px solid #bababa; font-family: 'Dosis', sans-serif; font-size: 1em; line-height: 1.4em; letter-spacing: 0.04em; word-spacing: 0.04em; } input[type=submit]:hover { text-decoration: none; color: #fff; background-color: #197537; /*vert*/ } #menu_boite { position: relative; float: left; width: 200px; } input[type=text], input[type=file], input[type=select], input[type=password], input[type=fieldset], input[type=textdisabled], textarea, label { width: 900px; /*moins 2 pixels pour border + 5px pour padding-left*/ border: 1px solid #999; background-color: #fff; color: #555; height: 2em; margin-bottom: 10px; margin-left: 35px; padding-left: 5px; position: relative; float: left; } input[type=file] { width: 900px; } #label { text-align: left; } textarea, htextarea { width: 900px; height: 150px; border: 1px solid #999; color: #555; } fieldset { } input[type=textdisabled] { margin-left: 30px; } /*-------------------------------------------------------LIENS MODIF & SUPPR---------------------------------------------------------------------*/ /* --------------------------------------------------- DEFINITION DE L'INFOBULLE --------------------------------------------------------------- */
©
2020 Black Eagle Team