Commit 4661404c by Ernie Park

merge

--HG--
branch : ernie-static-fix-ios-video
parents 6b0655be 53c8c35b
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,8 +6,5 @@ body { ...@@ -6,8 +6,5 @@ body {
margin: 0; margin: 0;
overflow: hidden; } overflow: hidden; }
div#enroll p.ie-warning {
display: block !important;
line-height: 1.3em; }
div#enroll form { div#enroll form {
display: none; } display: none; }
...@@ -5,18 +5,7 @@ Last Updated: 2010-09-17 ...@@ -5,18 +5,7 @@ Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark Twitter: @rich_clark
*/ */
html, body, div, span, object, iframe, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
...@@ -28,8 +17,7 @@ time, mark, audio, video { ...@@ -28,8 +17,7 @@ time, mark, audio, video {
body { body {
line-height: 1; } line-height: 1; }
article, aside, details, figcaption, figure, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
footer, header, hgroup, menu, nav, section {
display: block; } display: block; }
nav ul { nav ul {
...@@ -38,8 +26,7 @@ nav ul { ...@@ -38,8 +26,7 @@ nav ul {
blockquote, q { blockquote, q {
quotes: none; } quotes: none; }
blockquote:before, blockquote:after, blockquote:before, blockquote:after, q:before, q:after {
q:before, q:after {
content: ''; content: '';
content: none; } content: none; }
...@@ -142,27 +129,27 @@ input, select { ...@@ -142,27 +129,27 @@ input, select {
.subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div { .subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div {
padding-left: 34.171%; } padding-left: 34.171%; }
@media screen and (max-width: 940px) { @media screen and (max-width: 940px) {
.subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div { .subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div {
padding-left: 0; } } padding-left: 0; } }
.subpage > div p, section.copyright > div p, section.tos > div p, section.privacy-policy > div p, section.honor-code > div p { .subpage > div p, section.copyright > div p, section.tos > div p, section.privacy-policy > div p, section.honor-code > div p {
margin-bottom: 25.888px; margin-bottom: 25.888px;
line-height: 25.888px; } line-height: 25.888px; }
.subpage > div h1, section.copyright > div h1, section.tos > div h1, section.privacy-policy > div h1, section.honor-code > div h1 { .subpage > div h1, section.copyright > div h1, section.tos > div h1, section.privacy-policy > div h1, section.honor-code > div h1 {
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
.subpage > div h2, section.copyright > div h2, section.tos > div h2, section.privacy-policy > div h2, section.honor-code > div h2 { .subpage > div h2, section.copyright > div h2, section.tos > div h2, section.privacy-policy > div h2, section.honor-code > div h2 {
font: 18px "Open Sans", Helvetica, Arial, sans-serif; font: 18px "Open Sans", Helvetica, Arial, sans-serif;
color: #000; color: #000;
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
.subpage > div ul, section.copyright > div ul, section.tos > div ul, section.privacy-policy > div ul, section.honor-code > div ul { .subpage > div ul, section.copyright > div ul, section.tos > div ul, section.privacy-policy > div ul, section.honor-code > div ul {
list-style: disc outside none; } list-style: disc outside none; }
.subpage > div ul li, section.copyright > div ul li, section.tos > div ul li, section.privacy-policy > div ul li, section.honor-code > div ul li { .subpage > div ul li, section.copyright > div ul li, section.tos > div ul li, section.privacy-policy > div ul li, section.honor-code > div ul li {
list-style: disc outside none; list-style: disc outside none;
line-height: 25.888px; } line-height: 25.888px; }
.subpage > div dl, section.copyright > div dl, section.tos > div dl, section.privacy-policy > div dl, section.honor-code > div dl { .subpage > div dl, section.copyright > div dl, section.tos > div dl, section.privacy-policy > div dl, section.honor-code > div dl {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
.subpage > div dl dd, section.copyright > div dl dd, section.tos > div dl dd, section.privacy-policy > div dl dd, section.honor-code > div dl dd { .subpage > div dl dd, section.copyright > div dl dd, section.tos > div dl dd, section.privacy-policy > div dl dd, section.honor-code > div dl dd {
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
.clearfix:after, .subpage:after, section.copyright:after, section.tos:after, section.privacy-policy:after, section.honor-code:after, header.announcement div section:after, footer:after, section.index-content:after, section.index-content section:after, section.index-content section.about section:after, div.leanModal_box#enroll ol:after { .clearfix:after, .subpage:after, section.copyright:after, section.tos:after, section.privacy-policy:after, section.honor-code:after, header.announcement div section:after, footer:after, section.index-content:after, section.index-content section:after, section.index-content section.about section:after, div.leanModal_box#enroll ol:after {
content: "."; content: ".";
...@@ -217,50 +204,57 @@ input, select { ...@@ -217,50 +204,57 @@ input, select {
-o-box-shadow: inset 0 1px 0 #b83d3d; -o-box-shadow: inset 0 1px 0 #b83d3d;
box-shadow: inset 0 1px 0 #b83d3d; box-shadow: inset 0 1px 0 #b83d3d;
-webkit-font-smoothing: antialiased; } -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: #732626; background-color: #732626;
border-color: #4d1919; } border-color: #4d1919; }
.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 {
font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
font-style: italic; } font-style: italic; }
p.ie-warning {
display: block !important;
line-height: 1.3em;
background: yellow;
margin-bottom: 25.888px;
padding: 25.888px; }
body { body {
background-color: #fff; background-color: #fff;
color: #444; color: #444;
font: 16px Georgia, serif; } font: 16px Georgia, serif; }
body :focus { body :focus {
outline-color: #ccc; } outline-color: #ccc; }
body h1 { body h1 {
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 { body em {
font-style: italic; } font-style: italic; }
body a { body a {
color: #993333; color: #993333;
font-style: italic; font-style: italic;
text-decoration: none; } text-decoration: none; }
body a:hover, body a:focus { body a:hover, body a:focus {
color: #732626; } color: #732626; }
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;
-ms-box-shadow: 0 -1px 0 white; -ms-box-shadow: 0 -1px 0 white;
-o-box-shadow: 0 -1px 0 white; -o-box-shadow: 0 -1px 0 white;
box-shadow: 0 -1px 0 white; box-shadow: 0 -1px 0 white;
background-color: #eeeeee; background-color: #eeeeee;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, white)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, white));
background-image: -webkit-linear-gradient(top, #eeeeee, white); background-image: -webkit-linear-gradient(top, #eeeeee, white);
background-image: -moz-linear-gradient(top, #eeeeee, white); background-image: -moz-linear-gradient(top, #eeeeee, white);
background-image: -ms-linear-gradient(top, #eeeeee, white); background-image: -ms-linear-gradient(top, #eeeeee, white);
background-image: -o-linear-gradient(top, #eeeeee, white); background-image: -o-linear-gradient(top, #eeeeee, white);
background-image: linear-gradient(top, #eeeeee, white); background-image: linear-gradient(top, #eeeeee, white);
border: 1px solid #999; border: 1px solid #999;
font: 16px Georgia, serif; font: 16px Georgia, serif;
padding: 4px; padding: 4px;
width: 100%; } width: 100%; }
body input[type="email"]:focus, body input[type="number"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="text"]:focus, body input[type="url"]:focus, body input[type="color"]:focus, body input[type="date"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body textarea:focus { body input[type="email"]:focus, body input[type="number"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="text"]:focus, body input[type="url"]:focus, body input[type="color"]:focus, body input[type="date"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body textarea:focus {
border-color: #993333; } border-color: #993333; }
header.announcement { header.announcement {
-webkit-background-size: cover; -webkit-background-size: cover;
...@@ -272,480 +266,480 @@ header.announcement { ...@@ -272,480 +266,480 @@ header.announcement {
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
color: #fff; color: #fff;
-webkit-font-smoothing: antialiased; } -webkit-font-smoothing: antialiased; }
header.announcement.home {
background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg"); }
@media screen and (min-width: 1200px) {
header.announcement.home { header.announcement.home {
background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg"); } background: #e3e3e3 url("/static/images/marketing/shot-5-large.jpg"); } }
@media screen and (min-width: 1200px) { header.announcement.home div {
header.announcement.home { padding: 258.88px 25.888px 77.664px; }
background: #e3e3e3 url("/static/images/marketing/shot-5-large.jpg"); } } @media screen and (max-width:780px) {
header.announcement.home div { header.announcement.home div {
padding: 258.88px 25.888px 77.664px; } padding: 64.72px 25.888px 51.776px; } }
@media screen and (max-width:780px) { header.announcement.home div nav h1 {
header.announcement.home div { margin-right: 0; }
padding: 64.72px 25.888px 51.776px; } } header.announcement.home div nav a.login {
header.announcement.home div nav h1 { display: none; }
margin-right: 0; } header.announcement.course {
header.announcement.home div nav a.login { background: #e3e3e3 url("/static/images/marketing/course-bg-small.jpg"); }
display: none; } @media screen and (min-width: 1200px) {
header.announcement.course {
background: #e3e3e3 url("/static/images/marketing/course-bg-large.jpg"); } }
@media screen and (max-width: 1199px) and (min-width: 700px) {
header.announcement.course { header.announcement.course {
background: #e3e3e3 url("/static/images/marketing/course-bg-small.jpg"); } background: #e3e3e3 url("/static/images/marketing/course-bg-medium.jpg"); } }
@media screen and (min-width: 1200px) { header.announcement.course div {
header.announcement.course { padding: 103.552px 25.888px 51.776px; }
background: #e3e3e3 url("/static/images/marketing/course-bg-large.jpg"); } } @media screen and (max-width:780px) {
@media screen and (max-width: 1199px) and (min-width: 700px) { header.announcement.course div {
header.announcement.course { padding: 64.72px 25.888px 51.776px; } }
background: #e3e3e3 url("/static/images/marketing/course-bg-medium.jpg"); } } header.announcement div {
header.announcement.course div { position: relative; }
padding: 103.552px 25.888px 51.776px; } header.announcement div nav {
@media screen and (max-width:780px) { position: absolute;
header.announcement.course div { top: 0;
padding: 64.72px 25.888px 51.776px; } } right: 25.888px;
header.announcement div { -webkit-border-radius: 0 0 3px 3px;
position: relative; } -moz-border-radius: 0 0 3px 3px;
header.announcement div nav { -ms-border-radius: 0 0 3px 3px;
position: absolute; -o-border-radius: 0 0 3px 3px;
top: 0; border-radius: 0 0 3px 3px;
right: 25.888px; background: #333;
-webkit-border-radius: 0 0 3px 3px; background: rgba(0, 0, 0, 0.7);
-moz-border-radius: 0 0 3px 3px; padding: 12.944px 25.888px; }
-ms-border-radius: 0 0 3px 3px; header.announcement div nav h1 {
-o-border-radius: 0 0 3px 3px; display: -moz-inline-box;
border-radius: 0 0 3px 3px; -moz-box-orient: vertical;
background: #333; display: inline-block;
background: rgba(0, 0, 0, 0.7); vertical-align: baseline;
padding: 12.944px 25.888px; } zoom: 1;
header.announcement div nav h1 { *display: inline;
display: -moz-inline-box; *vertical-align: auto;
-moz-box-orient: vertical; margin-right: 12.944px; }
display: inline-block; header.announcement div nav h1 a {
vertical-align: baseline; font: italic 800 18px "Open Sans", Helvetica, Arial, sans-serif;
zoom: 1; color: #fff;
*display: inline; text-decoration: none; }
*vertical-align: auto; header.announcement div nav h1 a:hover, header.announcement div nav h1 a:focus {
margin-right: 12.944px; } color: #999; }
header.announcement div nav h1 a { header.announcement div nav a.login {
font: italic 800 18px "Open Sans", Helvetica, Arial, sans-serif; text-decoration: none;
color: #fff; color: #fff;
text-decoration: none; } font-size: 12px;
header.announcement div nav h1 a:hover, header.announcement div nav h1 a:focus { font-style: normal;
color: #999; } font-family: "Open Sans", Helvetica, Arial, sans-serif; }
header.announcement div nav a.login { header.announcement div nav a.login:hover, header.announcement div nav a.login:focus {
text-decoration: none; color: #999; }
color: #fff; header.announcement div section {
font-size: 12px; background: #993333;
font-style: normal; display: -moz-inline-box;
font-family: "Open Sans", Helvetica, Arial, sans-serif; } -moz-box-orient: vertical;
header.announcement div nav a.login:hover, header.announcement div nav a.login:focus { display: inline-block;
color: #999; } vertical-align: baseline;
header.announcement div section { zoom: 1;
background: #993333; *display: inline;
display: -moz-inline-box; *vertical-align: auto;
-moz-box-orient: vertical; margin-left: 34.171%;
display: inline-block; padding: 25.888px 38.832px; }
vertical-align: baseline; @media screen and (max-width: 780px) {
zoom: 1; header.announcement div section {
*display: inline; margin-left: 0; } }
*vertical-align: auto; header.announcement div section h1 {
margin-left: 34.171%; font-family: "Open Sans";
padding: 25.888px 38.832px; } font-size: 30px;
@media screen and (max-width: 780px) { font-weight: 800;
header.announcement div section { display: -moz-inline-box;
margin-left: 0; } } -moz-box-orient: vertical;
header.announcement div section h1 { display: inline-block;
font-family: "Open Sans"; vertical-align: baseline;
font-size: 30px; zoom: 1;
font-weight: 800; *display: inline;
display: -moz-inline-box; *vertical-align: auto;
-moz-box-orient: vertical; line-height: 1.2em;
display: inline-block; margin: 0 25.888px 0 0; }
vertical-align: baseline; header.announcement div section h2 {
zoom: 1; font-family: "Open Sans";
*display: inline; font-size: 24px;
*vertical-align: auto; font-weight: 400;
line-height: 1.2em; display: -moz-inline-box;
margin: 0 25.888px 0 0; } -moz-box-orient: vertical;
header.announcement div section h2 { display: inline-block;
font-family: "Open Sans"; vertical-align: baseline;
font-size: 24px; zoom: 1;
font-weight: 400; *display: inline;
display: -moz-inline-box; *vertical-align: auto;
-moz-box-orient: vertical; line-height: 1.2em; }
display: inline-block; header.announcement div section.course section {
vertical-align: baseline; float: left;
zoom: 1; margin-left: 0;
*display: inline; margin-right: 3.817%;
*vertical-align: auto; padding: 0;
line-height: 1.2em; } width: 48.092%; }
header.announcement div section.course section { @media screen and (max-width: 780px) {
float: left; header.announcement div section.course section {
margin-left: 0; float: none;
margin-right: 3.817%; width: 100%;
padding: 0; margin-right: 0; } }
width: 48.092%; } header.announcement div section.course section a {
@media screen and (max-width: 780px) { background-color: #4d1919;
header.announcement div section.course section { border-color: #260d0d;
float: none; -webkit-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
width: 100%; -moz-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
margin-right: 0; } } -ms-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
header.announcement div section.course section a { -o-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
background-color: #4d1919; box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
border-color: #260d0d; display: block;
-webkit-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; padding: 12.944px 25.888px;
-moz-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; text-align: center; }
-ms-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; header.announcement div section.course section a:hover {
-o-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; background-color: #732626;
box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; border-color: #4d1919; }
display: block; header.announcement div section.course p {
padding: 12.944px 25.888px; width: 48.092%;
text-align: center; } line-height: 25.888px;
header.announcement div section.course section a:hover { float: left; }
background-color: #732626; @media screen and (max-width: 780px) {
border-color: #4d1919; } header.announcement div section.course p {
header.announcement div section.course p { float: none;
width: 48.092%; width: 100%; } }
line-height: 25.888px;
float: left; }
@media screen and (max-width: 780px) {
header.announcement div section.course p {
float: none;
width: 100%; } }
footer { footer {
padding-top: 0; } padding-top: 0; }
footer div.footer-wrapper {
border-top: 1px solid #e5e5e5;
padding: 25.888px 0;
background: url("/static/images/marketing/mit-logo.png") right center no-repeat; }
@media screen and (max-width: 780px) {
footer div.footer-wrapper { footer div.footer-wrapper {
border-top: 1px solid #e5e5e5; background-position: left bottom;
padding: 25.888px 0; padding-bottom: 77.664px; } }
background: url("/static/images/marketing/mit-logo.png") right center no-repeat; } footer div.footer-wrapper a {
@media screen and (max-width: 780px) { color: #888;
footer div.footer-wrapper { text-decoration: none;
background-position: left bottom; -webkit-transition-property: all;
padding-bottom: 77.664px; } } -moz-transition-property: all;
footer div.footer-wrapper a { -ms-transition-property: all;
color: #888; -o-transition-property: all;
text-decoration: none; transition-property: all;
-webkit-transition-property: all; -webkit-transition-duration: 0.15s;
-moz-transition-property: all; -moz-transition-duration: 0.15s;
-ms-transition-property: all; -ms-transition-duration: 0.15s;
-o-transition-property: all; -o-transition-duration: 0.15s;
transition-property: all; transition-duration: 0.15s;
-webkit-transition-duration: 0.15s; -webkit-transition-timing-function: ease-out;
-moz-transition-duration: 0.15s; -moz-transition-timing-function: ease-out;
-ms-transition-duration: 0.15s; -ms-transition-timing-function: ease-out;
-o-transition-duration: 0.15s; -o-transition-timing-function: ease-out;
transition-duration: 0.15s; transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out; -webkit-transition-delay: 0;
-moz-transition-timing-function: ease-out; -moz-transition-delay: 0;
-ms-transition-timing-function: ease-out; -ms-transition-delay: 0;
-o-transition-timing-function: ease-out; -o-transition-delay: 0;
transition-timing-function: ease-out; transition-delay: 0; }
-webkit-transition-delay: 0; footer div.footer-wrapper a:hover, footer div.footer-wrapper a:focus {
-moz-transition-delay: 0; color: #666; }
-ms-transition-delay: 0; footer div.footer-wrapper p {
-o-transition-delay: 0; display: -moz-inline-box;
transition-delay: 0; } -moz-box-orient: vertical;
footer div.footer-wrapper a:hover, footer div.footer-wrapper a:focus { display: inline-block;
color: #666; } vertical-align: baseline;
footer div.footer-wrapper p { zoom: 1;
display: -moz-inline-box; *display: inline;
-moz-box-orient: vertical; *vertical-align: auto;
display: inline-block; margin-right: 25.888px; }
vertical-align: baseline; footer div.footer-wrapper ul {
zoom: 1; display: -moz-inline-box;
*display: inline; -moz-box-orient: vertical;
*vertical-align: auto; display: inline-block;
margin-right: 25.888px; } vertical-align: baseline;
footer div.footer-wrapper ul { zoom: 1;
display: -moz-inline-box; *display: inline;
-moz-box-orient: vertical; *vertical-align: auto; }
display: inline-block; @media screen and (max-width: 780px) {
vertical-align: baseline; footer div.footer-wrapper ul {
zoom: 1; margin-top: 25.888px; } }
*display: inline; footer div.footer-wrapper ul li {
*vertical-align: auto; } display: -moz-inline-box;
@media screen and (max-width: 780px) { -moz-box-orient: vertical;
footer div.footer-wrapper ul { display: inline-block;
margin-top: 25.888px; } } vertical-align: baseline;
footer div.footer-wrapper ul li { zoom: 1;
display: -moz-inline-box; *display: inline;
-moz-box-orient: vertical; *vertical-align: auto;
display: inline-block; margin-bottom: 0; }
vertical-align: baseline; footer div.footer-wrapper ul li:after {
zoom: 1; content: ' |';
*display: inline; display: inline;
*vertical-align: auto; color: #ccc; }
margin-bottom: 0; } footer div.footer-wrapper ul li:last-child:after {
footer div.footer-wrapper ul li:after { content: none; }
content: ' |'; footer div.footer-wrapper ul.social {
display: inline; float: right;
color: #ccc; } margin-right: 60px;
footer div.footer-wrapper ul li:last-child:after { position: relative;
content: none; } top: -5px; }
footer div.footer-wrapper ul.social { @media screen and (max-width: 780px) {
float: right; footer div.footer-wrapper ul.social {
margin-right: 60px; float: none; } }
position: relative; footer div.footer-wrapper ul.social li {
top: -5px; } float: left;
@media screen and (max-width: 780px) { margin-right: 12.944px; }
footer div.footer-wrapper ul.social { footer div.footer-wrapper ul.social li:after {
float: none; } } content: none;
footer div.footer-wrapper ul.social li { display: none; }
float: left; footer div.footer-wrapper ul.social li a {
margin-right: 12.944px; } display: block;
footer div.footer-wrapper ul.social li:after { height: 29px;
content: none; width: 28px;
display: none; } text-indent: -9999px; }
footer div.footer-wrapper ul.social li a { footer div.footer-wrapper ul.social li a:hover {
display: block; opacity: .8; }
height: 29px; footer div.footer-wrapper ul.social li.twitter a {
width: 28px; background: url("/static/images/marketing/twitter.png") 0 0 no-repeat; }
text-indent: -9999px; } footer div.footer-wrapper ul.social li.facebook a {
footer div.footer-wrapper ul.social li a:hover { background: url("/static/images/marketing/facebook.png") 0 0 no-repeat; }
opacity: .8; } footer div.footer-wrapper ul.social li.linkedin a {
footer div.footer-wrapper ul.social li.twitter a { background: url("/static/images/marketing/linkedin.png") 0 0 no-repeat; }
background: url("/static/images/marketing/twitter.png") 0 0 no-repeat; }
footer div.footer-wrapper ul.social li.facebook a {
background: url("/static/images/marketing/facebook.png") 0 0 no-repeat; }
footer div.footer-wrapper ul.social li.linkedin a {
background: url("/static/images/marketing/linkedin.png") 0 0 no-repeat; }
section.index-content section { section.index-content section {
float: left; } float: left; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
section.index-content section { section.index-content section {
float: none; float: none;
width: auto; width: auto;
margin-right: 0; } } margin-right: 0; } }
section.index-content section h1 { section.index-content section h1 {
font-size: 800 24px "Open Sans"; font-size: 800 24px "Open Sans";
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
section.index-content section p { section.index-content section p {
line-height: 25.888px; line-height: 25.888px;
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
section.index-content section ul { section.index-content section ul {
margin: 0; } margin: 0; }
section.index-content section.about {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border-right: 1px solid #e5e5e5;
margin-right: 2.513%;
padding-right: 1.256%;
width: 65.829%; }
@media screen and (max-width: 780px) {
section.index-content section.about { section.index-content section.about {
-webkit-box-sizing: border-box; width: 100%;
-moz-box-sizing: border-box; border-right: 0;
-ms-box-sizing: border-box; margin-right: 0;
-o-box-sizing: border-box; padding-right: 0; } }
box-sizing: border-box; section.index-content section.about section {
border-right: 1px solid #e5e5e5; margin-bottom: 25.888px; }
margin-right: 2.513%; section.index-content section.about section p {
padding-right: 1.256%; width: 48.092%;
width: 65.829%; } float: left; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
section.index-content section.about { section.index-content section.about section p {
width: 100%; float: none;
border-right: 0; width: auto; } }
margin-right: 0; section.index-content section.about section p:nth-child(odd) {
padding-right: 0; } } margin-right: 3.817%; }
section.index-content section.about section { @media screen and (max-width: 780px) {
margin-bottom: 25.888px; } section.index-content section.about section p:nth-child(odd) {
section.index-content section.about section p { margin-right: 0; } }
width: 48.092%; section.index-content section.about section.intro section {
float: left; } margin-bottom: 0; }
@media screen and (max-width: 780px) { section.index-content section.about section.intro section.intro-text {
section.index-content section.about section p { margin-right: 3.817%;
float: none; width: 48.092%; }
width: auto; } } @media screen and (max-width: 780px) {
section.index-content section.about section p:nth-child(odd) { section.index-content section.about section.intro section.intro-text {
margin-right: 3.817%; } margin-right: 0;
@media screen and (max-width: 780px) { width: auto; } }
section.index-content section.about section p:nth-child(odd) { section.index-content section.about section.intro section.intro-text p {
margin-right: 0; } } margin-right: 0;
section.index-content section.about section.intro section { width: auto;
margin-bottom: 0; } float: none; }
section.index-content section.about section.intro section.intro-text { section.index-content section.about section.intro section.intro-video {
margin-right: 3.817%; width: 48.092%; }
width: 48.092%; } @media screen and (max-width: 780px) {
@media screen and (max-width: 780px) { section.index-content section.about section.intro section.intro-video {
section.index-content section.about section.intro section.intro-text { width: auto; } }
margin-right: 0; section.index-content section.about section.intro section.intro-video a {
width: auto; } } display: block;
section.index-content section.about section.intro section.intro-text p { width: 100%; }
margin-right: 0; section.index-content section.about section.intro section.intro-video a img {
width: auto; width: 100%; }
float: none; } section.index-content section.about section.intro section.intro-video a span {
section.index-content section.about section.intro section.intro-video { display: none; }
width: 48.092%; } section.index-content section.about section.features {
@media screen and (max-width: 780px) { border-top: 1px solid #E5E5E5;
section.index-content section.about section.intro section.intro-video { padding-top: 25.888px;
width: auto; } } margin-bottom: 0; }
section.index-content section.about section.intro section.intro-video a { section.index-content section.about section.features h2 {
display: block; text-transform: uppercase;
width: 100%; } letter-spacing: 1px;
section.index-content section.about section.intro section.intro-video a img { color: #888;
width: 100%; } margin-bottom: 25.888px;
section.index-content section.about section.intro section.intro-video a span { font-weight: normal;
display: none; } font-size: 14px; }
section.index-content section.about section.features { section.index-content section.about section.features h2 span {
border-top: 1px solid #E5E5E5; text-transform: none; }
padding-top: 25.888px; section.index-content section.about section.features p {
margin-bottom: 0; } width: auto;
section.index-content section.about section.features h2 { clear: both; }
text-transform: uppercase; section.index-content section.about section.features p strong {
letter-spacing: 1px; font-family: "Open sans";
color: #888; font-weight: 800; }
margin-bottom: 25.888px; section.index-content section.about section.features p a {
font-weight: normal; color: #993333;
font-size: 14px; } text-decoration: none;
section.index-content section.about section.features h2 span { -webkit-transition-property: all;
text-transform: none; } -moz-transition-property: all;
section.index-content section.about section.features p { -ms-transition-property: all;
width: auto; -o-transition-property: all;
clear: both; } transition-property: all;
section.index-content section.about section.features p strong { -webkit-transition-duration: 0.15s;
font-family: "Open sans"; -moz-transition-duration: 0.15s;
font-weight: 800; } -ms-transition-duration: 0.15s;
section.index-content section.about section.features p a { -o-transition-duration: 0.15s;
color: #993333; transition-duration: 0.15s;
text-decoration: none; -webkit-transition-timing-function: ease-out;
-webkit-transition-property: all; -moz-transition-timing-function: ease-out;
-moz-transition-property: all; -ms-transition-timing-function: ease-out;
-ms-transition-property: all; -o-transition-timing-function: ease-out;
-o-transition-property: all; transition-timing-function: ease-out;
transition-property: all; -webkit-transition-delay: 0;
-webkit-transition-duration: 0.15s; -moz-transition-delay: 0;
-moz-transition-duration: 0.15s; -ms-transition-delay: 0;
-ms-transition-duration: 0.15s; -o-transition-delay: 0;
-o-transition-duration: 0.15s; transition-delay: 0; }
transition-duration: 0.15s; section.index-content section.about section.features p a:hover, section.index-content section.about section.features p a:focus {
-webkit-transition-timing-function: ease-out; color: #602020; }
-moz-transition-timing-function: ease-out; section.index-content section.about section.features ul {
-ms-transition-timing-function: ease-out; margin-bottom: 0; }
-o-transition-timing-function: ease-out; section.index-content section.about section.features ul li {
transition-timing-function: ease-out; line-height: 25.888px;
-webkit-transition-delay: 0; width: 48.092%;
-moz-transition-delay: 0; float: left;
-ms-transition-delay: 0; margin-bottom: 12.944px; }
-o-transition-delay: 0; @media screen and (max-width: 780px) {
transition-delay: 0; } section.index-content section.about section.features ul li {
section.index-content section.about section.features p a:hover, section.index-content section.about section.features p a:focus { width: auto;
color: #602020; } float: none; } }
section.index-content section.about section.features ul { section.index-content section.about section.features ul li:nth-child(odd) {
margin-bottom: 0; } margin-right: 3.817%; }
section.index-content section.about section.features ul li { @media screen and (max-width: 780px) {
line-height: 25.888px; section.index-content section.about section.features ul li:nth-child(odd) {
width: 48.092%; margin-right: 0; } }
float: left; section.index-content section.course, section.index-content section.staff {
margin-bottom: 12.944px; } width: 31.658%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
section.index-content section.about section.features ul li {
width: auto;
float: none; } }
section.index-content section.about section.features ul li:nth-child(odd) {
margin-right: 3.817%; }
@media screen and (max-width: 780px) {
section.index-content section.about section.features ul li:nth-child(odd) {
margin-right: 0; } }
section.index-content section.course, section.index-content section.staff { section.index-content section.course, section.index-content section.staff {
width: 31.658%; } width: auto; } }
@media screen and (max-width: 780px) { section.index-content section.course h1, section.index-content section.staff h1 {
section.index-content section.course, section.index-content section.staff { color: #888;
width: auto; } } font: normal 16px Georgia, serif;
section.index-content section.course h1, section.index-content section.staff h1 { font-size: 14px;
color: #888; letter-spacing: 1px;
font: normal 16px Georgia, serif; margin-bottom: 25.888px;
font-size: 14px; text-transform: uppercase; }
letter-spacing: 1px; section.index-content section.course h2, section.index-content section.staff h2 {
margin-bottom: 25.888px; font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; }
text-transform: uppercase; } section.index-content section.course h3, section.index-content section.staff h3 {
section.index-content section.course h2, section.index-content section.staff h2 { font: 400 18px "Open Sans", Helvetica, Arial, sans-serif; }
font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; } section.index-content section.course a span.arrow, section.index-content section.staff a span.arrow {
section.index-content section.course h3, section.index-content section.staff h3 { color: rgba(255, 255, 255, 0.6);
font: 400 18px "Open Sans", Helvetica, Arial, sans-serif; } font-style: normal;
section.index-content section.course a span.arrow, section.index-content section.staff a span.arrow { display: -moz-inline-box;
color: rgba(255, 255, 255, 0.6); -moz-box-orient: vertical;
font-style: normal; display: inline-block;
display: -moz-inline-box; vertical-align: baseline;
-moz-box-orient: vertical; zoom: 1;
display: inline-block; *display: inline;
vertical-align: baseline; *vertical-align: auto;
zoom: 1; padding-left: 10px; }
*display: inline; section.index-content section.course ul, section.index-content section.staff ul {
*vertical-align: auto; list-style: none; }
padding-left: 10px; } section.index-content section.course ul li img, section.index-content section.staff ul li img {
section.index-content section.course ul, section.index-content section.staff ul { float: left;
list-style: none; } margin-right: 12.944px; }
section.index-content section.course ul li img, section.index-content section.staff ul li img { section.index-content section.course h2 {
float: left; padding-top: 129.44px;
margin-right: 12.944px; } background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-ms-background-size: contain;
-o-background-size: contain;
background-size: contain; }
@media screen and (max-width: 998px) and (min-width: 781px) {
section.index-content section.course h2 {
background: url("/static/images/marketing/circuits-medium-bg.jpg") 0 0 no-repeat; } }
@media screen and (max-width: 780px) {
section.index-content section.course h2 { section.index-content section.course h2 {
padding-top: 129.44px; padding-top: 129.44px;
background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat; background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat; } }
-webkit-background-size: contain; @media screen and (min-width: 500px) and (max-width: 781px) {
-moz-background-size: contain; section.index-content section.course h2 {
-ms-background-size: contain; padding-top: 207.104px; } }
-o-background-size: contain; section.index-content section.about-course {
background-size: contain; } -webkit-box-sizing: border-box;
@media screen and (max-width: 998px) and (min-width: 781px) { -moz-box-sizing: border-box;
section.index-content section.course h2 { -ms-box-sizing: border-box;
background: url("/static/images/marketing/circuits-medium-bg.jpg") 0 0 no-repeat; } } -o-box-sizing: border-box;
@media screen and (max-width: 780px) { box-sizing: border-box;
section.index-content section.course h2 { border-right: 1px solid #e5e5e5;
padding-top: 129.44px; margin-right: 2.513%;
background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat; } } padding-right: 1.256%;
@media screen and (min-width: 500px) and (max-width: 781px) { width: 65.829%; }
section.index-content section.course h2 { @media screen and (max-width: 780px) {
padding-top: 207.104px; } }
section.index-content section.about-course { section.index-content section.about-course {
-webkit-box-sizing: border-box; width: auto;
-moz-box-sizing: border-box; border-right: 0;
-ms-box-sizing: border-box; margin-right: 0;
-o-box-sizing: border-box; padding-right: 0; } }
box-sizing: border-box; section.index-content section.about-course section {
border-right: 1px solid #e5e5e5; width: 48.092%; }
margin-right: 2.513%; @media screen and (max-width: 780px) {
padding-right: 1.256%; section.index-content section.about-course section {
width: 65.829%; } width: auto; } }
@media screen and (max-width: 780px) { section.index-content section.about-course section.about-info {
section.index-content section.about-course { margin-right: 3.817%; }
width: auto; @media screen and (max-width: 780px) {
border-right: 0; section.index-content section.about-course section.about-info {
margin-right: 0; margin-right: 0; } }
padding-right: 0; } } section.index-content section.about-course section.requirements {
section.index-content section.about-course section { clear: both;
width: 48.092%; } width: 100%;
@media screen and (max-width: 780px) { border-top: 1px solid #E5E5E5;
section.index-content section.about-course section { padding-top: 25.888px;
width: auto; } } margin-bottom: 0; }
section.index-content section.about-course section.about-info { section.index-content section.about-course section.requirements p {
margin-right: 3.817%; } float: left;
@media screen and (max-width: 780px) { width: 48.092%;
section.index-content section.about-course section.about-info { margin-right: 3.817%; }
margin-right: 0; } } @media screen and (max-width: 780px) {
section.index-content section.about-course section.requirements { section.index-content section.about-course section.requirements p {
clear: both; margin-right: 0;
width: 100%; float: none;
border-top: 1px solid #E5E5E5; width: auto; } }
padding-top: 25.888px; section.index-content section.about-course section.requirements p:nth-child(odd) {
margin-bottom: 0; } margin-right: 0; }
section.index-content section.about-course section.requirements p { section.index-content section.about-course section.cta {
float: left; width: 100%;
width: 48.092%; text-align: center; }
margin-right: 3.817%; } section.index-content section.about-course section.cta a.enroll {
@media screen and (max-width: 780px) { padding: 12.944px 51.776px;
section.index-content section.about-course section.requirements p { display: -moz-inline-box;
margin-right: 0; -moz-box-orient: vertical;
float: none; display: inline-block;
width: auto; } } vertical-align: baseline;
section.index-content section.about-course section.requirements p:nth-child(odd) { zoom: 1;
margin-right: 0; } *display: inline;
section.index-content section.about-course section.cta { *vertical-align: auto;
width: 100%; text-align: center;
text-align: center; } font: 800 18px "Open Sans", Helvetica, Arial, sans-serif; }
section.index-content section.about-course section.cta a.enroll { section.index-content section.staff h1 {
padding: 12.944px 51.776px; margin-top: 25.888px; }
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
text-align: center;
font: 800 18px "Open Sans", Helvetica, Arial, sans-serif; }
section.index-content section.staff h1 {
margin-top: 25.888px; }
#lean_overlay { #lean_overlay {
position: fixed; position: fixed;
...@@ -777,169 +771,167 @@ div.leanModal_box { ...@@ -777,169 +771,167 @@ div.leanModal_box {
box-sizing: border-box; box-sizing: border-box;
display: none; display: none;
padding: 51.776px; } padding: 51.776px; }
div.leanModal_box a.modal_close { div.leanModal_box a.modal_close {
color: #aaa; color: #aaa;
display: block; display: block;
font-style: normal; font-style: normal;
height: 14px; height: 14px;
position: absolute; position: absolute;
right: 12px; right: 12px;
top: 12px; top: 12px;
width: 14px; width: 14px;
z-index: 2; } z-index: 2; }
div.leanModal_box a.modal_close:hover { div.leanModal_box a.modal_close:hover {
text-decoration: none; text-decoration: none;
color: #993333; } color: #993333; }
div.leanModal_box h1 { div.leanModal_box h1 {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
font-size: 24px; font-size: 24px;
margin-bottom: 25.888px; margin-bottom: 25.888px;
margin-top: 0; margin-top: 0;
padding-bottom: 25.888px; padding-bottom: 25.888px;
text-align: left; } text-align: left; }
div.leanModal_box#enroll { div.leanModal_box#enroll {
max-width: 600px; } max-width: 600px; }
div.leanModal_box#enroll p.ie-warning { div.leanModal_box#enroll ol {
display: none; } padding-top: 25.888px; }
div.leanModal_box#enroll ol { div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code {
padding-top: 25.888px; } width: auto;
div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code { float: none; }
width: auto; div.leanModal_box#enroll ol li div.tip {
float: none; } display: none; }
div.leanModal_box#enroll ol li div.tip { div.leanModal_box#enroll ol li:hover div.tip {
display: none; } background: #333;
div.leanModal_box#enroll ol li:hover div.tip { color: #fff;
background: #333; display: block;
color: #fff; font-size: 16px;
display: block; line-height: 25.888px;
font-size: 16px; margin: 0 0 0 -10px;
line-height: 25.888px; padding: 10px;
margin: 0 0 0 -10px; position: absolute;
padding: 10px; -webkit-font-smoothing: antialiased;
position: absolute; width: 500px; }
-webkit-font-smoothing: antialiased; div.leanModal_box form {
width: 500px; } text-align: left; }
div.leanModal_box form { div.leanModal_box form div#enroll_error, div.leanModal_box form div#login_error, div.leanModal_box form div#pwd_error {
text-align: left; } background-color: #333333;
div.leanModal_box form div#enroll_error, div.leanModal_box form div#login_error, div.leanModal_box form div#pwd_error { border: black;
background-color: #333333; color: #fff;
border: black; font-family: "Open sans";
color: #fff; font-weight: bold;
font-family: "Open sans"; letter-spacing: 1px;
font-weight: bold; margin: -25.888px -25.888px 25.888px;
letter-spacing: 1px; padding: 12.944px;
margin: -25.888px -25.888px 25.888px; text-shadow: 0 1px 0 #1a1a1a;
padding: 12.944px; -webkit-font-smoothing: antialiased; }
text-shadow: 0 1px 0 #1a1a1a; div.leanModal_box form div#enroll_error:empty, div.leanModal_box form div#login_error:empty, div.leanModal_box form div#pwd_error:empty {
-webkit-font-smoothing: antialiased; } padding: 0; }
div.leanModal_box form div#enroll_error:empty, div.leanModal_box form div#login_error:empty, div.leanModal_box form div#pwd_error:empty { div.leanModal_box form ol {
padding: 0; } list-style: none;
div.leanModal_box form ol { margin-bottom: 25.888px; }
list-style: none; div.leanModal_box form ol li {
margin-bottom: 25.888px; } margin-bottom: 12.944px; }
div.leanModal_box form ol li { div.leanModal_box form ol li.terms, div.leanModal_box form ol li.remember {
margin-bottom: 12.944px; } border-top: 1px solid #eee;
div.leanModal_box form ol li.terms, div.leanModal_box form ol li.remember { clear: both;
border-top: 1px solid #eee; float: none;
clear: both; padding-top: 25.888px;
float: none; width: auto; }
padding-top: 25.888px; div.leanModal_box form ol li.honor-code {
width: auto; } width: auto;
div.leanModal_box form ol li.honor-code { float: none; }
width: auto; div.leanModal_box form ol li label {
float: none; } display: block;
div.leanModal_box form ol li label { font-weight: bold; }
display: block; div.leanModal_box form ol li input[type="email"], div.leanModal_box form ol li input[type="number"], div.leanModal_box form ol li input[type="password"], div.leanModal_box form ol li input[type="search"], div.leanModal_box form ol li input[type="tel"], div.leanModal_box form ol li input[type="text"], div.leanModal_box form ol li input[type="url"], div.leanModal_box form ol li input[type="color"], div.leanModal_box form ol li input[type="date"], div.leanModal_box form ol li input[type="datetime"], div.leanModal_box form ol li input[type="datetime-local"], div.leanModal_box form ol li input[type="month"], div.leanModal_box form ol li input[type="time"], div.leanModal_box form ol li input[type="week"], div.leanModal_box form ol li textarea {
font-weight: bold; } width: 100%;
div.leanModal_box form ol li input[type="email"], div.leanModal_box form ol li input[type="number"], div.leanModal_box form ol li input[type="password"], div.leanModal_box form ol li input[type="search"], div.leanModal_box form ol li input[type="tel"], div.leanModal_box form ol li input[type="text"], div.leanModal_box form ol li input[type="url"], div.leanModal_box form ol li input[type="color"], div.leanModal_box form ol li input[type="date"], div.leanModal_box form ol li input[type="datetime"], div.leanModal_box form ol li input[type="datetime-local"], div.leanModal_box form ol li input[type="month"], div.leanModal_box form ol li input[type="time"], div.leanModal_box form ol li input[type="week"], div.leanModal_box form ol li textarea { -webkit-box-sizing: border-box;
width: 100%; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -ms-box-sizing: border-box;
-moz-box-sizing: border-box; -o-box-sizing: border-box;
-ms-box-sizing: border-box; box-sizing: border-box; }
-o-box-sizing: border-box; div.leanModal_box form ol li input[type="checkbox"] {
box-sizing: border-box; } margin-right: 10px; }
div.leanModal_box form ol li input[type="checkbox"] { div.leanModal_box form ol li ul {
margin-right: 10px; } list-style: disc outside none;
div.leanModal_box form ol li ul { margin: 12.944px 0 25.888px 25.888px; }
list-style: disc outside none; div.leanModal_box form ol li ul li {
margin: 12.944px 0 25.888px 25.888px; } color: #666;
div.leanModal_box form ol li ul li { float: none;
color: #666; font-size: 14px;
float: none; list-style: disc outside none;
font-size: 14px; margin-bottom: 12.944px; }
list-style: disc outside none; div.leanModal_box form input[type="button"], div.leanModal_box form input[type="submit"] {
margin-bottom: 12.944px; } border: 1px solid #691b1b;
div.leanModal_box form input[type="button"], div.leanModal_box form input[type="submit"] { -webkit-border-radius: 3px;
border: 1px solid #691b1b; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -ms-border-radius: 3px;
-moz-border-radius: 3px; -o-border-radius: 3px;
-ms-border-radius: 3px; border-radius: 3px;
-o-border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 0 #bc5c5c;
border-radius: 3px; -moz-box-shadow: inset 0 1px 0 0 #bc5c5c;
-webkit-box-shadow: inset 0 1px 0 0 #bc5c5c; -ms-box-shadow: inset 0 1px 0 0 #bc5c5c;
-moz-box-shadow: inset 0 1px 0 0 #bc5c5c; -o-box-shadow: inset 0 1px 0 0 #bc5c5c;
-ms-box-shadow: inset 0 1px 0 0 #bc5c5c; box-shadow: inset 0 1px 0 0 #bc5c5c;
-o-box-shadow: inset 0 1px 0 0 #bc5c5c; color: white;
box-shadow: inset 0 1px 0 0 #bc5c5c; display: inline;
color: white; font-size: 11px;
display: inline; font-weight: bold;
font-size: 11px; background-color: #993333;
font-weight: bold; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993333), color-stop(100%, #761e1e));
background-color: #993333; background-image: -webkit-linear-gradient(top, #993333, #761e1e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993333), color-stop(100%, #761e1e)); background-image: -moz-linear-gradient(top, #993333, #761e1e);
background-image: -webkit-linear-gradient(top, #993333, #761e1e); background-image: -ms-linear-gradient(top, #993333, #761e1e);
background-image: -moz-linear-gradient(top, #993333, #761e1e); background-image: -o-linear-gradient(top, #993333, #761e1e);
background-image: -ms-linear-gradient(top, #993333, #761e1e); background-image: linear-gradient(top, #993333, #761e1e);
background-image: -o-linear-gradient(top, #993333, #761e1e); padding: 6px 18px 7px;
background-image: linear-gradient(top, #993333, #761e1e); text-shadow: 0 1px 0 #5d1414;
padding: 6px 18px 7px; -webkit-background-clip: padding-box;
text-shadow: 0 1px 0 #5d1414; font-size: 18px;
-webkit-background-clip: padding-box; padding: 12.944px; }
font-size: 18px; div.leanModal_box form input[type="button"]:hover, div.leanModal_box form input[type="submit"]:hover {
padding: 12.944px; } -webkit-box-shadow: inset 0 1px 0 0 #a44141;
div.leanModal_box form input[type="button"]:hover, div.leanModal_box form input[type="submit"]:hover { -moz-box-shadow: inset 0 1px 0 0 #a44141;
-webkit-box-shadow: inset 0 1px 0 0 #a44141; -ms-box-shadow: inset 0 1px 0 0 #a44141;
-moz-box-shadow: inset 0 1px 0 0 #a44141; -o-box-shadow: inset 0 1px 0 0 #a44141;
-ms-box-shadow: inset 0 1px 0 0 #a44141; box-shadow: inset 0 1px 0 0 #a44141;
-o-box-shadow: inset 0 1px 0 0 #a44141; cursor: pointer;
box-shadow: inset 0 1px 0 0 #a44141; background-color: #823030;
cursor: pointer; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #823030), color-stop(100%, #691c1c));
background-color: #823030; background-image: -webkit-linear-gradient(top, #823030, #691c1c);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #823030), color-stop(100%, #691c1c)); background-image: -moz-linear-gradient(top, #823030, #691c1c);
background-image: -webkit-linear-gradient(top, #823030, #691c1c); background-image: -ms-linear-gradient(top, #823030, #691c1c);
background-image: -moz-linear-gradient(top, #823030, #691c1c); background-image: -o-linear-gradient(top, #823030, #691c1c);
background-image: -ms-linear-gradient(top, #823030, #691c1c); background-image: linear-gradient(top, #823030, #691c1c); }
background-image: -o-linear-gradient(top, #823030, #691c1c); div.leanModal_box form input[type="button"]:active, div.leanModal_box form input[type="submit"]:active {
background-image: linear-gradient(top, #823030, #691c1c); } border: 1px solid #691b1b;
div.leanModal_box form input[type="button"]:active, div.leanModal_box form input[type="submit"]:active { -webkit-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
border: 1px solid #691b1b; -moz-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; -ms-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
-moz-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; -o-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
-ms-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; }
-o-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; }
div#login { div#login {
min-width: 400px; } min-width: 400px; }
div#login header { div#login header {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
margin-bottom: 25.888px; margin-bottom: 25.888px;
padding-bottom: 25.888px; } padding-bottom: 25.888px; }
div#login header h1 { div#login header h1 {
border-bottom: 0; border-bottom: 0;
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 6.472px; } margin-bottom: 6.472px; }
div#login ol li { div#login ol li {
width: auto; width: auto;
float: none; } float: none; }
div.lost-password { div.lost-password {
text-align: left; text-align: left;
margin-top: 25.888px; } margin-top: 25.888px; }
div.lost-password a { div.lost-password a {
color: #999; } color: #999; }
div.lost-password a:hover { div.lost-password a:hover {
color: #444; } color: #444; }
div#pwd_reset p { div#pwd_reset p {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
...@@ -949,42 +941,42 @@ div#pwd_reset input[type="email"] { ...@@ -949,42 +941,42 @@ div#pwd_reset input[type="email"] {
div#feedback_div form ol li { div#feedback_div form ol li {
float: none; float: none;
width: 100%; } width: 100%; }
div#feedback_div form ol li textarea#feedback_message { div#feedback_div form ol li textarea#feedback_message {
height: 100px; } height: 100px; }
div#calculator_div { div#calculator_div {
max-width: 500px; } max-width: 500px; }
div#calculator_div form { div#calculator_div form {
padding-bottom: 25.888px; padding-bottom: 25.888px;
margin-bottom: 25.888px; margin-bottom: 25.888px;
border-bottom: 1px solid #ddd; } border-bottom: 1px solid #ddd; }
div#calculator_div form input#calculator_input { div#calculator_div form input#calculator_input {
width: 400px; } width: 400px; }
div#calculator_div form input#calculator_button { div#calculator_div form input#calculator_button {
background: 0; background: 0;
color: #993333; color: #993333;
border: 0; border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
-ms-box-shadow: none; -ms-box-shadow: none;
-o-box-shadow: none; -o-box-shadow: none;
box-shadow: none; box-shadow: none;
padding: 0; padding: 0;
text-shadow: none; } text-shadow: none; }
div#calculator_div form input#calculator_button:hover { div#calculator_div form input#calculator_button:hover {
color: #333; } color: #333; }
div#calculator_div form input#calculator_output { div#calculator_div form input#calculator_output {
border: 0; border: 0;
background: none; background: none;
padding: 9.061px; padding: 9.061px;
font-size: 24px; font-size: 24px;
width: 378px; width: 378px;
font-weight: bold; font-weight: bold;
margin-top: 4px; } margin-top: 4px; }
div#calculator_div dl dt { div#calculator_div dl dt {
float: left; float: left;
clear: both; clear: both;
padding-right: 12.944px; padding-right: 12.944px;
font-weight: bold; } font-weight: bold; }
div#calculator_div dl dd { div#calculator_div dl dd {
float: left; } float: left; }
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