Skip to content

Instantly share code, notes, and snippets.

@cp6
Created October 19, 2019 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cp6/196691625c3f12e22379acb067327814 to your computer and use it in GitHub Desktop.
Save cp6/196691625c3f12e22379acb067327814 to your computer and use it in GitHub Desktop.
Write corbpie blog theme style
body {
color: #BAD5EE;
background-color: #1C2030;
font-family: 'Inconsolata', monospace
}
.site-wrapper {
background-color: #1C2030
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
color: #8e5ed8
}
.site-description {
color: #58DDC9;
padding-top: .8rem
}
blockquote {
color: #EE888F
}
h1 {
color: #06d4decc;
font-family: 'Merriweather', serif
}
h2, h3 {
color: #EE888F;
font-family: 'Merriweather', serif
}
h4, h5, h6 {
color: #8e5ed8;
font-family: 'Merriweather', serif
}
.site-title a {
color: #f4f4f4
}
.site-title a:hover {
color: #afafaf
}
.widget-title {
color: #58DDC9;
display: inline;
font-family: 'Inconsolata', monospace
}
.entry-summary {
color: #BAD5EE
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
background-color: #34c6b0;
color: #000;
text-shadow: none;
border-radius: .2rem;
border: none
}
.comment-author a {
color: #8e5ed8
}
.entry-footer-meta {
color: #00BCD4
}
.menu-toggle:hover {
color: #58DDC9
}
.menu-toggle {
color: #248FE4
}
.entry-content a, .page-content a, .author-description a, .comment-content a, .post-navigation a {
color: #F1AF94
}
.widget {
color: #AE81FF
}
select {
color: #fdfffb;
background-color: rgb(33, 33, 33);
margin-left: 20px;
padding-right: 10px
}
.tags-links:hover {
color: #48d8ef
}
.site {
max-width: 900px
}
.entry-header-meta {
color: #8e5ed8;
text-align: center
}
.entry-title {
text-align: center
}
@media screen and (min-width: 783px) {
.site {
padding: 10px 80px 10px
}
}
.post-navigation .nav-previous {
float: none;
width: 100%;
text-align: center;
margin-top: -25px;
margin-bottom: -25px
}
.author-name {
color: #F1AF94;
padding-top: 22px
}
.comments-title, .comment-reply-title {
margin-top: -60px
}
@media screen and (min-width: 783px) {
.footer-widget-above {
padding-bottom: 1px
}
}
.post-nav-title {
color: #636757
}
.site-content {
padding-bottom: 1px
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
color: #F1AF94
}
.pagination a.page-numbers {
color: #248FE4
}
.pagination a.page-numbers:hover {
color: #F1AF94;
background-color: #383838
}
.tags-links:before {
display: none
}
.cat-links:before {
display: none
}
.contact-form label {
color: #EE888F
}
@media screen and (min-width: 783px) {
.main-navigation div.menu > ul > li:first-child > a, .main-navigation ul.menu > li:first-child > a {
color: #248FE4
}
}
@media screen and (min-width: 783px) {
.main-navigation a {
color: #248FE4
}
.main-navigation a:hover {
color: #2172c3
}
}
@media screen and (min-width: 783px) {
.main-navigation div.menu > ul > li:first-child > a:hover, .main-navigation ul.menu > li:first-child > a:hover {
color: #2172c3
}
}
::selection {
background: #a5ffaf;
color: white
}
::-moz-selection {
background: #a5ffaf;
color: white
}
select {
color: #F1AF94;
font-family: 'Inconsolata', monospace
}
.level-0 {
font-family: 'Inconsolata', monospace
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
background: #AE81FF;
color: white
}
code, kbd, tt, var {
color: #F9266C
}
td {
color: #32333c
}
.main-navigation a {
border-top: none;
padding-left: 16px;
padding-right: 16px
}
.contact-form textarea {
box-sizing: border-box;
float: none;
height: 200px;
margin-bottom: .75em;
width: 100%;
background: #313546;
color: whitesmoke
}
.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form input[type="url"] {
background: #313546;
color: whitesmoke
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
border: solid 1px #7f93db8a
}
.nav-links {
text-align: center;
}
@cp6
Copy link
Author

cp6 commented Oct 19, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment