libreavous/squelettes/javascript/scrutarijs/perso.css

149 lines
2.3 KiB
CSS

/*****************************************************
* .none-input
******************************************************/
.none-input-Container {
}
.none-input-Parameters {
}
.none-input-Search {
}
.none-input-Submit {
}
/*****************************************************
* .none-option
******************************************************/
.none-option-Help {
}
.none-option-Legend {
}
.none-option-Title {
}
/*****************************************************
* .none-overlay
******************************************************/
.none-overlay-Blocker {
background-color: rgba(0,0,0, 0.75);
}
.none-overlay-Close {
background-color: #000;
color: #fff;
}
.none-overlay-Close:hover {
background-color: #ddd;
}
.none-overlay-Content {
}
.none-overlay-Dialog {
background-color: #fff;
box-shadow: 0 0 10px #000;
}
.none-overlay-Footer {
}
.none-overlay-Header {
border-bottom-color: #ddd;
background-color: #f5f5f5;
}
.none-overlay-Waiting {
}
/*****************************************************
* .none-panel
******************************************************/
.none-panel-ButtonGroup {
}
.none-panel-Columns {
padding: 5px;
}
.none-panel-Header {
border-bottom-color: #ddd;
background-color: #f5f5f5;
}
.none-panel-ListBody {
}
.none-panel-Section {
border-color: #ddd;
}
.texte_content h1.none-panel-Title {
font-size: 1.0rem;
padding: 3px;
}
.none-panel-Toolbar {
}
/*****************************************************
* .none-result
******************************************************/
.none-result-Container {
}
.none-result-FicheDisplay {
}
.none-result-Sidebar {
}
/*****************************************************
* .scrutari
******************************************************/
.scrutari-Mark {
background-color: #ffe9e0;
}
.scrutari-fiche-Link {
border: 0;
}
.scrutari-fiche-Titre {
font-size: 1.3rem;
}
.scrutari-fiche-Titre .num_emission {
font-size: 1.4rem;
margin-right: 0.5rem;
padding: 0.2rem;
width: inherit;
}
.scrutari-history-Active {
background-color: #ffe9e0;
}
.scrutari-history-Load {
background-color: #ffe9e0;
font-family: 'Lato',sans-serif;
font-weight: 400;
line-height: 1.6;
color: #005184;
text-rendering: geometricPrecision;
}