128 lines
2.7 KiB
CSS
128 lines
2.7 KiB
CSS
.table thead tr, .table tfoot tr {background-color: #0b2546; color: #fff;}
|
|
.table th a {text-decoration: underline; color: #fff;}
|
|
.table th a:hover {text-decoration: none;}
|
|
/* Header */
|
|
#header {
|
|
width: 100%;
|
|
height: 90px;
|
|
background: url('../images_blue/bande_repeat.png') repeat-x;
|
|
}
|
|
#header_inner {
|
|
position: absolute;
|
|
width: 95%;
|
|
height: 90px;
|
|
}
|
|
/* Logo */
|
|
#logo {float: left;}
|
|
/* Main */
|
|
#main {
|
|
background: #fff url('../images_blue/n2.gif') repeat-x;
|
|
}
|
|
/* SIDEBAR */
|
|
#sidebar {
|
|
background-color: #ddd;
|
|
margin-left: -15px;
|
|
}
|
|
/* FOOTER */
|
|
.footer {
|
|
border-top: 1px solid #e1e1e1;
|
|
padding-top: 15px;
|
|
text-transform: lowercase;
|
|
}
|
|
/*table.rapport tr.odd {background-color: #fff;}
|
|
table.rapport tr {background-color: #190d7394;}*/
|
|
|
|
/* NAVBAR */
|
|
.navbar {
|
|
margin-bottom: 0;
|
|
position: relative;
|
|
}
|
|
.navbar-brand {
|
|
height: auto;
|
|
padding: 0 15px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-right {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 15px;
|
|
}
|
|
}
|
|
/* ==================================================
|
|
* SCROLL TOP
|
|
* ================================================== */
|
|
.scroll-top-wrapper {
|
|
background-color: #0b2546;
|
|
border-radius: 5px;
|
|
bottom: 20px;
|
|
color: #eee;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
opacity: 0;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
right: 20px;
|
|
text-align: center;
|
|
-webkit-transition: all 0.5s ease-in-out;
|
|
-moz-transition: all 0.5s ease-in-out;
|
|
-o-transition: all 0.5s ease-in-out;
|
|
transition: all 0.5s ease-in-out;
|
|
visibility: hidden;
|
|
width: 36px;
|
|
z-index: 999;
|
|
}
|
|
.scroll-top-wrapper:hover {
|
|
background-color: #f27922;
|
|
color: #333;
|
|
}
|
|
.scroll-top-wrapper.show {
|
|
cursor: pointer;
|
|
opacity: 1.0;
|
|
visibility :visible;
|
|
}
|
|
.scroll-top-wrapper i.fa {
|
|
line-height: inherit;
|
|
}
|
|
/* ==================================================
|
|
* NAVIGATION
|
|
* ================================================== */
|
|
.nav-tabs>li>a {
|
|
border: 1px solid #fff;
|
|
background-color: #fff;
|
|
}
|
|
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
|
|
color: #555;
|
|
cursor: default;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-bottom-color: #337ab7;
|
|
}
|
|
/* PRELOADER */
|
|
#preloader {
|
|
background-color: rgba(0,0,0,0.6);
|
|
height: auto;
|
|
min-height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 9999;
|
|
}
|
|
#spinner {
|
|
background: #fff;
|
|
border-radius: 8px;
|
|
color: #333;
|
|
display: block;
|
|
font-size: 80px;
|
|
height: auto;
|
|
margin: -65px 0 0 -133px;
|
|
padding: 15px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: auto;
|
|
}
|
|
#spinner span {
|
|
font-size: 18px;
|
|
vertical-align: middle;
|
|
} |