4,554
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
body { | body { | ||
background: # | background: #FFFFFF00 0%; | ||
transition: background-color 1s ease; | transition: background-color 1s ease; | ||
font-family: HALColant-TextRegular | font-family: HALColant-TextRegular; | ||
} | } | ||
html { | html { | ||
Line 27: | Line 27: | ||
#mw-searchoptions { | #mw-searchoptions { | ||
display: none; | display: none; | ||
} | } | ||
Line 56: | Line 46: | ||
.mw-body, #left-navigation, #mw-data-after-content, .mw-footer { | .mw-body, #left-navigation, #mw-data-after-content, .mw-footer { | ||
margin-left: 0!important; | margin-left: 0!important; | ||
} | } | ||
Line 62: | Line 51: | ||
border: none; | border: none; | ||
background: #FFF0 0%; | background: #FFF0 0%; | ||
} | } | ||
.mw-parser-output a.external { | .mw-parser-output a.external { | ||
Line 93: | Line 81: | ||
margin-top: 0px!important; | margin-top: 0px!important; | ||
margin-bottom: 0px!important; | margin-bottom: 0px!important; | ||
} | } | ||
/* ------>Start Style for header */ | /* ------>Start Style for header */ | ||
#header-container { | #header-container { | ||
Line 104: | Line 87: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
.head-col { | .head-col { | ||
Line 137: | Line 116: | ||
.head-box { | .head-box { | ||
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
.head-nav { | .head-nav { | ||
Line 977: | Line 955: | ||
position: fixed; | position: fixed; | ||
left: 0; | left: 0; | ||
bottom: | bottom: 10px; | ||
width: 100%; | width: 100%; | ||
padding: 22px; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
z-index: 11; | z-index: 11; | ||
} | } | ||
Line 996: | Line 970: | ||
} | } | ||
#simpleSearch | #simpleSearch { | ||
grid-column: 1 / 2; | grid-column: 1 / 2; | ||
text-align: left; | text-align: left; | ||
Line 1,006: | Line 980: | ||
} | } | ||
#simpleSearch:before { | |||
#simpleSearch | |||
content: ""; | content: ""; | ||
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
width: 200%; | |||
height: 400%; | |||
background-color: rgba(255, 255, 255, 0.6); | |||
z-index: -1; | z-index: -1; | ||
margin-left: -10%; | |||
} | } | ||
Line 1,028: | Line 1,005: | ||
} | } | ||
#simpleSearch:hover .closing-bracket { | |||
#simpleSearch | |||
display: inline-block; | display: inline-block; | ||
} | } | ||
Line 1,258: | Line 1,224: | ||
position: absolute; | position: absolute; | ||
top: 310px; | top: 310px; | ||
background: # | background: #FFFFFF00 0%; | ||
} | } | ||
Line 1,577: | Line 1,543: | ||
margin-left: -3px; | margin-left: -3px; | ||
margin-right: 3px; | margin-right: 3px; | ||
} | } | ||
Line 1,712: | Line 1,677: | ||
.mw-search-result-data { | .mw-search-result-data { | ||
display: none; | display: none; | ||
} | } | ||
#mw-indicator-mw-helplink { | #mw-indicator-mw-helplink { | ||
display: none; | display: none; | ||
} | } | ||
.mw-search-results-container h2 { | .mw-search-results-container h2 { | ||
display: none; | display: none; | ||
Line 1,750: | Line 1,698: | ||
.mw-search-exists { | .mw-search-exists { | ||
padding-bottom: 20px; | padding-bottom: 20px; | ||
} | } | ||
.mw-search-createlink { | .mw-search-createlink { | ||
padding-bottom: 20px; | |||
} | } | ||
div#hf-nsheader-Special { | div#hf-nsheader-Special { | ||
top: 0; | top: 0; | ||
position: absolute; | |||
width: -moz-available; | width: -moz-available; | ||
width: -webkit-fill-available; | width: -webkit-fill-available; | ||
} | } |