Added minimock and created new class in tests.py - work in progress
This commit is contained in:
66
css/nav.css
Normal file
66
css/nav.css
Normal file
@@ -0,0 +1,66 @@
|
||||
|
||||
<style type="text/css">
|
||||
body {padding: 0; margin: 0;}
|
||||
|
||||
#wrap {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
margin: 0;
|
||||
z-index: 99;
|
||||
position: relative;
|
||||
background-color: #366b82;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
height: 50px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
border-right: 1px solid #54879d;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
height: auto;
|
||||
width: 150px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
font: normal bold 12px/1.2em Arial, Verdana, Helvetica;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: #366b82;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
padding: 18px 0;
|
||||
border-left: 1px solid #54879d;
|
||||
border-right: 1px solid #1f5065;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.navbar li:hover, a:hover {background-color: #54879d;}
|
||||
|
||||
.navbar li ul {
|
||||
display: none;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.navbar li:hover ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.navbar li ul li {background-color: #54879d;}
|
||||
|
||||
.navbar li ul li a {
|
||||
border-left: 1px solid #1f5065;
|
||||
border-right: 1px solid #1f5065;
|
||||
border-top: 1px solid #74a3b7;
|
||||
border-bottom: 1px solid #1f5065;
|
||||
}
|
||||
|
||||
.navbar li ul li a:hover {background-color: #366b82;}
|
||||
</style>
|
||||
Reference in New Issue
Block a user