Files
aem_monespace/monaem/static/css/style.less
2023-06-22 10:26:17 +02:00

191 lines
3.4 KiB
Plaintext

/* style.less */
@error: #b94a48;
.form-group {
label.error {
color: @error;
}
}
.navbar {
margin-bottom: 0;
background-color: #e5ddc9;
color: #341C09 !important;
z-index: 9999;
border: 0;
font-size: 14px !important;
line-height: 1.42857143 !important;
letter-spacing: 4px;
border-radius: 0;
}
.navbar li a, .navbar .navbar-brand {
color: #341C09 !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
color: #fff !important;
background-color: #341C09 !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
color: #fff !important;
}
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
/* Dropdown */
.open .dropdown-toggle {
color: #fff ;
background-color: #555 !important;
}
/* Dropdown links */
.dropdown-menu li a {
color: #000 !important;
}
/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
background-color: #341C09 !important;
color: #ffffff !important;
}
.fc-unthemed td.fc-today {
background: #FF8C00 none repeat scroll 0% 0%;
}
.fc-time-grid .fc-slats td {
height: 2em;
}
.fc-event-time, .fc-event-title {
padding: 0 1px;
white-space: normal;
}
.modal-dialog {
top:7%;
}
.footer {
background-color: #2f2f2f;
color: #ffffff;
padding-top: 2em;
padding-bottom: 1em;
}
.bg-grey {
background-color: #f6f6f6;
}
#faq-text {
font-family: Monaco, "Courier New", Courier, monospace;
}
#bg {
position: fixed;
top: 0;
left: 0;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set rules to fill background */
min-width: 100%;
min-height: 100%;
}
.panel {
background: transparent;
border: 0;
box-shadow: none;
}
.logo-small {
color: #f4511e;
font-size: 56px;
}
.type-stage-panel {
padding-left: 25px;
margin-top: 5px;
margin-bottom: 20px;
display: none;
}
.fc-event {
font-size: 1em;
line-height: 2;
}
#afficheDocModal .modal-dialog
{
width: 70%;
}
@media (min-width: 1200px) {
/* largeur d'un Iphone 8 */
.container{
max-width: 736px;
}
}
.container-fluid {
padding-top: 2em;
padding-bottom: 1em;
}
/* ne pas affichier l'url after the link */
@media print {
a[href]:after {
content: none !important;
}
}
/* -------- pour cookie-bar ------ */
#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
/* -------- fin cookie-bar ------ */