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

 
(28 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
*/
 
*/
  
#globalWrapper {
+
/*
  background: #ff8000;
+
Menu Bar
}
+
*/
  
 
#top_menu_14 {
 
#top_menu_14 {
   border: none;
+
   border-left: none;
 +
  border-right: none;
 
   margin-left: 0;
 
   margin-left: 0;
 
   width: 100%;
 
   width: 100%;
Line 16: Line 17:
 
   border: none;
 
   border: none;
 
   margin-left: 0;
 
   margin-left: 0;
 +
  padding: 0;
 
   width: 100%;
 
   width: 100%;
 
}
 
}
  
#bars_item > img {
+
#bars_item {
   left: initial;
+
   left: initial !important;
   right: 0;
+
   right: 24px;
 +
  width: 22px;
 +
  position: fixed;
 
}
 
}
  
#bars_box {
+
#user_item {
 +
  text-align: right !important;
 +
  margin-right: 65px !important;
 +
}
  
 +
#user_item .submenu {
 +
  left: initial !important;
 +
  right: 65px;
 
}
 
}
 +
 +
 +
/*
 +
Content Area
 +
*/
  
 
#content,
 
#content,

Latest revision as of 03:24, 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

  • /

/* Menu Bar

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

}

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

}

  1. bars_item {
 left: initial !important;
 right: 24px;
 width: 22px;
 position: fixed;

}

  1. user_item {
 text-align: right !important;
 margin-right: 65px !important;

}

  1. user_item .submenu {
 left: initial !important;
 right: 65px;

}


/* Content Area

  • /
  1. content,

.mw-body,

  1. mainContainer {
 width: 100%;

}

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

}