1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

404 theme css

This commit is contained in:
papee
2020-08-12 15:27:46 +02:00
parent 425a947051
commit b6732d7348
3 changed files with 66 additions and 78 deletions

View File

@@ -50,6 +50,11 @@ body {
padding-bottom: 40px;
}
.blk-space {
height: 20px;
display: block;
}
.sidebar-nav {
padding: 9px 0;
}
@@ -94,6 +99,8 @@ blockquote {
display: block;
}
/* Footer */
.footer {
text-align: center;
bottom: 0px;
@@ -201,58 +208,19 @@ li.L9 {
pre.prettyprint {
width: 100%;
min-height: 100px;
}
.prettyprint.linenums {
/* -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; */
}
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
margin: 0 0 0 55px;
/* IE indents via margin-left */
}
}
ol.linenums li {
/* color: #bebec5;
line-height: 18px;
text-shadow: 0 1px 0 #fff; */
}
.prettyprint {
/* padding: 8px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8; */
}
pre {
/* font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif;
line-height: 21px;
font-size: 12px; */
pre {
white-space: pre-wrap;
overflow: visible;
}
.kwd {
color: #66F;
}
.pun,
.opn,
.clo {
color: #0A0;
}
.lit {
color: #933;
}
.com {
color: #C0C;
}
/* Common css */
.form-control,
@@ -282,7 +250,7 @@ pre {
.container-md {
margin-top: 20px;
padding-bottom: 80px;
padding-bottom: 130px;
}
form textarea {