Line 13: | Line 13: | ||
} | } | ||
#globalWrapper, #content { /* THIS IS A DEFAULT TAG. DONT KNOW IF NECESSARY BUT ALAN DID IT SO **LEGACY** */ | #globalWrapper, #content { /* THIS IS A DEFAULT TAG. DONT KNOW IF NECESSARY BUT ALAN DID IT SO **LEGACY** */ | ||
− | |||
− | |||
− | |||
background-color: transparent; | background-color: transparent; | ||
+ | border: 0px; | ||
+ | height: 100%; | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
+ | width: 100%; | ||
} | } | ||
#banner { /* SEE ABOVE */ | #banner { /* SEE ABOVE */ | ||
Line 28: | Line 28: | ||
} | } | ||
.logo { /* LOGO IN MENU */ | .logo { /* LOGO IN MENU */ | ||
− | |||
− | |||
margin-left: 20px; | margin-left: 20px; | ||
margin-right: 20px; | margin-right: 20px; | ||
+ | margin-top: -3px; | ||
+ | width: 200px; | ||
} | } | ||
red {color: #cc0000 !important;} /* LOL */ | red {color: #cc0000 !important;} /* LOL */ | ||
#mainwrap { | #mainwrap { | ||
− | |||
margin: 0 auto; | margin: 0 auto; | ||
+ | width: 1060px; | ||
} | } | ||
#menubar { /* MASTER MENU TABLE */ | #menubar { /* MASTER MENU TABLE */ | ||
− | + | background-color: #fefefe; | |
+ | border: 0; | ||
display: table-row; | display: table-row; | ||
+ | height: 80px; | ||
list-style-type: none; | list-style-type: none; | ||
margin-top: -1px | margin-top: -1px | ||
− | |||
padding: 0; | padding: 0; | ||
− | + | position: fixed; | |
− | + | ||
− | + | ||
top:0px; | top:0px; | ||
− | + | white-space: nowrap; | |
margin-left: -3000px; | margin-left: -3000px; | ||
− | |||
margin-right: -3000px; | margin-right: -3000px; | ||
+ | padding-left: 3000px; /* THIS MAKES IT EXTEND TO FULL WIDTH */ | ||
+ | padding-right: 3000px; | ||
} | } | ||
#menubar li { | #menubar li { | ||
Line 58: | Line 58: | ||
} | } | ||
li .menuitem, .dropbtn { /* MAIN MENU BUTTONS */ | li .menuitem, .dropbtn { /* MAIN MENU BUTTONS */ | ||
+ | -webkit-transition:2s; | ||
+ | color: #605e5e !important; | ||
display: table-cell; | display: table-cell; | ||
font-family: Arial, sans-serif; | font-family: Arial, sans-serif; | ||
font-size: 130%; | font-size: 130%; | ||
− | + | padding: 40px 18px; | |
text-align: center; | text-align: center; | ||
+ | text-decoration: none !important; | ||
vertical-align: sub; | vertical-align: sub; | ||
− | |||
− | |||
− | |||
} | } | ||
li.dropdown { | li.dropdown { | ||
− | |||
align-self: left; | align-self: left; | ||
+ | display: table-cell; | ||
} | } | ||
.dropdown-content { /* DROP DOWN MENU CONTAINERS */ | .dropdown-content { /* DROP DOWN MENU CONTAINERS */ | ||
− | |||
− | |||
background-color: #fefefe; | background-color: #fefefe; | ||
+ | display: none; | ||
+ | margin-top: -12px; | ||
min-width: 160px; | min-width: 160px; | ||
+ | position: absolute; | ||
z-index: 1; | z-index: 1; | ||
− | |||
} | } | ||
.dropdown-content .menuitem { /* RAIN DROP ... DROP DOWN */ | .dropdown-content .menuitem { /* RAIN DROP ... DROP DOWN */ | ||
color: black; | color: black; | ||
− | |||
− | |||
display: block; | display: block; | ||
+ | padding: 18px 16px; | ||
text-align: left; | text-align: left; | ||
+ | text-decoration: none; | ||
} | } | ||
.dropdown-content .menuitem:hover {background-color: #fefefe;} /* HOVER ANIMATIONS */ | .dropdown-content .menuitem:hover {background-color: #fefefe;} /* HOVER ANIMATIONS */ |
Revision as of 19:42, 11 July 2017