Difference between pages "Main Page" and "MediaWiki:Common.css"

From SpaceBase NZ Mediawiki
(Difference between pages)
Jump to navigation Jump to search
(test)
 
(Created page with "CSS placed here will be applied to all skins: body { background-image: url("https://wiki.spacebase.co/moon.jpg"); background-color: #cccccc; } #mw-page-base { bac...")
 
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
/* CSS placed here will be applied to all skins */
  
  
test test test
 
  
 +
body {
 +
background-image: url("https://wiki.spacebase.co/moon.jpg");
 +
background-color: #cccccc;
 +
}
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
 
  
==Getting started==
+
#mw-page-base {
 
+
background-image: url("https://wiki.spacebase.co/moonheader.jpg");
*[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
background-color: #cccccc;
*[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
}
*[https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 
*[https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
 
*[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
 

Latest revision as of 20:55, 12 August 2019

/* CSS placed here will be applied to all skins */



body {
 background-image: url("https://wiki.spacebase.co/moon.jpg");
 background-color: #cccccc;
}


#mw-page-base {
 background-image: url("https://wiki.spacebase.co/moonheader.jpg");
 background-color: #cccccc;
}