bludit/bl-themes/log/assets/css/bludit.css

164 lines
1.8 KiB
CSS
Raw Normal View History

body {
padding-top: 0;
background: #F7F7F7;
}
a {
border: none;
}
a:hover {
border-bottom: 1px dotted rgba(160, 160, 160, 0.65)
}
2016-05-20 05:44:15 +02:00
h1, h2, h3, h4, h5, h6 {
text-transform: none;
letter-spacing: 0;
}
2016-05-28 05:18:13 +02:00
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.1em;
}
h6 {
font-size: 1em;
}
2016-05-20 05:44:15 +02:00
#header {
background-color: #f7f7f7;
border-bottom: 0;
}
#header h1 {
font-size: 1.4em;
font-weight: lighter;
}
2016-05-20 05:44:15 +02:00
#header .links {
border-left: 0;
}
2016-05-20 05:44:15 +02:00
#header .main ul li {
border-left: 0;
}
#header .main ul li > a {
color: #2672ec;
}
header p {
text-transform: none;
letter-spacing: 0;
2016-05-20 05:44:15 +02:00
font-size: 0.9em;
}
2016-05-28 21:47:54 +02:00
#menu .links > li a h3 {
font-size: 1em;
margin-bottom: 0;
}
#intro header h2 {
font-weight: lighter;
margin-bottom: 0;
}
#intro header p {
font-size: 1em;
}
.post {
border: 0;
}
2016-05-24 04:32:06 +02:00
.post a {
color: #2672ec;
}
.post > header {
border-bottom-color: #F7F7F7;
margin-bottom: 1.3em;
}
2016-05-20 05:44:15 +02:00
.post > header .meta {
padding: 0.5em 3em 0.3em;
border-left: 0;
}
.post > header .title {
2016-05-20 05:44:15 +02:00
padding: 0.5em 3em 0.3em;
}
.post > header .title h1 {
font-size: 2em;
font-weight: normal;
margin-bottom: 5px;
}
2016-05-24 04:32:06 +02:00
.post > header .title h1 a {
color: #3c3b3b;
}
2016-05-20 05:44:15 +02:00
.post > footer .stats {
margin: 0;
}
.post > footer .actions {
margin: 0;
}
2016-05-28 21:47:54 +02:00
blockquote p {
margin: 10px;
}
2016-05-20 05:44:15 +02:00
.author .name {
letter-spacing: 0.05em;
}
#sidebar {
margin-top: 2.2em;
min-width: 0;
}
2016-05-20 05:44:15 +02:00
.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 {
2016-05-29 02:54:18 +02:00
margin: 0 0 0 10px;
}
2016-05-20 05:44:15 +02:00
/* Only for Plugin tags */
.plugin-tags li {
text-transform: capitalize;
}