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/static/css/as/surclass.css

130 lines
1.8 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: -20px;
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;
}
}
@media (max-width: 991px) {
#main-content {
clear: both;
}
#access-menu {
display: none;
}
.nav-panel {
display: none;
}
}
#recherche {
margin: 0px;
padding: 0px;
border: none;
}
#disabled_id {
background-color: #ccc;
}
#promo {
float: right;
}