(22 intermediate revisions by the same user not shown) | |||
Line 69: | Line 69: | ||
#HQ_page h2{ | #HQ_page h2{ | ||
− | font-size: | + | font-size: 24px; |
color: #fcb633; | color: #fcb633; | ||
} | } | ||
Line 101: | Line 101: | ||
#OneCol{ | #OneCol{ | ||
text-align: center; | text-align: center; | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
#OneCol img{ | #OneCol img{ | ||
− | max-width: | + | max-width: 100%; |
} | } | ||
Line 129: | Line 126: | ||
#FourCols img{ | #FourCols img{ | ||
display: inline-block; | display: inline-block; | ||
− | max-width: | + | max-width: 21%; |
− | padding: | + | padding: 2%; |
} | } | ||
#TopBar{ | #TopBar{ | ||
− | |||
− | |||
− | |||
/* position: fixed; */ /*Set the navbar to fixed position */ | /* position: fixed; */ /*Set the navbar to fixed position */ | ||
top: 0; /* Position the navbar at the top of the page */ | top: 0; /* Position the navbar at the top of the page */ | ||
− | + | text-align: left; | |
− | text-align: | + | |
background-color: #d24f2b; | background-color: #d24f2b; | ||
list-style: none; | list-style: none; | ||
Line 157: | Line 150: | ||
#TopBar li { | #TopBar li { | ||
list-style: none; | list-style: none; | ||
+ | } | ||
+ | |||
+ | #TopBar ul ul li{ | ||
+ | float: none; | ||
+ | position: relative; | ||
+ | font-family: 'Varela Round'; | ||
+ | color: #faece5; | ||
+ | font-weight: 900; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | #TopBar ul ul ul{ | ||
+ | position: absolute; | ||
+ | left: 100%; | ||
+ | top: 0; | ||
+ | margin: 0; | ||
} | } | ||
Line 193: | Line 202: | ||
background: #f7e1d7; | background: #f7e1d7; | ||
text-align: center; | text-align: center; | ||
− | |||
padding: 1rem; | padding: 1rem; | ||
padding-top: 0; | padding-top: 0; | ||
Line 202: | Line 210: | ||
.toggle-menu{ | .toggle-menu{ | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #drop{ | ||
+ | margin-top: -1rem; | ||
} | } | ||
.toggle-drop{ | .toggle-drop{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .toggle-drop2{ | ||
display: none; | display: none; | ||
} | } | ||
Line 218: | Line 234: | ||
flex-flow: row; | flex-flow: row; | ||
justify-content: space-between; | justify-content: space-between; | ||
− | align-items: | + | align-items: left; |
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Line 263: | Line 279: | ||
#drop{ | #drop{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #drop2{ | ||
display:none; | display:none; | ||
} | } | ||
Line 273: | Line 293: | ||
#TopBar{ | #TopBar{ | ||
background-position: 0px -5px; | background-position: 0px -5px; | ||
− | |||
− | |||
} | } | ||
Line 338: | Line 356: | ||
padding: 0.5rem; | padding: 0.5rem; | ||
margin: 0; | margin: 0; | ||
− | width: | + | width: 97%; |
} | } | ||
Line 374: | Line 392: | ||
margin: 1rem auto; | margin: 1rem auto; | ||
background-color: #65998f; | background-color: #65998f; | ||
− | text-align: | + | text-align: left; |
color: #fff !important; | color: #fff !important; | ||
padding: 1rem; | padding: 1rem; | ||
Line 405: | Line 423: | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
+ | |||
+ | .active2{ | ||
+ | max-height: 100%; | ||
+ | overflow: auto; | ||
+ | } | ||
.logo img{ | .logo img{ | ||
Line 418: | Line 441: | ||
position: static; | position: static; | ||
background-image:none; | background-image:none; | ||
− | width: | + | width: 100% ; |
− | + | } | |
− | padding-left: | + | |
+ | #TopBar ul ul li{ | ||
+ | float: initial; | ||
+ | position: initial; | ||
+ | } | ||
+ | |||
+ | #TopBar ul ul ul{ | ||
+ | position: initial; | ||
+ | left: initial; | ||
+ | top: initial; | ||
+ | margin: initial; | ||
+ | padding-left: 1rem; | ||
} | } | ||
Latest revision as of 22:33, 31 October 2017