Difference between revisions of "Template:Manchester/CSS"

m
m
Line 12: Line 12:
  
 
#nav ul {
 
#nav ul {
 +
    list-style-type:none;
 +
    color:green;
 
     margin: -15px;
 
     margin: -15px;
 
     overflow: hidden;
 
     overflow: hidden;
     background-color: #333;
+
     background-color: #444;
 
     position: fixed;
 
     position: fixed;
 
     top: 33px;
 
     top: 33px;
 
     width: 100%;
 
     width: 100%;
     font-size:20px;
+
     font-size:15px;
 
}
 
}
 +
 
#nav ul li {
 
#nav ul li {
 
     float: left;
 
     float: left;
Line 27: Line 30:
  
 
#nav ul li a {
 
#nav ul li a {
     display: inline;
+
     display: block;
     color: white;
+
     color: green;
 
     text-align: center;
 
     text-align: center;
 
     padding: 10px 20px;
 
     padding: 10px 20px;
Line 199: Line 202:
 
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  
 
+
<menu id="nav">
 
<ul>
 
<ul>
  
Line 207: Line 210:
  
 
</ul>
 
</ul>
 +
</menu>
  
 
</body>
 
</body>

Revision as of 16:00, 12 July 2016