aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/images/homepage-background-small.jpgbin24469 -> 33702 bytes
-rw-r--r--assets/images/homepage-background.jpgbin64195 -> 33702 bytes
-rw-r--r--assets/stylesheets/custom.css.scss11
-rw-r--r--assets/stylesheets/responsive/custom.scss47
4 files changed, 56 insertions, 2 deletions
diff --git a/assets/images/homepage-background-small.jpg b/assets/images/homepage-background-small.jpg
index c503d25..8b1d392 100644
--- a/assets/images/homepage-background-small.jpg
+++ b/assets/images/homepage-background-small.jpg
Binary files differ
diff --git a/assets/images/homepage-background.jpg b/assets/images/homepage-background.jpg
index 426485d..8b1d392 100644
--- a/assets/images/homepage-background.jpg
+++ b/assets/images/homepage-background.jpg
Binary files differ
diff --git a/assets/stylesheets/custom.css.scss b/assets/stylesheets/custom.css.scss
index 6ca983e..a4eb805 100644
--- a/assets/stylesheets/custom.css.scss
+++ b/assets/stylesheets/custom.css.scss
@@ -260,6 +260,13 @@ div.controller_help h1 a,#logged_in_bar a,#logged_in_bar a:visited,#stepwise_mak
color:#93278F;
}
+div.controller_help h1 a {
+color:#487890;
+}
+
+#stepwise_make_request strong {
+color: #000;
+}
body.front {
background:image-url('home-grad.png') repeat-x 0 160px;
@@ -272,3 +279,7 @@ background:image-url('quote-marks.png') no-repeat;
#frontpage_examples .excerpt {
background:image-url('quote-marks.png') no-repeat;
}
+
+.admin .navbar-static-top .container, .admin .navbar-fixed-top .container, .admin .navbar-fixed-bottom .container {
+ width: auto;
+}
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 64948a5..53bcd79 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -9,9 +9,12 @@ $color_violet: #a94ca6;
$color_purple: #5c377f;
$color_white: #ffffff;
-$color_neutral_light: $color_sand;
+$color_banner_bg: #487890;
+$color_page_bg: #F8F8F8;
+
+$color_neutral_light: $color_page_bg;
$color_neutral_dark: $color_black;
-$color_primary: $color_violet;
+$color_primary: $color_banner_bg;
$color_secondary: $color_orange;
$body-bg: $color_neutral_light;
@@ -20,6 +23,7 @@ $body-font-color: $color_neutral_dark;
$link-color: darken($color_blue, 20%);
$action-color: $color_green;
$font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
+//$font-family: "Arial", sans-serif;
$form_input-bg: $color_white;
$button-bg: darken($color_green, 10%);
@@ -349,6 +353,7 @@ a.link_button_green_large {
@include respond-min($main_menu-mobile_menu_cutoff) {
background-color: transparent;
}
+ left: 344px;
}
/* Dropdown list for switching locale */
@@ -887,3 +892,41 @@ dt {
color: $color_white;
}
}
+
+/* Reset the logo, as we dont like image logos */
+.site-title__logo {
+ background-image: unset;
+ overflow-hidden: unset;
+ margin: unset;
+ padding-top: 10px;
+ margin-right: 40px;
+ width: unset;
+ text-indent: unset;
+ background-size: unset;
+
+ font-size: 2em;
+ font-weight: 400;
+ color: #fff!important;
+ height: 50px;
+}
+
+h1 {
+ font-size: 2.2em;
+}
+
+h2 {
+ font-size: 1.8em;
+}
+
+.request_listing .head, .body_listing .head, .user_listing .head {
+ font-size: 1.5em;
+}
+
+.homepage-hero {
+ background-repeat: repeat;
+}
+
+.footer {
+ padding: 5em 0 8em;
+ background-image: url(/assets/homepage-background.jpg);
+} \ No newline at end of file