Skip to content

Commit

Permalink
Misc Style Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Borstein committed Jan 8, 2015
1 parent 453b3a4 commit 7bd9328
Showing 1 changed file with 60 additions and 26 deletions.
86 changes: 60 additions & 26 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

body {
margin: 0;
padding: 1em 0;
padding: 0;
font:18px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
}
Expand All @@ -18,35 +18,41 @@ div.site-width{
h1, h2, h3, h4, h5, h6 {
color:#222;
margin:0 0 20px;
text-transform: uppercase;
letter-spacing: 2px;
}

p, ul, ol, table, pre, dl {
margin:0 0 20px;
margin:0 0 1em;
}

h1, h2, h3 {
line-height:1.1;
}

h1 {
font-size:28px;
font-size:32px;
}

h2 {
color:#393939;
}

h3, h4, h5, h6 {
h2, h3, h4, h5, h6 {
color:#494949;
}

a {
color:#39c;
font-weight:400;
text-decoration:none;
-webkit-transition: .25s ease all;
-moz-transition: .25s ease all;
transition: .25s ease all;
}

a:hover{
.page a:hover,
.section a:hover {
text-decoration: underline;
}

Expand All @@ -65,7 +71,7 @@ a small {
blockquote {
border-left:1px solid #e5e5e5;
margin:0;
padding:0 0 0 20px;
padding:0 0 0 1em;
font-style:italic;
}

Expand Down Expand Up @@ -117,20 +123,20 @@ img {
}

.hero {
background: #2f3d4a url(/images/hero-texture-sunset.jpg) no-repeat center;
margin-top: -1em;
padding: 1em 0;
background: #2f3d4a url(/images/hero-texture-sunset.jpg) no-repeat top center;
}
.hero a {
color: #fedd44;
}
.hero h1 {
color: #fff;
.hero h1{
color: white;
}
.hero .site-width {
color: #fff;
}

.hero p {
margin-bottom: 30px;
}
.post-toc {
display: block;
padding: 0;
Expand All @@ -154,21 +160,10 @@ img {
margin: 0 0 10px;
}



.twitter-timeline {
background: #7ab5d6;
padding: 1em 0;
}

.blog-container {
padding: 1em 0 2em;
}
strong {
color:#222;
font-weight:700;
}

section {
width:500px;
float:right;
Expand All @@ -178,12 +173,12 @@ section {
small {
font-size:11px;
}

hr {
border:0;
background:#e5e5e5;
height:1px;
margin:0 0 20px;
width: 15%;
margin: 1em 0;
background: #333;
}


Expand Down Expand Up @@ -281,6 +276,27 @@ a#links-trigger:hover {



/* GLOBAL
****************************/

/*
Typography
*/

hr.white {
color: #e5e5e5;
}
.text-center {
text-align: center;
}
.large {
font-size: 24px;
}



/* HOME PAGE
****************************/

/*
CTA Buttons
Expand All @@ -306,8 +322,16 @@ a.btn:hover {
}


/*
Sections
*/

.section {
padding: 3em 1em;
}



/*
Meeting
*/
Expand Down Expand Up @@ -359,3 +383,13 @@ a.btn:hover {
}



/*
Twitter
*/

.section.twitter {
background: #ecf0f1
}


0 comments on commit 7bd9328

Please sign in to comment.