Skip to content

Instantly share code, notes, and snippets.

@manderly
Created October 13, 2014 21:05
Show Gist options
  • Save manderly/db217926b02fef0b98b6 to your computer and use it in GitHub Desktop.
Save manderly/db217926b02fef0b98b6 to your computer and use it in GitHub Desktop.
IonicOne WP Theme CSS for TowerSecrets
/*
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.
*/
/* red 200503 */
/* old bg color background-color: #141414; */
.site {
background-color: #141414;
}
#affiliatetext {
line-height: 1;
font-size: 1em;
color: #7b6951;
text-align: center;
}
#disneyWidget {
text-align: center;
}
#disneyWidget img {
margin-bottom: -10px;
margin-top: 10px;
}
#disneyWidget a {
text-decoration: underline;
}
body {
font-size: 14px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
line-height: 0;
}
element.style {
padding-top: 32px;
}
.footercopy {
font-size: 12px;
line-height: 16px;
}
.footercredit {
padding-top: 20px;
}
.site-wordpress {
display: none;
}
#content {
background-image: url('http://towersecrets.com/wp-content/uploads/2013/11/dark_star_bg.jpg');
background-repeat: repeat;
background-position: top;
background-attachment: fixed;
padding: 20px;
border: double 6px #26261e;
}
body.custom-background {
background-color: #1c0811;
background-image: url('http://towersecrets.com/wp-content/uploads/2013/11/glower_tower.jpg');
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: fixed;
}
.entry-content blockquote, .comment-content blockquote {
margin: 0 20px;
}
#categories-3 {
padding-bottom: 20px;
}
.themonic-nav li:hover {
display: inline-block;
text-decoration: none;
background: #4f4f44;
}
.bluem {
background-color: #4f4f44;
padding: 5px;
}
.site-header {
border: none;
margin-bottom: 2px;
background-color: #1c0811;
}
.site-content {
border-right: none;
}
body .site {
padding: 0;
}
.home {
padding-top: 0;
}
.wrapper {
/*border-left: double 10px #7f6e13;
border-right: double 10px #7f6e13;*/
border-left: none;
border-right: none;
border-top: none;
border-bottom: none;
}
#colophon {
background: #26261e;
border-top: 1px solid #3a3a32;
border-bottom: 1px solid #10100d;
}
.entry-content blockquote, .comment-content blockquote {
background: #000;
border-left: 4px solid #444;
border-right: 4px solid #444;
}
.entry-header .entry-title a {
text-decoration: underline;
font-size: 22px;
}
body {
color: #cfcfcf;
padding-top: 0;
}
.entry-content p {
padding: 0 20px;
line-height: 1.5em;
}
.entry-content h1, h2 {
color: #7b6951;
text-transform: none;
margin: 4px 0;
}
.entry-content h1 {
font-size: 22px;
}
.entry-content h2 {
font-size: 18px;
margin: 2px 0;
}
.menu-menu-1-container {
width: 110%;
}
.themonic-nav {
box-shadow: none;
}
.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu {
background: #26261e;
border-bottom: 4px solid #7f6e13;
border-left: none;
border-right: 1px solid #3a3a32;
border-top: 1px solid #3a3a32;
}
.themonic-nav li a {
color: #8d785d;
font-size: 18px;
margin-top: auto;
margin-bottom: auto;
}
/* affects widget title bar */
.widget-area .widget {
background: #000;
padding-bottom: 10px;
}
.widget-area .widget .textwidget {
margin: 20px 20px 0;
border-bottom: none;
}
.widget-area .widget-title {
background: #26261e;
font-size: 20px;
color: #7b6951;
padding: 20px;
line-height: 16px;
word-wrap: normal;
}
.widget-area .widget a {
color: #b09815;
}
.widget-area .widget p {
margin-bottom: 12px;
padding: 20px;
}
/*post date for Recent Updates */
.widget_recent_entries .post-date, .widget_rss .rss-date {
display: block;
margin-left: 0;
}
#searchform.searchform {
background: #141414;
}
.site-content article {
border-bottom: none;
}
a {
color: #b09815;
}
a:hover {
color: #fff;
}
hgroup a {
color: #fff;
}
.widget-area .widget li {
border-bottom: none;
padding-left: 2.2em;
padding-right: 2em;
}
.themonic-logo {
padding: 0;
margin: 0;
}
.below-title-meta {
background: #1f1f1f;
width: 100%;
margin-left: 0;
}
#searchsubmit {
background: #000;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
box-shadow: none;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
font-size: .9em;
max-height: 5.5em;
text-decoration: none;
width: 130px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
border: none;
width: 135px;
}
#respond form input[type="text"], #respond form textarea {
-moz-box-sizing: border-box;
width: 60%;
}
textarea {
-webkit-appearance: textarea;
background-color: #9d9d9d;
}
.themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor > a {
background: none repeat scroll 0 0 #b09815;
font-weight: normal;
}
@media screen and (max-width: 420px) {
.themonic-logo img {
width: 100%;
}
.js .selectnav {
display: inline;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul, .nav-menu li {
display: none;
}
.themonic-nav ul {
display: none;
}
.themonic-nav li a, .themonic-nav li {
display: none;
}
.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
display: none;
}
}
@media screen and (max-width: 768px) {
.entry-header .entry-title {
margin-top: 0;
}
.site-header {
text-align: center;
height: auto;
border: none;
}
.entry-header .entry-title {
font-size: 1.5em;
line-height: 1.2em;
font-weight: normal;
margin-bottom: .3em;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
margin: 0 0 10px;
line-height: 1.5;
}
.entry-content blockquote, .comment-content blockquote {
margin: 0;
}
.themonic-logo {
float: left;
}
.themonic-logo img {
width: 100%;
}
.js .selectnav {
display: none;
}
.themonic-nav li {
text-transform: uppercase;
white-space: nowrap;
display: inline;
line-height: 3.5;
}
.themonic-nav li a {
text-decoration: none;
display: inline;
font-size: 16px;
}
.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
display: block;
background: #26261e;
border-bottom: 2px solid #7f6e13;
border-left: none;
border-right: 1px solid #3a3a32;
border-top: 1px solid #3a3a32;
text-align: center;
}
.themonic-nav li:hover {
display: inline-block;
text-decoration: none;
background: #4f4f44;
}
.themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor > a {
background: none repeat scroll 0 0 #b09815;
display: inline-block;
font-weight: normal;
color: #fff;
}
.bluem {
background-color: #4f4f44;
padding: 0;
}
.widget-area .widget a {
font-size: 18px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment