/* Comfortable editing regions */ textarea { width: 100%; height: 25em; } /* Form-fit everything to even-more dark than darktheme */ * { color: white !important; background-color: black !important; FONT-FAMILY: sans-serif; FONT-SIZE: 13px; FONT-WEIGHT: normal; } a { text-decoration: underline; } a:link { background-color: #000; } a:visited { background-color: #131; } form { display: inline; } pre { font-family: monospace; } tt * { font-family: monospace; color: green !important; } /* NodeReaper in small caps */ .chatfrom_52855 { font-variant: small-caps; } .borgism { font-variant: small-caps; } /* Hide all signatures - ugly things */ .pmsig { display: none; } /* Anonymize all notes */ .attribution { display: none; } /* Shun Anonymous Monk */ /* .pmnote-961 { display: none; } */ /* Shun Wassercrats */ .pmnote-152520 { display: none; } /* pmdev code */ nodelet.new-patch { font-weight: twinkling; } .diff_inserted { font-family: monospace; color: green !important; } .diff_deleted { font-family: monospace; color: green !important ; text-decoration: strikethrough !important; } .diff_match { font-family: monospace; }