Her eyes are in two different area codes.
Timed. Also helps differentiate between real/fake Q.
Oh also, if CSSanon is in this thread (The guy who offered to help me build mine), I gave up. 0% motivation to keep building it lol.
I was working on my own CSS. I was going for a dark minimalist theme with Zenburn colors and less clutter. Didn't feel like building it anymore.
Two things you can do. I recommend #2.
-
Use the Stylish Add-on for firefox. Apply any dark theme from userstyles.org. You'll still have the Board Specific tweaks with a dark theme.
-
Copy the following in to your Custom Theme text box and select one of the dark themes from the dropdown list.
/------------------------------------------------------ * Don't hide post count ------------------------------------------------------/.posts_by_id{ display:initial!important; font-weight:bold;}/------------------------------------------------------ * Fake yous are obvious ------------------------------------------------------/.body small { font-weight:bold; color: #117743; text-shadow: #ffffff 0 0 8px;}.body small:hover { color:#11bb11;}/------------------------------------------------------ * The only real trips are Patriot Trips ------------------------------------------------------*/.name { font-size:14px;}time:before, span.trip::before{ font-size:18px; content:" "; color:#bbbbff;}time::after, span.trip::after { font-size:18px; content: " "; color:#bbbbff;}span.trip, span.capcode{padding:1px 3px 1px 3px;background-color:black;border-radius:8px;border:1px solid #bbbbee;color:gold;background: linear-gradient(300deg, #ff0000, #ff0000, #ffffff, #ffffff, #0000ff, #0000ff, #ffffff, #ffffff);background-size: 1600% 1600%;-webkit-animation: Patriot 30s ease infinite;-moz-animation: Patriot 30s ease infinite;-o-animation: Patriot 30s ease infinite;animation: Patriot 30s ease infinite; -webkit-text-fill-color: transparent; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text;}@-webkit-keyframes Patriot { 0%{background-position:0% 19%} 50%{background-position:100% 82%} 100%{background-position:0% 19%}}@-moz-keyframes Patriot { 0%{background-position:0% 19%} 50%{background-position:100% 82%} 100%{background-position:0% 19%}}@-o-keyframes Patriot { 0%{background-position:0% 19%} 50%{background-position:100% 82%} 100%{background-position:0% 19%}}@keyframes Patriot { 0%{background-position:0% 19%} 50%{background-position:100% 82%} 100%{background-position:0% 19%}}