baz_april/squelettes/scss/base/_spip.scss

102 lines
1.9 KiB
SCSS

//---------------------------------------
// Surcharges de SPIP
//---------------------------------------
.autobr {
height: 0;
display: block;
}
.spip_logo {
float: none;
margin: 0;
}
.formulaire_login {
.editer {
margin-bottom: 0;
}
.editer_password {
.details {
margin-top: 1em;
margin-bottom: 0;
}
}
.editer_session {
display: none;
}
}
#pass_securise {
display: none !important;
}
table.spip {
width: 99%;
max-width: 99%;
margin-right: auto;
margin-left: auto;
@include module-block;
border: none;
background: none;
border-collapse: collapse;
line-height: inherit;
caption {
caption-side: top;
text-align: center;
margin-right: auto;
margin-left: auto;
}
th {
border: none;
border-top: 1px solid #D7D7D7;
background: #F6F6F6;
padding: .5em;
line-height: normal;
}
thead th {
border-top: none;
border-bottom: 2px solid #353535;
}
td {
border: none;
border-bottom: 1px solid #D7D7D7;
padding: .5em;
}
td.numeric {
text-align: right;
}
tr:nth-child(odd) {
background: white;
}
tr:not(even) {
background: #F9F9F9;
}
}
#spip-admin {
right: 10px;
@include media($bp-small) {
top: auto;
bottom: 4px;
.spip-admin-boutons {
opacity: 1;
font-size: 120%;
}
}
}
html .spip-admin-bloc, html .spip-admin-float {
/* position: relative; */
right: 10% !important;
font-size: 0.8em;
z-index: 10000 !important;
top:auto;
bottom:0;
}
.spip-admin-boutons {
border-radius: 0.3em !important;
padding: 0.5em !important;
}