Replace auto generated crap with custom site
This commit is contained in:
6
static/styles/bootstrap.min.css
vendored
Normal file
6
static/styles/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
33
static/styles/custom/common.css
Normal file
33
static/styles/custom/common.css
Normal file
@ -0,0 +1,33 @@
|
||||
body {
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
margin-top: 36px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #7b8a8b;
|
||||
background-color: #ecf0f1;
|
||||
}
|
||||
|
||||
a code {
|
||||
color: #18bc9c;
|
||||
}
|
||||
|
||||
.jumbotron h2 {
|
||||
margin-top: 21px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.fa {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.emoji {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
display: inline-block;
|
||||
margin-bottom: -0.25em;
|
||||
}
|
12
static/styles/custom/downloads.css
Normal file
12
static/styles/custom/downloads.css
Normal file
@ -0,0 +1,12 @@
|
||||
.jumbotron p {
|
||||
font-size: 15px;
|
||||
}
|
||||
.table-hover tbody tr.latest:nth-child(even) td {
|
||||
background-color: #ecf0f1;
|
||||
}
|
||||
.table-hover tbody tr.latest:nth-child(odd) td {
|
||||
background-color: #dde4e6;
|
||||
}
|
||||
.table-hover tbody tr.latest:hover td {
|
||||
background-color: #cfd8db;
|
||||
}
|
48
static/styles/custom/home.css
Normal file
48
static/styles/custom/home.css
Normal file
@ -0,0 +1,48 @@
|
||||
.jumbotron .mascot {
|
||||
background-image: url('../../images/mascot.png');
|
||||
background-size: auto 300px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2.5% -30px;
|
||||
height: 256px;
|
||||
}
|
||||
|
||||
.jumbotron h1, .jumbotron h2 {
|
||||
text-shadow: -1px 0 #ecf0f1, 0 1px #ecf0f1, 1px 0 #ecf0f1, 0 -1px #ecf0f1;
|
||||
}
|
||||
|
||||
.jumbotron h1 {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.jumbotron h2 {
|
||||
margin-top: 12px;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.featurette-divider {
|
||||
margin: 80px 0;
|
||||
}
|
||||
|
||||
.featurette-heading {
|
||||
font-weight: 300;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.featurette-heading {
|
||||
font-size: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.featurette-heading {
|
||||
margin-top: 80px;
|
||||
}
|
||||
.featurette-image {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
11
static/styles/flatly.min.css
vendored
Normal file
11
static/styles/flatly.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
static/styles/font-awesome.min.css
vendored
Normal file
4
static/styles/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user