|
|
@@ -1,7 +1,8 @@ |
|
|
/* http://meyerweb.com/eric/tools/css/reset/ |
|
|
v2.0 | 20110126 |
|
|
License: none (public domain) |
|
|
*/ |
|
|
/* |
|
|
* Primary Color: #094e95 |
|
|
* Header H2: #2FA4E7 |
|
|
* Hover color: #317EAC |
|
|
*/ |
|
|
html, body, div, span, applet, object, iframe, |
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
|
a, abbr, acronym, address, big, cite, code, |
|
@@ -57,17 +58,17 @@ body { |
|
|
} |
|
|
|
|
|
a { |
|
|
color: #00a1cb; |
|
|
color: #094e95; |
|
|
} |
|
|
a:hover { |
|
|
color: #007998; |
|
|
color: #317EAC; |
|
|
} |
|
|
|
|
|
header { |
|
|
padding-top: 40px; |
|
|
padding-bottom: 40px; |
|
|
font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, serif; |
|
|
background-color: #00a1cb; |
|
|
background-color: #094e95; |
|
|
background-image: url(/images/header-grid.png); |
|
|
border-bottom: solid 1px #ddd; |
|
|
} |
|
@@ -87,7 +88,7 @@ header a:hover{ |
|
|
|
|
|
header h2 { |
|
|
font-size: 26px; |
|
|
color: #65dfff; |
|
|
color: #2FA4E7; |
|
|
font-weight: normal; |
|
|
line-height: 1.3; |
|
|
width: 540px; |
|
@@ -238,7 +239,7 @@ form { |
|
|
|
|
|
#main-content h1:before { |
|
|
content: "/"; |
|
|
color: #65dfff; |
|
|
color: #094e95; |
|
|
padding-right: 0.3em; |
|
|
margin-left: -0.9em; |
|
|
} |
|
@@ -252,7 +253,7 @@ form { |
|
|
} |
|
|
#main-content h2:before { |
|
|
content: "//"; |
|
|
color: #65dfff; |
|
|
color: #094e95; |
|
|
padding-right: 0.3em; |
|
|
margin-left: -1.5em; |
|
|
} |
|
@@ -268,7 +269,7 @@ form { |
|
|
|
|
|
#main-content h3:before { |
|
|
content: "///"; |
|
|
color: #65dfff; |
|
|
color: #094e95; |
|
|
padding-right: 0.3em; |
|
|
margin-left: -2em; |
|
|
} |
|
@@ -282,7 +283,7 @@ form { |
|
|
|
|
|
h4:before { |
|
|
content: "////"; |
|
|
color: #65dfff; |
|
|
color: #094e95; |
|
|
padding-right: 0.3em; |
|
|
margin-left: -2.8em; |
|
|
} |
|
@@ -294,7 +295,7 @@ h4:before { |
|
|
} |
|
|
h5:before { |
|
|
content: "/////"; |
|
|
color: #65dfff; |
|
|
color: #094e95; |
|
|
padding-right: 0.3em; |
|
|
margin-left: -3.2em; |
|
|
} |
|
@@ -306,7 +307,7 @@ h5:before { |
|
|
} |
|
|
h6:before { |
|
|
content: "//////"; |
|
|
color: #65dfff; |
|
|
color: #094e95; |
|
|
padding-right: 0.3em; |
|
|
margin-left: -3.7em; |
|
|
} |
|
|