MediaWiki:Common.css: Difference between revisions

From Green Policy
Jump to navigation Jump to search
(Created page with " #p-logo a { background: url(images/logotop.png) 35% 50% no-repeat !important; }")
 
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:


#p-logo a { background: url(images/logotop.png) 35% 50% no-repeat !important; }
#p-logo a { background: url(images/logotop.png) 35% 50% no-repeat !important; }
a:visited {
  color: green
}
body {
  background: #f9f9f9 url(/images/Green_Wallpaper.jpg) 0 0 repeat;
}
/* see MediaWiki:Vector.css */

Latest revision as of 16:07, 14 April 2024

#p-logo a { background: url(images/logotop.png) 35% 50% no-repeat !important; }
a:visited { 
  color: green
}

body {
  background: #f9f9f9 url(/images/Green_Wallpaper.jpg) 0 0 repeat;
}

/* see MediaWiki:Vector.css */