Difference between revisions of "MediaWiki:Common.css"
From Tycoon Gaming
BelgianCat (talk | contribs) m (Don't you die on me) |
|||
(106 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | /*Always show footer bottom (Disclaimer, About Tycoon Gaming, Privacy Policy)*/ | |
+ | #footer-bottom { | ||
+ | display: block !important; | ||
+ | } | ||
+ | |||
+ | /* Main Menu */ | ||
+ | .MenuButton { | ||
+ | font-weight: bolder; | ||
+ | text-align: center; | ||
+ | line-height: 2rem; | ||
+ | border-radius: 3px; | ||
+ | background: #2EA2C7; | ||
+ | word-wrap: break-word; | ||
+ | vertical-align: middle; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | display: flex; | ||
+ | width: 100%; | ||
+ | word-break: break-word; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | .MenuButton a { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .MenuHeader { | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | font-size: 4rem; | ||
+ | line-height: 6rem; | ||
+ | background: #2EA2C7; | ||
+ | border-radius: 10px 10px 0 0; | ||
+ | } | ||
+ | |||
+ | .MenuButtonContainer{ | ||
+ | display:flex; | ||
+ | flex-wrap: nowrap; | ||
+ | flex-direction: row; | ||
+ | gap: 3px; | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | |||
+ | .MenuButtonContainer p{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 600px) { | ||
+ | .MenuButtonContainer{ | ||
+ | flex-direction: column; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .red { | ||
+ | background: #ea2525; | ||
+ | } | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
Line 6: | Line 61: | ||
} | } | ||
− | /*Tooltip*/ | + | /*================================================================================================================================== |
+ | ServerList | ||
+ | ==================================================================================================================================*/ | ||
+ | |||
+ | .server-serverlist { | ||
+ | font-size: 76%; | ||
+ | line-height: 12px; | ||
+ | margin: 102px; | ||
+ | text-align: center; | ||
+ | position: fixed; | ||
+ | right: 0px; | ||
+ | /*border: 3px solid #727272;*/ | ||
+ | } | ||
+ | |||
+ | .serverlist-title { | ||
+ | font-size: 217% !important; | ||
+ | padding-bottom: 5px; | ||
+ | text-transform: uppercase; | ||
+ | /*background: lightskyblue;*/ | ||
+ | padding: 6px 4px 5px; | ||
+ | } | ||
+ | .server{ | ||
+ | font-size: 100%; | ||
+ | overflow: hidden; | ||
+ | cursor: default; | ||
+ | } | ||
+ | .server:hover{ | ||
+ | transform: scale(1.5); | ||
+ | transition: transform 1s, visibility 1s cubic-bezier(0.96, -0.01, 0, 1.03); | ||
+ | background-image: linear-gradient(transparent 0%, #474646 5%, #474646 80%, transparent 100%); | ||
+ | } | ||
+ | .server-title{ | ||
+ | font-size: 250%; | ||
+ | padding: 8px 0px 3px 0px; | ||
+ | } | ||
+ | .server-uptime{ | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | .server-players{ | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | .serverlist-title{ | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | .visualClear, #editform, #toolbar, #wpTextbox1, #footer-bottom, div.floatright{ | ||
+ | clear: left; | ||
+ | } | ||
+ | |||
+ | /*================================================================================================================================== | ||
+ | Tooltip | ||
+ | ==================================================================================================================================*/ | ||
.tooltip | .tooltip | ||
{ | { | ||
− | + | text-decoration:none; | |
− | + | position:relative; | |
} | } | ||
Line 17: | Line 123: | ||
.tooltip span | .tooltip span | ||
{ | { | ||
− | + | display:none; | |
− | + | -moz-border-radius:6px; | |
− | + | -webkit-border-radius:6px; | |
− | + | border-radius:6px; | |
− | + | color:black; | |
− | + | background:white; | |
} | } | ||
Line 28: | Line 134: | ||
.tooltip span img | .tooltip span img | ||
{ | { | ||
− | + | float:left; | |
} | } | ||
Line 34: | Line 140: | ||
.tooltip:hover span | .tooltip:hover span | ||
{ | { | ||
− | + | display:block; | |
− | + | position:absolute; | |
− | + | top:0; | |
− | + | left:0; | |
− | + | z-index:1000; | |
− | + | width:auto; | |
− | + | border:1px solid black; | |
− | + | margin-top:19px; | |
− | + | margin-left:32px; | |
− | + | overflow:hidden; | |
− | + | padding:8px; | |
} | } | ||
+ | /*================================================================================================================================== | ||
+ | Difference Between Revisions Table | ||
+ | ==================================================================================================================================*/ | ||
− | |||
.diff-deletedline .diffchange { | .diff-deletedline .diffchange { | ||
− | + | background: #800000; | |
} | } | ||
.diff-addedline .diffchange { | .diff-addedline .diffchange { | ||
− | + | background: #035100; | |
} | } | ||
.diff-context { | .diff-context { | ||
− | + | display: none; | |
+ | } | ||
+ | |||
+ | #pagehistory li.selected { | ||
+ | background-color: #0058ff0a; | ||
+ | color: ghostwhite; | ||
+ | border: 1px solid #fff | ||
} | } | ||
− | /*Galleries*/ | + | /*================================================================================================================================== |
+ | Galleries | ||
+ | ==================================================================================================================================*/ | ||
.zoom_img img{ | .zoom_img img{ | ||
− | -moz-transition:-moz-transform 0.1s ease-in; | + | -moz-transition:-moz-transform 0.1s ease-in; |
− | -webkit-transition:-webkit-transform 0.1s ease-in; | + | -webkit-transition:-webkit-transform 0.1s ease-in; |
− | -o-transition:-o-transform 0.1s ease-in; | + | -o-transition:-o-transform 0.1s ease-in; |
− | transition:transform 0.1 ease-in; | + | transition:transform 0.1 ease-in; |
} | } | ||
.zoom_img img:hover{ | .zoom_img img:hover{ | ||
− | -moz-transform:scale(2.5); | + | -moz-transform:scale(2.5); |
− | -webkit-transform:scale(2.5); | + | -webkit-transform:scale(2.5); |
− | -o-transform:scale(2.5); | + | -o-transform:scale(2.5); |
− | transform:scale(2.5) | + | transform:scale(2.5); |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | .thumbinner img { |
− | + | border: none; | |
} | } | ||
− | /* | + | /*================================================================================================================================== |
+ | Infobox | ||
+ | ==================================================================================================================================*/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | .portable-infobox { |
− | + | background: #606060 !important; | |
} | } | ||
− | . | + | .pi-caption{ |
− | + | color: #fff !important; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | /*================================================================================================================================== | |
− | + | Search | |
− | + | ==================================================================================================================================*/ | |
− | |||
− | /*Search*/ | ||
#p-search #searchInput-container-container { | #p-search #searchInput-container-container { | ||
− | + | display: inline-block; | |
− | + | background-color: #606060; | |
− | + | color: ghostwhite; | |
} | } | ||
.suggestions-result-current { | .suggestions-result-current { | ||
background-color: #474646; | background-color: #474646; | ||
− | + | color: ghostwhite; | |
− | + | font-style: italic; | |
} | } | ||
Line 157: | Line 229: | ||
.suggestions-result-current .special-query { | .suggestions-result-current .special-query { | ||
background-color: #474646; | background-color: #474646; | ||
− | + | color: ghostwhite; | |
− | + | font-style: italic; | |
} | } | ||
.suggestions-results { | .suggestions-results { | ||
− | + | background-color: #606060; | |
− | + | color: ghostwhite !important; | |
− | + | cursor: pointer; | |
− | + | border: 1px solid #a2a9b1; | |
− | + | padding: 0; | |
− | + | margin: 0; | |
} | } | ||
div.suggestions-result { | div.suggestions-result { | ||
− | + | color: ghostwhite; | |
− | + | margin: 0; | |
− | + | line-height: 1.5em; | |
− | + | padding: 0.01em 0.25em; | |
− | + | text-align: left; | |
− | + | overflow: hidden; | |
− | + | text-overflow: ellipsis; | |
− | + | white-space: nowrap; | |
} | } | ||
.suggestions-special .special-label, | .suggestions-special .special-label, | ||
.suggestions-special .special-query { | .suggestions-special .special-query { | ||
− | + | color: ghostwhite; | |
− | + | text-align: left; | |
} | } | ||
.suggestions-special { | .suggestions-special { | ||
− | + | position: relative; | |
− | + | background-color: #606060; | |
− | + | color: ghostwhite; | |
− | + | cursor: pointer; | |
− | + | border: 1px solid #a2a9b1; | |
− | + | margin: 0; | |
− | + | margin-top: -2px; | |
− | + | display: none; | |
− | + | padding: 0.25em 0.25em; | |
− | + | line-height: 1.25em; | |
} | } | ||
− | /*Editor*/ | + | #mw-searchoptions { |
+ | background-color: #606060; | ||
+ | } | ||
+ | |||
+ | /*================================================================================================================================== | ||
+ | Editor | ||
+ | ==================================================================================================================================*/ | ||
+ | |||
#searchInput, input#wpSummary, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, .oo-ui-textInputWidget.oo-ui-widget-enabled input, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea, input[name="target"], input[name="user"], input[name="mime"], input[size$="0"], input[type="text"], input[type="checkbox"], input[type="radio"], input#wpTemplateSandboxPage, input.mw-summary, input.mw-input, .mw-input input, .mw-ui-input:invalid, textarea, .mw-ui-input-inline { | #searchInput, input#wpSummary, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, .oo-ui-textInputWidget.oo-ui-widget-enabled input, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea, input[name="target"], input[name="user"], input[name="mime"], input[size$="0"], input[type="text"], input[type="checkbox"], input[type="radio"], input#wpTemplateSandboxPage, input.mw-summary, input.mw-input, .mw-input input, .mw-ui-input:invalid, textarea, .mw-ui-input-inline { | ||
− | + | background: unset !important; | |
− | + | color: ghostwhite !important; | |
} | } | ||
− | /*Main Menu*/ | + | .wikiEditor-toolbar-dialog .ui-dialog-content input[type='text'] { |
+ | color: black !important; | ||
+ | } | ||
+ | |||
+ | .ace_gutter-cell.ace_error, | ||
+ | .ace_gutter-cell.ace_warning, | ||
+ | .ace_gutter-cell.ace_info, | ||
+ | .codeEditor-status-message { | ||
+ | color: black !important; | ||
+ | } | ||
+ | |||
+ | /*================================================================================================================================== | ||
+ | Main Menu | ||
+ | ==================================================================================================================================*/ | ||
.HomeNav, .HomeNavLong { | .HomeNav, .HomeNavLong { | ||
− | + | display: inline-block; | |
− | + | position: relative; | |
− | + | transform: skew(30deg); | |
− | + | text-align: center; | |
− | + | background: #2EA2C7; | |
− | + | padding: 5px; | |
− | + | text-transform: uppercase; | |
− | + | font-family: Arial,Helvetica,sans-serif; | |
− | + | font-size: 14px; | |
− | + | margin: 2px; | |
+ | } | ||
+ | |||
+ | .HomeNavTwo, .HomeNavLongTwo { | ||
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | transform: skew(30deg); | ||
+ | text-align: center; | ||
+ | background: #ea2525; | ||
+ | padding: 5px; | ||
+ | text-transform: uppercase; | ||
+ | font-family: Arial,Helvetica,sans-serif; | ||
+ | font-size: 14px; | ||
+ | margin: 2px; | ||
} | } | ||
.HomeNavExtraLong { | .HomeNavExtraLong { | ||
− | + | display: inline-block; | |
− | + | position: relative; | |
− | + | text-align: center; | |
− | + | background: #2EA2C7; | |
− | + | padding: 5px; | |
− | + | text-transform: uppercase; | |
− | + | font-family: Arial,Helvetica,sans-serif; | |
− | + | font-size: 14px; | |
− | + | margin: 2px; | |
} | } | ||
− | .HomeNav { | + | .HomeNav, .HomeNavTwo { |
− | + | width: 189px; | |
} | } | ||
− | .HomeNavLong { | + | .HomeNavLong, .HomeNavLongTwo { |
− | + | width: 500px; | |
} | } | ||
.HomeNavExtraLong { | .HomeNavExtraLong { | ||
− | + | width: 1050px; | |
} | } | ||
− | .HomeNav span, .HomeNavLong span { | + | .HomeNav span, .HomeNavLong span, .HomeNavTwo span, .HomeNavLongTwo span { |
− | + | display: inline-block; | |
− | + | transform: skew(-30deg) | |
} | } | ||
.HomeNavExtraLong span a { | .HomeNavExtraLong span a { | ||
− | + | font-size: 14px; | |
− | + | font-weight: bold; | |
− | + | font-family: Arial,Helvetica,sans-serif; | |
− | + | color: white; | |
− | + | text-decoration: none | |
} | } | ||
− | .HomeNavLong span a { | + | .HomeNavLong span a, .HomeNavLongTwo span a { |
− | + | font-size: 18px; | |
− | + | font-weight: bold; | |
− | + | font-family: Arial,Helvetica,sans-serif; | |
− | + | color: white; | |
− | + | text-decoration: none | |
} | } | ||
− | .HomeNav span a { | + | .HomeNav span a, .HomeNavTwo span a { |
− | + | font-size: 14px; | |
− | + | font-weight: bold; | |
− | + | font-family: Arial,Helvetica,sans-serif; | |
− | + | color: white; | |
− | + | text-decoration: none | |
} | } | ||
.HomeNav .trapzoidleft, .HomeNavLong .trapzoidleft { | .HomeNav .trapzoidleft, .HomeNavLong .trapzoidleft { | ||
− | + | position: absolute; | |
− | + | top: 0; | |
− | + | left: -10px; | |
− | + | height: 100%; | |
− | + | width: 30px; | |
− | + | background: #2EA2C7; | |
− | + | transform: skew(-30deg) | |
+ | } | ||
+ | |||
+ | .HomeNavTwo .trapzoidleft, .HomeNavLongTwo .trapzoidleft { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: -10px; | ||
+ | height: 100%; | ||
+ | width: 30px; | ||
+ | background: #ea2525; | ||
+ | transform: skew(-30deg) | ||
} | } | ||
.HomeNav .trapzoidright, .HomeNavLong .trapzoidright { | .HomeNav .trapzoidright, .HomeNavLong .trapzoidright { | ||
− | + | position: absolute; | |
− | + | top: 0; | |
− | + | right: -10px; | |
− | + | height: 100%; | |
− | + | width: 30px; | |
− | + | background: #2EA2C7; | |
− | + | transform: skew(-30deg) | |
} | } | ||
− | .HomeNav:hover span a, .HomeNavLong:hover span a, .HomeNavExtraLong:hover span a { | + | .HomeNavTwo .trapzoidright, .HomeNavLongTwo .trapzoidright { |
− | + | position: absolute; | |
+ | top: 0; | ||
+ | right: -10px; | ||
+ | height: 100%; | ||
+ | width: 30px; | ||
+ | background: #ea2525; | ||
+ | transform: skew(-30deg) | ||
+ | } | ||
+ | |||
+ | .HomeNav:hover span a, .HomeNavTwo:hover span a, .HomeNavLong:hover span a, .HomeNavLongTwo:hover span a, .HomeNavExtraLong:hover span a { | ||
+ | color: black | ||
} | } | ||
.HomeTile { | .HomeTile { | ||
− | + | position: relative; | |
− | + | height: 173px; | |
− | + | width: 173px; | |
− | + | background: -webkit-radial-gradient(#727272,#151515); | |
− | + | background: -o-radial-gradient(#727272,#151515); | |
− | + | background: -moz-radial-gradient(#727272,#151515); | |
− | + | background: radial-gradient(#727272,#151515); | |
− | + | z-index: 0; | |
} | } | ||
.HomeTileBig { | .HomeTileBig { | ||
− | + | position: relative; | |
− | + | height: 350px; | |
− | + | width: 350px; | |
− | + | background: -webkit-radial-gradient(#727272,#151515); | |
− | + | background: -o-radial-gradient(#727272,#151515); | |
− | + | background: -moz-radial-gradient(#727272,#151515); | |
− | + | background: radial-gradient(#727272,#151515); | |
− | + | z-index: 0; | |
} | } | ||
.HomeTilelink { | .HomeTilelink { | ||
− | + | position: absolute; | |
− | + | bottom: 0; | |
− | + | width: 100%; | |
− | + | background-color: rgba(0,0,0,0.6); | |
− | + | text-align: center; | |
− | + | text-transform: uppercase; | |
− | + | color: white; | |
− | + | text-shadow: 0 0 2px; | |
− | + | font-size: 12px; | |
− | + | z-index: 4; | |
} | } | ||
.HomeTilelink a { | .HomeTilelink a { | ||
− | + | color: white; | |
− | + | text-decoration: none | |
} | } | ||
.HomeTileimage,.HomeTileimage-overlap { | .HomeTileimage,.HomeTileimage-overlap { | ||
− | + | position: absolute; | |
− | + | top: 25px; | |
− | + | left: 27px; | |
− | + | transition: 1s; | |
− | + | -webkit-transition: 1s; | |
− | + | -moz-transition: 1s; | |
− | + | -o-transition: 1s; | |
− | + | opacity: 1; | |
− | + | z-index: 1; | |
} | } | ||
.HomeTileimage2 { | .HomeTileimage2 { | ||
− | + | position: absolute; | |
− | + | top: 0px; | |
− | + | transition: 1s; | |
− | + | -webkit-transition: 1s; | |
− | + | -moz-transition: 1s; | |
− | + | -o-transition: 1s; | |
− | + | opacity: 0; | |
− | + | z-index: 2; | |
} | } | ||
.HomeTile:hover .HomeTileimage { | .HomeTile:hover .HomeTileimage { | ||
− | + | opacity: 0 | |
} | } | ||
.HomeTile:hover .HomeTileimage2 { | .HomeTile:hover .HomeTileimage2 { | ||
− | + | opacity: 1 | |
} | } | ||
.imagelink { | .imagelink { | ||
− | + | width:100px; | |
− | + | height:100px; | |
− | + | display:block; | |
− | + | text-decoration:none; | |
} | } | ||
− | /* | + | /*================================================================================================================================== |
+ | Side Menu | ||
+ | ==================================================================================================================================*/ | ||
.mainpage-box-playfree { | .mainpage-box-playfree { | ||
− | + | -moz-box-sizing: border-box; | |
− | + | -webkit-box-sizing: border-box; | |
− | + | box-sizing: border-box; | |
− | + | -moz-user-select: none; | |
− | + | -webkit-user-select: none; | |
− | + | -ms-user-select: none; | |
− | + | -o-user-select: none; | |
− | + | -user-select: none; | |
− | + | background: #2EA2C7; | |
− | + | display: block; | |
− | + | padding: 10px 0px; | |
− | + | text-align: center; | |
− | + | border-radius: 10px 10px 2px 2px; | |
− | |||
} | } | ||
.mainpage-box-playfree span { | .mainpage-box-playfree span { | ||
− | |||
− | |||
} | } | ||
.mainpage-box-playfree a { | .mainpage-box-playfree a { | ||
− | + | vertical-align: middle; | |
− | + | font-family: Arial,Helvetica,sans-serif; | |
− | + | font-weight: light; | |
− | + | text-transform: uppercase; | |
− | + | text-decoration: none !important; | |
− | + | font-size: 30px; | |
− | + | color: #FFFFFF !important; | |
} | } | ||
.mainpage-box-playfree:hover { | .mainpage-box-playfree:hover { | ||
− | |||
} | } | ||
.mainpage-box-playfree:hover a { | .mainpage-box-playfree:hover a { | ||
− | + | color: black !important; | |
} | } | ||
.logo_fix { | .logo_fix { | ||
position: relative; | position: relative; | ||
− | + | left: 25px; | |
} | } | ||
− | /*Tabber*/ | + | /*================================================================================================================================== |
+ | Tabber | ||
+ | ==================================================================================================================================*/ | ||
.tabbertab { | .tabbertab { | ||
− | + | border: none !important; | |
− | + | padding: 0 !important | |
} | } | ||
.tabbernav { | .tabbernav { | ||
− | + | background: #f8f8f8; | |
− | + | border: 1px solid #eee !important; | |
− | + | padding: 0 !important; | |
− | + | text-align: center; | |
− | + | font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important; | |
− | + | border-radius: 4px; | |
− | + | font-size: 15px !important; | |
− | + | line-height: 15px !important; | |
− | + | justify-content: space-between; | |
− | + | display: flex | |
} | } | ||
.tabbernav li { | .tabbernav li { | ||
− | + | font-size: 15px !important; | |
− | + | ;line-height: 15px !important; | |
− | + | width: 100% | |
} | } | ||
.tabbernav li a { | .tabbernav li a { | ||
− | + | border: none !important; | |
− | + | margin: 0 !important; | |
− | + | padding: 10px 0 !important; | |
− | + | background: transparent !important; | |
− | + | color: #999 !important; | |
− | + | font-size: 14px; | |
− | + | transition-duration: 0.15s; | |
− | + | cursor: default; | |
− | + | font-weight: normal !important; | |
− | + | font-size: 15px !important; | |
− | + | ;line-height: 15px !important; | |
− | + | width: 100%; | |
− | + | display: inline-block | |
} | } | ||
ul.tabbernav li { | ul.tabbernav li { | ||
− | + | list-style: none; | |
− | + | margin: 0; | |
− | + | display: inline-block; | |
− | + | padding-top: 0; | |
} | } | ||
.tabbernav .tabberactive a,.tabbernav li a:hover { | .tabbernav .tabberactive a,.tabbernav li a:hover { | ||
− | + | color: black !important; | |
− | + | background: #eee !important | |
+ | } | ||
+ | |||
+ | /*================================================================================================================================== | ||
+ | Popups | ||
+ | ==================================================================================================================================*/ | ||
+ | |||
+ | .mwe-popups { | ||
+ | background: #606060 !important; | ||
+ | } | ||
+ | |||
+ | .mwe-popups .mwe-popups-extract[dir='ltr']:after { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | .mwe-popups.mwe-popups-no-image-pointer:before { | ||
+ | border-bottom: none !important; | ||
+ | } | ||
+ | |||
+ | .mwe-popups .mwe-popups-extract { | ||
+ | color: ghostwhite !important; | ||
+ | } | ||
+ | |||
+ | .mwe-popups.mwe-popups-no-image-pointer:after { | ||
+ | border-bottom: 11px solid #606060 !important; | ||
+ | } | ||
+ | |||
+ | /*================================================================================================================================== | ||
+ | Notes | ||
+ | ==================================================================================================================================*/ | ||
+ | |||
+ | |||
+ | .note { | ||
+ | background-position: left 7px top 50%; | ||
+ | padding: 0.5em 0.5em 0.5em 40px; | ||
+ | margin: 0.5em 0; | ||
+ | overflow: hidden; | ||
+ | background-color: #f8f9fa; | ||
+ | background-repeat: no-repeat; | ||
+ | border: 1px solid #ddd; | ||
+ | color: #000000; | ||
+ | line-height: 26px; | ||
+ | } | ||
+ | |||
+ | .note-inline { | ||
+ | display: inline-block; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | .note-info { | ||
+ | background-color: #f6efe5; | ||
+ | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E reference %3C/title%3E%3Cpath d='M15 1v9l-2.78-2.78L9.44 10V1H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2z' id='path4' style='fill:%23ac6600;fill-opacity:1;opacity:1'/%3E%3C/svg%3E"); | ||
+ | background-size: 25px; | ||
+ | border-color: #ac6600; | ||
+ | padding-left: 40px; | ||
+ | min-height: 28px; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .note-reminder { | ||
+ | background-color: #fff9ea; | ||
+ | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3Elightbulb%3C/title%3E%3Cpath d='M8 19a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1H8zm9-12a7 7 0 1 0-12 4.9S7 14 7 15v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1c0-1 2-3.1 2-3.1A7 7 0 0 0 17 7z' style='fill:%23fc3;fill-opacity:1;opacity:1'/%3E%3C/svg%3E"); | ||
+ | background-size: 25px; | ||
+ | border-color: #fc3; | ||
+ | min-height: 28px; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .note-warn { | ||
+ | background-color: #fff9ea; | ||
+ | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E alert %3C/title%3E%3Cstyle type='text/css'%3E* %7B fill: %23ff5d00 %7D%3C/style%3E%3Cpath d='M19.64 16.36L11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z'/%3E%3C/svg%3E"); | ||
+ | background-size: 25px; | ||
+ | border-color: #fc3; | ||
+ | min-height: 28px; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .note-error { | ||
+ | background-color: #fee7e6; | ||
+ | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3Enotice%3C/title%3E%3Cpath d='M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm0-4H9V4h2z' id='path4' style='fill:%23dd3333;fill-opacity:1'/%3E%3C/svg%3E"); | ||
+ | background-size: 25px; | ||
+ | border-color: #c33; | ||
+ | min-height: 28px; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | /*================================================================================================================================== | ||
+ | Other | ||
+ | ==================================================================================================================================*/ | ||
+ | |||
+ | .mw-datatable td{ | ||
+ | background-color: #474646 !important; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button{ | ||
+ | background: #b12b2b !important; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { | ||
+ | background: #d03333 !important; | ||
+ | } | ||
+ | |||
+ | .oo-ui-labelWidget.oo-ui-inline-help { | ||
+ | color: #49aeff !important; | ||
+ | } | ||
+ | |||
+ | .mw-prefs-buttons { | ||
+ | background-color: #eaecf0 !important; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | ||
+ | color: #757575; | ||
+ | } | ||
+ | |||
+ | #content-header #page-tools { | ||
+ | margin-bottom: 28px; | ||
+ | } | ||
+ | |||
+ | #pt-uls { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | #mw-content-text { | ||
+ | padding-bottom: 1.5em; | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | .tright .thumbinner { | ||
+ | padding: 0 0 1em 1.5em; | ||
+ | background: none !important; | ||
+ | } | ||
+ | .tleft .thumbinner { | ||
+ | padding: 0 1.5em 1em 0; | ||
+ | background: none !important; | ||
+ | } | ||
+ | |||
+ | .not-patrolled { | ||
+ | background-color: transparent !important; | ||
+ | } | ||
+ | |||
+ | .visualClear, #editform, #toolbar, #wpTextbox1, #footer-bottom, div.floatright { | ||
+ | clear: both !important; | ||
+ | } | ||
+ | |||
+ | .mw-plusminus-neg { | ||
+ | color: #ff0000 !important; | ||
+ | } | ||
+ | |||
+ | .mw-plusminus-pos, | ||
+ | .mw-search-result-data { | ||
+ | color: #00c600 !important; | ||
+ | } | ||
+ | |||
+ | div.mw-prefs-buttons { | ||
+ | background-color: #606060 !important; | ||
+ | padding: 1em !important; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | ||
+ | color: #D5D4D4; | ||
+ | } | ||
+ | |||
+ | .oo-ui-labelWidget.oo-ui-inline-help{ | ||
+ | color: #a4d7ff; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { | ||
+ | color: #dd3333; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mw-widget-calendarWidget-body-wrapper-fade-up, | ||
+ | .mw-widget-calendarWidget-body-wrapper-fade-next, | ||
+ | .mw-widget-calendarWidget-body-wrapper-fade-previous, | ||
+ | .mw-widget-calendarWidget-body-wrapper-fade-down { | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | #simpleSearch #searchInput::placeholder { | ||
+ | color: #D5D4D4 !important; | ||
+ | } | ||
+ | |||
+ | #content-header-inner{ | ||
+ | margin-bottom: 0 !important; | ||
} | } | ||
Line 480: | Line 788: | ||
/* cache key: tycooncommunity:resourceloader:filter:minify-css:7:127ba8983e807d85ec4b19b92f243d50 */ | /* cache key: tycooncommunity:resourceloader:filter:minify-css:7:127ba8983e807d85ec4b19b92f243d50 */ | ||
tbody { | tbody { | ||
− | + | padding: 0px; | |
− | + | width: 100%; | |
− | + | margin: 0 auto; | |
} | } | ||
td { | td { | ||
− | + | padding: 0px 0px; | |
} | } | ||
/* Main CSS class of the tooltip */ | /* Main CSS class of the tooltip */ | ||
.main-tooltip { | .main-tooltip { | ||
− | + | border: 1px solid #cac4b5; | |
− | + | box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); | |
− | + | margin-bottom: 5px; | |
− | + | padding: 2px 5px; | |
− | + | background-color: #464646; | |
− | + | color: black; | |
} | } | ||
/* Adds padding to the wrapper to make space for a shadow */ | /* Adds padding to the wrapper to make space for a shadow */ | ||
#tooltip-wrapper { | #tooltip-wrapper { | ||
− | + | padding: 3px 7px 2px 3px; | |
} | } | ||
/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */ | /* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */ | ||
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents { | .has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents { | ||
− | + | display: none; | |
} | } | ||
.tooltips-init-complete { | .tooltips-init-complete { | ||
− | + | cursor: help; | |
} | } | ||
.article-table thead { | .article-table thead { | ||
− | color: # | + | color: #4f4f4f !important; |
+ | } | ||
+ | |||
+ | .mw-changeslist-legend { | ||
+ | float: right; | ||
+ | margin-left: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | clear: right; | ||
+ | font-size: 82%; | ||
+ | line-height: 10px; | ||
+ | padding: 4px; | ||
+ | border: 1px solid #ddd; | ||
+ | background: #00000014 !important; | ||
+ | color: ghostwhite; | ||
+ | } | ||
+ | |||
+ | .mw-changeslist { | ||
+ | padding: 8px; | ||
+ | margin: -21px -8px; | ||
+ | } | ||
+ | |||
+ | ol.references li:target, sup.reference:target { | ||
+ | background-color: transparent !important; | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle{ | ||
+ | background-color: #606060 !important; | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title, | ||
+ | .mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters, | ||
+ | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button{ | ||
+ | color: ghostwhite !important; | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget{ | ||
+ | border: 1px solid #ffffff !important; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-labelElement.oo-ui-labelElement-label{ | ||
+ | color: ghostwhite; | ||
+ | } | ||
+ | |||
+ | .oo-ui-iconElement .oo-ui-iconElement-icon, .oo-ui-iconElement.oo-ui-iconElement-icon{ | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | .oo-ui-iconElement-icon{ | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | #searchInput, input#wpSummary, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, .oo-ui-textInputWidget.oo-ui-widget-enabled input, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea, input[name="target"], input[name="user"], input[name="mime"], input[size$="0"], input[type="text"], input[type="checkbox"], input[type="radio"], input#wpTemplateSandboxPage, input.mw-summary, input.mw-input, .mw-input input, .mw-ui-input:invalid, textarea, .mw-ui-input-inline{ | ||
+ | margin: 0 !important; | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .mw-notification { | ||
+ | background: #606060 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mw-rcfilters-ui-valuePickerWidget-title, | ||
+ | .mw-rcfilters-ui-datePopupWidget-title, | ||
+ | div.mw-rcfilters-ui-overlay{ | ||
+ | color: black !important; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button{ | ||
+ | color: #70b8ff !important; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button{ | ||
+ | color: #000 !important; | ||
+ | } | ||
+ | /* 'Return to Last Page button bottom left in-game F7* (also visible via wiki.tycoon.community, iframe)*/ | ||
+ | .LastPage { | ||
+ | width: fit-content; | ||
+ | height: 50px; | ||
+ | position: fixed; | ||
+ | bottom: 0; | ||
+ | right: auto; | ||
+ | left: 0; | ||
+ | font-size: 25px; | ||
+ | background: #3189ea !important; | ||
+ | color: white; | ||
+ | border: none; | ||
+ | opacity: 0.5; | ||
+ | transition: font-size 1s, opacity 1s; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .LastPage:hover { | ||
+ | background: -webkit-linear-gradient(15deg,#3189ea,#6eabf0) !important; /* For old Webkit (Safari 4+, Chrome) */ | ||
+ | background: -moz-linear-gradient(15deg,#3189ea,#6eabf0) !important; /* For Firefox 3.6+ */ | ||
+ | background: -o-linear-gradient(15deg,#3189ea,#6eabf0) !important; /* For Opera 11.1+ */ | ||
+ | background: linear-gradient(15deg,#3189ea,#6eabf0) !important; /* Standard syntax */ | ||
+ | font-size: 30px; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*Rainbowtext*/ | ||
+ | .rainbowtext { | ||
+ | background: -webkit-linear-gradient( 92deg, #95d7e3, #eb76ff ); | ||
+ | background-size:600vw 600vw; | ||
+ | |||
+ | -webkit-background-clip: text; | ||
+ | animation: rainbowtext 5s linear infinite alternate; | ||
+ | } | ||
+ | |||
+ | @keyframes rainbowtext { | ||
+ | 0% { | ||
+ | color: #6666ff; | ||
+ | } | ||
+ | 10% { | ||
+ | color: #0099ff; | ||
+ | } | ||
+ | 50% { | ||
+ | color: #00ff00; | ||
+ | } | ||
+ | 75% { | ||
+ | color: #ff3399; | ||
+ | } | ||
+ | 100% { | ||
+ | color: #6666ff; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | /*Image Metadata*/ | ||
+ | .mw_metadata { | ||
+ | color:black; | ||
+ | } | ||
+ | /*CiteThisPage*/ | ||
+ | .mw-specialCiteThisPage-bibliographic { | ||
+ | background-color: #474646; | ||
+ | } | ||
+ | /*================================================================================================================================== | ||
+ | SVG Images | ||
+ | ==================================================================================================================================*/ | ||
+ | .postedit:after{ | ||
+ | background-image: url(/wiki/resources/src/mediawiki.action/images/close.png?108ce); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Cpath fill='lightskyblue' d=%22M3.636 2.222l14.142 14.142-1.414 1.414L2.222 3.636z%22/%3E %3Cpath fill='lightblue' d=%22M17.778 3.636L3.636 17.778l-1.414-1.414L16.364 2.222z%22/%3E %3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-settings, .mw-ui-icon-settings:before { | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-interactions&image=settings&format=rasterized&lang=en&skin=editor&version=035qa9u); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Cg fill=%22%2354595d%22%3E %3Cpath fill='lightskyblue' d=%22M10.112 4.554a5.334 5.334 0 1 0 0 10.668 5.334 5.334 0 0 0 0-10.668zm0 7.823a2.49 2.49 0 1 1 0-4.978 2.49 2.49 0 0 1 0 4.978z%22/%3E %3Cpath fill='lightskyblue' d=%22M11.4 5.303L11.05 3h-2.1L8.6 5.303a4.9 4.9 0 0 1 2.8 0zm-2.8 9.394L8.95 17h2.1l.35-2.303a4.9 4.9 0 0 1-2.8 0zm5.712-7.028l1.4-1.876L14.2 4.309l-1.876 1.4a4.9 4.9 0 0 1 1.981 1.981l.007-.021zm-8.624 4.662L4.309 14.2 5.8 15.691l1.876-1.4a4.9 4.9 0 0 1-1.981-1.981l-.007.021zm9.009-.931L17 11.05v-2.1l-2.303-.35a4.9 4.9 0 0 1 0 2.8zM5.303 8.6L3 8.95v2.1l2.303.35a4.9 4.9 0 0 1 0-2.8zm7.028 5.712l1.876 1.4 1.484-1.512-1.4-1.876a4.9 4.9 0 0 1-1.981 1.981l.021.007zM7.669 5.688L5.8 4.309 4.309 5.8l1.4 1.876a4.9 4.9 0 0 1 1.96-1.988z%22/%3E %3C/g%3E %3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-history, .mw-ui-icon-history:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-content&image=history&format=rasterized&lang=en&skin=editor&version=035qa9u); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ehistory%3C/title%3E%3Cpath fill='lightskyblue' d=%22M9 6v5h.06l2.48 2.47 1.41-1.41L11 10.11V6z%22/%3E%3Cpath fill='lightskyblue' d=%22M10 1a9 9 0 0 0-7.85 13.35L.5 16H6v-5.5l-2.38 2.38A7 7 0 1 1 10 17v2a9 9 0 0 0 0-18z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-article, .mw-ui-icon-article:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-content&image=article&format=rasterized&lang=en&skin=editor&version=035qa9u); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Earticle%3C/title%3E%3Cpath fill='lightskyblue' d=%22M5 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 3h5v1H5zm0 2h5v1H5zm0 2h5v1H5zm10 7H5v-1h10zm0-2H5v-1h10zm0-2H5v-1h10zm0-2h-4V4h4z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-tag, .mw-ui-icon-tag:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-content&image=tag&format=rasterized&lang=en&skin=editor&version=035qa9u); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Etag%3C/title%3E%3Cpath fill='lightskyblue' d=%22M9 1.28A1 1 0 0 0 8.35 1H2a1 1 0 0 0-1 1v6.35a1 1 0 0 0 .28.65L11 18.72a1 1 0 0 0 1.37 0l6.38-6.38a1 1 0 0 0-.03-1.34zM5 7a2 2 0 1 1 2-2 2 2 0 0 1-2 2z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-menu, .mw-ui-icon-menu:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-layout&image=menu&format=rasterized&lang=en&skin=editor&version=035qa9u); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Emenu%3C/title%3E%3Cpath fill='lightskyblue' d=%22M1 3v2h18V3zm0 8h18V9H1zm0 6h18v-2H1z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-play, .mw-ui-icon-play:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-media&image=play&format=rasterized&lang=en&skin=editor&version=1lh797r); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eplay%3C/title%3E%3Cpath fill='lightskyblue' d=%22M4.55 19A1 1 0 0 1 3 18.13V1.87A1 1 0 0 1 4.55 1l12.2 8.13a1 1 0 0 1 0 1.7z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-image-invert.oo-ui-icon-stop, .mw-ui-icon-stop-invert:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-media&image=stop&variant=invert&format=rasterized&lang=en&skin=editor&version=1lh797r); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Estop%3C/title%3E%3Cg fill='lightskyblue' width=%2216%22 height=%2216%22 x=%222%22 y=%222%22 rx=%221%22/%3E%3C/g%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-reload, .mw-ui-icon-reload:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-interactions&image=reload&format=rasterized&lang=en&skin=editor&version=035qa9u); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ereload%3C/title%3E%3Cpath fill='lightskyblue' d=%22M15.65 4.35A8 8 0 1 0 17.4 13h-2.22a6 6 0 1 1-1-7.22L11 9h7V2z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-search, .mw-ui-icon-search:befor{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-interactions&image=search&format=rasterized&lang=en&skin=editor&version=035qa9u); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath fill='lightskyblue' d=%22M19 17l-5.15-5.15a7 7 0 1 0-2 2L17 19zM3.5 8A4.5 4.5 0 1 1 8 12.5 4.5 4.5 0 0 1 3.5 8z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-highlight, .mw-ui-icon-highlight:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-editing-styling&image=highlight&format=rasterized&lang=en&skin=editor&version=1lh797r); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ehighlight%3C/title%3E%3Cpath fill='lightskyblue' d=%22M15.14 2.27a1 1 0 0 0-1.41 0l-10 10a1 1 0 0 0 0 1.41L4 14l-3 4h5l1-1 .29.29a1 1 0 0 0 1.41 0l10-10a1 1 0 0 0 .03-1.43zM7 15l-2-2 9-9 2 2z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-bookmark, .mw-ui-icon-bookmark:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-moderation&image=bookmark&format=rasterized&lang=en&skin=editor&version=0huuf8y); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ebookmark%3C/title%3E%3Cpath fill='lightskyblue' d=%22M5 1a2 2 0 0 0-2 2v16l7-5 7 5V3a2 2 0 0 0-2-2z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-close, .mw-ui-icon-close:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-interactions&image=close&format=rasterized&lang=en&skin=editor&version=035qa9u); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath fill='lightskyblue' d=%22M4.34 2.93l12.73 12.73-1.41 1.41L2.93 4.35z%22/%3E%3Cpath fill='lightskyblue' d=%22M17.07 4.34L4.34 17.07l-1.41-1.41L15.66 2.93z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-trash, .mw-ui-icon-trash:before{ | ||
+ | background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-moderation&image=trash&format=rasterized&lang=en&skin=editor&version=0huuf8y); | ||
+ | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Etrash%3C/title%3E%3Cpath fill='lightskyblue' d=%22M17 2h-3.5l-1-1h-5l-1 1H3v2h14zM4 17a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5H4z%22/%3E%3C/svg%3E"); | ||
+ | } | ||
+ | |||
+ | #job-search-input{ | ||
+ | width: 100%; | ||
+ | box-shadow: none; | ||
+ | font-weight: bolder; | ||
+ | font-size: 1rem; | ||
+ | } | ||
+ | |||
+ | #job-search-input:focus-visible { | ||
+ | outline: none; | ||
+ | } | ||
+ | |||
+ | /* Menu Divider */ | ||
+ | #n-divider { | ||
+ | border-bottom: 1px solid #CCC; | ||
+ | margin: 0.35em 0em!important; | ||
+ | } | ||
+ | |||
+ | #n-divider a { | ||
+ | display:none!important; | ||
+ | } | ||
+ | |||
+ | #header-navigation .mw-portlet .dropdown a { | ||
+ | padding: 0.35em 0.3em; | ||
+ | } | ||
+ | #header-navigation .mw-portlet .dropdown a:hover { | ||
+ | background-color: #555; | ||
+ | } | ||
+ | #header-navigation .mw-portlet .dropdown li:not(#n-divider) { | ||
+ | margin: 0.1em 0em!important; | ||
} | } |
Latest revision as of 16:35, 26 October 2024
/*Always show footer bottom (Disclaimer, About Tycoon Gaming, Privacy Policy)*/ #footer-bottom { display: block !important; } /* Main Menu */ .MenuButton { font-weight: bolder; text-align: center; line-height: 2rem; border-radius: 3px; background: #2EA2C7; word-wrap: break-word; vertical-align: middle; align-items: center; justify-content: center; display: flex; width: 100%; word-break: break-word; text-transform: uppercase; } .MenuButton a { color: white; } .MenuHeader { width: 100%; text-align: center; font-size: 4rem; line-height: 6rem; background: #2EA2C7; border-radius: 10px 10px 0 0; } .MenuButtonContainer{ display:flex; flex-wrap: nowrap; flex-direction: row; gap: 3px; margin-top: 3px; } .MenuButtonContainer p{ display: none; } @media screen and (max-width: 600px) { .MenuButtonContainer{ flex-direction: column; } } .red { background: #ea2525; } /* CSS placed here will be applied to all skins */ .mw-wiki-logo { background-image: url(https://dash.tycoon.community/wiki/images/e/ea/Logo.gif) !important; } /*================================================================================================================================== ServerList ==================================================================================================================================*/ .server-serverlist { font-size: 76%; line-height: 12px; margin: 102px; text-align: center; position: fixed; right: 0px; /*border: 3px solid #727272;*/ } .serverlist-title { font-size: 217% !important; padding-bottom: 5px; text-transform: uppercase; /*background: lightskyblue;*/ padding: 6px 4px 5px; } .server{ font-size: 100%; overflow: hidden; cursor: default; } .server:hover{ transform: scale(1.5); transition: transform 1s, visibility 1s cubic-bezier(0.96, -0.01, 0, 1.03); background-image: linear-gradient(transparent 0%, #474646 5%, #474646 80%, transparent 100%); } .server-title{ font-size: 250%; padding: 8px 0px 3px 0px; } .server-uptime{ font-size: 100%; } .server-players{ font-size: 100%; } .serverlist-title{ font-size: 100%; } .visualClear, #editform, #toolbar, #wpTextbox1, #footer-bottom, div.floatright{ clear: left; } /*================================================================================================================================== Tooltip ==================================================================================================================================*/ .tooltip { text-decoration:none; position:relative; } .tooltip span { display:none; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; color:black; background:white; } .tooltip span img { float:left; } .tooltip:hover span { display:block; position:absolute; top:0; left:0; z-index:1000; width:auto; border:1px solid black; margin-top:19px; margin-left:32px; overflow:hidden; padding:8px; } /*================================================================================================================================== Difference Between Revisions Table ==================================================================================================================================*/ .diff-deletedline .diffchange { background: #800000; } .diff-addedline .diffchange { background: #035100; } .diff-context { display: none; } #pagehistory li.selected { background-color: #0058ff0a; color: ghostwhite; border: 1px solid #fff } /*================================================================================================================================== Galleries ==================================================================================================================================*/ .zoom_img img{ -moz-transition:-moz-transform 0.1s ease-in; -webkit-transition:-webkit-transform 0.1s ease-in; -o-transition:-o-transform 0.1s ease-in; transition:transform 0.1 ease-in; } .zoom_img img:hover{ -moz-transform:scale(2.5); -webkit-transform:scale(2.5); -o-transform:scale(2.5); transform:scale(2.5); } .thumbinner img { border: none; } /*================================================================================================================================== Infobox ==================================================================================================================================*/ .portable-infobox { background: #606060 !important; } .pi-caption{ color: #fff !important; } /*================================================================================================================================== Search ==================================================================================================================================*/ #p-search #searchInput-container-container { display: inline-block; background-color: #606060; color: ghostwhite; } .suggestions-result-current { background-color: #474646; color: ghostwhite; font-style: italic; } .suggestions-result-current .special-label, .suggestions-result-current .special-query { background-color: #474646; color: ghostwhite; font-style: italic; } .suggestions-results { background-color: #606060; color: ghostwhite !important; cursor: pointer; border: 1px solid #a2a9b1; padding: 0; margin: 0; } div.suggestions-result { color: ghostwhite; margin: 0; line-height: 1.5em; padding: 0.01em 0.25em; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .suggestions-special .special-label, .suggestions-special .special-query { color: ghostwhite; text-align: left; } .suggestions-special { position: relative; background-color: #606060; color: ghostwhite; cursor: pointer; border: 1px solid #a2a9b1; margin: 0; margin-top: -2px; display: none; padding: 0.25em 0.25em; line-height: 1.25em; } #mw-searchoptions { background-color: #606060; } /*================================================================================================================================== Editor ==================================================================================================================================*/ #searchInput, input#wpSummary, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, .oo-ui-textInputWidget.oo-ui-widget-enabled input, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea, input[name="target"], input[name="user"], input[name="mime"], input[size$="0"], input[type="text"], input[type="checkbox"], input[type="radio"], input#wpTemplateSandboxPage, input.mw-summary, input.mw-input, .mw-input input, .mw-ui-input:invalid, textarea, .mw-ui-input-inline { background: unset !important; color: ghostwhite !important; } .wikiEditor-toolbar-dialog .ui-dialog-content input[type='text'] { color: black !important; } .ace_gutter-cell.ace_error, .ace_gutter-cell.ace_warning, .ace_gutter-cell.ace_info, .codeEditor-status-message { color: black !important; } /*================================================================================================================================== Main Menu ==================================================================================================================================*/ .HomeNav, .HomeNavLong { display: inline-block; position: relative; transform: skew(30deg); text-align: center; background: #2EA2C7; padding: 5px; text-transform: uppercase; font-family: Arial,Helvetica,sans-serif; font-size: 14px; margin: 2px; } .HomeNavTwo, .HomeNavLongTwo { display: inline-block; position: relative; transform: skew(30deg); text-align: center; background: #ea2525; padding: 5px; text-transform: uppercase; font-family: Arial,Helvetica,sans-serif; font-size: 14px; margin: 2px; } .HomeNavExtraLong { display: inline-block; position: relative; text-align: center; background: #2EA2C7; padding: 5px; text-transform: uppercase; font-family: Arial,Helvetica,sans-serif; font-size: 14px; margin: 2px; } .HomeNav, .HomeNavTwo { width: 189px; } .HomeNavLong, .HomeNavLongTwo { width: 500px; } .HomeNavExtraLong { width: 1050px; } .HomeNav span, .HomeNavLong span, .HomeNavTwo span, .HomeNavLongTwo span { display: inline-block; transform: skew(-30deg) } .HomeNavExtraLong span a { font-size: 14px; font-weight: bold; font-family: Arial,Helvetica,sans-serif; color: white; text-decoration: none } .HomeNavLong span a, .HomeNavLongTwo span a { font-size: 18px; font-weight: bold; font-family: Arial,Helvetica,sans-serif; color: white; text-decoration: none } .HomeNav span a, .HomeNavTwo span a { font-size: 14px; font-weight: bold; font-family: Arial,Helvetica,sans-serif; color: white; text-decoration: none } .HomeNav .trapzoidleft, .HomeNavLong .trapzoidleft { position: absolute; top: 0; left: -10px; height: 100%; width: 30px; background: #2EA2C7; transform: skew(-30deg) } .HomeNavTwo .trapzoidleft, .HomeNavLongTwo .trapzoidleft { position: absolute; top: 0; left: -10px; height: 100%; width: 30px; background: #ea2525; transform: skew(-30deg) } .HomeNav .trapzoidright, .HomeNavLong .trapzoidright { position: absolute; top: 0; right: -10px; height: 100%; width: 30px; background: #2EA2C7; transform: skew(-30deg) } .HomeNavTwo .trapzoidright, .HomeNavLongTwo .trapzoidright { position: absolute; top: 0; right: -10px; height: 100%; width: 30px; background: #ea2525; transform: skew(-30deg) } .HomeNav:hover span a, .HomeNavTwo:hover span a, .HomeNavLong:hover span a, .HomeNavLongTwo:hover span a, .HomeNavExtraLong:hover span a { color: black } .HomeTile { position: relative; height: 173px; width: 173px; background: -webkit-radial-gradient(#727272,#151515); background: -o-radial-gradient(#727272,#151515); background: -moz-radial-gradient(#727272,#151515); background: radial-gradient(#727272,#151515); z-index: 0; } .HomeTileBig { position: relative; height: 350px; width: 350px; background: -webkit-radial-gradient(#727272,#151515); background: -o-radial-gradient(#727272,#151515); background: -moz-radial-gradient(#727272,#151515); background: radial-gradient(#727272,#151515); z-index: 0; } .HomeTilelink { position: absolute; bottom: 0; width: 100%; background-color: rgba(0,0,0,0.6); text-align: center; text-transform: uppercase; color: white; text-shadow: 0 0 2px; font-size: 12px; z-index: 4; } .HomeTilelink a { color: white; text-decoration: none } .HomeTileimage,.HomeTileimage-overlap { position: absolute; top: 25px; left: 27px; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; opacity: 1; z-index: 1; } .HomeTileimage2 { position: absolute; top: 0px; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; opacity: 0; z-index: 2; } .HomeTile:hover .HomeTileimage { opacity: 0 } .HomeTile:hover .HomeTileimage2 { opacity: 1 } .imagelink { width:100px; height:100px; display:block; text-decoration:none; } /*================================================================================================================================== Side Menu ==================================================================================================================================*/ .mainpage-box-playfree { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -o-user-select: none; -user-select: none; background: #2EA2C7; display: block; padding: 10px 0px; text-align: center; border-radius: 10px 10px 2px 2px; } .mainpage-box-playfree span { } .mainpage-box-playfree a { vertical-align: middle; font-family: Arial,Helvetica,sans-serif; font-weight: light; text-transform: uppercase; text-decoration: none !important; font-size: 30px; color: #FFFFFF !important; } .mainpage-box-playfree:hover { } .mainpage-box-playfree:hover a { color: black !important; } .logo_fix { position: relative; left: 25px; } /*================================================================================================================================== Tabber ==================================================================================================================================*/ .tabbertab { border: none !important; padding: 0 !important } .tabbernav { background: #f8f8f8; border: 1px solid #eee !important; padding: 0 !important; text-align: center; font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important; border-radius: 4px; font-size: 15px !important; line-height: 15px !important; justify-content: space-between; display: flex } .tabbernav li { font-size: 15px !important; ;line-height: 15px !important; width: 100% } .tabbernav li a { border: none !important; margin: 0 !important; padding: 10px 0 !important; background: transparent !important; color: #999 !important; font-size: 14px; transition-duration: 0.15s; cursor: default; font-weight: normal !important; font-size: 15px !important; ;line-height: 15px !important; width: 100%; display: inline-block } ul.tabbernav li { list-style: none; margin: 0; display: inline-block; padding-top: 0; } .tabbernav .tabberactive a,.tabbernav li a:hover { color: black !important; background: #eee !important } /*================================================================================================================================== Popups ==================================================================================================================================*/ .mwe-popups { background: #606060 !important; } .mwe-popups .mwe-popups-extract[dir='ltr']:after { display: none !important; } .mwe-popups.mwe-popups-no-image-pointer:before { border-bottom: none !important; } .mwe-popups .mwe-popups-extract { color: ghostwhite !important; } .mwe-popups.mwe-popups-no-image-pointer:after { border-bottom: 11px solid #606060 !important; } /*================================================================================================================================== Notes ==================================================================================================================================*/ .note { background-position: left 7px top 50%; padding: 0.5em 0.5em 0.5em 40px; margin: 0.5em 0; overflow: hidden; background-color: #f8f9fa; background-repeat: no-repeat; border: 1px solid #ddd; color: #000000; line-height: 26px; } .note-inline { display: inline-block; vertical-align: middle; } .note-info { background-color: #f6efe5; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E reference %3C/title%3E%3Cpath d='M15 1v9l-2.78-2.78L9.44 10V1H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2z' id='path4' style='fill:%23ac6600;fill-opacity:1;opacity:1'/%3E%3C/svg%3E"); background-size: 25px; border-color: #ac6600; padding-left: 40px; min-height: 28px; color: #000000; } .note-reminder { background-color: #fff9ea; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3Elightbulb%3C/title%3E%3Cpath d='M8 19a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1H8zm9-12a7 7 0 1 0-12 4.9S7 14 7 15v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1c0-1 2-3.1 2-3.1A7 7 0 0 0 17 7z' style='fill:%23fc3;fill-opacity:1;opacity:1'/%3E%3C/svg%3E"); background-size: 25px; border-color: #fc3; min-height: 28px; color: #000000; } .note-warn { background-color: #fff9ea; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E alert %3C/title%3E%3Cstyle type='text/css'%3E* %7B fill: %23ff5d00 %7D%3C/style%3E%3Cpath d='M19.64 16.36L11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z'/%3E%3C/svg%3E"); background-size: 25px; border-color: #fc3; min-height: 28px; color: #000000; } .note-error { background-color: #fee7e6; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3Enotice%3C/title%3E%3Cpath d='M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm0-4H9V4h2z' id='path4' style='fill:%23dd3333;fill-opacity:1'/%3E%3C/svg%3E"); background-size: 25px; border-color: #c33; min-height: 28px; color: #000000; } /*================================================================================================================================== Other ==================================================================================================================================*/ .mw-datatable td{ background-color: #474646 !important; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button{ background: #b12b2b !important; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { background: #d03333 !important; } .oo-ui-labelWidget.oo-ui-inline-help { color: #49aeff !important; } .mw-prefs-buttons { background-color: #eaecf0 !important; } .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { color: #757575; } #content-header #page-tools { margin-bottom: 28px; } #pt-uls { display: none !important; } #mw-content-text { padding-bottom: 1.5em; font-size: 100%; } .tright .thumbinner { padding: 0 0 1em 1.5em; background: none !important; } .tleft .thumbinner { padding: 0 1.5em 1em 0; background: none !important; } .not-patrolled { background-color: transparent !important; } .visualClear, #editform, #toolbar, #wpTextbox1, #footer-bottom, div.floatright { clear: both !important; } .mw-plusminus-neg { color: #ff0000 !important; } .mw-plusminus-pos, .mw-search-result-data { color: #00c600 !important; } div.mw-prefs-buttons { background-color: #606060 !important; padding: 1em !important; } .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { color: #D5D4D4; } .oo-ui-labelWidget.oo-ui-inline-help{ color: #a4d7ff; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { color: #dd3333; } .mw-widget-calendarWidget-body-wrapper-fade-up, .mw-widget-calendarWidget-body-wrapper-fade-next, .mw-widget-calendarWidget-body-wrapper-fade-previous, .mw-widget-calendarWidget-body-wrapper-fade-down { color: #000; } #simpleSearch #searchInput::placeholder { color: #D5D4D4 !important; } #content-header-inner{ margin-bottom: 0 !important; } @media print { } /* cache key: tycooncommunity:resourceloader:filter:minify-css:7:127ba8983e807d85ec4b19b92f243d50 */ tbody { padding: 0px; width: 100%; margin: 0 auto; } td { padding: 0px 0px; } /* Main CSS class of the tooltip */ .main-tooltip { border: 1px solid #cac4b5; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); margin-bottom: 5px; padding: 2px 5px; background-color: #464646; color: black; } /* Adds padding to the wrapper to make space for a shadow */ #tooltip-wrapper { padding: 3px 7px 2px 3px; } /* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */ .has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents { display: none; } .tooltips-init-complete { cursor: help; } .article-table thead { color: #4f4f4f !important; } .mw-changeslist-legend { float: right; margin-left: 10px; margin-bottom: 10px; clear: right; font-size: 82%; line-height: 10px; padding: 4px; border: 1px solid #ddd; background: #00000014 !important; color: ghostwhite; } .mw-changeslist { padding: 8px; margin: -21px -8px; } ol.references li:target, sup.reference:target { background-color: transparent !important; } .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle{ background-color: #606060 !important; } .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title, .mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button{ color: ghostwhite !important; } .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget{ border: 1px solid #ffffff !important; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-labelElement.oo-ui-labelElement-label{ color: ghostwhite; } .oo-ui-iconElement .oo-ui-iconElement-icon, .oo-ui-iconElement.oo-ui-iconElement-icon{ margin-top: 0; } .oo-ui-iconElement-icon{ height: 100%; } #searchInput, input#wpSummary, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, .oo-ui-textInputWidget.oo-ui-widget-enabled input, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea, input[name="target"], input[name="user"], input[name="mime"], input[size$="0"], input[type="text"], input[type="checkbox"], input[type="radio"], input#wpTemplateSandboxPage, input.mw-summary, input.mw-input, .mw-input input, .mw-ui-input:invalid, textarea, .mw-ui-input-inline{ margin: 0 !important; } .mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator{ display: none; } .mw-notification { background: #606060 !important; } .mw-rcfilters-ui-valuePickerWidget-title, .mw-rcfilters-ui-datePopupWidget-title, div.mw-rcfilters-ui-overlay{ color: black !important; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button{ color: #70b8ff !important; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button{ color: #000 !important; } /* 'Return to Last Page button bottom left in-game F7* (also visible via wiki.tycoon.community, iframe)*/ .LastPage { width: fit-content; height: 50px; position: fixed; bottom: 0; right: auto; left: 0; font-size: 25px; background: #3189ea !important; color: white; border: none; opacity: 0.5; transition: font-size 1s, opacity 1s; display: inline-block; } .LastPage:hover { background: -webkit-linear-gradient(15deg,#3189ea,#6eabf0) !important; /* For old Webkit (Safari 4+, Chrome) */ background: -moz-linear-gradient(15deg,#3189ea,#6eabf0) !important; /* For Firefox 3.6+ */ background: -o-linear-gradient(15deg,#3189ea,#6eabf0) !important; /* For Opera 11.1+ */ background: linear-gradient(15deg,#3189ea,#6eabf0) !important; /* Standard syntax */ font-size: 30px; opacity: 1; } /*Rainbowtext*/ .rainbowtext { background: -webkit-linear-gradient( 92deg, #95d7e3, #eb76ff ); background-size:600vw 600vw; -webkit-background-clip: text; animation: rainbowtext 5s linear infinite alternate; } @keyframes rainbowtext { 0% { color: #6666ff; } 10% { color: #0099ff; } 50% { color: #00ff00; } 75% { color: #ff3399; } 100% { color: #6666ff; } } /*Image Metadata*/ .mw_metadata { color:black; } /*CiteThisPage*/ .mw-specialCiteThisPage-bibliographic { background-color: #474646; } /*================================================================================================================================== SVG Images ==================================================================================================================================*/ .postedit:after{ background-image: url(/wiki/resources/src/mediawiki.action/images/close.png?108ce); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Cpath fill='lightskyblue' d=%22M3.636 2.222l14.142 14.142-1.414 1.414L2.222 3.636z%22/%3E %3Cpath fill='lightblue' d=%22M17.778 3.636L3.636 17.778l-1.414-1.414L16.364 2.222z%22/%3E %3C/svg%3E"); } .oo-ui-icon-settings, .mw-ui-icon-settings:before { background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-interactions&image=settings&format=rasterized&lang=en&skin=editor&version=035qa9u); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Cg fill=%22%2354595d%22%3E %3Cpath fill='lightskyblue' d=%22M10.112 4.554a5.334 5.334 0 1 0 0 10.668 5.334 5.334 0 0 0 0-10.668zm0 7.823a2.49 2.49 0 1 1 0-4.978 2.49 2.49 0 0 1 0 4.978z%22/%3E %3Cpath fill='lightskyblue' d=%22M11.4 5.303L11.05 3h-2.1L8.6 5.303a4.9 4.9 0 0 1 2.8 0zm-2.8 9.394L8.95 17h2.1l.35-2.303a4.9 4.9 0 0 1-2.8 0zm5.712-7.028l1.4-1.876L14.2 4.309l-1.876 1.4a4.9 4.9 0 0 1 1.981 1.981l.007-.021zm-8.624 4.662L4.309 14.2 5.8 15.691l1.876-1.4a4.9 4.9 0 0 1-1.981-1.981l-.007.021zm9.009-.931L17 11.05v-2.1l-2.303-.35a4.9 4.9 0 0 1 0 2.8zM5.303 8.6L3 8.95v2.1l2.303.35a4.9 4.9 0 0 1 0-2.8zm7.028 5.712l1.876 1.4 1.484-1.512-1.4-1.876a4.9 4.9 0 0 1-1.981 1.981l.021.007zM7.669 5.688L5.8 4.309 4.309 5.8l1.4 1.876a4.9 4.9 0 0 1 1.96-1.988z%22/%3E %3C/g%3E %3C/svg%3E"); } .oo-ui-icon-history, .mw-ui-icon-history:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-content&image=history&format=rasterized&lang=en&skin=editor&version=035qa9u); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ehistory%3C/title%3E%3Cpath fill='lightskyblue' d=%22M9 6v5h.06l2.48 2.47 1.41-1.41L11 10.11V6z%22/%3E%3Cpath fill='lightskyblue' d=%22M10 1a9 9 0 0 0-7.85 13.35L.5 16H6v-5.5l-2.38 2.38A7 7 0 1 1 10 17v2a9 9 0 0 0 0-18z%22/%3E%3C/svg%3E"); } .oo-ui-icon-article, .mw-ui-icon-article:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-content&image=article&format=rasterized&lang=en&skin=editor&version=035qa9u); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Earticle%3C/title%3E%3Cpath fill='lightskyblue' d=%22M5 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 3h5v1H5zm0 2h5v1H5zm0 2h5v1H5zm10 7H5v-1h10zm0-2H5v-1h10zm0-2H5v-1h10zm0-2h-4V4h4z%22/%3E%3C/svg%3E"); } .oo-ui-icon-tag, .mw-ui-icon-tag:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-content&image=tag&format=rasterized&lang=en&skin=editor&version=035qa9u); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Etag%3C/title%3E%3Cpath fill='lightskyblue' d=%22M9 1.28A1 1 0 0 0 8.35 1H2a1 1 0 0 0-1 1v6.35a1 1 0 0 0 .28.65L11 18.72a1 1 0 0 0 1.37 0l6.38-6.38a1 1 0 0 0-.03-1.34zM5 7a2 2 0 1 1 2-2 2 2 0 0 1-2 2z%22/%3E%3C/svg%3E"); } .oo-ui-icon-menu, .mw-ui-icon-menu:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-layout&image=menu&format=rasterized&lang=en&skin=editor&version=035qa9u); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Emenu%3C/title%3E%3Cpath fill='lightskyblue' d=%22M1 3v2h18V3zm0 8h18V9H1zm0 6h18v-2H1z%22/%3E%3C/svg%3E"); } .oo-ui-icon-play, .mw-ui-icon-play:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-media&image=play&format=rasterized&lang=en&skin=editor&version=1lh797r); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eplay%3C/title%3E%3Cpath fill='lightskyblue' d=%22M4.55 19A1 1 0 0 1 3 18.13V1.87A1 1 0 0 1 4.55 1l12.2 8.13a1 1 0 0 1 0 1.7z%22/%3E%3C/svg%3E"); } .oo-ui-image-invert.oo-ui-icon-stop, .mw-ui-icon-stop-invert:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-media&image=stop&variant=invert&format=rasterized&lang=en&skin=editor&version=1lh797r); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Estop%3C/title%3E%3Cg fill='lightskyblue' width=%2216%22 height=%2216%22 x=%222%22 y=%222%22 rx=%221%22/%3E%3C/g%3E%3C/svg%3E"); } .oo-ui-icon-reload, .mw-ui-icon-reload:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-interactions&image=reload&format=rasterized&lang=en&skin=editor&version=035qa9u); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ereload%3C/title%3E%3Cpath fill='lightskyblue' d=%22M15.65 4.35A8 8 0 1 0 17.4 13h-2.22a6 6 0 1 1-1-7.22L11 9h7V2z%22/%3E%3C/svg%3E"); } .oo-ui-icon-search, .mw-ui-icon-search:befor{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-interactions&image=search&format=rasterized&lang=en&skin=editor&version=035qa9u); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath fill='lightskyblue' d=%22M19 17l-5.15-5.15a7 7 0 1 0-2 2L17 19zM3.5 8A4.5 4.5 0 1 1 8 12.5 4.5 4.5 0 0 1 3.5 8z%22/%3E%3C/svg%3E"); } .oo-ui-icon-highlight, .mw-ui-icon-highlight:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-editing-styling&image=highlight&format=rasterized&lang=en&skin=editor&version=1lh797r); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ehighlight%3C/title%3E%3Cpath fill='lightskyblue' d=%22M15.14 2.27a1 1 0 0 0-1.41 0l-10 10a1 1 0 0 0 0 1.41L4 14l-3 4h5l1-1 .29.29a1 1 0 0 0 1.41 0l10-10a1 1 0 0 0 .03-1.43zM7 15l-2-2 9-9 2 2z%22/%3E%3C/svg%3E"); } .oo-ui-icon-bookmark, .mw-ui-icon-bookmark:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-moderation&image=bookmark&format=rasterized&lang=en&skin=editor&version=0huuf8y); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ebookmark%3C/title%3E%3Cpath fill='lightskyblue' d=%22M5 1a2 2 0 0 0-2 2v16l7-5 7 5V3a2 2 0 0 0-2-2z%22/%3E%3C/svg%3E"); } .oo-ui-icon-close, .mw-ui-icon-close:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-interactions&image=close&format=rasterized&lang=en&skin=editor&version=035qa9u); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath fill='lightskyblue' d=%22M4.34 2.93l12.73 12.73-1.41 1.41L2.93 4.35z%22/%3E%3Cpath fill='lightskyblue' d=%22M17.07 4.34L4.34 17.07l-1.41-1.41L15.66 2.93z%22/%3E%3C/svg%3E"); } .oo-ui-icon-trash, .mw-ui-icon-trash:before{ background-image: url(/wiki/load.php?modules=oojs-ui.styles.icons-moderation&image=trash&format=rasterized&lang=en&skin=editor&version=0huuf8y); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Etrash%3C/title%3E%3Cpath fill='lightskyblue' d=%22M17 2h-3.5l-1-1h-5l-1 1H3v2h14zM4 17a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5H4z%22/%3E%3C/svg%3E"); } #job-search-input{ width: 100%; box-shadow: none; font-weight: bolder; font-size: 1rem; } #job-search-input:focus-visible { outline: none; } /* Menu Divider */ #n-divider { border-bottom: 1px solid #CCC; margin: 0.35em 0em!important; } #n-divider a { display:none!important; } #header-navigation .mw-portlet .dropdown a { padding: 0.35em 0.3em; } #header-navigation .mw-portlet .dropdown a:hover { background-color: #555; } #header-navigation .mw-portlet .dropdown li:not(#n-divider) { margin: 0.1em 0em!important; }