Difference between revisions of "Template:GO Paris-Saclay/navbarcss"

Line 3: Line 3:
 
   <head>
 
   <head>
 
     <style>
 
     <style>
 +
/************************************************************************
 +
Wiki Overrides
 +
************************************************************************/
 +
#top_menu_under {
 +
  display: none;
 +
  position: relative;
 +
  width: 100%;
 +
  height: 0;
 +
}
 +
#top_menu_14 {
 +
  position: fixed;
 +
  width: 100%;
 +
  top: 0px;
 +
  left: 0px;
 +
  height: 16px;
 +
  background-color: #383838;
 +
  border-bottom: 2px solid black;
 +
  z-index: 50;
 +
}
 +
#top_title {
 +
  display: none;
 +
}
 +
#sideMenu {
 +
  display: none;
 +
  width: 170px;
 +
  position: absolute;
 +
  top: 20px;
 +
  left: 1020px;
 +
  z-index: 10;
 +
  padding-top: 0px;
 +
  padding-bottom: 15px;
 +
  padding-left: 15px;
 +
  padding-right: 15px;
 +
  background-color: white;
 +
  text-align: left;
 +
}
 +
#bodyContent a[href ^="https://"],
 +
.link-https {
 +
  background: none;
 +
  padding: 0
 +
}
 +
#bodyContent a[href ^="mailto:"], .link-mailto {
 +
  padding:0;
 +
}
 +
.pop_why_cover {
 +
  display: none;
 +
  z-index: 50;
 +
  margin-top: -65px;
 +
  margin-left: -40px;
 +
  width: 980px;
 +
  height: 2100px;
 +
  float: left;
 +
  position: absolute;
 +
  opacity: 0.5;
 +
  background-color: #b2b2b2;
 +
}
 +
.pop_why_box {
 +
  display: none;
 +
  left: 250px;
 +
  top: 0px;
 +
  background-color: white;
 +
  padding: 15px;
 +
  width: 500px;
 +
  position: absolute;
 +
  border: 3px solid #4e606e;
 +
  border-radius: 3px;
 +
  z-index: 50;
 +
}
  
 +
/************************************************************************
 +
Page Backbone
 +
************************************************************************/
 
* {
 
* {
 
   -webkit-box-sizing: border-box;
 
   -webkit-box-sizing: border-box;
Line 54: Line 125:
 
   background: none;
 
   background: none;
 
}
 
}
body
+
#bodyContent {
{
+
width:965px;
+
position:absolute;
+
background-color: white;
+
margin-left : 0px;
+
margin-top: 25px
+
margin-right : 0px;
+
background-color: rgb(32,56,100);
+
font-family: 'metropolisregular'
+
}
+
body
+
{
+
  background-color: rgb(32,56,100);
+
  font-family: 'metropolisregular'
+
}
+
 
+
*, *:before, *:after{
+
  -webkit-box-sizing: border-box;
+
  -moz-box-sizing: border-box;
+
  box-sizing: border-box;
+
  padding: 0;
+
  margin: 0;
+
}
+
  
 
/*| Navigation |*/
 
/*| Navigation |*/

Revision as of 09:47, 20 September 2018