header + navbar
This commit is contained in:
parent
b4bd9aafb0
commit
4168a67b81
2 changed files with 78 additions and 9 deletions
47
css/main.css
47
css/main.css
|
|
@ -0,0 +1,47 @@
|
|||
* {
|
||||
font-family: 'Ubuntu', Helvetica, sans-serif !important;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #F5F5F5;
|
||||
}
|
||||
|
||||
.top-bar-section li:not(.has-form) a:not(.button) {
|
||||
line-height: 60px;
|
||||
background: #FAE448;
|
||||
}
|
||||
|
||||
.top-bar-section li.active:not(.has-form) a:not(.button) {
|
||||
line-height: 60px;
|
||||
background: #f5f5f5;
|
||||
color: #111;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button):hover {
|
||||
background: #111;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.top-bar-section ul li>a {
|
||||
color: #111;
|
||||
text-transform: uppercase;
|
||||
font-weight: 100;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.header {
|
||||
background: #111;
|
||||
margin: 0!important;
|
||||
overflow: hidden;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.header-content {
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
.header h1, h5 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue