assure/Bootstrap_original/css/style - 19 01 05.css
2025-12-05 09:34:39 +00:00

185 lines
2.6 KiB
CSS
Executable File

body {
/* padding-top: 65px; */
/*padding-top: 55px;*/
/* Modifié le 15/11/2018 après deplacement bouton mot de passe*/
padding-top: 51px;
}
.container-fluid {
position: relative;
padding-right: 0px;
padding-left: 0px;
margin-top: 8px;
margin-right: 0px;
margin-left: 0px;
}
.navbar {
margin-bottom: 0;
border-radius: 0;
}
.row.content {height: 100%}
.sidenav {
padding-top: 0px;
padding-left: 0px;
background-color: rgb(40,96,144);
height: 100%;
margin-bottom: 0px;
}
.navbar-inverse{
background-color: rgba(0,0,255,0.2)
border-color:#080808
}
.sidebar-nav > li > a {
padding: 0px;
height: 100%;
}
footer {
background-color: #555;
color: white;
padding: 15px;
}
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding-left: 15px;
padding-right: 0px;
}
.row.content {height:auto;}
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 2px;
padding-left: 1px;
line-height: 1;
vertical-align: middle;
border-top: 1px solid #ddd;
}
.table-hover > tbody > tr:hover {
background-color: #FCD7D5;
font-style: italic;
cursor: pointer;
}
.table > thead,
.table > tfoot
{
background-color: #4CAF50;
color: white;
}
legend {
margin-bottom: 5px;
}
.form-group {
margin-bottom: 2px;
}
.form-control {
height: 27px;
font-size: 10px;
line-height: 1;
}
.table {
background-color:rgb(223,242,255);
}
.table,
.table-striped,
.table-bordered,
.table-hover,
.table-condensed,
.table-responsive {
font-size: 8pt;
}
.sidebar-nav li a:hover {
color: rgb(255,255,0);
}
.navbar-nav li a:hover {
background-color: rgb(40,96,144);
}
#barre_laterale_d {
position: fixed;
width: 8.25%;
right: 0;
padding: 0;
list-style: none;
height: 100%;
}
.container {
padding-right: 0px;
padding-left: 0px;
margin-right: 0;
margin-left: 0;
}
hr {
/*
margin-top:5px;
margin-bottom:5px;
*/
margin-top:2px;
margin-bottom:2px;
border:0;
border-top:1px solid #eee
}
tfoot {
font-weight: bold;
}
.table {
margin-bottom: 5px;
}
.sidebar-nav {
width: 8.25%;
font-size: 11px;
}
#div_pied_page
{
position: fixed;
bottom: 0;
width: 91%;
clear:both;
background-color: #4CAF50;
color: white;
}
#div_export
{
padding-top:200px;
}
#reglement
{
position: fixed;
width:83.25%;
background-color: rgba(0,0,255,1);
opacity: 1;
}
#detail_reglement
{
padding-top:159px;
}