-
Notifications
You must be signed in to change notification settings - Fork 80
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
9 changed files
with
123 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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,113 @@ | ||
/* Space out content a bit */ | ||
|
||
@import url('https://fonts.googleapis.com/css?family=Baloo|Bungee+Inline|Lato|Righteous|Shojumaru'); | ||
|
||
body { | ||
padding-top: 20px; | ||
padding-bottom: 20px; | ||
font-family: 'Lato', cursive; | ||
font-size: 14px; | ||
} | ||
|
||
/* Everything but the jumbotron gets side spacing for mobile first views */ | ||
.header, | ||
.row, | ||
.footer { | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
|
||
/* Custom page header */ | ||
.header { | ||
border-bottom: 1px solid #e5e5e5; | ||
} | ||
/* Make the masthead heading the same height as the navigation */ | ||
.header h1 { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
line-height: 40px; | ||
padding-bottom: 19px; | ||
font-size: 30px; | ||
font-weight: bold; | ||
} | ||
.header h3 { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
line-height: 40px; | ||
padding-bottom: 19px; | ||
font-size: 20px; | ||
} | ||
.header h4 { | ||
font-family: 'Baloo', cursive; | ||
} | ||
|
||
/* Custom page footer */ | ||
.footer { | ||
padding-top: 19px; | ||
color: #777; | ||
border-top: 1px solid #e5e5e5; | ||
} | ||
|
||
/* Customize container */ | ||
@media (min-width: 938px) { | ||
.container { | ||
max-width: 900px; | ||
} | ||
} | ||
.container-narrow > hr { | ||
margin: 20px 0; | ||
} | ||
|
||
/* Main marketing message and sign up button */ | ||
.container .jumbotron { | ||
text-align: center; | ||
border-bottom: 1px solid #e5e5e5; | ||
padding-left: 20px; | ||
padding: 30px; | ||
} | ||
.jumbotron .btn { | ||
font-size: 21px; | ||
padding: 14px 24px; | ||
} | ||
|
||
.row p + h3 { | ||
margin-top: 28px; | ||
} | ||
|
||
div.row h3 { | ||
padding-bottom: 5px; | ||
border-bottom: 1px solid #ccc; | ||
} | ||
|
||
/* Responsive: Portrait tablets and up */ | ||
@media screen and (min-width: 938px) { | ||
/* Remove the padding we set earlier */ | ||
.header, | ||
.marketing, | ||
.footer { | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
/* Space out the masthead */ | ||
.header { | ||
margin-bottom: 30px; | ||
} | ||
/* Remove the bottom border on the jumbotron for visual effect */ | ||
.jumbotron { | ||
border-bottom: 0; | ||
} | ||
} | ||
|
||
.readme h1 { | ||
display: none; | ||
} | ||
|
||
.left_column{ | ||
float:middle; | ||
|
||
} | ||
|
||
.right_column{ | ||
float:middle; | ||
|
||
} |
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.
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