commit 2a5787fd00470b8753aa2008af788bedc9a3c88a
parent 156d180f0e5877e5dc0c98e5d12b812b7dcf2401
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sat, 25 Jan 2020 14:58:05 -0500
Remove base.css
Diffstat:
D | style/base.css | | | 291 | ------------------------------------------------------------------------------ |
1 file changed, 0 insertions(+), 291 deletions(-)
diff --git a/style/base.css b/style/base.css
@@ -1,291 +0,0 @@
-html {
- scroll-behavior: smooth;
-}
-
-body {
- background-color: #222;
- color: #ddd;
- font-family: "DejaVu Sans", sans-serif;
- line-height: 1.5em;
- width: 98%;
- margin: auto;
-}
-
-a {
- background-color: transparent;
- color: #ffffb3;
- text-decoration: none;
- font-weight: bold;
-}
-
-a:visited {
- color: #b77;
-}
-
-a:hover {
- color: #aaaaff;
- text-decoration: underline;
-}
-
-p {
- text-indent: 1em;
-}
-
-p.noindent {
- text-indent: 0;
-}
-
-pre {
- background-color: #424242;
- font-family: "DejaVu Sans Mono", monospace;
- overflow-x: auto;
- border: 3px #585858 solid;
- box-shadow: inset 0 0 0 2px rgba(40, 40, 40, 0.5);
- padding: 20px;
- text-indent: -0.25em;
-}
-
-pre code {
- background-color: transparent;
-}
-
-code {
- background-color: #424242;
- color: #eaeaea;
- font-size: 14px;
- padding: 1px 4px;
-}
-
-input {
- background-color: #eaeaea;
- color: #000;
- height: 1.4em;
-}
-
-button {
- background-color: #bababa;
- color: #000;
- border: none;
- border-radius: 5px;
- height: 1.9em;
-}
-
-button:hover {
- background-color: #b77;
-}
-
-video, audio {
- width: 27em;
- max-width: 90%;
- border: 5px #585858 groove;
-}
-
-video {
- height: 16em;
-}
-
-audio {
- height: 2.3em;
-}
-
-img {
- border: 0;
-}
-
-hr {
- width: 70%;
-}
-
-ul.inline {
- padding: .1em 0 .5em 0;
- margin: 0;
-}
-
-kbd {
- background-color: #b4b4b4;
- color: #333;
- border-radius: 3px;
- border: 1px solid #b4b4b4;
- box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(180, 180, 180, .7) inset;
- display: inline-block;
- font-size: 1em;
- font-weight: 700;
- line-height: 1;
- padding: 2px 4px;
- text-indent: 0px;
- white-space: nowrap;
-}
-
-.back-to-top, .back-to-top:hover, .back-to-top:visited {
- color: #ffffb3;
- font-size: 1.2em;
- text-decoration: none;
-}
-
-.back-to-top:hover {
- text-shadow: 2px 2px #b77;
-}
-
-.center {
- text-align: center;
-}
-
-.sublist-header {
- font-weight: bold;
-}
-
-.spoiler {
- background-color: #000;
- color: #000;
-}
-
-.spoiler:hover{
- color: #fff;
-}
-
-.wrap {
- display: inline-block;
- max-width: 42%;
- vertical-align: text-top;
- padding-right: 3em;
-}
-
-.eff-banner {
- float: right;
- margin-right: 14%;
- width: 75px;
- height: 75px;
-}
-
-.debian-banner {
- float: left;
- margin-left: 15%;
- width: 68px;
- height: 85px;
-}
-
-.rss-icon {
- display: inline-block;
- margin-left: 0.5em;
-}
-
-.feed-candidate {
- display: inline-block;
-}
-
-.feed-wrapper {
- height: 3em;
-}
-
-#downtime-banner {
- background-color: #b00;
- color: #fff;
- font-weight: bold;
- font-size: 15px;
- text-align: center;
- padding: 1em;
- margin: auto;
- width: 50%;
-}
-
-#header {
- text-align: center;
- clear: both;
- margin: 1em auto;
- font-size: 1.2em;
-}
-
-#header a, #header a:visited {
- color: #ddd;
-}
-
-#content {
- padding: 0 5% 0 20%;
-}
-
-#content > p, #content > ul, #content > ol, #content > pre, #content>div {
- max-width: 60%;
-}
-
-#footer {
- clear: both;
- text-align: center;
- padding: 1em 0 0 0;
-}
-
-#footer p {
- text-indent: 0;
- font-size: .8em;
- max-width: 60%;
- margin: 0 auto;
- padding: 0 15em 0 15em;
-}
-
-#side-bar {
- float: right;
- width: 20%;
- min-width: 300px;
- border: 3px #585858 solid;
- margin: 0 15% 20px 20px;
- text-align: left;
- background-color: #333;
- box-sizing: border-box;
-}
-
-#side-bar ul {
- font-size: 1.2em;
-}
-
-#side-bar ul ul {
- padding-left: 10px;
- font-size: 1em;
-}
-
-#toc-title {
- padding-left: 10px;
- margin-bottom: -10px;
-}
-
-#toc-hr {
- border: 1px #585858 solid;
-}
-
-/* Ensure proper scaling with differently-sized displays */
-@media all and (max-width: 900px) {
- #side-bar {
- float: none;
- width: 300px;
- clear: both;
- margin: 0% auto 30px auto;
- }
- #content {
- border-right: 0;
- padding: 0 5% 0 5%;
- }
- #content > p, #content > ul, #content > ol, #content > pre {
- max-width: 100%;
- }
- .wrap {
- max-width: 100%;
- padding-right: 0;
- }
-}
-
-@media all and (max-width: 550px) {
- .eff-banner, .debian-banner {
- float: none;
- margin: auto;
- }
- #side-bar {
- float: none;
- width: 300px;
- clear: both;
- margin: 0% auto 30px auto;
- }
- #downtime-banner {
- width: 83%;
- }
- #footer p {
- padding: 0;
- }
-}