Completely rework the navigation
Get rid of the admin layout Get rid of the navbar custom style, use bootstrap-sass variables instead Get rid of all the scaffold files
This commit is contained in:
parent
2af8792495
commit
252e1fe544
47 changed files with 179 additions and 252 deletions
|
|
@ -24,6 +24,15 @@
|
|||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.container .credit {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.nav-collapse .dropdown-menu {
|
||||
background-color: #e6e6e6;
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
/* Lastly, apply responsive CSS fixes as necessary */
|
||||
@media (max-width: 767px) {
|
||||
#footer {
|
||||
|
|
@ -34,41 +43,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.container#messages {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
background: #299a0b; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, #299a0b 0%,#299a0b 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
.navbar .nav .active > a, .navbar .nav .active > a:hover {
|
||||
background-color: #DFE0DF;
|
||||
}
|
||||
|
||||
.navbar .divider-vertical {
|
||||
background-color: #b4e391;
|
||||
border-right: 1px solid #eab92d;
|
||||
}
|
||||
|
||||
.navbar-fixed-top .brand {
|
||||
color: #ffffff;
|
||||
text-shadow:none;
|
||||
}
|
||||
|
||||
.navbar .nav > li > a {
|
||||
float: none;
|
||||
padding: 10px 15px 10px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
@media screen and (min-width: 980px) {
|
||||
body { padding-top: 60px; }
|
||||
}
|
||||
|
||||
.center {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue