Skip to content

Instantly share code, notes, and snippets.

@openstrike
Forked from windytan/dark_cpan.pl
Last active February 10, 2016 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save openstrike/4ff24544471ee859bb98 to your computer and use it in GitHub Desktop.
Save openstrike/4ff24544471ee859bb98 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
domain('cpan.org')
{
html, body, tbody, tr, td, div { background-color: #232323 !important; color: #ccc !important }
pre {
display: block !important ;
background-color: #333333 !important ;
border: #777777 solid 0.1em !important ;
color: #999999 !important ;
font-family: "courier" !important ;
margin: 1em 2em 2em 1.3em !important ;
overflow: auto !important ;
padding: 0.5em 2em 1em 1em !important ;
text-align: left !important ;
white-space: pre !important ;
font-family: "courier" !important ;
}
/* defaults for all links */
a:link, a:visited { color: #999999 !important }
a:active { font-weight: bold !important }
a:hover { color: #007700 !important }
h1, h2, h3, h4, h5 { color: #007700 !important }
.pod pre { background: none !important; border: none !important; color: #ccc }
code.inline { border-width: 0 !important ; background-color: #333333 !important }
code.inline span.w { color: #999999 !important }
code.inline span.i { color: #00AAFF !important }
code.inline span.n { color: #777700 !important }
code.inline span.s { color: #999999 !important }
pre.sh_perl { background: #222 !important; border: none !important; }
pre.sh_perl span.w { color: #ccc !important; }
pre.sh_perl span.b { color: #999999 !important; }
pre.sh_perl span.c { color: #00AA00 !important; }
pre.sh_perl span.i { color: #3ac !important; }
pre.sh_perl span.q { color: #FFAA00 !important; }
pre.sh_perl span.s { color: #ddd !important; }
pre.sh_perl span.cm,
pre.sh_perl span.sc { color: #ccc !important; font-weight: bold !important }
div.logo {
background-image:url(http://i.imgur.com/14sxb7Q.png) !important;
width: 264px;
height: 77px;
}
div.logo img { display: none; }
div.pod > p {
margin-left: 20px;
}
div.box .t5, div.titlebox-title { color: #440000 !important }
div.titlebox-title a:link { color: #111; }
div.titlebox-title a:visited { color: #111; }
th a:link, th a:visited { color: #111 !important }
th a:hover { color: #070 !important }
span.message-stanza-folder { color: #077 !important }
}
@-moz-document
domain("perldoc.perl.org")
{
html, body, tbody, tr, td, div { background-color: #111 !important; color: #ccc !important }
div#body, div#content_body {
background: #333 !important;
}
a:link, a:visited {
color: #aa6 !important;
}
input, select, form {
background-color: #111;
color: #ccc;
border: solid 1px #600;
}
h1, h2, h3, h4, h5 {
background: none !important;
color: #3a3 !important;
border-bottom: 1px solid #ccc;
}
div#homepage_link {
background: url("http://i.imgur.com/C18BG27.png");
}
pre.verbatim { background: none !important; border: none !important;}
pre.verbatim ol { background: #222 !important; }
pre.verbatim ol li { background: none !important; color: #ccc !important; }
pre.verbatim span.cm,
pre.verbatim span.sc { color: #ccc !important; font-weight: bold !important }
pre.verbatim span.i { color: #3ac !important; }
pre.verbatim span.w { color: #ccc !important; }
pre.verbatim span.s { color: #ddd !important; }
code.inline { border-width: 0 !important ; background-color: #333 !important; color: #ccc !important }
code.inline span.cm,
code.inline span.sc { color: #ccc !important; font-weight: bold !important }
code.inline span.i { color: #3ac !important; }
code.inline span.w { color: #ccc !important; }
code.inline span.s { color: #ddd !important; }
div#content_footer, div#title_bar, div#header, div.side_panel, div.doc_panel p, div#content_header { background: none !important; }
div#footer { display: none; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment