Difference between revisions of "Team:Lethbridge/override css"

(Created page with "This file is a CSS hack for overriding the WikiMedia layout. HTML can then be uploaded and the CSS will work as if the page is independent of the WikiMedia markup: ")
 
Line 2: Line 2:
 
This file is a CSS hack for overriding the WikiMedia layout. HTML can then be uploaded and the CSS will work as if the page is independent of the WikiMedia markup
 
This file is a CSS hack for overriding the WikiMedia layout. HTML can then be uploaded and the CSS will work as if the page is independent of the WikiMedia markup
 
*/
 
*/
 +
 +
#globalWrapper {
 +
  background: #ff8000;
 +
}

Revision as of 01:35, 15 September 2015

/* This file is a CSS hack for overriding the WikiMedia layout. HTML can then be uploaded and the CSS will work as if the page is independent of the WikiMedia markup

  • /
  1. globalWrapper {
 background: #ff8000;

}