Difference between revisions of "Template:BU17 template menubar"

Line 10: Line 10:
 
}
 
}
 
#menuwrap {
 
#menuwrap {
margin: 0 auto;
+
margin: 0 auto; max-width: 960px;
max-width: 960px;
+
height: 100px;
 
}
 
}
 
#menubartable {
 
#menubartable {
top: 5%;
+
border: 0;
        border: 0;
+
background: #F8F9F9;
background: #f8f9f9;
+
 
list-style-type: none;
 
list-style-type: none;
 
white-space: nowrap;
 
white-space: nowrap;
Line 22: Line 21:
 
position: fixed;
 
position: fixed;
 
width: 100%;
 
width: 100%;
 +
padding-top: 100px;
 +
margin-top: -50px;
 
padding-left: 3000px;
 
padding-left: 3000px;
 
margin-left: -3000px;
 
margin-left: -3000px;
Line 32: Line 33:
 
li .menuitem, .dropbtn {
 
li .menuitem, .dropbtn {
 
color: #a9a9a9 !important;
 
color: #a9a9a9 !important;
background: #f8f9f9;
+
background: #F8F9F9;
 
display: table-cell;
 
display: table-cell;
 
font-family: Arial, sans-serif;
 
font-family: Arial, sans-serif;
Line 57: Line 58:
 
}
 
}
 
li .menuitem:hover, li .dropbtn:hover {
 
li .menuitem:hover, li .dropbtn:hover {
background-color: #efefef;
+
background: #FFFFFF;
 
}
 
}
 
</style>
 
</style>

Revision as of 19:04, 22 August 2017