Commit 1a80cf2b by Kyle Fiedler

Compiled sass

parent e60a2073
...@@ -221,6 +221,10 @@ h2 { ...@@ -221,6 +221,10 @@ h2 {
p { p {
margin-bottom: 22.652px; } margin-bottom: 22.652px; }
em {
font-style: italic;
font-family: Georgia, serif; }
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea { input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea {
-webkit-box-shadow: 0 -1px 0 white; -webkit-box-shadow: 0 -1px 0 white;
-moz-box-shadow: 0 -1px 0 white; -moz-box-shadow: 0 -1px 0 white;
...@@ -279,6 +283,15 @@ html { ...@@ -279,6 +283,15 @@ html {
float: left; float: left;
color: #000; color: #000;
text-shadow: 0 1px 0 #bf4040; } text-shadow: 0 1px 0 #bf4040; }
html body div.header-wrapper header h1 em {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
padding-right: 22.652px; }
html body div.header-wrapper header nav { html body div.header-wrapper header nav {
float: left; float: left;
display: block; display: block;
......
...@@ -52,10 +52,22 @@ blockquote, q { ...@@ -52,10 +52,22 @@ blockquote, q {
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local("Open Sans Italic"), local("OpenSans-Italic"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff") format("woff"); }
@font-face {
font-family: 'Open Sans';
font-style: normal; font-style: normal;
font-weight: 800; font-weight: 800;
src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff") format("woff"); } src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff") format("woff"); }
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxsBo4hlZyBvkZICS3KpNonM.woff") format("woff"); }
.wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer { .wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
...@@ -132,7 +144,8 @@ blockquote, q { ...@@ -132,7 +144,8 @@ blockquote, q {
color: #fff; color: #fff;
margin: 25.888px 0 12.944px; margin: 25.888px 0 12.944px;
padding: 6.472px 12.944px; padding: 6.472px 12.944px;
text-decoration: none; } text-decoration: none;
-webkit-font-smoothing: antialiased; }
.button:hover, header.announcement div section.course section a:hover, section.index-content section.course a:hover, section.index-content section.staff a:hover, section.index-content section.about-course section.cta a.enroll:hover { .button:hover, header.announcement div section.course section a:hover, section.index-content section.course a:hover, section.index-content section.staff a:hover, section.index-content section.about-course section.cta a.enroll:hover {
background-color: #660000; } background-color: #660000; }
.button span, header.announcement div section.course section a span, section.index-content section.course a span, section.index-content section.staff a span, section.index-content section.about-course section.cta a.enroll span { .button span, header.announcement div section.course section a span, section.index-content section.course a span, section.index-content section.staff a span, section.index-content section.about-course section.cta a.enroll span {
...@@ -147,6 +160,8 @@ body { ...@@ -147,6 +160,8 @@ body {
font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; } font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; }
body li { body li {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
body em {
font-style: italic; }
body input[type="email"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="url"], body input[type="color"], body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="month"], body input[type="time"], body input[type="week"], body textarea { body input[type="email"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="url"], body input[type="color"], body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="month"], body input[type="time"], body input[type="week"], body textarea {
-webkit-box-shadow: 0 -1px 0 white; -webkit-box-shadow: 0 -1px 0 white;
-moz-box-shadow: 0 -1px 0 white; -moz-box-shadow: 0 -1px 0 white;
...@@ -175,7 +190,8 @@ header.announcement { ...@@ -175,7 +190,8 @@ header.announcement {
background-size: cover; background-size: cover;
background: #333; background: #333;
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
color: #fff; } color: #fff;
-webkit-font-smoothing: antialiased; }
@media screen and (min-width: 1200px) { @media screen and (min-width: 1200px) {
header.announcement.home { header.announcement.home {
background: #e3e3e3 url("/static/images/marketing/shot-1-large.jpg"); } } background: #e3e3e3 url("/static/images/marketing/shot-1-large.jpg"); } }
...@@ -228,7 +244,7 @@ header.announcement { ...@@ -228,7 +244,7 @@ header.announcement {
*vertical-align: auto; *vertical-align: auto;
margin-right: 25.888px; } margin-right: 25.888px; }
header.announcement div nav h1 a { header.announcement div nav h1 a {
font: 800 18px "Open Sans", Helvetica, Arial, sans-serif; font: italic 800 18px "Open Sans", Helvetica, Arial, sans-serif;
color: #fff; color: #fff;
text-decoration: none; } text-decoration: none; }
header.announcement div nav a.login { header.announcement div nav a.login {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment