libreavous/squelettes/javascript/scrutarijs/perso.css

99 lines
1.6 KiB
CSS
Raw Normal View History

2023-07-06 16:56:15 +02:00
/**
* pour Libre à vous
*/
/*****************************************************
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-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-06 16:56:15 +02:00
.scrutari-history-Active {
background-color: #ffe9e0;
}
2023-07-06 16:56:15 +02:00
.scrutari-history-Block {
display: inline-block;
}
2023-07-06 16:56:15 +02:00
.scrutari-history-Load {
background-color: #ffe9e0;
font-family: 'Lato',sans-serif;
font-weight: 400;
line-height: 1.6;
color: #005184;
text-rendering: geometricPrecision;
}
2023-07-06 16:56:15 +02:00
.scrutari-input-Text {
background-color: #edf1f5;
color: #005184;
}
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-06 16:56:15 +02:00
* .scrutari-lav- : Classes spécifiques à la version
* pour Libre à vous
******************************************************/
2023-07-06 16:56:15 +02:00
.scrutari-lav-Filtre {
display: inline-block;
margin-left: 5px;
}
2023-07-06 16:56:15 +02:00
.scrutari-lav-Operateur {
color: #acd0f9;
}
2023-07-06 16:56:15 +02:00
.scrutari-lav-Sequence {
font-size: 2.5em;
}
2023-07-06 16:56:15 +02:00
.scrutari-lav-Total {
font-size: 0.85em;
}
2023-07-06 16:56:15 +02:00
.scrutari-lav-history-Container {
display: flex;
align-items: baseline;
}
2023-07-06 16:56:15 +02:00
.scrutari-lav-history-List {
flex-grow: 1;
}
2023-07-06 16:56:15 +02:00
.scrutari-lav-history-Label {
flex-shrink: 0;
}
2023-07-06 16:56:15 +02:00
.scrutari-lav-history-Clear {
flex-shrink: 0;
}