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.
66 lines
793 B
66 lines
793 B
/* Onglet */
|
|
|
|
.menu-pannel {
|
|
background-color: #000000;
|
|
color: #ffffff;
|
|
width: 100%;
|
|
}
|
|
|
|
.menu-pannel-item {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
padding: 5px;
|
|
}
|
|
|
|
.active {
|
|
display: block;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.team{
|
|
position: absolute;
|
|
border: 0;
|
|
height: 1px;
|
|
width: 1px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
clip: rect(1px 1px 1px 1px); /* IE6 & IE7 */
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
}
|
|
|
|
.team:target{
|
|
position: relative;
|
|
height: auto;
|
|
padding: initial;
|
|
clip: initial;
|
|
}
|
|
|
|
|
|
/* Formulaire */
|
|
|
|
form label,
|
|
form input {
|
|
display: block;
|
|
}
|
|
|
|
|
|
/* CARD */
|
|
|
|
.team-card {
|
|
border: #000000 1px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
|
|
/* Erreur */
|
|
|
|
.text-error {
|
|
color: red;
|
|
}
|
|
|
|
.box-error {
|
|
border: 1px solid red;
|
|
} |