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.
vincennes-2014/wcs/vincennes/css/surclass.css

198 lines
2.9 KiB
CSS

.right_bar .right_bar--newsletter {
background-image: url(../img/newsletters.png);
}
.right_bar .right_bar--newsletter:hover {
background-image: url(../img/newsletters.png);
}
.right_bar .right_bar--sondage {
height: 121px;
background-image: url(../img/sondage.png);
}
.right_bar .right_bar--sondage:hover {
background-image: url(../img/sondage.png);
}
html {
background: url(../img/bg1.png);
}
body {
background-position: 0 0;
}
#droite #myspace {
display: none;
}
form {
width: 100%;
}
.steplist {
margin: 0px;
padding-top: 0px;
margin-top: 0px;
padding-right: 15px;
}
.steplist div.panel-body {
padding: 7px 15px 7px 0px;
}
#steps > ol > li {
margin-right: 0px;
}
@media (min-width: 992px) {
#rub_service {
width: 100%;
}
#steps {
width: 100%;
padding: 7px 0px 7px 15px;
}
#step > ol > li {
margin-right: 0px;
}
}
@media (max-width: 767px) {
.login {
width: 98%;
}
#services > h3 {
text-align: center;
}
#services > ul {
margin: 0px;
padding: 0px;
}
#services > ul > li {
display: block;
float: left;
border: none;
height: auto;
margin: 0 0;
width: 100%;
font-size: 14px;
}
#content {
padding: 0px;
padding-left: 5px;
}
#access-menu {
display: none;
}
.nav-panel {
display: none;
}
.steplist {
width: 100%;
clear: both;
}
#step {
padding-left: 15px;
}
}
@media (max-width: 991px) {
#main-content {
clear: both;
}
#access-menu {
display: none;
}
.nav-panel {
display: none;
}
.steplist {
width: 100%;
clear: both;
}
#step {
padding-left: 15px;
}
}
#recherche {
margin: 0px;
padding: 0px;
border: none;
}
form .submit-button,
form .cancel-button,
#rub_service form .submit-button,
#rub_service form .cancel-button {
width: auto;
}
input[type="radio"], input[type="checkbox"] {
margin: 0px 4px 0px 0px;
}
.remove {
height: 16px;
}
.CheckboxWidget .title label {
left: 30px;
}
#content div.page h3 + h3 {
display: none;
}
div.dataview div.field span.label {
font-weight: bold;
color: #333;
min-width: 48%;
max-width: 100%;
float: left;
font-size: 12px;
text-align: left;
padding-top: 8px;
white-space: normal;
}
div.dataview div.field .value {
display: block;
margin-left: 1em;
margin-bottom: 1ex;
padding-left: 10px;
padding-top: 5px;
min-width: 48%;
float: none;
line-height: 20px;
}
form, .right {
text-align: left;
}
.cont-logo {
/*width: 375px;
height: 120px;
padding: 32px 0 50px 25px;*/
background: url(../img/cont-bg.png) no-repeat 0 5px;
}