/* Just change to old MeFi yellow. */ /* well okay there's no way to fix the ::selection */ ::-moz-selection { background: #ff0; color:#000; } /* bleh */ ::selection { background: #ff0; color:#000; } .site-header { border-top: 3px solid #cc0; } .site-header nav.user ul { background-color: #cc0; } /* can't be !important or shows up in mini nav menu too */ .site-header nav.user a { color: #555 } .site-header nav.user .icon { fill: #555 } .site-header.fixed nav.user ul li a:hover, .site-header nav.primary li.current a, .site-header nav.primary a:hover, .site-header nav.primary li.subnav ul li a:hover, .site-header nav.primary li.subnav span:hover, .site-header.fixed nav.secondary ul li a:hover { background-color: #cc0 !important; } .site-header .logo a .green, body.subsite-metafilter.dark-mode nav.tertiary li a, body.subsite-metafilter.dark-mode nav.tertiary li.current a, body.subsite-askmefi.dark-mode nav.tertiary li a, body.subsite-askmefi.dark-mode nav.tertiary li.current a, body.subsite-fanfare.dark-mode nav.tertiary li a, body.subsite-fanfare.dark-mode nav.tertiary li.current a, body.subsite-projects.dark-mode nav.tertiary li a, body.subsite-projects.dark-mode nav.tertiary li.current a, body.subsite-music.dark-mode nav.tertiary li a, body.subsite-music.dark-mode nav.tertiary li.current a, body.subsite-jobs.dark-mode nav.tertiary li a, body.subsite-jobs.dark-mode nav.tertiary li.current a, body.subsite-irl.dark-mode nav.tertiary li a, body.subsite-irl.dark-mode nav.tertiary li.current a, body.subsite-metatalk.dark-mode nav.tertiary li a, body.subsite-metatalk.dark-mode nav.tertiary li.current a { color: #cc0 !important; } /* post titles */ body.dark-mode #posts .posttitle a { color: #cc0; } body.dark-mode #posts .posttitle a:hover { color: #fff; } body.dark-mode #posts .posttitle a:visited { color: #cc9; } /* body.subsite-metafilter.dark-mode #posts .posttitle a { color: #ddd; } body.subsite-metafilter.dark-mode #posts .posttitle a:hover { color: #fff; } body.subsite-metafilter.dark-mode #posts .posttitle a:visited { color: #bbb; } */ body.dark-mode .content a { color: #cc0; } body.dark-mode .content a:hover { color: #fff; } body.dark-mode .content a:visited { color: #cc9; } /* !important overrides :hover and :visited, apparently. * We don't want it for other links, but it keeps footer links fresh and moist. */ footer.site-footer a { color: #cc0 !important; } body.dark-mode #prevDiv2 a { color: #cc0 !important; } /* doodads */ body.dark-mode #triangle { border-left-color: #cc0 !important; } .staff { background-color: #cc0; } .staffp { color: #cc0; } /********** ********** FONTS **********/ /* h1, h2, body.post .monthday, #deck #decknote, body.subsite-fanfare h1.posttitle, body.subsite-projects h1.posttitle, body.subsite-projects #pagetext .monthday, body.subsite-jobs h1, body.subsite-podcast h1, body.subsite-irl .post-title, body.subsite-irl h1.posttitle, body.subsite-login h1, body.subsite-login p.monthday, body.subsite-login div.monthday, body.thread #posts h1, body.thread #posts #related div, h3, body.subsite-fanfare #fftalk .fftpost, body.subsite-music h1.posttitle, body.subsite-music #musictalk .mtpost, body.subsite-jobs .jobtitle, body.subsite-jobs #boxyleft .posttitle, body.subsite-jobs #boxyright p.copy, body.subsite-jobs #boxyright h1, #posts .posttitle { font-family: 'Comic Sans MS'; font-size: 15pt; } body { font-family: 'Comic Sans MS'; line-height: normal; font-size: 12pt; } blockquote { font-size: 11pt; } .smallcopy, #posts .copy.post .postbyline, #posts .copy.post .byline { font-family: 'Comic Sans MS' !important; font-size: 9pt; } /**/