123 lines
1.4 KiB
CSS
123 lines
1.4 KiB
CSS
body {
|
|
padding-top: 0;
|
|
background: #F7F7F7;
|
|
}
|
|
|
|
a {
|
|
border: none;
|
|
}
|
|
|
|
a:hover {
|
|
border-bottom: 1px dotted rgba(160, 160, 160, 0.65)
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
text-transform: none;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
#header {
|
|
background-color: #f7f7f7;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
#header h1 {
|
|
font-size: 1.4em;
|
|
font-weight: lighter;
|
|
}
|
|
|
|
#header .links {
|
|
border-left: 0;
|
|
}
|
|
|
|
#header .main ul li {
|
|
border-left: 0;
|
|
}
|
|
|
|
#header .main ul li > a {
|
|
color: #2672ec;
|
|
}
|
|
|
|
header p {
|
|
text-transform: none;
|
|
letter-spacing: 0;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
#intro header h2 {
|
|
font-weight: lighter;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#intro header p {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.post {
|
|
border: 0;
|
|
}
|
|
|
|
.post > header {
|
|
border-bottom-color: #F7F7F7;
|
|
margin-bottom: 1.3em;
|
|
}
|
|
|
|
.post > header .meta {
|
|
padding: 0.5em 3em 0.3em;
|
|
border-left: 0;
|
|
}
|
|
|
|
.post > header .title {
|
|
padding: 0.5em 3em 0.3em;
|
|
}
|
|
|
|
.post > header .title h1 {
|
|
font-size: 2em;
|
|
font-weight: normal;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.post > footer .stats {
|
|
margin: 0;
|
|
}
|
|
|
|
.post > footer .actions {
|
|
margin: 0;
|
|
}
|
|
|
|
.author .name {
|
|
letter-spacing: 0.05em;
|
|
}
|
|
|
|
#sidebar {
|
|
margin-top: 2.2em;
|
|
min-width: 0;
|
|
}
|
|
|
|
.plugin {
|
|
font-size: 0.9em !important;
|
|
}
|
|
|
|
.plugin > h2 {
|
|
font-weight: normal !important;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.plugin ul {
|
|
list-style: none !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.plugin li {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.plugin-pages ul.children {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* Only for Plugin tags */
|
|
.plugin-tags li {
|
|
text-transform: capitalize;
|
|
}
|