Skip to content

Instantly share code, notes, and snippets.

@sitebuilderone
Created November 28, 2018 05:52
Show Gist options
  • Save sitebuilderone/393b2262c4f0d6a997784a07b44ac274 to your computer and use it in GitHub Desktop.
Save sitebuilderone/393b2262c4f0d6a997784a07b44ac274 to your computer and use it in GitHub Desktop.
WHMCS Modern Style custom
/*
SiteBuilderOne WHMCS Customization
modern>style.css
*/
#order-modern .product .description {
font-size:1.2em;
margin:10px 30px 10px 10px;
}
#order-modern .product .name {
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
font-family:'Oxygen',sans-serif;
font-weight:400;
font-size:22px;
margin-bottom:10px;
letter-spacing:-.5px;
font-weight:600;
margin:0;
padding:0;
}
body,section#main-body,section#footer {
background:#fff;
}
section#footer p {
font-size:12px;
letter-spacing:-.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;
margin-bottom:20px;
}
#order-modern .title-bar h1 {
font-size:2em;
font-family:'Oxygen',sans-serif;
letter-spacing:-.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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment