things
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user