166 lines
2.5 KiB
CSS
Executable File
166 lines
2.5 KiB
CSS
Executable File
/* bootstrap 3 helpers */
|
|
|
|
.navbar-form input, .form-inline input {
|
|
width:auto;
|
|
}
|
|
|
|
/* end */
|
|
|
|
/* custom theme */
|
|
|
|
header {
|
|
min-height:140px;
|
|
margin-bottom:5px;
|
|
}
|
|
|
|
@media (min-width: 979px) {
|
|
#sidebar.affix-top {
|
|
position: static;
|
|
}
|
|
|
|
#sidebar.affix {
|
|
position: fixed;
|
|
top: 0;
|
|
width:21.2%;
|
|
}
|
|
}
|
|
|
|
.affix,.affix-top {
|
|
position:static;
|
|
}
|
|
|
|
/* theme */
|
|
|
|
body {
|
|
color:#828282;
|
|
background-color:#eee;
|
|
}
|
|
|
|
a,a:hover {
|
|
color:#e8449f;
|
|
text-decoration:none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
header h1 {
|
|
text-shadow: 0px 0px 4px rgba(0,0,0,.1);
|
|
}
|
|
p > .lead {
|
|
text-shadow: 0px 0px 2px rgba(0,0,0,.1);
|
|
}
|
|
.highlight-bk {
|
|
background-color:#e8449f;
|
|
padding:1px;
|
|
width:100%;
|
|
}
|
|
|
|
.highlight {
|
|
color:#e8449f;
|
|
}
|
|
|
|
h3.highlight {
|
|
padding-top:6px;
|
|
padding-bottom:14px;
|
|
border-bottom:2px solid #e8449f;
|
|
}
|
|
|
|
.navbar {
|
|
background-color:#e8449f;
|
|
color:#ffffff;
|
|
border:0;
|
|
border-radius:0;
|
|
border-bottom: 2px solid white;
|
|
box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.1);
|
|
}
|
|
.navbar-nav > li > a {
|
|
color:#fff;
|
|
padding-left:20px;
|
|
padding-right:20px;
|
|
border-left:1px solid #d7338e;
|
|
}
|
|
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
|
|
color:#666666;
|
|
}
|
|
.navbar-nav > li:last-child > a {
|
|
border-right:1px solid #d7338e;
|
|
}
|
|
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
|
|
color: #ffffff;
|
|
background-color:#fff;
|
|
}
|
|
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
|
|
color: #f0f0f0;
|
|
background-color:#fff;
|
|
border-color:#e8449f;
|
|
}
|
|
#sidebar > .nav > li > a {
|
|
padding: 6px 8px;
|
|
}
|
|
#sidebar > .nav > li:last-child > a {
|
|
padding-bottom: 12px;
|
|
}
|
|
.nav .open > a {
|
|
border-color:#777777;
|
|
border-width:0;
|
|
}
|
|
|
|
footer {
|
|
background-color:#e8449f;
|
|
color:#ffffff;
|
|
border-top: 2px solid white;
|
|
padding: 0 4px;
|
|
box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.1);
|
|
position: relative; bottom: 0;
|
|
text-align: center;
|
|
}
|
|
footer > a, footer > a:hover, footer > a:focus {
|
|
color: #eeffef;
|
|
}
|
|
footer > #small {
|
|
font-size: 11px;
|
|
}
|
|
.accordion-group {
|
|
border-width:0;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
min-width: 250px;
|
|
}
|
|
|
|
.accordion-heading .accordion-toggle, .accordion-inner, .nav-stacked li > a {
|
|
padding-left:1px;
|
|
}
|
|
|
|
.caret {
|
|
color:#fff;
|
|
}
|
|
|
|
.navbar-toggle {
|
|
color:#fff;
|
|
border-width:0;
|
|
}
|
|
|
|
.navbar-toggle:hover {
|
|
background-color:#fff;
|
|
}
|
|
|
|
.col-sm-9 {
|
|
float:right;
|
|
}
|
|
|
|
.pagination {
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
|
|
.panel {
|
|
padding-left:27px;
|
|
padding-right:27px;
|
|
box-shadow: 0px 1px 1px 0px rgba(0,0,0,.05), 0px 0px 6px 1px rgba(0,0,0,.1);
|
|
}
|
|
|
|
/* end theme */
|