Vous pouvez copier/coller ce modèle de CSS dans le champ feuille de style du menu apparence (Privilège>Site Web>apparence) @charset "UTF-8"; /* CSS POUR GABARIT TYPE */ /**********************************for all**********************************************/ body { background-color: #e6ecf2; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: 100; } .container { background-color: #ffffff; padding: 10px; } /* couleur des titres = couleur du rubriquage de base : noir */ h1, h2, h3, h4 { color: #556268; } h1 {font-size:20px;} h2 {font-size:18px;} h3 {font-size:16px;} h4 {font-size:14px;} .widget, .encart { border-style: solid; border-color: #282828; border-width:1px; } .encart-header, .widget-header { background: #90a4ad; color: white; padding: 5px 5px; text-align:center; border-radius: 0px; font-family: Alegreya Sans,sans-serif; font-size: 1,9em; line-height: 0,85em; font-weight: 300; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); text-transform: none; } div.grand_saut { height: 25px; } /* couleur des liens = couleur du rubriquage de base : noir */ a { color : #556268; text-decoration : none; } a:hover, a:focus, a:active { color : #556268; text-decoration : underline; } /**********************************navigation*******************************************/ #global-navigation { padding-top: 4px; } /* navigation principale rubriques de base + sous-rubriquage : fond de couleur gris*/ .sidebar-nav>ul>li>a, .sidebar-nav>ul>li ul{ background : #90a4ad; } /* navigation principale rubriques de base actives : fond de couleur gris bleu*/ .sidebar-nav>ul>li.active>a, .sidebar-nav>ul>li:hover>a, .sidebar-nav>ul>li.active:hover>a{ background : #c0cdd6; } /* navigation principale rubriques de base + sous-rubriquage : texte de couleur blanche */ .sidebar-nav>ul>li>a, .sidebar-nav>ul>li.active>a, .sidebar-nav>ul li.active:hover>a, .sidebar-nav>ul ul a{ color : #fff; text-decoration : none; } /* navigation sous-rubriquage de base + 2nd sous-rubriquage survole : fond de couleur gris-vert */ .sidebar-nav>ul>li ul a:hover, .dropdown-submenu:hover > a{ background : #90a4ad; } .nav .dropdown-toggle .caret, .nav .dropdown-toggle:hover .caret, .nav-tabs .active .dropdown-toggle .caret{ border-top-color : #ffffff; border-bottom-color : #ffffff; } /**********************************encarts*************************************************/ /* encarts informatifs - gris vert */ .encart-content { background: #ececec; padding: 4px; text-align:left; border-radius: 0px 0px; } /* widgets de HAL */ .widget { background-color:#FFF; vertical-align:top; } .widget-content { background-color:#FFF; padding: 4px; text-align:left; color: black; font-weight:normal ; border-radius: 0px 0px; } /* dans widget nb de depots et notices, agit sur les chiffres qui s'affichent */ .label-default { background-color:#FFF; color:#043659; font-size: 16px; padding: 0px; border-radius: 0px 0px; }