Add files via upload

This commit is contained in:
TimothyLottes
2016-11-08 18:09:16 -05:00
committed by GitHub
parent d40a821607
commit bf794b8cea
5 changed files with 104 additions and 12 deletions
+10 -7
View File
@@ -1,13 +1,16 @@
body { text-align:justify; background-color:#222; color:#aaa; font-family:Consolas,monospace; font-size:12px; line-height:150%; width:132ch; margin-left:auto; margin-right:auto; margin-top:1em; margin-bottom:1em; }
body { background-color:#222; color:#aaa; font-family:Consolas,monospace; font-size:12px; line-height:150%; width:132ch; margin-left:auto; margin-right:auto; margin-top:1em; margin-bottom:1em; }
.page { background-color:#333; border:2px solid #111; padding:2em 2ch; }
tt { color:#777; font-family:Consolas,monospace; }
tt { color:#c84; font-weight:bold; font-family:Consolas,monospace; }
pre { color:#777; margin:0 0; font-family:Consolas,monospace; }
i { color:#777; }
b { color:#ccc; font-weight: bold; }
a { color:#777; }
i { color:#48f; }
b { color:#ccc; font-weight:bold; }
a { color:#fc0; }
s { color:#555; }
h1 { color:#ccc; font-size:200%; margin:0 0 0 0; line-height:125%; text-align:center; }
ul { margin:0 0; padding-left:0; list-style-type:none; }
ol { margin:0 0; padding-left:0; list-style-type:none; }
li:before { content:": "; color:#555; }
img { border:2px solid #111; }
li { text-indent:-2ch; padding-left:2ch; }
li:before { content:"> "; color:#555; }
img { border:2px solid #111; }
iframe { border:2px solid #111; }
strong { color:#f42; font-weight:bold; }