Skip to content

Instantly share code, notes, and snippets.

@naoty
Last active August 29, 2015 14:16
Show Gist options
  • Save naoty/2a0a625aece2f7ce616e to your computer and use it in GitHub Desktop.
Save naoty/2a0a625aece2f7ce616e to your computer and use it in GitHub Desktop.
/* <system section="theme" selected="evergreen"> */
@import "/css/theme/evergreen/evergreen.css";
/* </system> */
#container {
width: 800px;
}
#container-inner {
margin-top: 60px;
}
#blog-title {
background: none;
padding: 60px 0;
margin-bottom: 0;
}
#title {
font-family: Courier, monospace;
font-size: 28px;
font-weight: normal;
text-align: center;
}
#content {
padding: 0;
}
#main {
padding: 0 40px;
max-width: none;
}
.entry-title {
font-size: 24px !important;
}
.entry-content {
font-size: 18px;
line-height: 1.75;
padding-top: 20px;
}
.entry-content h1 {
font-size: 24px;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content pre {
margin: 0 0 20px;
}
.entry-content ul,
.entry-content ol {
padding-left: 20px;
}
.entry-content li > ul,
.entry-content li > ol {
margin-bottom: 0;
}
.entry-content pre,
.entry-content code {
font-size: 14px;
font-family: Monaco, monospace;
line-height: 1.5;
}
.entry-content pre {
padding: 10px;
color: #fff;
background-color: #333;
}
/* <system section="background" selected="blur-01"> */
body{ background-image: url('/images/theme/backgrounds/2014/blur-01.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; background-size: cover; }
/* </system> */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment