Skip to content

Instantly share code, notes, and snippets.

@vinacode
Created June 27, 2014 04:00
Show Gist options
  • Save vinacode/4578486bbf9a14f690fe to your computer and use it in GitHub Desktop.
Save vinacode/4578486bbf9a14f690fe to your computer and use it in GitHub Desktop.
re-style child theme
/*
Theme Name: Quang Huc Corporation theme
Theme URI: http://htxquanghuc.com
Description: A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author: Duan Le
Author URI: http://htxquanghuc.com
Template: customizr
Version: 1.0.0
*/
/* Your awesome customizations start right here !
-------------------------------------------------------------- */
@font-face{font-family:RobotoMedium;font-style:normal;font-weight:400;src:url(fonts/Roboto_Medium.eot);src:url(fonts/Roboto_Medium.eot?#iefix) format('embedded-opentype'),url(fonts/Roboto_Medium.woff) format('woff'),url(fonts/Roboto_Medium.ttf) format('truetype')}
/* @font-face{font-family:RobotoRegular;font-style:normal;font-weight:400;src:url(fonts/Roboto_Regular.eot);src:url(fonts/Roboto_Regular.eot?#iefix) format('embedded-opentype'),url(fonts/Roboto_Regular.woff) format('woff'),url(fonts/Roboto_Regular.ttf) format('truetype')} */
@font-face{font-family:RobotoLight;font-style:normal;font-weight:400;src:url(fonts/Roboto_Light.eot);src:url(fonts/Roboto_Light.eot?#iefix) format('embedded-opentype'),url(fonts/Roboto_Light.woff) format('woff'),url(fonts/Roboto_Light.ttf) format('truetype')}
/* @font-face{font-family:RobotoThin;font-style:normal;font-weight:400;src:url(fonts/Roboto_Thin.eot);src:url(fonts/Roboto_Thin.eot?#iefix) format('embedded-opentype'),url(fonts/Roboto_Thin.woff) format('woff'),url(fonts/Roboto_Thin.ttf) format('truetype')} */
body {
margin: 0;
font-family:RobotoLight,Arial,sans-serif !important;
font-size: 14px;
line-height: 20px;
}
.navbar-wrapper .navbar h2.site-description {
font-size: 18px;
padding-top: 0px;
line-height: 20px;
font-style: italic;
color: #f78c40;
float: right;
}
/*.navbar-inner {
z-index: 200;
margin: 14px 5px 10px;
border: 0;
-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
box-shadow: 0 2px 10px rgba(0,0,0,.25);
padding-left: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
float: right;
}*/
.navbar .navbar-inner {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .nav>li>a {
padding: 15px 20px !important;
font-size: 18px;
text-transform: uppercase;
}
.navbar .nav .dropdown-menu>li{
padding-top: 8px;
padding-bottom: 8px;
}
.navbar .nav .dropdown-menu>li>a {
font-size: 14px;
text-transform: uppercase;
}
.navbar .nav .dropdown-menu>li:last-child{
border: none;
}
.tc-hover-menu.nav ul {
top: 45px;
}
.navbar .nav>li>a:first-letter {
font-size: 18px;
}
.navbar-search-form {
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment