MediaWiki:Common.css: Difference between revisions

From devkitPro
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
<nowiki>/** CSS placed here will be applied to all skins */


/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
Line 9: Line 9:
   border: 2px solid red;
   border: 2px solid red;
}
}
</nowiki>

Revision as of 10:41, 4 December 2007

<nowiki>/** CSS placed here will be applied to all skins */

/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
.majorwarning {
  background: yellow; 
  padding: 0.3em; 
  text-align: center; 
  font-size: 125%; 
  border: 2px solid red;
}

</nowiki>