82 lines
1.5 KiB
CSS
82 lines
1.5 KiB
CSS
.badge {
|
|
display: inline-block;
|
|
padding: 0.5rem;
|
|
border-radius: 50%;
|
|
color: #212529;
|
|
background-color: rgb(145, 144, 144);
|
|
line-height: 1;
|
|
}
|
|
.badge::before {
|
|
content: '';
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding-top: 100%;
|
|
}
|
|
|
|
.comptespip_logo_auteur {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.formulaire_spip .comptespip_logo_auteur .editer_logo {
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
.formulaire_editer_compte_spip legend {
|
|
font-family: inherit;
|
|
font-size: 2rem;
|
|
}
|
|
.formulaire_editer_compte_spip label {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
}
|
|
.formulaire_editer_compte_spip button {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
}
|
|
.formulaire_editer_compte_spip a {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
}
|
|
.formulaire_editer_compte_spip a.supprimer_compte_spip {
|
|
float: left;
|
|
}
|
|
|
|
.se_connecter .formulaire_spip {
|
|
background-color: rgba(235, 235, 235, 1) !important;
|
|
}
|
|
.se_connecter .boutons {
|
|
background-color: transparent !important;
|
|
}
|
|
.se_connecter fieldset {
|
|
background-color: transparent !important;
|
|
border: 1px solid rgb(0, 0, 0);
|
|
padding: 0 3rem 1rem;
|
|
margin: 1rem 0;
|
|
}
|
|
.se_connecter legend {
|
|
width: auto;
|
|
padding: 0 1.5rem;
|
|
margin-bottom: 1rem;
|
|
letter-spacing: initial;
|
|
font-variant: small-caps;
|
|
}
|
|
.se_connecter #indicatif {
|
|
width: 2rem;
|
|
text-align: center;
|
|
}
|
|
.se_connecter .verif_mobile {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
@media (min-width: 980px) {
|
|
.se_connecter div.sinscrire {
|
|
order: -1;
|
|
}
|
|
}
|
|
|
|
.comptespip_titre_form {
|
|
margin-bottom: -3rem;
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-left: 2rem;
|
|
}
|