colors
This commit is contained in:
parent
1e066555fe
commit
1a64fe46e2
@ -31,25 +31,28 @@ $font_2: 'Open Sans Bold';
|
||||
letter-spacing: .08em;
|
||||
}
|
||||
|
||||
|
||||
//@import url('http://fonts.googleapis.com/css?family=Oswald:300,400:latin,latin-ext');
|
||||
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600');
|
||||
body {
|
||||
color: $color_storm_dust_approx;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: $font_0, $font_1, $font_2;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: $font_0, $font_1, $font_2;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: $font_0, $font_1, $font_2;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
font-family: $font_0, $font_1, $font_2;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
a {
|
||||
font-family: $font_0, $font_1, $font_2;
|
||||
@ -60,6 +63,7 @@ h3 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#masthead {
|
||||
min-height: 311px;
|
||||
background-color: #1D84FB;
|
||||
@ -87,12 +91,14 @@ h3 {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 40px;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
background-color: $color_celeste_approx;
|
||||
}
|
||||
|
||||
#topPanel {
|
||||
padding-top: 0;
|
||||
padding-left: 22px;
|
||||
@ -101,10 +107,12 @@ footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.top-spacer {
|
||||
background-color: $white;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $color_ebony_clay_approx;
|
||||
text-decoration: none;
|
||||
@ -113,14 +121,17 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-bar {
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
#masthead h1 {
|
||||
font-size: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-bright {
|
||||
background-color: $color_arapawa_approx;
|
||||
color: $white;
|
||||
@ -136,12 +147,15 @@ a {
|
||||
background-color: $color_stratos_approx;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
.caret {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.navbar-toggle {
|
||||
color: $white;
|
||||
border-width: 0;
|
||||
@ -149,6 +163,7 @@ a {
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.panel {
|
||||
clear: both;
|
||||
margin-top: -120px;
|
||||
@ -157,16 +172,17 @@ a {
|
||||
padding: 15px;
|
||||
box-shadow: 2px 2px 3px #aaaaaa;
|
||||
|
||||
|
||||
.lead {
|
||||
overflow: hidden;
|
||||
height: 90px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.img-container {
|
||||
overflow: hidden;
|
||||
height: 170px;
|
||||
@ -177,10 +193,12 @@ a {
|
||||
max-height: 280px;
|
||||
}
|
||||
}
|
||||
|
||||
.txt-container {
|
||||
overflow: hidden;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.label-float {
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
@ -191,9 +209,11 @@ a {
|
||||
padding: 6px;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.navbar-form input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.form-inline input {
|
||||
width: auto;
|
||||
}
|
@ -13,7 +13,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-7">
|
||||
<h1><%= link_to "Roadmap", root_path %>
|
||||
<h1>Roadmap
|
||||
<p class="lead"></p>
|
||||
</h1>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user