-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
406 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
body { | ||
font-family: 'Helvetica Neue', Helvetica, Arial, serif; | ||
font-size: 15px; | ||
font-weight: 400; | ||
line-height: 1.5; | ||
color: #666; | ||
background: #fafafa url(../img/body-bg.jpg) 0 0 repeat; | ||
margin: 0; | ||
} | ||
|
||
::-webkit-input-placeholder { /* WebKit, Blink, Edge */ | ||
color: #dcdcdc; | ||
} | ||
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ | ||
color: #dcdcdc; | ||
opacity: 1; | ||
} | ||
::-moz-placeholder { /* Mozilla Firefox 19+ */ | ||
color: #dcdcdc; | ||
opacity: 1; | ||
} | ||
:-ms-input-placeholder { /* Internet Explorer 10-11 */ | ||
color: #dcdcdc; | ||
} | ||
::-ms-input-placeholder { /* Microsoft Edge */ | ||
color: #dcdcdc; | ||
} | ||
|
||
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { | ||
display: block; | ||
} | ||
|
||
h1 { | ||
font-size: 2em; | ||
margin: 0.67em 0; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
color: #2879d0; | ||
} | ||
|
||
p { | ||
margin-bottom: 20px; | ||
margin-top: 0; | ||
} | ||
|
||
header h2 { | ||
width: 540px; | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
font-size: 26px; | ||
font-weight: normal; | ||
line-height: 1.3; | ||
color: #9ddcff; | ||
letter-spacing: 0; | ||
} | ||
|
||
header { | ||
padding-top: 40px; | ||
padding-bottom: 40px; | ||
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; | ||
background: #2e7bcf url(../img/header-bg.jpg) 0 0 repeat-x; | ||
border-bottom: solid 1px #275da1; | ||
} | ||
|
||
header h1 { | ||
width: 540px; | ||
margin-top: 0; | ||
margin-bottom: 0.2em; | ||
font-size: 72px; | ||
font-weight: normal; | ||
line-height: 1; | ||
color: #fff; | ||
letter-spacing: -1px; | ||
} | ||
|
||
.inner { | ||
position: relative; | ||
width: 940px; | ||
margin: 0 auto; | ||
} | ||
|
||
header img { | ||
float: left; | ||
height: 116px; | ||
margin-right: 25px; | ||
} | ||
|
||
header a.button { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
background: transparent url(../img/github-button.png) 0 0 no-repeat; | ||
} | ||
|
||
a.button { | ||
width: 134px; | ||
height: 58px; | ||
padding-top: 22px; | ||
padding-left: 68px; | ||
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; | ||
font-size: 23px; | ||
line-height: 1.2; | ||
color: #fff; | ||
} | ||
|
||
a.button small { | ||
display: block; | ||
font-size: 11px; | ||
} | ||
|
||
main { | ||
padding-top: 30px; | ||
border-top: solid 1px #fff; | ||
} | ||
|
||
.clearfix { | ||
display: block; | ||
} | ||
|
||
#main-content { | ||
float: left; | ||
width: 690px; | ||
} | ||
|
||
aside#sidebar { | ||
float: right; | ||
width: 200px; | ||
min-height: 504px; | ||
padding-left: 20px; | ||
font-size: 12px; | ||
line-height: 1.3; | ||
background: transparent url(../img/sidebar-bg.jpg) 0 0 no-repeat; | ||
} | ||
|
||
aside a.button { | ||
display: block; | ||
width: 138px; | ||
padding-left: 75px; | ||
margin-bottom: 20px; | ||
font-size: 21px; | ||
background: transparent url(../img/project-button.png) 0 0 no-repeat; | ||
} | ||
|
||
#main-content h1 { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; | ||
font-size: 2.8em; | ||
font-weight: normal; | ||
color: #474747; | ||
text-indent: 6px; | ||
letter-spacing: -1px; | ||
} | ||
|
||
aside#sidebar p.repo-owner, aside#sidebar p.repo-owner a { | ||
font-weight: bold; | ||
} | ||
|
||
#main-content .intro { | ||
margin-top: 0; | ||
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; | ||
font-size: 1.4em; | ||
font-weight: bold; | ||
color: #474747; | ||
text-align: center; | ||
margin-bottom: 20px; | ||
} | ||
|
||
input[type="text"], input[type="number"] { | ||
display: block; | ||
margin: 0; | ||
font-family: sans-serif; | ||
font-size: 18px; | ||
box-shadow: none; | ||
padding: 10px; | ||
border: solid 1px #dcdcdc; | ||
transition: box-shadow 0.3s, border 0.3s; | ||
} | ||
|
||
input[type="text"]:focus, input[type="text"].focus, input[type="number"]:focus, input[type="number"].focus { | ||
border: solid 1px #275da1; | ||
box-shadow: 0 0 5px 1px #2e7bcf; | ||
outline: none; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.