new typeface, header styles and changes to h3 size colors and styles to reflect landing page

This commit is contained in:
Justine Arreche 2013-10-01 10:46:14 -04:00
parent 9c7606ff96
commit 3a73aeb4a6
13 changed files with 28 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -48,15 +48,15 @@ $color-link: $gray-dark-3
$color-link-highlight: $red-medium-1
$color-link-sponsor: #575c7c
$color-link-top: $gray-medium-3
$color-link-top-highlight: $white
$color-link-top-highlight: #ADC7D0
$color-link-disabled: $gray-medium-1
$color-bg-dark: $slate-blue-2
$color-bg-light: $gray-light-1
$color-bg-input: $white
$color-bg-link-top: $black
$color-bg-dropdown: $gray-dark-2
$color-bg-dropdown-highlight: $gray-dark-3
$color-bg-dropdown: #40454f
$color-bg-dropdown-highlight: #30343b
$color-bg-pre: $gray-light-2
$color-bg-tab: $gray-light-3
$color-bg-tab-hover: $white

View File

@ -1,13 +1,13 @@
$font-size-huge: 24px
$font-size-huge: 30px
$font-size-big: 15px
$font-size-normal: 13px
$font-size-small: 12px
$font-size-log: 12px
$font-size-smaller: 12px
$font-size-normal: 14px
$font-size-small: 13px
$font-size-log: 13px
$font-size-smaller: 15px
$font-size-tiny: 11px
$font-size-tiniest: 10px
$line-height: 19px
$line-height-log: 18px
$line-height: 22px
$line-height-log: 19px

View File

@ -1,7 +1,7 @@
@import "_mixins/all"
html, body
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
font-family: 'Source Sans Pro', sans-serif
font-size: $font-size-small
line-height: $line-height
margin: 0

View File

@ -1,7 +1,7 @@
#getting-started
width: 650px
margin: 0px auto
font-family: Arial
font-family: 'Source Sans Pro'
p
font-size: 15px

View File

@ -27,7 +27,7 @@ html, body
top: -40px
left: 0
width: 100%
height: 40px
height: 55px
z-index: 1000
#left, #right

View File

@ -5,6 +5,7 @@
margin: 15px 60px 0 0
font-size: $font-size-huge
a
color: #9e2525
text-decoration: underline
#stats

View File

@ -27,7 +27,8 @@
.description, .language
font-weight: normal
color: $color-text-light
color: #666a72
font-size: 15px
.language
display: none

View File

@ -15,7 +15,7 @@
border-bottom-color: $color-border-light
white-space: nowrap
cursor: pointer
@include border-top-radius(4px)
@include border-top-radius(2px)
font-size: 10px
&:hover

View File

@ -1,23 +1,24 @@
@import "_mixins/all"
#top
line-height: 40px
@include background(linear-gradient(#444, #111))
line-height: 55px
background: #40454f
font-size: $font-size-normal
h1
float: left
width: 73px
width: 72px
height: 30px
margin: 4px 40px 0 22px
margin: 12px 40px 0 22px
text-indent: -9999px
background: inline-image('ui/logo.png') no-repeat
background-size: cover
ul
list-style-type: none
a, span
color: $color-link-top
color: #ffffff
text-decoration: none
li
@ -26,7 +27,7 @@
display: block
padding: 0 15px
&:hover
color: $color-link-top-highlight
color: #ADC7D0
li.traviscicom
a
@ -48,13 +49,10 @@
top: 40px
width: 100%
background-color: $color-bg-dropdown
@include border-bottom-radius(6px)
@include single-box-shadow(rgba(black, 0.3), 2px, 2px, 10px)
li
display: block
&:last-child a:hover
@include border-bottom-radius(4px)
a
display: block
@ -106,7 +104,9 @@
#home #navigation .home,
#stats #navigation .stats,
#profile #navigation .profile
background-color: $color-bg-link-top
background-color: transparent
a
color: #ffffff
a:hover
color: $color-link-top-highlight

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 B

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,800' rel='stylesheet' type='text/css'>
<meta charset="UTF-8">
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
<meta name="travis.pusher_key" value="5df8ac576dcccf4fd076">