libreavous/squelettes/javascript/scrutarijs/perso.css

408 lines
7.3 KiB
CSS
Raw Normal View History

2023-07-06 16:56:15 +02:00
/**
* pour Libre à vous
*/
2023-07-07 21:13:11 +02:00
kbd {
background: #fff;
border-radius: 0;
border: 1px solid #BDDDFE;
box-shadow: inherit;
display: inline-block;
font-size: 14px;
}
input[type="text"], input[type="search"] {
background-color: #edf1f5;
color: #005184;
}
2023-07-20 12:28:40 +02:00
@media screen and (max-width: 500px) {
ul.spip > li {
padding-left: 0;
}
ul.spip > li::before {
left: -1em;
}
}
2023-07-07 21:13:11 +02:00
/*****************************************************
2023-07-06 16:56:15 +02:00
* .scrutari- : Surcharge de classes Scrutari par défaut
******************************************************/
2023-07-06 16:56:15 +02:00
.scrutari-Mark {
background-color: #ffe9e0;
}
2023-07-07 21:13:11 +02:00
2023-07-08 16:22:12 +02:00
/*****************************************************
* .scrutari-area : Surcharge de classes Scrutari par défaut
******************************************************/
.scrutari-area-Poweredby {
font-size: 0.8em;
text-align: center;
margin-top: 20px;
padding-bottom: 10px;
}
2023-07-07 21:13:11 +02:00
/*****************************************************
* .scrutari-fiche : Surcharge de classes Scrutari par défaut
******************************************************/
.scrutari-fiche-Block {
border-bottom: solid 1px #eaeef3;
margin-top: 25px;
}
2023-07-06 16:56:15 +02:00
.scrutari-fiche-Link {
border: 0;
}
2023-07-06 16:56:15 +02:00
.scrutari-fiche-Titre {
font-size: 1.15rem;
}
2023-07-06 16:56:15 +02:00
.scrutari-fiche-Titre .num_emission {
font-size: 1.3rem;
margin-right: 0.5rem;
padding: 0.2rem;
width: inherit;
}
2023-07-20 12:28:40 +02:00
@media screen and (max-width: 500px) {
.scrutari-fiche-Soustitre {
margin-left: 0;
}
}
2023-07-07 21:13:11 +02:00
/*****************************************************
* .scrutari-history : Surcharge de classes Scrutari par défaut
******************************************************/
.scrutari-history-Block, .scrutari-history-Block.scrutari-history-Active {
background-color: #e6ebf0;
}
2023-07-06 16:56:15 +02:00
.scrutari-history-Block {
display: inline-block;
2023-07-08 16:22:12 +02:00
padding: 2px;
margin-top: 6px;
margin-left: 6px;
}
2023-07-07 21:13:11 +02:00
.scrutari-history-Load, .scrutari-history-Remove {
background-color: transparent;
2023-07-06 16:56:15 +02:00
font-family: 'Lato',sans-serif;
font-weight: 400;
line-height: 1.6;
color: #005184;
text-rendering: geometricPrecision;
}
2023-07-08 16:22:12 +02:00
.scrutari-history-Subsearch {
margin-left: 10px;
}
2023-07-07 21:13:11 +02:00
/*****************************************************
* .scrutari-overlay : Surcharge de classes Scrutari par défaut
******************************************************/
.scrutari-overlay-Component_header {
border: none;
background-color: rgb(0, 81, 132);
color: #fff;
padding: 1rem 2rem;
font-size: 18px;
}
.scrutari-overlay-Component_content {
padding: 2rem 3rem;
}
.scrutari-overlay-Component_content p {
font-size: 16px;
}
.scrutari-overlay-Component_dialog {
max-width: 800px;
}
.scrutari-overlay-button-Close {
2023-07-08 16:22:12 +02:00
position: absolute;
display: block;
top: -12.5px;
right: -12.5px;
display: block;
width: 30px;
height: 30px;
margin-right: 1.5rem;
margin-top: 1.5rem;
border-radius: 00;
font-size: inherit;
color:#BDDDFE;
background-color: rgb(0, 81, 132);
border:1px solid #BDDDFE;
2023-07-07 21:13:11 +02:00
}
.scrutari-overlay-button-Close:hover {
background-color: #E45817;
border:1px solid #FFF;
color:#FFF;
}
@media screen and (max-width: 500px) {
.scrutari-overlay-Component_content {
padding:1rem;
}
.scrutari-overlay-Component_header {
padding: 1rem;
}
}
/*****************************************************
* .scrutari-pagination : Surcharge de classes Scrutari par défaut
******************************************************/
2023-07-06 16:56:15 +02:00
.scrutari-pagination-Current {
background-color: #648bab;
color: #fff;
}
2023-07-06 16:56:15 +02:00
.scrutari-pagination-TabList {
text-align: center;
font-size: 1.1em;
}
2023-07-08 16:22:12 +02:00
.scrutari-pagination-Tab {
padding-left: 4px;
padding-right: 4px;
border: none;
background-color: transparent;
cursor: pointer;
color: #005184;
}
.scrutari-pagination-Tab:disabled {
cursor: auto;
background-color: #648bab;
color: #fff;
}
/*****************************************************
* .lav- : Classes spécifiques à la version
2023-07-06 16:56:15 +02:00
* pour Libre à vous
******************************************************/
.lav-Filtre {
2023-07-07 21:13:11 +02:00
padding-bottom: 5px;
border-bottom: solid 1px #eaeef3;
}
.lav-FiltreLabel {
2023-07-06 16:56:15 +02:00
display: inline-block;
margin-left: 5px;
}
.lav-Operateur {
2023-07-06 16:56:15 +02:00
color: #acd0f9;
}
.lav-Sequence {
2023-07-06 16:56:15 +02:00
font-size: 2.5em;
2023-07-07 21:13:11 +02:00
margin-bottom: 15px;
}
.lav-TitreResultats {
2023-07-07 21:13:11 +02:00
margin-bottom: 25px;
margin-top: 50px;
}
.lav-Total {
2023-07-06 16:56:15 +02:00
font-size: 0.85em;
}
2023-07-07 21:13:11 +02:00
/*****************************************************
* .lav-details- : Options de recherche
2023-07-07 21:13:11 +02:00
******************************************************/
.lav-details-Container {
2023-07-07 21:13:11 +02:00
border-bottom: solid 1px #eaeef3;
margin-top: 10px;
padding-bottom: 10px;
margin-bottom: 35px;
}
.lav-details-Body {
2023-07-07 21:13:11 +02:00
padding-left: 15px;
margin-top: 10px;
display: grid;
grid-template-columns: max-content;
}
.lav-details-Body p {
2023-07-07 21:13:11 +02:00
border-bottom: solid 1px #eaeef3;
margin: 0;
padding-top: 4px;
padding-bottom: 4px;
}
.lav-details-Body button {
2023-07-07 21:13:11 +02:00
background: transparent;
padding: 0;
margin: 0;
border: none;
}
.lav-details-Body .fas {
2023-07-07 21:13:11 +02:00
color: #acd0f9;
}
.lav-details-Body .fas:hover {
2023-07-07 21:13:11 +02:00
color: #00c4f5;
}
.lav-details-Body p:last-child {
2023-07-07 21:13:11 +02:00
border-bottom: none;
}
.lav-details-Input {
border-color: #bbbcbc;
border-style: solid;
border-width: 1px;
}
.lav-details-Summary {
2023-07-07 21:13:11 +02:00
cursor: pointer;
font-family: 'Metropolis',sans-serif;
font-weight: 700;
}
2023-07-20 12:28:40 +02:00
@media screen and (max-width: 500px) {
.lav-details-Body {
display: block;
}
.lav-details-Input {
overflow: hidden;
}
}
2023-07-07 21:13:11 +02:00
/*****************************************************
* .lav-history- : Historique
2023-07-07 21:13:11 +02:00
******************************************************/
.lav-history-Container {
2023-07-06 16:56:15 +02:00
display: flex;
align-items: baseline;
2023-07-07 21:13:11 +02:00
padding-top: 5px;
padding-bottom: 5px;
border-bottom: solid 1px #eaeef3;
margin-bottom: 5px;
}
.lav-history-List {
2023-07-06 16:56:15 +02:00
flex-grow: 1;
}
.lav-history-Label {
2023-07-06 16:56:15 +02:00
flex-shrink: 0;
}
.lav-history-Clear {
2023-07-20 12:28:40 +02:00
flex-shrink: 0;
}
.lav-history-Clear button {
background-color: transparent;
2023-07-07 21:13:11 +02:00
}
.lav-history-Clear .fas {
2023-07-07 21:13:11 +02:00
color: #acd0f9;
}
2023-07-07 21:13:11 +02:00
.lav-history-Clear .fas:hover {
2023-07-07 21:13:11 +02:00
color: #00c4f5;
}
2023-07-20 12:28:40 +02:00
@media screen and (max-width: 500px) {
.lav-history-Container {
display: block;
}
.lav-history-Clear {
display: block;
text-align: right;
}
}
/*****************************************************
* .lav-input- : Traitement
******************************************************/
2023-07-07 21:13:11 +02:00
.lav-input-Area {
display: grid;
grid-template-columns: 1fr max-content;
column-gap: 30px;
}
2023-07-07 21:13:11 +02:00
.lav-input-Block {
display: flex;
align-items: center;
padding: 5px;
border-color: #bbbcbc;
border-style: solid;
border-width: 1px;
background-color: #edf1f5;
}
.lav-input-Field {
border: none;
flex-grow: 1;
margin-left: 5px
}
.lav-input-Submit {
background: #f7651a;
color: #FFF !important;
font-weight: 700;
}
2023-07-20 12:28:40 +02:00
@media screen and (max-width: 640px) {
.lav-input-Area {
column-gap: 15px;
}
}
@media screen and (max-width: 500px) {
.lav-input-Area {
display: block;
}
.lav-input-Submit {
margin-top: 5px;
}
.lav-input-Field {
overflow: hidden;
}
}