Skip to content

Instantly share code, notes, and snippets.

@austinjp
Last active December 14, 2015 17:38
Show Gist options
  • Save austinjp/c04785162ac6ddae3f8c to your computer and use it in GitHub Desktop.
Save austinjp/c04785162ac6ddae3f8c to your computer and use it in GitHub Desktop.
/* Edits by Austin 2015 */
/* See https://gist.github.com/austinjp/c04785162ac6ddae3f8c */
/* ######################### Edin theme tweaks ############################# */
#colophon {
display: none !important;
}
h1.site-title {
padding: 0 !important;
}
.home.page .hero .hentry .entry-content p {
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
font-size: 1.3em;
line-height: 1.3em;
letter-spacing: 1px;
}
/* ######################### Edin menu tweaks ############################# */
li .current-menu-item,
li .current_page_item,
li .current-menu-item a,
li .current_page_item a,
li.current_page_item,
li.current_page_item > a {
color: white !important;
}
ul#menu-top-menu li a {
text-transform: none;
}
@media screen and (min-width: 1024px) {
.primary-navigation {
background-color: silver;
}
}
.header-wrapper.clear {
border: 0;
}
@media screen and (max-width: 600px) {
.menu-toggle {
position: fixed;
display: block;
top: 0;
right: 0;
width: 48px;
height: 48px;
z-index: 10;
}
.menu-toggle, .menu-toggle:before {
background-color: transparent;
}
}
/* ######################### Edin featured pages on front page tweaks ############################# */
.home.page .featured-page-area {
background-color: #f3f2f1;
}
.home.page .featured-page .hentry {
background-color: white;
padding: 4px;
-webkit-box-shadow: 1px 12px 31px -14px rgba(0,0,0,0.45);
-moz-box-shadow: 1px 12px 31px -14px rgba(0,0,0,0.45);
box-shadow: 1px 12px 31px -14px rgba(0,0,0,0.45);
}
@media screen and (max-width: 600px) {
.home.page .featured-page {
padding-bottom: 24px;
}
}
@media screen and (max-width: 768px) {
.home.page .featured-page {
padding-bottom: 24px;
}
}
.home.page .entry-header, .entry-title {
margin-top: 10px;
margin-bottom: 10px;
}
/* ######################### Edin page header tweaks ############################# */
.site-header {
background-color: #e9e8e7;
}
/* ######################### Twitter widget tweaks ############################# */
.twitter_title_link > img {
padding: 8px 0 0 8px;
}
a.twitter_title_link { color: #c5c5c5; }
a.twitter_title_link img { padding-right: 10px; }
.widget_reallysimpletwitterwidget,
.really_simple_twitter_widget li a {
background-color: transparent;
color: #c5c5c5;
}
ul.really_simple_twitter_widget,
.really_simple_twitter_widget li {
list-style-type: none;
}
ul.really_simple_twitter_widget {
padding: 0 10px 10px 10px;
margin: 0;
border: 0;
}
.really_simple_twitter_widget li {
padding: 10px 0;
border-bottom: 1px solid #666;
}
.really_simple_twitter_widget li:last-child {
border-bottom: 0;
}
.widget_reallysimpletwitterwidget h1.widget-title,
.widget_reallysimpletwitterwidget h1.widget-title a {
color: #c5c5c5;
padding: 0;
margin: 0;
border: 0;
}
.twitter_title_link img {
vertical-align: middle !important;
}
aside.widget_reallysimpletwitterwidget {
margin: 0;
border: 0;
padding: 0 0 10px 0;
}
iframe.twitter-follow-button {
height: 20px !important;
width: 144px !important;
padding-left: 20px !important;
}
/* ######################### FLEXIPAGES widget ############################# */
.flexipages_widget li {
list-style-type: none;
}
/*
li.current_page_item,
li.current_page_item > a { color: green !important; }
li.current_page_item > ul { color: inherit !important; }
*/
.flexipages_widget > h2.widget-title,
.flexipages_widget,
.flexipages_widget > form { margin: 0; border: 0; padding: 0; }
.flexipages_widget ul { margin-top: 0; margin-bottom: 0; border-top: 0; border-bottom: 0; padding-top: 0; padding-bottom: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment