Difference between revisions of "Template:UPMC-Paris/CSS"

Line 3: Line 3:
 
<style type='text/css'>
 
<style type='text/css'>
  
 +
    #top_title, #sideMenu{
 +
      display: none;
 +
    }
 +
 +
    #content{
 +
    width:850px;
 +
    padding-top: 100;
 +
    margin: auto;
 +
    border-radius: 10px;
 +
    }
 +
 +
p {
 +
color:#666666;
 +
}
 +
 +
h3 {
 +
color: #222222;
 +
}
 +
 +
#header{
 +
width:800px;
 +
height:200px;
 +
color-background:black;
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;
 +
 +
}
 +
 +
#colorNav > ul{
 +
margin-left: auto;
 +
margin-right: auto;
 +
position:fixed;
 +
top:50px;
 +
}
 +
 +
#colorNav > ul > li{ /* will style only the top level li */
 +
list-style: none;
 +
display: inline-block;
 +
line-height:2;
 +
        margin: 0px;
 +
border-radius: 15px;
 +
position:relative;
 +
}
 +
#colorNav > ul > li > a{
 +
color:inherit;
 +
text-decoration:none !important;
 +
font-size:14px;
 +
padding: 30px;
 +
}
  
  

Revision as of 17:10, 3 October 2016