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.
compte-agglo-montpellier/compte_agglo_montpellier/static/themes/django-montpellier/style.css

368 lines
5.6 KiB
CSS

/* general stuff */
html, body { margin: 0; font-family: 'Carme', sans-serif; font-size: 13px;}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { margin-top: 0; }
a {
-webkit-transition: color 200ms ease-out;
}
/* layout */
body {
overflow-x: hidden;
background: #ece6e0 url(bg-page.png) 0 -200px repeat-x;
}
div#page {
width: 100%;
}
div#header {
background-color: #ffffff;
width: 100%;
margin: 0 0 0 0;
position: absolute;
top: 0px;
margin-left: -500px;
z-index: 0;
}
div#top {
background: url(header-agglo.jpg) 0% 0% no-repeat;
height: 456px;
width: 1500px;
margin: 0 auto 0 auto;
margin-left: 50%;
}
div#top h1 {
width: 10em;
text-align: center;
padding-top: 3em;
padding-left: 2em;
margin-left: 20px;
font-size: 120%;
font-weight: bold;
}
div#top h1 a {
color: white;
text-shadow: #6374AB 0px 0px 3px;
}
div#main-content-wrapper {
position: relative;
z-index: 100;
width: 1000px;
margin: 200px auto 0px auto;
}
div#main-content {
margin: 0;
min-height: 300px;
}
div#footer {
clear: both;
background: white url(background_footer.png) no-repeat top left;
padding: 0px;
width: 1000px;
height: 160px;
margin: 10px auto 0 auto;
}
p#legal {
font-size: small;
padding-top: 140px;
color: white;
margin: 0;
padding-left: 15px;
}
#content {
position: relative;
margin:0;
color: rgb(58, 58, 58);
}
div#content a {
color: #d90024;
}
div#content a:hover {
text-decoration: underline;
}
#menu {
font-size: 130%;
}
#menu ul {
list-style: none;
margin: 0;
padding: 10px 0 32px 0;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
#menu li {
display: inline;
margin: 0px 10px 0 0;
padding: 5px;
background: #f68423;
border: 5px solid transparent;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
}
#menu li a {
color: white;
text-transform: uppercase;
}
#menu li:hover {
background-color: #f4bc03;
border: 5px solid #f4bc03;
}
#menu ul li:first-child {
background: #f68423 url(main-menu-icon.png) no-repeat right center;
padding-right: 35px;
}
#menu ul li:first-child:hover {
border: 5px solid transparent;
}
#menu li:hover a {
text-decoration: none;
}
#menu li.selected {
background: #f4bc03;
border: 5px solid #f4bc03;
}
#menu li.selected a {
color: white;
}
#left {
float: left;
width: 49.5%;
}
#right {
float: right;
width: 49.5%;
}
br.clear {
clear: both;
}
#content .block {
background: white;
font-size: 110%;
}
#content .block h2 {
background: #d90024 url(connaitre.png) no-repeat 5px center;
font-weight: normal;
color: white;
text-transform: uppercase;
padding: 6px 10px 6px 50px;
font-size: 130%;
cursor: default; /* someday, perhaps, cursor: move */
}
#content .demarches ul {
list-style: none;
padding-left: 0px;
margin: 0px;
}
#content .demarches ul a {
color: inherit;
font-weight: bold;
background: transparent url(bullet_rouge.png) left center no-repeat;
padding-left: 10px;
}
#content .demarches ul a:hover {
color: #d90024;
}
#content .demarches ul li {
margin: 1ex 0 10px 1ex;
padding-left: 10px;
}
#content .demarches .toutes-les-demarches {
padding: 10px 0 10px 0;
margin-left: 20px;
}
#content .toutes-les-demarches a {
background: transparent url(button_rouge_eye.png) no-repeat 0px center;
color: #d90024;
text-transform: uppercase;
padding-left: 30px;
font-size: 130%;
}
#content .toutes-les-demarches a:hover {
color: #d90024;
}
#commune-selector {
margin-left: 5px;
margin-bottom: 10px;
}
#content #futurs-demarches {
overflow-y: hidden;
margin: 5px;
padding-bottom: 15px;
}
#content #futurs-demarches.selected {
display: block;
}
body.narrow-page #main-content-wrapper {
width: 800px;
}
div#single-title {
font-size: 130%;
padding: 5px;
background: #f4bc03;
border: 5px solid #f4bc03;
color: white;
text-transform: uppercase;
text-align: center;
}
body.narrow-page #main-content {
background: white;
margin-top: 20px;
padding: 10px 10px 0 10px;
}
body.narrow-page #main-content form p input {
display: block;
margin-left: 10px;
}
div#welcome {
width: 48%;
float: left;
text-align: justify;
}
span.helptext {
color: #666;
}
body.narrow-page div.right {
padding-top: 2em;
float: right;
width: 49%;
}
.region-header {
width: 1000px;
position: absolute;
top: 0px;
}
#logout-block {
right: 0px;
top: 0px;
position: absolute;
background: white;
padding: 5px;
}
#logout-block a {
width: 208px;
text-align: center;
display: block;
float: right;
margin: 0;
padding-left: 30px;
padding-right: 10px;
font-size: 14px;
color: #888;
background: url(button_connexion.gif) left center no-repeat;
border: 1px solid #e9e9e9;
line-height: 20px;
height: 22px;
}
#logout-block a:hover {
text-decoration: none;
color: #222;
}
#logout-block span {
color: #222;
padding-right: 1em;
display: block;
float: left;
padding-top: 5px;
padding-left: 1em;
}
ul.newsList {
list-style: none;
}
ul.newsList li.abonne {
margin: 0;
padding: 0;
}
.abonne:before {
content: "\2713 ";
width: 1em;
display: inline-block;
}
.nonAbonne:before {
content: " ";
width: 1em;
display: inline-block;
}
.abonne {
color: green;
}
#my-informations {
margin-bottom: 15px;
padding: 0px;
}
#my-informations p {
padding: 0 5px;
}
#my-informations select,
#my-informations input {
margin-left: 10px;
display: block;
}
body.narrow-page .errorlist {
list-style: none;
color: #f44;
padding-left: 0;
margin-left: 0;
}