Skip to content

Instantly share code, notes, and snippets.

@MidLifeXis
Last active October 13, 2015 16:38
Show Gist options
  • Select an option

  • Save MidLifeXis/4224888 to your computer and use it in GitHub Desktop.

Select an option

Save MidLifeXis/4224888 to your computer and use it in GitHub Desktop.
Perlmonks CSS settings
/* CSS tweaks to the 'Dark theme' at http://perlmonks.org/ */
/*
Note: This does not render properly if you link directly
to it in FFX or Chrome, as the Content-type attribute is
sent as text/plain. There is a bug / feature in the
gist rendering engine that has a fix and pull pending.
*/
body { background-color: red; }
.monkquip { height: 2em; }
.monkday { font-size: 25%; } /* Set up a balloon image :-) */
#monkbar tr.titlebar { height: 3em; }
.pmsig-581144 {font-size: 50%}
.pmsig-957599 h1 {font-size: 50%}
.attribution-title { display: inline; }
.chat {font-size: 70%; }
.chat .content {color: #bbbbbb;}
.cbauthor {font-size: 60%; }
.even-row .chat {background-color: #000f00}
.odd-row .chat {background-color: #00000f}
input,select,textarea { background-color: #000000; color: #999999; }
.bannerrow td { display: none }
.quipsrow td { display: none }
.chatsubmit { display: none }
input.chatbox, input#talkbox {
width: 60em;
}
.user-settings textarea {
width: 100%;
height: 20em;
}
.titlebar form td {
width: !100%;
}
.nnt-colorkey { display: none }
body {font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;}
a.nodelethead-annot { display:inline; text-decoration:none; font-size: small }
#id-481181 .cb_table { font-size: 80%; }
#id-481181 .msg,
#id-481181 .cb_more_messages {
font-size: 60%;
}
#id-481181 .cb_quiet {
font-size: 60%;
color: #777777;
}
#XP_Nodelet {
position: absolute;
top: 3em;
left: 40%;
width: 100%;
}
#XP_Nodelet .nodelet_head { display: none; }
/* Coloration to warn me to beware of user */
/* xabialonso id:968204 */
a[href='?node=xabialonso'],
a[href='?node_id=968204'],
.node-from-968204,
#id-9488 .auth-968204,
#id-397425 .nnt-auth-968204 { background: #cccc00; color: black; }
/* ProgrammerJutsu id:1012139 */
a[href='?node=ProgrammerJutsu'],
a[href='?node_id=1012139'],
.node-from-1012139,
#id-9488 .auth-1012139,
#id-397425 .nnt-auth-1012139 { background: #cccc00; color: black; }
/* B-Man id:1022250 */
a[href='?node=B-Man'],
a[href='?node_id=1022250'],
.node-from-1022250,
#id-9488 .auth-1022250,
#id-397425 .nnt-auth-1022250 { background: #cccc00; color: black; }
/* jeffa id:18800 */
a[href='?node=jeffa'],
a[href='?node_id=18800'],
.node-from-18800,
#id-9488 .auth-18800,
#id-397425 .nnt-auth-18800 { background: #cccc00; color: black; }
/* Dblin: id:1090398 */
a[href='?node=Dblin'],
a[href='?node_id=1090398'],
.node-from-1090398,
#id-9488 .auth-1090398,
#id-397425 .nnt-auth-1090398 { background: #cccc00; color: black; }
/*
.node-from-NNNNNN { display: none; }
#id-9488 .auth-NNNNNN { display: none; }
#id-397425 .nnt-auth-NNNNNN { display: none; }
.replies {
list-style-type: none;
background-color: #333333;
}
.reply {
margin: .25em;
background-color: #333333;
}
.reply .title {
position: relative;
width: 30%;
float: left;
}
.reply .voterep {
position: relative;
bottom: 0px;
left: 0px;
}
.reply .header {
width: 100%;
position: relative;
float: left;
clear: both;
}
.reply .body {
float: left;
width: 100%;
clear: both;
}
.reply .footer {
float: right;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment