AwesomeMod Config - Stylish

(1/11) > >>

Anach:
Just a little something to make it easier on the eyes for Firefox users. Copy this into a new Stylish script. You can adjust the background colour or font settings for these scripts to your own liking.  

#This is visual change that only affects the AwesomeConfig for those with Stylish installed.

Blue Background

Code:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.moreawesomethanyou.com/ts3/awesome/config.php") {

/* set background color */
html {
  background: #253960 !important;
}

/* body padding & fonts*/
body {
  color: #FFFFFF !important;
  font-family: Sans-Serif !important;
  padding: 0 2em !important;
  font-size:20px;
}

table {
 font-size:18px !important;
}

p {
 font-size:14px !important;
}

/* link colors */
a:link,
#Comments .CommentHeader span a {
  color: #82BDFF !important;
  text-decoration: none !important;
}
a:visited,
#Comments .CommentHeader span a:visited {
  color: #72DFAD !important;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}
}

Black Background.

Code:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.moreawesomethanyou.com/ts3/awesome/config.php") {

/* set background color */
html {
  background: #222222 !important;
}

/* body padding & fonts*/
body {
  color: #FFFFFF !important;
  font-family: Sans-Serif !important;
  padding: 0 2em !important;
  font-size:20px;
}

table {
 font-size:18px !important;
}

p {
 font-size:14px !important;
}

/* link colors */
a:link,
#Comments .CommentHeader span a {
  color: #82BDFF !important;
  text-decoration: none !important;
}
a:visited,
#Comments .CommentHeader span a:visited {
  color: #72DFAD !important;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}
}

J. M. Pescado:
Persuade me that this is better than what I already have and tell me how to integrate this and I might consider it. Screenshots!

Captain Swooptie:
This is what I got from it:

http://i586.photobucket.com/albums/ss306/capnswooptie/aweconfig.png

brownlustgirl:
 ;D I like the pretty blue colors, but my eyes being as they are, smaller print does not help. Functionality trumps pretty.  Nice job, anyway.

Exiled:
Quote from: brownlustgirl on 2009 June 26, 16:32:11

;D I like the pretty blue colors, but my eyes being as they are, smaller print does not help. Functionality trumps pretty.  Nice job, anyway.


Add this to the Styish script:

P {font-size:150%}

I don't have FF so I can't test.

Navigation

[0] Message Index

[#] Next page