Skip to content

Instantly share code, notes, and snippets.

@Nicola1971
Created November 29, 2016 13:03
Show Gist options
  • Save Nicola1971/517e18fa9ff307cead5d6d3094239012 to your computer and use it in GitHub Desktop.
Save Nicola1971/517e18fa9ff307cead5d6d3094239012 to your computer and use it in GitHub Desktop.
/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET -
*
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
body {
background: #fbfbfb;
}
/* BBOOTS / FLATBOOTS Custom Colors Generated With COLORIZE - www.sitesplat.com - copyright (c) 2014 SiteSplat.com */
.logo span {
color: #3697cd;
}
.logo-transition a:after {
color: #3697cd;
}
.navBtn {
background-color: #3697cd;
}
.navBtn > a {
border-left: 1px solid #246b92;
}
.submenu {
border-bottom: 4px solid #3697cd;
}
.nav-icon:hover [class*="has-sub"] {
color: #3697cd;
}
.submenu li:hover > a {
color: #3697cd;
}
.submenu li:hover > span {
background-color: #3697cd;
}
.subheader {
border-top: 4px solid #3697cd;
}
.side-segment h3:after,
.side-segment h2:after {
background-color: #3697cd;
}
.alert-info {
background-color: #3697cd;
border-color: #3697cd;
}
.label-info,
.badge-info {
background-color: #3697cd;
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
background-color: #3697cd;
}
#scrollbar-one .thumb .end,
#scrollbar-two .thumb .end {
background-color: #3697cd;
}
#scrollbar-one .thumb,
#scrollbar-two .thumb {
background-color: #3697cd;
}
.tabbable-custom .nav-tabs > li.active {
border-top: 3px solid #3697cd;
}
.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
background: none repeat scroll 0 0 #3697cd;
border-left: 1px solid #246b92;
}
.ver-inline-menu li.active:after {
border-left: 6px solid #3697cd;
}
.ver-inline-menu li.active i {
background: none repeat scroll 0 0 #4aa2d2;
}
.table-primary thead th {
background-color: #3697cd;
border-color: #3697cd !important;
}
a.forumtitle {
color: #3697cd;
}
.twitter-layout:before {
color: #3697cd;
}
footer .interact a:hover {
color: #3697cd;
}
footer {
border-top: 3px solid #3697cd;
}
footer .bottomLinks small a {
color: #3697cd;
}
footer .bottomLinks a:hover {
border-bottom: 1px solid #3697cd;
}
#footerContent blockquote p span {
color: #3697cd;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
background-color: #3697cd;
border-color: #3697cd;
}
.btn-link {
color: #3697cd;
}
.btn-link:hover,
.btn-link:focus {
color: #246b92;
}
.pager li > a:hover,
.pager li > a:focus {
background-color: #3697cd;
}
/* BBOOTS - FLATBOOTS Main Links color */
a {
color: #3697cd;
}
a:hover,
a:focus {
color: #246b92;
}
blockquote {
border-left-color: #3697cd;
}
blockquote.pull-right {
border-right-color: #3697cd;
}
.btn-primary {
color: #ffffff;
background-color: #3697cd;
border: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #ffffff;
background-color: #555555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
color: #3697cd;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #3697cd;
}
.dropdown-submenu:hover > a:after {
border-left-color: #3697cd;
}
/* Button Backgrounds */
/* FLATBOOTS Custom Color Generated with COLORIZE */
/* FLATBOOTS Forum Panel Heading */
.panel-forum > .panel-heading {
background-color: #3697cd;
}
/* FLATBOOTS Button Top */
.top-flat {
background-color: #3697cd;
}
footer {
border-top: medium none;
}
/* FLATBOOTS Teaser Header Background color */
.masthead:before {
background:none;
background-color: #576973;
}
/* FLATBOOTS Footer Call to Action Background Color */
.mastbottom {
background:none;
background-color: #576973;
}
.section-pre-footer, div.section-bg{
background:none;
background-color: #3b4c57!important;
}
#sub-footer.midnight- {
background: #576973;
}
/* ===[ CSS HOOK BOTTOM ]=== */
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
color: #555;
background-color: #e6e6e6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment