Qware_core/data/template/default/css/fck.css

55 lines
1.2 KiB
CSS
Executable File

/**
*Styles pour les éléments mis en forme à partir d'un éditeur FCK
*/
/**
*Styles pour l'affichage général
*/
#data .h1, .h1{font-weight:bold;color:#333366;}
#data .h2, .h2{font-weight:bold;color:#FF6600;}
#data .h3, .h3{background-color: #E7EAED; font-weight:bold;}
#data .h4, .h4{font-weight:bold;color:#FF6600;}
#data .h5, .h5{font-weight:bold;color:#FF6600;}
#data .h6, .h6{font-weight:bold;color:#FF6600;}
#data .texteorange, .texteorange{
font-size: xx-small;
font-family: verdana, helvetica, geneva, swiss, serif;
color: #FF6600;
text-align: justify;
border: 0;
margin: 0;
padding-left: 3px;
font-weight: normal;
width: 97%;
}
#data .textenoir, .textenoir{
font-size: xx-small;
font-family: verdana, helvetica, geneva, swiss, serif;
color: #000000;
text-align: justify;
border: 0;
margin: 0;
padding-left: 3px;
font-weight: normal;
width: 97%;
}
#data .textebleu, .textebleu{
font-size: xx-small;
font-family: verdana, helvetica, geneva, swiss, serif;
color: #333366;
text-align: justify;
border: 0;
margin: 0;
padding-left: 3px;
font-weight: normal;
width: 97%;
}
#data strong,#data b{
margin: 2px;
padding: 2px;
font-weight: bold;
}
/**
* Fin des Styles FCK
*/