This commit is contained in:
jomo
2013-10-09 22:06:36 +02:00
parent 292e1ae4bb
commit d4fb20d8c6
7 changed files with 77 additions and 18 deletions

View File

@@ -153,15 +153,24 @@ and (min-width: 1000px)
float: right;
}
}
h1 {
color: inherit !important;
font-weight: bold !important;
text-shadow: none !important;
}
.post-info {
border-bottom: 2px dashed #999;
color: #888;
width: 100%;
a {
color: #755;
&:hover{
&:hover {
color: #d55;
}
}
.post-edit {
float: right;
}
}
.post-content {
margin-top: 10px;
@@ -409,9 +418,55 @@ and (min-width: 1000px)
background: #ddd;
}
table, tr, td, th {
border-collapse: collapse;
}
pre code {
background: inherit;
padding: 0;
}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}
table {
tr, td, th {
border-collapse: collapse;
border: 1px solid #aaa;
}
tbody {
tr:nth-child(odd) {
background: #FFF;
}
tr:nth-child(even) {
background: #DDD
}
}
td, th {
padding: 0.3em;
}
thead {
background: #def;
}
}
}