I got tired of the constant blue-ness here...

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) :( :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o :^o [-X [-o< 8-[ [-( :-k ](*,) :-"
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: I got tired of the constant blue-ness here...

Re: I got tired of the constant blue-ness here...

by mod_wastrel » March 5th, 2016, 6:12 pm

Still works? Has this site changed since then... or, ever? ;)

Re: I got tired of the constant blue-ness here...

by James » March 5th, 2016, 5:41 pm

mod_wastrel wrote:Deleted it, eh? You must have made him angry. :D
You misunderstood, it was made by him with me in mind actually in collaboration and I edited it a little myself with some colour changes in my own use. It was old one that he did not work on for a while since and deleted at some point in past. It was this one if it still works https://userstyles.org/styles/8456/mozi ... orum-james

Re: I got tired of the constant blue-ness here...

by mod_wastrel » March 5th, 2016, 4:45 pm

The only dark styles for a non-dark site I've done were for the forum at userstyles.org, but then I used to spend all my time there, so whad'ya expect. Even so, it's seldom worth the effort.

Deleted it, eh? You must have made him angry. :D

Re: I got tired of the constant blue-ness here...

by malliz » March 5th, 2016, 4:24 pm

Re: I got tired of the constant blue-ness here...

by James » March 5th, 2016, 4:15 pm

https://userstyles.org/styles/browse/mozillazine

I use a old dark one that one that was made by makondo (that is slightly modified) and has been deleted by him.

I got tired of the constant blue-ness here...

by mod_wastrel » March 5th, 2016, 8:13 am

so I made a little change:

Code: Select all

/* fmo BYG mod */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forums.mozillazine.org") {
  .navbar , .sidebar  { background-color: #cadcff !important; }/* bluer than #cadceb */
  .post.bg2  { background-color: #e7ffcb !important; }/* green */
  .post.bg1  { background-color: #ffffcf !important; }/* yellow */
  blockquote  { background-color: #d3e3ff !important; }/* lighter blue than above */
  blockquote blockquote  { background-color: #c3d3ff !important; }/* darker */
  blockquote blockquote blockquote  { background-color: #d3e3ff !important; }/* lighter-darker-lighter... */
  /* code easier to read (plus, all code is "pure gold", right?) */
  .postbody .content dl.codebox code , .post_body .content dl.codebox code {
    color: #0E6B37 !important;    font-family: monospace !important;    font-weight: 600 !important; }
  .postbody .content .codebox > dt  { background-color: gold !important;  padding-left: 5px !important; }
  /* larger font for post, smaller font for sig (just slightly obfuscated) */
  .postbody > .post_body  { font-size: 110% !important; }
  .post_body > .content ~ .signature  { font-size: 90% !important; }
  .post_body > .content ~ .signature:not(:hover)  { opacity: 0.4 !important; }
}
Presuming--like most--you have an LCD screen, the colors will look washed out/faded if your viewing angle is too high (or, maybe you prefer that?).

Top