Skip to content

Instantly share code, notes, and snippets.

@salehahmadbabu
Created February 6, 2018 15:54
Show Gist options
  • Save salehahmadbabu/b863814c16fde9872bbe57c9009e8abe to your computer and use it in GitHub Desktop.
Save salehahmadbabu/b863814c16fde9872bbe57c9009e8abe to your computer and use it in GitHub Desktop.
/*!
Theme Name: Stock
Theme URI: http://underscores.me/
Author: CrazyCafe
Author URI: http://www.crazycafe.net
Description: this is sample template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stock-theme
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Noto+Serif:400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body{
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 1.7;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Noto Serif', serif;
}
.site-logo a{
color: #333;
text-decoration: none;
font-weight: 700;
}
.header-right-content {
position: relative;
padding-right: 60px;
}
.stock-cart, .stock-contact-box i.fa {
position: absolute;
right: 0;
top: 0;
height: 53px;
width: 53px;
border: 1px solid #e3e9ee;
text-align: center;
font-size: 18px;
line-height: 50px;
border-radius: 50%;
}
.stock-cart span {
height: 30px;
width: 30px;
position: absolute;
top: -10px;
right: -10px;
background: #278cc1;
color: #fff;
font-size: 14px;
line-height: 32px;
display: block;
border-radius: 50%;
}
.stock-contact-box i.fa {
top: 50%;
left: 0;
margin-top: -26.5px;
line-height: 52px;
}
.stock-contact-box h3 {
margin: 0;
color: #333;
font-size: 20px;
margin-top: 0;
}
.header-area {
padding-top: 30px;
}
.mainmenu {
border-top: 1px solid #d9e4e9;
margin-top: 30px;
font-size: 17px;
}
.mainmenu a {
color: #333;
}
.mainmenu ul {
margin: 0;
padding: 0;
list-style: none;
}
.mainmenu li {
display: inline-block;
position: relative;
}
.mainmenu li a {
padding: 20px 30px 20px 0;
display: inline-block;
}
.site-logo h2 {
margin: 0;
padding: 8px 0;
}
.site-footer {
background: #2a2d2f;
color: #8e9397;
}
.site-footer a {
color: #afb9c0;
}
.site-footer h4.widget-title {
color: #fff;
}
.site-footer ul {
margin: 0;
padding: 0;
list-style: none;
line-height: 2;
}
.stock-footer-bottom {
border-top: 1px solid #383d40;
padding: 20px 0;
}
.social-icons {
font-size: 16px;
text-align: right;
}
.social-icons a {
display: inline-block;
padding-left: 20px;
color: #fff;
}
.stock-footer-bottom ul {
text-align: center;
line-height: 1.7;
}
.stock-footer-bottom li {
display: inline-block;
}
.site-footer .widget {
padding: 90px 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment