Skip to content

Instantly share code, notes, and snippets.

@NateJLewis
Created July 12, 2016 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NateJLewis/b9d5cc4095f2f23325080ca73b08c638 to your computer and use it in GitHub Desktop.
Save NateJLewis/b9d5cc4095f2f23325080ca73b08c638 to your computer and use it in GitHub Desktop.
/*
Welcome to Custom CSS!
CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.
By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.textwidget input[type=email],.textwidget input[type=text],.textwidget textarea {
width: 100% !important;
}
body.blog div.entry-content p[style],body.blog .entry-content p[style] {
text-align: left !important;
}
div.stb-content #subscribe-submit input[type=submit] {
display: block;
color: #000;
font-size: 20px;
width: 100%;
height: 55px;
background-color: #f3b62a;
text-align: center;
padding: 14px 8px;
margin: 0;
}
div.stb-content #subscribe-email input {
padding: 14px 8px;
font-size: 16px;
margin: 0;
height: 55px;
width: 100%;
color: #000;
}
div.stb-content p#subscribe-submit,div.stb-content h2.widgettitle,div.stb-content p#subscribe-email,div.stb-content p#subscribe-submit {
line-height: 1;
padding: 0;
color: #000;
}
div.stb-content h2.widgettitle {
margin: 0 0 14px;
}
div.stb-content p#subscribe-text {
margin: 0 0 20px;
}
div.stb-content p#subscribe-email {
margin: 0 0 10x;
}
div.stb-content p#subscribe-submit {
margin: 0;
}
div.stb-content h2.widgettitle {
color: #000;
}
.stb {
-moz-box-shadow: 0 0 6px 1px rgba(120,120,120,0.6);
-webkit-box-shadow: 0 0 6px 1px rgba(120,120,120,0.6);
box-shadow: 0 0 6px 1px rgba(120,120,120,0.6);
margin: 5px 15px;
}
.stb-close {
font-weight: 300;
font-size: 30px;
height: 35px;
width: 35px;
top: 0;
right: 0;
text-shadow: none;
opacity: .7;
color: #000 !important;
}
p.must-log-in {
display: none;
}
.form-group.remember-me {
min-height: 25px;
}
.forgetmenot {
line-height: 25px;
}
body.instagram-feed header.entry-header {
display: none;
}
body.instagram-feed section.instagramfeed {
display: none;
}
body.instagram-feed div.breadcrumb {
display: none;
}
a.ig-link,a.ig-link:focus,a.ig-link:visited {
color: #4d4d4d;
}
a.ig-link:hover {
color: #f3b62a;
}
hr {
border: 1px solid #f3b62a;
margin: 20px 0;
}
.display-none {
display: none;
}
body.blog div.entry-content p,body.blog .entry-content p {
text-align: left;
}
body.blog .entry-header {
text-align: left;
}
body.blog div.entry-content p,body.blog .entry-content p,body.blog .entry-header {
width: 66%;
float: right;
}
body.blog div.entry-content a {
width: 32%;
float: left;
}
a.more-link {
display: block;
margin: 20px 0;
color: #000;
font-size: 18px;
width: 150px !important;
height: 50px;
background-color: rgba(243,182,42,1);
text-align: center;
line-height: 50px;
border: 1px solid rgba(243,182,42,.7);
border-radius: 2px;
float: right !important;
}
body.blog .entry-footer {
display: none;
}
body.blog .entry-title {
font-size: 30px;
margin: 15px 0 10px;
}
body.blog p.entry-meta {
display: none;
}
.cf:before,.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
@media (max-width: 768px) {
.alignright,.alignleft {
float: none;
text-align: center;
clear: both;
min-width: 100%;
}
img.alignright {
margin-left: 0;
}
.wp-caption.alignright {
min-width: none;
float: right;
}
.wp-caption {
margin-left: 0;
}
body.blog div.entry-content a {
float: none;
}
body.blog div.entry-content a.more-link {
width: 100% !important;
}
body.blog div.entry-content p,body.blog .entry-content p,body.blog .entry-header {
width: 100%;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
display: inline-block;
width: 50%;
float: left;
}
#sb_instagram .sbi_photo img {
margin-left: auto;
margin-right: auto;
display: block;
width: 100%;
}
body.blog .entry-title {
font-size: 24px;
margin: 10px 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment