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

 
(39 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,
        background-color: white;
+
        border-bottom: 1px solid #CCCCCC;
+
        z-index: 5;
+
}
+
 
#top_menu_inside {
 
#top_menu_inside {
         border-left: 0;
+
         border: 0;
         border-right: 0;
+
         background-color: transparent;
 
}
 
}
 
#top_menu_inside > ul > li > a {
 
#top_menu_inside > ul > li > a {
Line 86: Line 88:
 
         padding-left: 10px;
 
         padding-left: 10px;
 
         padding-right: 10px;
 
         padding-right: 10px;
 +
        border-bottom: 1px solid #EEEEEE;
 
}
 
}
 
#top_menu_inside > ul > li:hover a {
 
#top_menu_inside > ul > li:hover a {
Line 91: Line 94:
 
}
 
}
 
#top_menu_inside #bars_item img {
 
#top_menu_inside #bars_item img {
         background-color: #9A9A9A;
+
         background-color: #CCCCCC;
}
+
}*/
 
/******************************/
 
/******************************/
  
Line 105: 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