new typeface, header styles and changes to h3 size colors and styles to reflect landing page
This commit is contained in:
parent
9c7606ff96
commit
3a73aeb4a6
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -48,15 +48,15 @@ $color-link: $gray-dark-3
|
||||||
$color-link-highlight: $red-medium-1
|
$color-link-highlight: $red-medium-1
|
||||||
$color-link-sponsor: #575c7c
|
$color-link-sponsor: #575c7c
|
||||||
$color-link-top: $gray-medium-3
|
$color-link-top: $gray-medium-3
|
||||||
$color-link-top-highlight: $white
|
$color-link-top-highlight: #ADC7D0
|
||||||
$color-link-disabled: $gray-medium-1
|
$color-link-disabled: $gray-medium-1
|
||||||
|
|
||||||
$color-bg-dark: $slate-blue-2
|
$color-bg-dark: $slate-blue-2
|
||||||
$color-bg-light: $gray-light-1
|
$color-bg-light: $gray-light-1
|
||||||
$color-bg-input: $white
|
$color-bg-input: $white
|
||||||
$color-bg-link-top: $black
|
$color-bg-link-top: $black
|
||||||
$color-bg-dropdown: $gray-dark-2
|
$color-bg-dropdown: #40454f
|
||||||
$color-bg-dropdown-highlight: $gray-dark-3
|
$color-bg-dropdown-highlight: #30343b
|
||||||
$color-bg-pre: $gray-light-2
|
$color-bg-pre: $gray-light-2
|
||||||
$color-bg-tab: $gray-light-3
|
$color-bg-tab: $gray-light-3
|
||||||
$color-bg-tab-hover: $white
|
$color-bg-tab-hover: $white
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
$font-size-huge: 24px
|
$font-size-huge: 30px
|
||||||
$font-size-big: 15px
|
$font-size-big: 15px
|
||||||
$font-size-normal: 13px
|
$font-size-normal: 14px
|
||||||
$font-size-small: 12px
|
$font-size-small: 13px
|
||||||
$font-size-log: 12px
|
$font-size-log: 13px
|
||||||
$font-size-smaller: 12px
|
$font-size-smaller: 15px
|
||||||
$font-size-tiny: 11px
|
$font-size-tiny: 11px
|
||||||
$font-size-tiniest: 10px
|
$font-size-tiniest: 10px
|
||||||
|
|
||||||
$line-height: 19px
|
$line-height: 22px
|
||||||
$line-height-log: 18px
|
$line-height-log: 19px
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@import "_mixins/all"
|
@import "_mixins/all"
|
||||||
|
|
||||||
html, body
|
html, body
|
||||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
|
font-family: 'Source Sans Pro', sans-serif
|
||||||
font-size: $font-size-small
|
font-size: $font-size-small
|
||||||
line-height: $line-height
|
line-height: $line-height
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#getting-started
|
#getting-started
|
||||||
width: 650px
|
width: 650px
|
||||||
margin: 0px auto
|
margin: 0px auto
|
||||||
font-family: Arial
|
font-family: 'Source Sans Pro'
|
||||||
|
|
||||||
p
|
p
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
|
|
|
@ -27,7 +27,7 @@ html, body
|
||||||
top: -40px
|
top: -40px
|
||||||
left: 0
|
left: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 40px
|
height: 55px
|
||||||
z-index: 1000
|
z-index: 1000
|
||||||
|
|
||||||
#left, #right
|
#left, #right
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
margin: 15px 60px 0 0
|
margin: 15px 60px 0 0
|
||||||
font-size: $font-size-huge
|
font-size: $font-size-huge
|
||||||
a
|
a
|
||||||
|
color: #9e2525
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
#stats
|
#stats
|
||||||
|
|
|
@ -27,7 +27,8 @@
|
||||||
|
|
||||||
.description, .language
|
.description, .language
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
color: $color-text-light
|
color: #666a72
|
||||||
|
font-size: 15px
|
||||||
|
|
||||||
.language
|
.language
|
||||||
display: none
|
display: none
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
border-bottom-color: $color-border-light
|
border-bottom-color: $color-border-light
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
@include border-top-radius(4px)
|
@include border-top-radius(2px)
|
||||||
font-size: 10px
|
font-size: 10px
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
|
|
|
@ -1,23 +1,24 @@
|
||||||
@import "_mixins/all"
|
@import "_mixins/all"
|
||||||
|
|
||||||
#top
|
#top
|
||||||
line-height: 40px
|
line-height: 55px
|
||||||
@include background(linear-gradient(#444, #111))
|
background: #40454f
|
||||||
font-size: $font-size-normal
|
font-size: $font-size-normal
|
||||||
|
|
||||||
h1
|
h1
|
||||||
float: left
|
float: left
|
||||||
width: 73px
|
width: 72px
|
||||||
height: 30px
|
height: 30px
|
||||||
margin: 4px 40px 0 22px
|
margin: 12px 40px 0 22px
|
||||||
text-indent: -9999px
|
text-indent: -9999px
|
||||||
background: inline-image('ui/logo.png') no-repeat
|
background: inline-image('ui/logo.png') no-repeat
|
||||||
|
background-size: cover
|
||||||
|
|
||||||
ul
|
ul
|
||||||
list-style-type: none
|
list-style-type: none
|
||||||
|
|
||||||
a, span
|
a, span
|
||||||
color: $color-link-top
|
color: #ffffff
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
li
|
li
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
display: block
|
display: block
|
||||||
padding: 0 15px
|
padding: 0 15px
|
||||||
&:hover
|
&:hover
|
||||||
color: $color-link-top-highlight
|
color: #ADC7D0
|
||||||
|
|
||||||
li.traviscicom
|
li.traviscicom
|
||||||
a
|
a
|
||||||
|
@ -48,13 +49,10 @@
|
||||||
top: 40px
|
top: 40px
|
||||||
width: 100%
|
width: 100%
|
||||||
background-color: $color-bg-dropdown
|
background-color: $color-bg-dropdown
|
||||||
@include border-bottom-radius(6px)
|
|
||||||
@include single-box-shadow(rgba(black, 0.3), 2px, 2px, 10px)
|
|
||||||
|
|
||||||
li
|
li
|
||||||
display: block
|
display: block
|
||||||
&:last-child a:hover
|
&:last-child a:hover
|
||||||
@include border-bottom-radius(4px)
|
|
||||||
|
|
||||||
a
|
a
|
||||||
display: block
|
display: block
|
||||||
|
@ -106,7 +104,9 @@
|
||||||
#home #navigation .home,
|
#home #navigation .home,
|
||||||
#stats #navigation .stats,
|
#stats #navigation .stats,
|
||||||
#profile #navigation .profile
|
#profile #navigation .profile
|
||||||
background-color: $color-bg-link-top
|
background-color: transparent
|
||||||
a
|
a
|
||||||
|
color: #ffffff
|
||||||
|
a:hover
|
||||||
color: $color-link-top-highlight
|
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 |
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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 charset="UTF-8">
|
||||||
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
|
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
|
||||||
<meta name="travis.pusher_key" value="5df8ac576dcccf4fd076">
|
<meta name="travis.pusher_key" value="5df8ac576dcccf4fd076">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user