Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Update theme styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonbrander committed Apr 16, 2014
1 parent 53af82a commit 39ea66d
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions contents/assets/theme-console.css
Expand Up @@ -10,8 +10,21 @@ h3 {
font-weight: 100;
}

a {
color: #42b6cd;
font-weight: 400;
text-decoration: none;
}

a:hover {
color: #2e7b95;
}

.article-title {
color: #34ccfe;
font-size: 72px;
line-height: 81px;
margin: 96px 0;
text-align: center;
}

Expand All @@ -24,6 +37,8 @@ h3 {

.article-synopsis {
color: #fff;
font-size: 24px;
margin: 45px 0;
}

.article-byline {
Expand All @@ -44,3 +59,51 @@ h3 {
line-height: 27px;
text-transform: uppercase;
}

.article-content blockquote {
border-left: 1px dashed #656565;
margin: 36px 0;
padding-left: 18px;
}

.article-content blockquote cite {
color: #ffcc66;
display: block;
font-style: italic;
}

.series {
list-style: none;
margin: 0;
padding: 0;
}

.series-item > a,
.series-item > span {
border-bottom: 3px solid #656565;
display: block;
color: #999;
font-weight: 100;
font-style: italic;
padding: 18px 0;
}

.series-item > a > i,
.series-item > a > em,
.series-item > span > i,
.series-item > span > em {
color: #656565;
display: block;
font-size: 14px;
line-height: 18px;
font-style: normal;
text-transform: uppercase;
}

.series-activated > a {
color: #34ccfe;
border-color: #34ccfe;
}
.series-activated > a > i {
color: #2e7b95;
}

0 comments on commit 39ea66d

Please sign in to comment.