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

Line 1: Line 1:
 +
 
<html>
 
<html>
 
<!-- CSS-->
 
<!-- CSS-->
Line 21: Line 22:
 
}
 
}
 
#header{
 
#header{
       width:auto;
+
       width:100%;
 
       height:200px;
 
       height:200px;
       color-background:black;
+
       color-background:red;
 
       display: block;
 
       display: block;
  
Line 36: Line 37:
 
#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: 15px;
+
border-radius: 30px;
 
position:relative;
 
position:relative;
 
}
 
}
Line 45: Line 47:
 
color:inherit;
 
color:inherit;
 
text-decoration:none !important;
 
text-decoration:none !important;
font-size:14px;
+
font-size:24px;
 
padding: 30px;
 
padding: 30px;
 
}
 
}

Revision as of 13:35, 28 September 2016