Projet

Général

Profil

Support #790 » exampleBackOffice.css

Monique Desnoyer, 24/08/2010 09:43

 
/**
* Copyright (C) 2000 - 2009 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* As a special exception to the terms and conditions of version 3.0 of
* the GPL, you may redistribute this Program in connection with Free/Libre
* Open Source Software ("FLOSS") applications as described in Silverpeas's
* FLOSS exception. You should have received a copy of the text describing
* the FLOSS exception, and it is also available here:
* "http://repository.silverpeas.com/legal/licensing"
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

@CHARSET "UTF-8";
/********* Titres **********/
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; /* Valeur par defaut */
font-style: normal;
}
h1 {
font-size: 16px;
font-weight: bold;
color: #af2c5a;
}
h2 {
font-size: 14px;
font-weight: bold;
color: #5a4c9d;
}
h3 {
color: #8e002a;
font-size: 12px;
}
h4 {
font-size: 10px;
}
.orange {
color:#f59237;
}
.bleu {
color:#6b94be;
}
.bordeaux {
color:#8e002a;
}
.violet {
color:#5a4c9d;
}
.vert {
color:#94bd43
}
.gris {
color: #9e9e9e;
}

#hautpage
{
text-align: right;
}
#hautpage a
{
font-size: 10px;
color: #8e002a;
}

/* Templates */
.cellule_gauche {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
text-align: left;
word-break: normal;
background-position: 0 top;
padding-right: 10px;
}
.cellule_centre {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
text-align: left;
padding-left: 5px;
padding-right: 5px;
}
.cellule_droite {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
text-align: left;
padding-left: 10px;
}
.cellule_image_centrale {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
padding-bottom: 20px;
}
.image_habillage {
border-width: 0px;
margin: 0px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
padding-top: 6px;
clear: both;
display: block;
float: left;
}


/************* GABARIT SERVICE 2 **************/

#liste_intervenants {
padding-top: 10px;
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: none;
border-bottom-color: #8d0029;
}
.intervenant {
float: left;
height: 95px;
width: 230px;
padding-bottom: 20px;
position: relative;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
}
.intervenant img {
float: left;
padding-right: 5px;
position: relative;
}
.titre_intervenant {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #a41c5e;
}
.intervenant a{
color: #258aca;
}

.dottedline_rouge {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #A41D5E;
}
.gab2_fondTitre {
background-image: url(/weblib/customWysiwyg/img/service/gab_2_fondTitreM.jpg);
background-repeat: repeat-x;
background-position: top;
font-size: 18px;
color: #FFF;
}
.gab2_fond_services {
background-image: url(/weblib/customWysiwyg/img/service/gab_2_fondDegrad.jpg);
background-repeat: repeat-x;
width: 470px;
}
.gab2_fondPhoto {
background-image: url(/weblib/customWysiwyg/img/service/gab_2_fondPhoto.jpg);
background-repeat: no-repeat;
height: 108px;
width: 206px;
padding-top: 6px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 8px;
}
.gab2_dottedLigneVerticale {
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #AE1B5E;
width: 14px;
}
li.puce_flecheBleu {
list-style-image: url(/weblib/customWysiwyg/img/service/gab_2_flecheBleu.jpg);
margin-bottom: 8px;
}
li.puce_flecheBleu a {
color: #258aca;
}
(1-1/4)