Created
November 28, 2018 06:46
-
-
Save sitebuilderone/c5f9ae7b3543192f1e1d4bdbef111bc0 to your computer and use it in GitHub Desktop.
WHMCS Customization templates>six>css>custom.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
SiteBuilderOne WHMCS Customization | |
templates>six>css>custom.css | |
*/ | |
@import "https://fonts.googleapis.com/css?family=Oxygen"; | |
body, | |
section#main-body, | |
section#footer { | |
background: #fff; | |
} | |
section#footer p { | |
font-size: 12px; | |
letter-spacing: -0.5px; | |
color: #999; | |
} | |
#order-modern { | |
padding-bottom: 130px; | |
} | |
p { | |
font-size: 10px; | |
color: #999; | |
} | |
p a { | |
color: #999; | |
} | |
#order-modern .product { | |
border-radius: 0; | |
border-color: #ebebeb; | |
padding: 25px; | |
background-color: #f8f8f8; | |
} | |
.btn-group-lg > .btn, | |
.btn-lg { | |
padding: 10px 16px; | |
font-size: 20px; | |
line-height: 1.3333333; | |
border-radius: 0; | |
margin: 20px 0 0; | |
} | |
#order-modern .product .description { | |
padding: 0; | |
margin: 0 0 20px; | |
} | |
#order-modern .title-bar h1 { | |
font-size: 2em; | |
font-family: 'Oxygen', sans-serif; | |
letter-spacing: -0.5px; | |
margin: 15px 0 10px; | |
} | |
.navbar-main { | |
background-color: #3071ae; | |
} | |
.navbar-main .navbar-nav > li > a { | |
font-family: 'Oxygen', sans-serif; | |
font-size: 1.2em; | |
line-height: 2.1em; | |
} | |
section#header .logo img { | |
margin: 0; | |
padding: 0; | |
max-height: 100px; | |
vertical-align: middle; | |
} | |
ul.top-nav > li > a { | |
font-size: 1.3em; | |
line-height: 2em; | |
padding-top: 20px; | |
} | |
ul.top-nav > li.primary-action > a.btn { | |
border-radius: 0; | |
background-color: #5cb85c; | |
} | |
body, | |
html { | |
height: 100%; | |
width: 85%; | |
margin: auto; | |
} | |
.home-shortcuts li p { | |
color: #fff; | |
font-size: 1.3em; | |
font-weight: 600; | |
} | |
.home-shortcuts { | |
background-color: #5cb85c; | |
background-color: #888; | |
background-color: #f8f8f8; | |
color: #222; | |
border-bottom:1px solid #ebebeb; | |
border-top:1px solid #ebebeb; | |
} | |
.home-shortcuts li { | |
float: left; | |
width: 27%; | |
padding: 15px 3px; | |
border: none; | |
font-size: .9em; | |
text-align: center; | |
cursor: pointer; | |
overflow: hidden; | |
white-space: nowrap; | |
color:#333; | |
} | |
.home-shortcuts .lead { | |
color: #fff; | |
color: #333; | |
font-weight: 400; | |
line-height: 3.5; | |
font-size: 1.6em; | |
} | |
.home-shortcuts li:first-child { | |
border-left: 1px solid #0e88b0; | |
border: none; | |
} | |
section#home-banner { | |
margin: 0; | |
padding: 10px 0 15px; | |
background-color: #043d5f; | |
color: #fff; | |
/* display: none; */ | |
background: #fff; | |
color: #444; | |
} | |
.home-shortcuts li p { | |
color: #333; | |
color:#5cb85c; | |
color: #3071ae; | |
} | |
.home-shortcuts li i { | |
color:#5cb85c; | |
} | |
.announcement-single p { | |
font-size: 1.1em; | |
color: #444; | |
} | |
.announcement-single p a { | |
font-size: 1.1em; | |
color: #3071ae; | |
} | |
section#home-banner h2 { | |
display: none; | |
} | |
#Primary_Navbar-Network_Status, | |
#Primary_Navbar-Affiliates, | |
#Primary_Navbar-Announcements | |
{ | |
display: none; | |
} | |
.header-lined p { | |
font-size: 1.2em; | |
color: #444; | |
} | |
#product1-description { | |
font-size: 1.4em; | |
color: #444; | |
} | |
#product1-name { | |
padding: 0px; | |
margin: 0px; | |
} | |
.panel-sidebar > .panel-heading { | |
color: #333; | |
background-color: #fff; | |
border-bottom: 0; | |
border-radius: 0px; | |
} | |
.panel-title | |
{ | |
color: #333; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment