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

Line 1: Line 1:
 
 
<html>
 
<html>
 
<!-- CSS-->
 
<!-- CSS-->
Line 22: Line 21:
 
}
 
}
 
#header{
 
#header{
       width:100%;
+
       width:auto;
 
       height:200px;
 
       height:200px;
       color-background:red;
+
       color-background:black;
 
       display: block;
 
       display: block;
  
Line 37: Line 36:
 
#colorNav > ul > li{ /* will style only the top level li */
 
#colorNav > ul > li{ /* will style only the top level li */
 
list-style: none;
 
list-style: none;
box-shadow: 0 0 10px rgba(100, 100, 100, 0.2) inset,1px 1px 1px #CCC;
 
 
display: inline-block;
 
display: inline-block;
 
line-height:2;
 
line-height:2;
 
         margin: 0px;
 
         margin: 0px;
border-radius: 30px;
+
border-radius: 15px;
 
position:relative;
 
position:relative;
 
}
 
}
Line 47: Line 45:
 
color:inherit;
 
color:inherit;
 
text-decoration:none !important;
 
text-decoration:none !important;
font-size:24px;
+
font-size:14px;
 
padding: 30px;
 
padding: 30px;
 
}
 
}

Revision as of 13:35, 28 September 2016