Last active
August 29, 2015 14:21
-
-
Save penelopede/c9feb5920b3d9c9c38e3 to your computer and use it in GitHub Desktop.
r blackout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { background-color: #000; } | |
.sitetable.linklisting, div#sr-header-area, #header-bottom-right, #header-bottom-left, #search, .redditname, a.author, .morelink, div#sidebox.create, .sidecontentbox, .sidebox.create .spacer a, .sidebox .spacer a, .titlebox .bottom, .RESshortcutside, div.sidebox.create, form.toggle.flairtoggle, .titlebox form.toggle, .leavemoderator, .RESshortcutside.remove, .side .md p, .side .md pre>code, .side .md th, .side .md td, .side .md li, .titlebox { display: none; } | |
.side:before { | |
content:"WRITE"; | |
color: #fff; | |
font-size: 2.5em; | |
font-family: ‘Courier New’, Courier, monospace; | |
line-height: 1.25em; | |
text-align: center; | |
padding: 15%; | |
/* border-bottom: 30px solid RGBA(219,0,0,1);*/ | |
display: block; | |
margin-bottom: 30%; | |
} | |
.side { width: 100%; text-align: center; background-color: #000 ; color: #fff; margin-top: 1%; margin-bottom:20%; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment