Difference between revisions of "Template:Paris Bettencourt/cssBase"

 
(22 intermediate revisions by 2 users not shown)
Line 38: Line 38:
 
body {
 
body {
 
line-height: 1;
 
line-height: 1;
 +
        background-color: white;
 
}
 
}
 
ol, ul {
 
ol, ul {
Line 55: Line 56:
 
}
 
}
 
/* Destroy the wikimedia style */
 
/* Destroy the wikimedia style */
html, body, #content, #bodyContent, #globalWrapper, #mainContainer {
+
html, body, #content, #bodyContent, #globalWrapper, #mainContainer, #mw-content-text {
 
margin: 0;
 
margin: 0;
 
padding: 0;
 
padding: 0;
Line 63: Line 64:
 
vertical-align: baseline;
 
vertical-align: baseline;
 
width: 100%;
 
width: 100%;
height: 100%;
+
        min-width: 400px;
 
}
 
}
 +
 +
html, body, #content, #bodyContent, #mainContainer, #mw-content-text {
 +
height: 100%;
 +
}
 +
 
/* Repair the menu (offset) */
 
/* Repair the menu (offset) */
 
#top_menu_inside li {
 
#top_menu_inside li {
 
margin: 2px;
 
margin: 2px;
 
}
 
}
/* Modify a bit the iGEM bar… Sorry!*/
+
/* Modify a bit the iGEM bar… Sorry!
 
#top_menu_14,
 
#top_menu_14,
 
#top_menu_inside {
 
#top_menu_inside {
Line 89: Line 95:
 
#top_menu_inside #bars_item img {
 
#top_menu_inside #bars_item img {
 
         background-color: #CCCCCC;
 
         background-color: #CCCCCC;
}
+
}*/
 
/******************************/
 
/******************************/
  
Line 102: Line 108:
 
/* TEMPLATE */
 
/* TEMPLATE */
 
/* Whole page */
 
/* Whole page */
 +
 
#mainContainer {
 
#mainContainer {
 
background-color: white;
 
background-color: white;
 
font-family: 'Arial', 'Trebuchet', sans-serif;
 
font-family: 'Arial', 'Trebuchet', sans-serif;
 
font-size: 20px;
 
font-size: 20px;
 +
        min-height: 100%;
 +
        position: relative;
 
}
 
}
 
#contentContainer {
 
margin-top: 700px;
 
}
 
 
  
  

Latest revision as of 18:05, 18 September 2015