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

Line 8: Line 8:
  
 
#top_menu_14 {
 
#top_menu_14 {
 +
  border: none;
 +
  margin-left: 0;
 +
  width: 100%;
 +
}
 +
 +
# top_menu_inside {
 
   border: none;
 
   border: none;
 
   margin-left: 0;
 
   margin-left: 0;

Revision as of 01:57, 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;

}

  1. top_menu_14 {
 border: none;
 margin-left: 0;
 width: 100%;

}

  1. top_menu_inside {
 border: none;
 margin-left: 0;
 width: 100%;

}

  1. content,

.mw-body,

  1. mainContainer {
 width: 100%;

}

  1. mainContainer {
 border: none;
 margin-left: 0;

}