mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Change_theme
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
.header {
|
||||
font-family: "Raleway", Helvetica, Arial, sans-serif
|
||||
}
|
||||
|
||||
a {
|
||||
color: #3b8bba;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:visited {
|
||||
color: #265778;
|
||||
}
|
||||
|
||||
.small-print {
|
||||
font-size: 0.8em;
|
||||
margin: 0.6em;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
article > footer {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.prev-next-post {
|
||||
margin-top: 2em;
|
||||
padding-top: 2em;
|
||||
padding-bottom: 2em;
|
||||
border-top: 1px solid #eee;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.prev-next-post .prev {
|
||||
float: left;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.prev-next-post .next {
|
||||
float: right;
|
||||
text-align: right;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#menu .brand {
|
||||
font-family: Raleway;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: none;
|
||||
background: transparent;
|
||||
text-decoration: none;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
#menu .pure-menu {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
i {
|
||||
display: inline-block;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
text-align: center;
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
.pagination a {
|
||||
color: #265778;
|
||||
}
|
||||
Reference in New Issue
Block a user