Erster Stand des mvc-Frameworks

This commit is contained in:
2016-08-11 14:03:25 +00:00
parent 7dffe66e91
commit 5a1dd25023
32 changed files with 8715 additions and 0 deletions

56
css/ahd.css Normal file
View 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;
}