Erster Stand des mvc-Frameworks
This commit is contained in:
56
css/ahd.css
Normal file
56
css/ahd.css
Normal file
@@ -0,0 +1,56 @@
|
||||
body {
|
||||
padding: 50px 0;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
li.dropdown-submenu {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
li.dropdown-submenu:hover >ul.dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
li.dropdown:hover >ul.dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
ul.dropdown-menu.pull-left
|
||||
{
|
||||
margin-top: -6px;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-left: 0;
|
||||
top: 0;
|
||||
left: 100%;
|
||||
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#footer h3 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footer:hover .navbar-brand {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
max-width: 1600px;
|
||||
}
|
||||
|
||||
.container-fluid .img-responsive {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.caret.rotate-left {
|
||||
transform: rotate(270deg);
|
||||
}
|
||||
|
||||
.navbar-fixed-top .pull-right img {
|
||||
margin-top: 15px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user