Skip to content

Instantly share code, notes, and snippets.

@penelopede
Last active August 29, 2015 14:21
Show Gist options
  • Save penelopede/c9feb5920b3d9c9c38e3 to your computer and use it in GitHub Desktop.
Save penelopede/c9feb5920b3d9c9c38e3 to your computer and use it in GitHub Desktop.
r blackout
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