Difference between revisions of "User:Delzoup/monobook.css"

From Mushpedia
Jump to: navigation, search
(Created page with "body{ background: url(http://www.mushpedia.com/images/c/c6/Purple_planet_sky.jpg) no-repeat; background-attachment:fixed; } /* make the background behind the content area and...")
 
Line 1: Line 1:
body{ background: url(http://www.mushpedia.com/images/c/c6/Purple_planet_sky.jpg) no-repeat;
+
body{ background:#1E1E1E;  }
background-attachment:fixed; }
+
font {font-family:"Courier"; font-color:orange}
 
+
a:link { color: #C7DD0C !important; }
/* make the background behind the content area and the tabs a light grey */
+
a:visited { color: #CCDF32 !important; }
#content, #content table
+
a.new:link { color: #cc2200 !important; }
#p-cactions ul li a #p-nav,#p-search,#p-tb,#footer,#p-navigation { opacity:0.95; }
+
a.new:visited { color: #a55858 !important; }
 +
a.extiw:link { color: #7FB347 !important; } /* links to other Wikipedias */
 +
a.extiw:visited { color: #7FB347 !important; }
 +
a.external:link { color: #7FB347 !important; } /* external links */
 +
a.external:visited { color: #7FB347 !important; }

Revision as of 20:13, 18 January 2014

body{ background:#1E1E1E;  }
font {font-family:"Courier"; font-color:orange}
a:link { color: #C7DD0C !important; }
a:visited { color: #CCDF32 !important; }
a.new:link { color: #cc2200 !important; }
a.new:visited { color: #a55858 !important; }
a.extiw:link { color: #7FB347 !important; } /* links to other Wikipedias */
a.extiw:visited { color: #7FB347 !important; }
a.external:link { color: #7FB347 !important; } /* external links */
a.external:visited { color: #7FB347 !important; }