mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 20:33:43 +08:00
initial commit
This commit is contained in:
125
public/assets/css/app.css
Normal file
125
public/assets/css/app.css
Normal file
@@ -0,0 +1,125 @@
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.info {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.info:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: #000;
|
||||
box-shadow: 0 5px 10px 10px #000;
|
||||
padding: 0.5rem 0 0;
|
||||
text-align: center;
|
||||
margin-bottom: 2.25rem;
|
||||
color: #fff;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
header img.nginx {
|
||||
height: 1.6rem;
|
||||
vertical-align: -0.1rem;
|
||||
}
|
||||
|
||||
header img.config {
|
||||
height: 1.2rem;
|
||||
vertical-align: super;
|
||||
opacity: 0.8;
|
||||
margin-left: -0.5rem;
|
||||
margin-right: -0.25rem;
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
main .file .code {
|
||||
padding: 0.5rem;
|
||||
overflow-x: auto;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.25;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
main .file .code.source {
|
||||
display: none;
|
||||
}
|
||||
|
||||
main .file .code pre {
|
||||
margin-bottom: 0;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
main .file .code pre code {
|
||||
-moz-tab-size: 4;
|
||||
tab-size: 4;
|
||||
overflow: visible;
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
main .file .code pre code ng-include {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 2rem 0 0.5rem;
|
||||
text-align: center;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
footer img.balaton {
|
||||
height: 1.6rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.adsbygoogle-container .adsbygoogle {
|
||||
display: block;
|
||||
height: 600px;
|
||||
position: relative;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
.adsbygoogle-container .note {
|
||||
text-align: center;
|
||||
color: #444;
|
||||
font-size: 0.6rem;
|
||||
}
|
1
public/assets/css/highlight-github.min.css
vendored
Normal file
1
public/assets/css/highlight-github.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.hljs{display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#008080}.hljs-string,.hljs-doctag{color:#d14}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:bold}.hljs-subst{font-weight:normal}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;font-weight:normal}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
|
Reference in New Issue
Block a user