This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
orleans-themes-wcs/wcs.css

179 lines
3.6 KiB
CSS

/*
*/
/* pas de bloc "mon espace" */
div#myspace {
display: none;
}
/* pas de titre "démarche" sur les pages */
h2#services {
display: none;
}
/* pas de point bizarres devant les listes */
.rteContent ul li {
background: none;
padding-left: 0;
}
/*
* fix breadcrumbs... heu... désolé.
*/
.breadcrumbs li.auquobc {
visibility: hidden;
}
.breadcrumbs li.auquobc a:first-child {
display: none;
}
.breadcrumbs li.auquobc a {
visibility: visible;
}
.breadcrumbs li.auquobc a:before {
content: "/ ";
padding-right: 7px;
}
/*
* page d'accueil
*
*/
/* ne pas afficher le mot "démarches" */
div#centre div#services h3 {
display: none;
}
/* affichage des catégories */
div#centre div#services ul li strong a {
color: #666;
font-family: "RokkittRegular", Times New Roman;
font-size: 3em;
line-height: 1.3em;
}
/* description catégories */
div#centre div#services ul li p {
font-size: 1em;
}
/* liste des formulaires */
div#centre div#services ul li ul li a {
background: url("img/icons/ico-link-hover.png") no-repeat left center;
padding-left: 20px;
font-weight: bold;
}
/*
* page d'une catégorie
*
*/
/* nom en gros */
.rteContent h3 {
color: #666;
font-family: "RokkittRegular", Times New Roman;
font-size: 3.667em;
line-height: 1.3em;
}
ul.catforms li a {
background: url("img/icons/ico-link-hover.png") no-repeat left center;
padding-left: 20px;
font-weight: bold;
}
/*
* dans un formulaires
*
*/
/* message d'erreur général très visible */
div.errornotice {
font-size: 1.5em;
}
/* affichage des catégories */
div#centre div#services ul li strong a {
color: #666;
font-family: "RokkittRegular", Times New Roman;
font-size: 3em;
line-height: 1.3em;
}
/* liste des formulaires */
div#centre div#services ul li ul li a {
background: url("img/icons/ico-link-hover.png") no-repeat left center;
padding-left: 20px;
font-weight: bold;
}
/*
* page d'une catégorie
*
*/
/* nom en gros */
.rteContent h3 {
color: #666;
font-family: "RokkittRegular", Times New Roman;
font-size: 3.667em;
line-height: 1.3em;
}
ul.catforms li a {
background: url("img/icons/ico-link-hover.png") no-repeat left center;
padding-left: 20px;
font-weight: bold;
}
/*
* dans un formulaires
*
*/
/* message d'erreur général très visible */
div.errornotice {
font-size: 1.5em;
}
/* Formulaires */
.buttons .SubmitWidget {
display: inline;
}
.widget div input, .widget div input[type="file"] {background:#fff; border:1px solid #cdcdcd; display:inline; text-indent:0;}
.buttons .SubmitWidget input[type=submit] {background:#000; -webkit-border-radius:5px; border:none; border-radius:5px; color:#29ABD2; cursor:pointer; font-family:"PTSansBold", Trebuchet MS; font-size:13px; padding:5px 20px; text-transform:uppercase; width:auto;}
.widget div label {
color: #666;
float: left;
font: bold 1.25em/15px PTSansBold, Arial, sans-serif;
margin: 0 10px 0 0;
padding: 3px 0;
text-align: right;
}
.buttons {margin:0; height:1%; padding:0; text-align:center;}
.widget .submit:active {position:relative; top:1px;}
.widget .buttons .require {color:#F15A24; display:block; font-size:0.833em; text-align:right;}
.widget .required {color: #f00;}
.widget label {cursor:pointer;}
.widget div input, .widget div select {
font:1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666;
padding: 2px;
width: 280px;
}
.widget fieldset {background-color:#e6e6e6; border:none; margin-top:20px; padding:0;}
.widget legend {background:#ab9fb4; color:#FFF; font-size:1.25em; font-weight:bold; margin:0; padding:5px 0 5px 30px; text-transform:uppercase; width:610px;}