754f3b9810
New letsencrypt enabling server.js Archived version of original article
105 lines
1.3 KiB
CSS
105 lines
1.3 KiB
CSS
.btn:focus, .btn-shorten:focus{
|
|
outline: 0 !important;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
background-color: #FFC107;
|
|
}
|
|
|
|
body {
|
|
color: #4A148C;
|
|
text-align: center;
|
|
font-family: 'Roboto Condensed', sans-serif;
|
|
}
|
|
|
|
.btn-shorten {
|
|
color: #ffffff;
|
|
background-color: #F89406;
|
|
border: none;
|
|
}
|
|
|
|
.btn-shorten:hover,
|
|
.btn-shorten:focus,
|
|
.btn-shorten:active,
|
|
.btn-shorten.active {
|
|
color: #ffffff;
|
|
background-color: #FA8900;
|
|
border: none;
|
|
}
|
|
|
|
.site-wrapper {
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.site-wrapper-inner {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.main-container {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.inner {
|
|
padding: 30px;
|
|
}
|
|
|
|
.inner h4 {
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.glyphicon-link {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.inner h1 {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#link {
|
|
display: none;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
#link a{
|
|
color: #FF4081;
|
|
font-size: 1.5em;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.main-container {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.main-container {
|
|
width: 700px;
|
|
}
|
|
}
|
|
|
|
body, html{
|
|
font-family: "Roboto", "Arial", sans-serif;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
h1{
|
|
font-family: "Roboto Slab", monospace;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
h2, h3, h4{
|
|
font-family: "Ubuntu", sans-serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
} |