nginxconfig.io/public/assets/css/app.css

209 lines
2.7 KiB
CSS
Raw Normal View History

2018-01-20 20:49:36 +00:00
/*
BODY
*/
2018-01-07 15:30:12 +00:00
body {
display: flex;
flex-direction: column;
min-height: 100vh;
font-family: 'Quicksand', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2018-01-20 20:49:36 +00:00
/*
MISC
*/
[ng-cloak] {
display: none;
2018-01-07 15:30:12 +00:00
}
2018-01-20 20:49:36 +00:00
/*
HEADER
*/
2018-01-07 15:30:12 +00:00
header {
background-color: #000;
2018-01-08 16:14:40 +00:00
padding: 0.5rem 0;
2018-01-07 15:30:12 +00:00
text-align: center;
2018-01-08 16:14:40 +00:00
margin-bottom: 0.5rem;
2018-01-07 15:30:12 +00:00
color: #fff;
font-size: 2.2rem;
}
2018-01-08 16:14:40 +00:00
header .logo img.nginx {
2018-01-07 15:30:12 +00:00
height: 1.6rem;
vertical-align: -0.1rem;
}
2018-01-08 16:14:40 +00:00
header .logo img.config {
2018-01-07 15:30:12 +00:00
height: 1.2rem;
vertical-align: super;
opacity: 0.8;
margin-left: -0.5rem;
margin-right: -0.25rem;
}
2018-01-08 16:14:40 +00:00
header .url .input-group-prepend .input-group-text,
header .url .input-group-append .input-group-text {
2018-01-08 07:53:08 +00:00
padding-top: 0.15rem;
cursor: pointer;
2018-01-08 16:14:40 +00:00
background-color: transparent;
}
header .url .form-control {
background-color: transparent;
color: #fff;
}
2018-01-20 20:49:36 +00:00
/*
MAIN
*/
2018-01-08 16:14:40 +00:00
main {
flex: 1 1 auto;
2018-01-08 07:53:08 +00:00
}
2018-01-07 15:30:12 +00:00
main .options,
main .sidebar {
padding-top: 1.5rem;
}
main .options .card .card-body {
padding: 0.6rem 0.75rem;
}
main .options .card + .card {
margin-top: 1rem;
}
main .options .card .card-body .form-label {
margin-bottom: 0.15rem;
margin-left: 0.15rem;
}
main .options .card .card-body .form-group {
margin-bottom: 0.5rem;
}
main .options .card .card-body .form-group:last-child {
margin-bottom: 0;
}
main .file {
margin-bottom: 2rem;
}
2018-01-07 23:59:21 +00:00
main .file .btn-clipboard {
font-size: 0;
padding: 0.2rem 0.4rem 0.05rem;
vertical-align: text-bottom;
}
2018-01-20 21:01:08 +00:00
main .file .clipboard-success {
font-size: 0.8rem;
color: #4BB543;
font-weight: 700;
}
2018-01-20 20:49:36 +00:00
main .file .code,
main .commands {
2018-01-07 15:30:12 +00:00
padding: 0.5rem;
overflow-x: auto;
font-size: 0.75rem;
line-height: 1.25;
background-color: #f8f8f8;
}
2018-01-20 20:49:36 +00:00
main .commands {
margin-bottom: 1rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
2018-01-07 15:30:12 +00:00
main .file .code.source {
display: none;
}
2018-01-20 20:49:36 +00:00
main .file .code pre,
main .commands pre {
2018-01-07 15:30:12 +00:00
margin-bottom: 0;
font-size: inherit;
}
2018-01-20 20:49:36 +00:00
main .file .code pre code,
main .commands pre code {
2018-01-07 15:30:12 +00:00
-moz-tab-size: 4;
tab-size: 4;
overflow: visible;
overflow-x: visible;
}
2018-01-20 20:49:36 +00:00
/*
FOOTER
*/
2018-01-07 15:30:12 +00:00
footer {
padding: 2rem 0 0.5rem;
text-align: center;
font-size: 0.8rem;
}
footer img.balaton {
height: 1.6rem;
vertical-align: middle;
}
2018-01-08 09:19:51 +00:00
footer .crypto {
margin-top: 0.8rem;
line-height: 1.2;
}
2018-01-20 20:49:36 +00:00
/*
TOOLTIPs
*/
tooltip tip {
min-width: 150px;
}
tooltip tip-tip._small {
font-size: 0.9rem;
}
/*
ADS
*/
2018-01-07 15:30:12 +00:00
.adsbygoogle-container .adsbygoogle {
display: block;
height: 600px;
position: relative;
background-color: #f8f8f8;
}
2018-01-07 15:52:43 +00:00
.adsbygoogle-container .adsbygoogle[data-adsbygoogle-status="done"] {
height: auto;
background-color: transparent;
}
2018-01-07 15:30:12 +00:00
.adsbygoogle-container .note {
text-align: center;
color: #444;
font-size: 0.6rem;
}
2018-01-09 08:01:00 +00:00
tooltip tip {
padding: 4px 12px;
}
tooltip tip-tip {
line-height: 1.1;
display: block;
}