Skip to content

Instantly share code, notes, and snippets.

@xavortm
Created January 7, 2017 12:46
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 xavortm/995b024efea8037630bbbb188f858e97 to your computer and use it in GitHub Desktop.
Save xavortm/995b024efea8037630bbbb188f858e97 to your computer and use it in GitHub Desktop.
/**
* Custom stylings (Alex)
* ======================
*/
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 16px;
line-height: 1.7;
}
#header {
height: 170px;
border: none;
}
#sidebars {
/* Make this a bit smaller */
font-size: 14px;
line-height: 1.5;
}
#sidebars h1,
#sidebars h2,
#sidebars h3 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 700;
color: #333;
}
#sidebars li a {
color: #333;
}
#categories li {
font-weight: 500;
}
#categories li div {
font-weight: 400;
text-transform: none;
line-height: 1.5;
}
#categories li div a {
font-weight: 700;
}
.trw-rating {
background: #ffd400;
color: #000;
margin: 10px 0;
}
/* Single view */
#sidebars .entry {
font-size: 14px;
}
.entry {
font-family: "Georgia", serif;
font-size: 18px;
}
#content .post > h2 {
font-weight: 700;
font-size: 36px;
margin-bottom: 10px;
padding-bottom: 20px;
}
#content .post > h2 a {
color: black;
}
/* Login form */
#autoriz {
}
/* Nabigation */
#nav {
height: 50px;
border-bottom: 4px solid #000;
}
#nav li {
display: inline-block;
}
#nav li a {
margin: 0;
font-weight: 700;
color: black;
padding: 10px 20px;
display: inline-block;
}
#nav li a:hover {
color: white;
background: black;
text-decoration: none;
}
/* Various elements */
.recent {
margin-left: 0;;
}
.other .recent li a {
color: #005CE5;
}
.tnp-widget {
background: #ffd400;
padding: 10px;
margin-bottom: 20px;
}
.tnp-field-button input.tnp-submit {
background: black;
font-weight: 700;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment