|
|
Line 12: |
Line 12: |
| | | |
| <head> | | <head> |
− |
| |
− |
| |
− | <style>
| |
− | .navbar {margin: 12px 0 0 0; padding: 4px; border-radius: 0; width: 100%; }
| |
− |
| |
− | .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #000; /*Sets the text hover color on navbar*/}
| |
− |
| |
− | .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
| |
− | a:hover, .navbar-default .navbar-nav > .active > a:focus {
| |
− | color: white; /*BACKGROUND color for active*/background-color: #ffe400;}
| |
− |
| |
− | .navbar-default { background-color: #2b7a78;border-color: #2b7a78; }
| |
− |
| |
− | .dropdown-menu > li > a:hover,
| |
− | .dropdown-menu > li > a:focus {
| |
− | color: #262626;text-decoration: none;
| |
− | background-color: #66CCFF; /*change color of links in drop down here*/}
| |
− |
| |
− | .nav > li > a:hover,
| |
− | .nav > li > a:focus {
| |
− | text-decoration: none;
| |
− | background-color: silver; /*Change rollover cell color here*/}
| |
− |
| |
− |
| |
− | .navbar-default .navbar-nav > li > a {
| |
− | color: white; /*Change active text color here*/}
| |
− |
| |
− | .navbar-default .navbar-brand>img {height: 48px;width: auto; margin-top: -8px;}
| |
− |
| |
− | .row {display: table;}
| |
− |
| |
− | .row [class*="col-"] {float: none; display: table-cell;vertical-align: top; }
| |
− |
| |
− | body {background-color: #3aafa9;}
| |
− |
| |
− | h1,h2{color:#ffe400;}
| |
− |
| |
− | </style>
| |
− |
| |
| | | |
| </head> | | </head> |