You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

157 lines
2.0 KiB

body
{
padding:0px;
}
#title
{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 150px;
margin: 0px;
background-color: #2b2b2b;
z-index: 100;
}
a
{
color:#5fd0f1;
}
#title img
{
padding-top:25px;
height: 100px;
}
#title .rightLogo
{
float:right;
margin-right:25px;
}
nav
{
position: fixed;
top:0px;
left:0px;
width: 380px;
height: 100%;
padding: 0px;
padding-top: 150px;
background-color: #F1F1F1;
border-right: 2px solid #2b2b2b;
z-index: 50;
margin:0;
}
nav .onglet
{
position:relative;
margin:0;
text-align:center;
font-size: 22px;
height: 45px;
width: 50%;
color: #ffffff;
background-color: #2b2b2b;
margin-bottom:20px;
padding-top:15px;
margin-right:-2px;
border-right: 1px solid #fff;
}
nav .onglet:hover
{
background-color: #414141;
}
#onglet-esir
{
float: left;
}
#onglet-ext
{
left: 0px;
float: right;
}
#hamburgerMenu
{
background-color:#fff;
}
#hamburgerMenu h2
{
font-size:22px;
color:#2b2b2b;
margin-left:5%;
margin-top:5%;
}
form
{
margin-top:-20px;
margin-left:20%;
margin-bottom:-20px;
}
input[type="checkbox"] {
display:none;
}
input[type="checkbox"] + label span {
display:inline-block;
width:19px;
height:19px;
margin:-1px 4px 0 0;
vertical-align:middle;
background:url(images/check_radio_sheet.png) left top no-repeat;
cursor:pointer;
}
input[type="checkbox"]:checked + label span {
background:url(images/check_radio_sheet.png) -19px top no-repeat;
}
#AddEvent
{
position:absolute;
bottom:150;
width:100%;
margin:0;
margin-top:20px;
text-align:center;
font-size: 20px;
padding-top:15px;
height: 40px;
width: 100%;
color: #ffffff;
background-color: #2b2b2b;
}
#AddEvent:hover
{
color: #2b2b2b;
background-color: #40c1e6;
}
#calendar
{
height:100%;
margin:0;
margin-left:-10px;
}
#footer
{
position:absolute;
background-color:#f1f1f1;
bottom:0px;
height:54px;
color:#2b2b2B;
margin:0;
width:100%;
border:1px solid #2b2b2b;
}