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

65 lines
865 B
CSS
Raw Normal View History

2016-01-22 05:26:00 +01:00
/* Blogme hacks */
#wrapper {
2016-01-24 00:49:48 +01:00
width: 1100px !important;
2016-01-22 05:26:00 +01:00
}
#sidebar {
min-width: 12em !important;
}
article.post div.title h1 {
font-weight: normal;
margin: 0 !important;
font-size: 1.2em;
}
article.post div.info {
font-size: 0.9em;
color: #888;
}
article.post div.info > span {
margin-right: 15px;
}
div.cover-image {
border-bottom: 1px solid rgba(160, 160, 160, 0.3);
display: flex;
left: -3em;
margin: -3em 0 3em;
position: relative;
width: calc(100% + 6em);
}
h1.blog-title {
font-size: 2.4em;
font-weight: normal;
text-align: center;
}
h2 {
font-weight: normal !important;
}
.plugin ul {
list-style: none !important;
padding: 0 !important;
}
.plugin li {
padding: 0 !important;
}
.plugin-pages ul.children {
margin-left: 10px;
}
/* Just for Plugin tags */
.plugin-tags li {
text-transform: capitalize;
}
img {
width: 100%;
}