Line 764: | Line 764: | ||
} | } | ||
+ | |||
+ | body{ | ||
+ | margin:0; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
.main-container{ | .main-container{ | ||
− | background:# | + | background:#101654; |
position:fixed; | position:fixed; | ||
width:100%; | width:100%; | ||
Line 776: | Line 782: | ||
.dropbtn{ | .dropbtn{ | ||
− | margin-top: | + | margin-top:15px; |
font-family: Aldrich !important; | font-family: Aldrich !important; | ||
font-weight: bold; | font-weight: bold; | ||
Line 782: | Line 788: | ||
.dropbtn_final{ | .dropbtn_final{ | ||
− | margin-top: | + | margin-top:15px; |
font-family: Aldrich !important; | font-family: Aldrich !important; | ||
font-weight: bold; | font-weight: bold; | ||
Line 850: | Line 856: | ||
position:absolute; | position:absolute; | ||
width:auto !important; | width:auto !important; | ||
− | |||
− | |||
} | } | ||
Line 865: | Line 869: | ||
.dropdown-content a:hover{ | .dropdown-content a:hover{ | ||
− | color:# | + | color:#101654; |
} | } | ||
Line 876: | Line 880: | ||
@media screen and (min-width: 768px) { | @media screen and (min-width: 768px) { | ||
.main-container{ | .main-container{ | ||
− | background:# | + | background:#101654 !important; |
position:fixed; | position:fixed; | ||
width:100vw; | width:100vw; | ||
Line 890: | Line 894: | ||
@media screen and (orientation: portrait) { | @media screen and (orientation: portrait) { | ||
.main-container{ | .main-container{ | ||
− | background:# | + | background:#101654 !important; |
position:fixed; | position:fixed; | ||
width:100vw; | width:100vw; | ||
Line 928: | Line 932: | ||
text-decoration: none; | text-decoration: none; | ||
transition-duration: 0.5s; | transition-duration: 0.5s; | ||
+ | padding-top: 4px; | ||
+ | padding-bottom: 4px; | ||
+ | padding-left: 9px; | ||
} | } | ||
.dropdown{ | .dropdown{ | ||
− | background:# | + | background:#101654; |
display:block !important; | display:block !important; | ||
text-align:center; | text-align:center; | ||
Line 942: | Line 949: | ||
text-align: center !important; | text-align: center !important; | ||
color:white !important; | color:white !important; | ||
− | padding: | + | padding: 10px 12px !important; |
− | margin-bottom: | + | margin-bottom: 20px; |
margin-right: 15px; | margin-right: 15px; | ||
text-decoration:none !important; | text-decoration:none !important; | ||
Line 955: | Line 962: | ||
.dropdown > a:hover, .dropdown:hover .dropbtn{ | .dropdown > a:hover, .dropdown:hover .dropbtn{ | ||
− | color:# | + | color:#101654 !important; |
background: #94ecf7; | background: #94ecf7; | ||
} | } | ||
.dropdown-content{ | .dropdown-content{ | ||
− | background:# | + | background:#101654; |
position:absolute; | position:absolute; | ||
width:100%; | width:100%; | ||
Line 966: | Line 973: | ||
display: none; | display: none; | ||
Z-index:100; | Z-index:100; | ||
− | |||
} | } | ||
.dropdown-content a{ | .dropdown-content a{ | ||
color: white; | color: white; | ||
− | padding-top: | + | padding-top:20px; |
text-decoration: none; | text-decoration: none; | ||
text-align:center; | text-align:center; |
Revision as of 16:48, 12 September 2018