Skip to content

Instantly share code, notes, and snippets.

@samikeijonen
Last active March 13, 2017 21:15
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 samikeijonen/ab26d0ea8f95532131ca13846c6ea9e8 to your computer and use it in GitHub Desktop.
Save samikeijonen/ab26d0ea8f95532131ca13846c6ea9e8 to your computer and use it in GitHub Desktop.
Checathlon Plus Additional CSS
.site-header {
padding-top: 1rem;
padding-bottom: 1rem;
}
.main-navigation a {
text-transform: none;
}
.page-title.text-italic,
.entry-title.text-italic {
font-style: normal;
}
.entry-inner-wrapper {
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
border-radius: 3px;
}
.main-sidebar .widget,
.after-content-widget-area,
.comments-area, .downloads-area {
background-color: #e8ecf1;
}
.entry-title a,
.entry-title a:visited {
color: #343c40;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
color: #0179ba;
}
.pagination .page-numbers.current,
.grid-wrapper > .hentry .entry-inner-wrapper .highlight-title {
background-color: #83929e;
color: #fff;
}
.checathlon_widget_pricing .highlight-pricing {
border-color: #83929e;
}
.main-sidebar .menu-social a {
background-color: #83929e;
color: #fff;
}
.main-sidebar .menu-social a:hover,
.main-sidebar .menu-social a:focus,
.main-sidebar .menu-social a:active {
background-color: #fff;
color: #222;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment