Difference between revisions of "MediaWiki:Common.css"

From Rainwall RPG
Jump to navigation Jump to search
Line 1: Line 1:
 
body {
 
body {
  background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg") repeat;
+
background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg") repeat;
 
}
 
}
  
 
#mw-head {
 
#mw-head {
  background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg");
+
background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg");
 
}
 
}
  
 
#mw-head li a {
 
#mw-head li a {
    color: #38baa9;
+
color: #38baa9;
    font-weight: bold;
+
font-weight: bold;
    text-shadow: 1px 1px #000;
 
 
}
 
}
  
 
#mw-panel li a:visited {
 
#mw-panel li a:visited {
    color: #3a9dc6;
+
color: #3a9dc6;
    font-weight: bold;
+
font-weight: bold;
 
}
 
}
  
  
 
#mw-panel .portal .body li a {
 
#mw-panel .portal .body li a {
    color: #38baa9;
+
color: #38baa9;
    font-weight: bold;
+
font-weight: bold;
    text-shadow: 1px 1px #000;
 
 
}
 
}
  
 
#mw-panel .portal .body li a:visited {
 
#mw-panel .portal .body li a:visited {
    color: #3a9dc6;
+
color: #3a9dc6;
    font-weight: bold;
+
font-weight: bold;
 
}
 
}
  
Line 33: Line 31:
 
color: #198476;  
 
color: #198476;  
 
font-weight: bold;
 
font-weight: bold;
    text-shadow: 1px 1px #000;
 
 
}
 
}
  
 
a.new {
 
a.new {
color: #f8af12 !important;
+
color: #f8af12 !important;
 
font-weight: bold;
 
font-weight: bold;
    text-shadow: 1px 1px #000;
 
 
}
 
}
 +
 
a.new:visited {
 
a.new:visited {
color: #49829a !important;
+
color: #49829a !important;
 
font-weight: bold;
 
font-weight: bold;
    text-shadow: 1px 1px #000;
 
 
}
 
}

Revision as of 00:35, 10 April 2020

body {
background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg") repeat;
}

#mw-head {
background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg");
}

#mw-head li a {
color: #38baa9;
font-weight: bold;
}

#mw-panel li a:visited {
color: #3a9dc6;
font-weight: bold;
}


#mw-panel .portal .body li a {
color: #38baa9;
font-weight: bold;
}

#mw-panel .portal .body li a:visited {
color: #3a9dc6;
font-weight: bold;
}

a {
color: #198476; 
font-weight: bold;
}

a.new {
color: #f8af12 !important;
font-weight: bold;
}

a.new:visited {
color: #49829a !important;
font-weight: bold;
}