MediaWiki:Common.css: Difference between revisions
mNo edit summary |
Updated mp-featured color to better match figma. Removed red header border on main page. |
||
| (25 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap'); | |||
@font-face { | |||
font-family: 'KingthingsPetrock'; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: local("Kingthings Petrock"), | |||
url('filepath://Kingthings_Petrock-webfont.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'MuseoSans'; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: local("Museo Sans"), | |||
url('filepath://Museo_Sans_500.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'League Spartan'; | |||
font-style: normal; | |||
font-weight: bold; | |||
src: local("League Spartan"), | |||
url('filepath://Leaguespartan-bold.woff') format('woff'); | |||
} | |||
.new, #p-personal a.new { | .new, #p-personal a.new { | ||
| Line 15: | Line 41: | ||
} | } | ||
.missionthumb { | |||
padding-right:20px; | |||
} | |||
#ca-unwatch.icon a, #ca-watch.icon a { | #ca-unwatch.icon a, #ca-watch.icon a { | ||
padding-top: 3.10em; | padding-top: 3.10em; | ||
| Line 51: | Line 80: | ||
} | } | ||
div#mw-panel { | div#mw-panel { | ||
padding-top: 0 !important; | padding-top: 0 !important; | ||
| Line 79: | Line 104: | ||
float: right; | float: right; | ||
} | } | ||
| Line 170: | Line 185: | ||
} | } | ||
.eu4box-inline .heading { | .eu4box-inline .heading { | ||
background-image: url("https://wiki.geministation.com/images/6/61/Earth_space_500px.png"); | background-image: url("https://wiki.geministation.com/images/6/61/Earth_space_500px.png"); /* [[File:Earth_space_500px.png]] */ | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: auto; | background-size: auto; | ||
| Line 237: | Line 252: | ||
/* Main Page Header Image*/ | /* Main Page Header Image*/ | ||
.header {background-image: url('https://wiki.geministation.com/images/7/78/Header3.png'); | .header {background-image: url('https://wiki.geministation.com/images/7/78/Header3.png'); /* [[File:Header3.png]] */ | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
display: block; | display: block; | ||
| Line 247: | Line 262: | ||
} | } | ||
a, | |||
image a { | |||
color: #327ba7; | |||
} | } | ||
a:visited, | |||
image a:visited, | |||
a:active, | |||
image a:active { | |||
color: #327ba7; | |||
a:visited, | |||
image a:visited, | |||
a:active, | |||
image a:active { | |||
color: #327ba7; | |||
} | } | ||
| Line 507: | Line 498: | ||
.mw-userlink[title="User:Botsey"], | .mw-userlink[title="User:Botsey"], | ||
.mw-userlink[title="User:BrenBot"], | .mw-userlink[title="User:BrenBot"], | ||
.mw-userlink[title="User: | .mw-userlink[title="User:CÃÂÃÂÃÂÃÂ¥mdroid"], | ||
.mw-userlink[title="User:CapitalWillowBot"], | .mw-userlink[title="User:CapitalWillowBot"], | ||
.mw-userlink[title="User:CephBot"], | .mw-userlink[title="User:CephBot"], | ||
| Line 1,166: | Line 1,157: | ||
} | } | ||
.oswf-page-container { | |||
margin-left: 0. | width: 100%; | ||
border-radius: 0.5em; | |||
max-width: 80rem; | |||
margin-left: auto; | |||
margin-right: auto; | |||
border: 1px solid #e4eaee; | |||
background: #ffffff; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | } | ||
.oswf- | .oswf-page-container .mw-headline-underline { | ||
display: none; | |||
} | } | ||
.oswf- | .oswf-page-container .oswf-tile { | ||
max-width: 35em; | |||
padding: 0; | |||
border-color: #3c780a; | |||
} | } | ||
.oswf-tile .oswf- | .oswf-page-container .oswf-tile.oswf-tile-complete { | ||
order: 10; | |||
border-color: #9f261e; | |||
} | } | ||
.oswf-tile .oswf- | .oswf-page-container .oswf-tile.oswf-tile-complete .oswf-tile-banner { | ||
background: #9f261e; | |||
} | } | ||
.oswf-tile .oswf- | .oswf-page-container .oswf-tile.oswf-tile-complete .oswf-tile-content { | ||
opacity: 0.5; | |||
} | } | ||
.oswf-tile .oswf- | .oswf-page-container .oswf-tile .oswf-tile-banner { | ||
padding: 0.5em 2em; | |||
background: #3c780a; | |||
color: #ffffff; | |||
} | } | ||
. | .oswf-page-container .oswf-tile .oswf-tile-content { | ||
padding: | padding: 1.5em 2em 1.5em; | ||
} | } | ||
. | .oswf-section-header { | ||
padding: 0.25em 2em; | |||
background: #eeeeee; | |||
display: flex; | |||
flex-direction: row; | |||
align-items: center; | |||
border-top: 1px solid #e4eaee; | |||
border-bottom: 1px solid #e4eaee; | |||
- | justify-content: space-between; | ||
} | } | ||
. | .oswf-section-header h2, | ||
.oswf-section-header h5 { | |||
padding: 0; | |||
margin: 0.3em 0; | |||
} | } | ||
. | .oswf-section-header.oswf-page-header { | ||
background: #09233A; | |||
border- | border-radius: 0.5em 0.5em 0 0; | ||
border | border: none; | ||
} | } | ||
. | .oswf-section-header.oswf-page-header h2, | ||
.oswf-section-header.oswf-page-header h5 { | |||
color: #ffffff; | |||
padding: 0; | |||
margin: 0.5em 0; | |||
} | } | ||
. | .oswf-page-section { | ||
padding: 1em 2em; | |||
} | } | ||
. | .oswf-page-section p:last-child, | ||
.oswf-page-section.rules-section ul { | |||
margin-bottom: 0; | |||
} | |||
.oswf-page-quicklinks { | |||
padding: 0 2em; | |||
background: #f9fafa; | |||
display: flex; | |||
flex-direction: row; | |||
align-items: center; | |||
border-bottom: 1px solid #e4eaee; | |||
} | |||
.oswf-page-quicklinks .oswf-page-quicklinks-col { | |||
padding: 0.5em 1em 0.5em 0; | |||
border-right: 1px solid #e4eaee; | |||
} | |||
.oswf-page-quicklinks .oswf-page-quicklinks-col p, | |||
.oswf-page-quicklinks .oswf-page-quicklinks-col h5 { | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
. | .oswf-page-quicklinks .oswf-page-quicklinks-col:not(:first-child) { | ||
padding-left: 1em; | |||
padding: | |||
} | } | ||
. | .oswf-page-quicklinks .oswf-page-quicklinks-col.oswf-ql-discord { | ||
background: #5865F2; | |||
} | } | ||
. | .oswf-page-quicklinks .oswf-page-quicklinks-col.oswf-ql-discord a, | ||
. | .oswf-page-quicklinks .oswf-page-quicklinks-col.oswf-ql-discord h5 { | ||
. | color: #ffffff; | ||
. | |||
} | } | ||
. | .oswf-page-quicklinks .oswf-page-quicklinks-col.oswf-ql-discord img { | ||
margin-right: 0.3em; | |||
} | } | ||
. | .oswf-text-primary { | ||
color: #f7861b; | |||
color: # | |||
} | } | ||
. | .tile.oswf-day { | ||
margin-left: 0.5em; | |||
} | } | ||
. | .oswf-tile { | ||
margin: 1em; | |||
margin: | |||
} | } | ||
. | .oswf-tile.oswf-complete { | ||
. | opacity: 0.75; | ||
} | } | ||
. | .oswf-tile .oswf-summary { | ||
font-size: 1. | font-size: 105%; | ||
line-height: 1.6; | |||
margin-top: -0.4em; | |||
} | } | ||
.oswf-tile .oswf-img { | |||
display: block; | |||
max-width: 75px; | |||
float: right; | |||
- | |||
} | } | ||
.oswf-tile .oswf-img img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
height: | |||
} | |||
.oswf-tile .oswf-guidance { | |||
border-top: 1px solid #eeeeee; | |||
padding-top: 1em; | |||
} | } | ||
.js-tooltip-text { | |||
padding: 5px; | |||
} | } | ||
. | .js-tooltip-wrapper { | ||
position: absolute; | |||
z-index: 999999; | |||
max-width: 75%; | |||
padding: 5px; | padding: 5px; | ||
border: 3px solid #438ab5; | |||
background: #ffffff; | |||
box-shadow: | -webkit-box-shadow: 3px 3px 10px -5px #333; | ||
-moz-box-shadow: 3px 3px 10px -5px #333; | |||
box-shadow: 3px 3px 10px -5px #333; | |||
font-size: 12px; | |||
} | } | ||
. | .js-tooltip-click { | ||
color: white; | |||
background: #438ab5; | |||
border-radius: 2em; | |||
border: 2px solid #438ab5; | |||
cursor: pointer; | |||
padding: 0 0.3em; | |||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
} | } | ||
. | .js-tooltip-arrow { | ||
position: absolute; | |||
border-color: transparent; | |||
border-style: solid; | |||
z-index: 900001; | |||
width: 0; | |||
height: | height: 0; | ||
} | } | ||
. | .js-tooltip-arrow.js-tooltip-arrow-pointleft { | ||
border- | border-right-color: #438ab5; | ||
border-left-color: transparent; | |||
border-left-width: 0; | |||
} | } | ||
. | .js-tooltip-arrow.js-tooltip-arrow-pointright { | ||
border-left-color: #438ab5; | |||
border-right-color: transparent; | |||
border-right-width: 0; | |||
} | } | ||
. | .js-tooltip-close { | ||
float: right; | |||
margin-left: 10px; | |||
margin-right: -5px; | |||
margin-top: -5px; | |||
background | margin-bottom: 1px; | ||
background: #438ab5; | |||
border: 0; | |||
} | } | ||
. | .transcript { | ||
-webkit-border-radius: 0 0 120px 120px / 0 0 8px 8px; | |||
-moz-border-radius: 0 0 120px 120px / 0 0 8px 8px; | |||
border-radius: 0 0 120px 120px / 0 0 8px 8px; | |||
-webkit-box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4); | |||
-moz-box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4); | |||
box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4); | |||
width: 75%; | |||
background: #f1f1f1; | |||
margin: 0 0 15px 15px; | |||
padding: 5px 20px 15px 20px; | |||
} | } | ||
. | .transcript.godletter { | ||
margin: 20px auto; | |||
padding: 20px 30px; | |||
} | } | ||
. | .ns-3020 .mw-parser-output > ul, | ||
.transcript > ul, | |||
.ns-3020 .mw-parser-output > ul ul, | |||
.transcript > ul ul { | |||
list-style: none; | |||
} | } | ||
. | .ns-3020 .mw-parser-output > ul li, | ||
.transcript > ul li, | |||
.ns-3020 .mw-parser-output > ul ul li, | |||
.transcript > ul ul li { | |||
border-left: 1px dashed #bdc5cd; | |||
padding: 20px 0 0 15px; | |||
margin-bottom: 10px; | |||
} | } | ||
. | .ns-3020 .mw-parser-output > ul li b:first-child, | ||
.transcript > ul li b:first-child, | |||
.ns-3020 .mw-parser-output > ul ul li b:first-child, | |||
.transcript > ul ul li b:first-child { | |||
position: relative; | |||
float: left; | |||
bottom: 18px; | |||
margin-right: -100%; | |||
color: #444e5a; | |||
font-size: 0.9em; | |||
text-transform: uppercase; | |||
} | } | ||
. | .ns-3020 .mw-parser-output > ul li:hover, | ||
.transcript > ul li:hover, | |||
.ns-3020 .mw-parser-output > ul ul li:hover, | |||
.transcript > ul ul li:hover { | |||
border-color: #444e5a; | |||
} | } | ||
. | .mission-action { | ||
text-align: center; | |||
font-style: italic; | |||
margin: 0 5%; | |||
} | } | ||
. | .mission-action:before, | ||
.mission-action:after { | |||
content: '\0151\0151\0151'; | |||
margin: 4px; | |||
letter-spacing: -1px; | |||
} | } | ||
. | .oo-ui-window-foot.mw-kartographer-mapDialog-foot .mw-kartographer-inlinefoot .mw-kartographer-captionfoot { | ||
font-size: 1.25em; | |||
} | } | ||
. | ul.actionbar, | ||
width: | ul.actionbar-revolution { | ||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
-ms-box-sizing: border-box; | |||
box-sizing: border-box; | |||
padding: 39px 0 0 6px; | |||
margin: 0; | |||
width: 530px; | |||
height: 76px; | |||
} | } | ||
. | ul.actionbar li, | ||
width: | ul.actionbar-revolution li { | ||
list-style: none; | |||
float: left; | |||
margin: 0; | |||
padding: 0; | |||
width: 32px; | |||
height: 32px; | |||
line-height: 32px; | |||
text-align: center; | |||
margin-right: 4px; | |||
} | } | ||
. | ul.actionbar { | ||
background: url('filepath://Template_action_bar.png'); | |||
} | } | ||
. | ul.actionbar-revolution { | ||
background: url('filepath://Template_action_bar_revolution.png'); | |||
} | } | ||
. | .ability-rotation { | ||
border-width: 1px; | |||
border-style: solid; | |||
border-radius: 2px; | |||
line-height: 40px; | |||
padding: 0.5em 1em; | |||
display: inline-block; | |||
margin-top: 0.2em; | |||
background-color: #e4eaee; | |||
border-color: #bdc5cd; | |||
} | } | ||
. | .archive { | ||
width: | border: 1px solid #e4eaee; | ||
background-color: #ffffff; | |||
text-align: center; | |||
margin: 5px; | |||
padding: 5px; | |||
float: right; | |||
width: 120px; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | } | ||
.attack-speed. | .attack-speed { | ||
max-width: 150px; | |||
line-height: 1.3em; | |||
display: block; | |||
text-align: center; | |||
} | } | ||
.attack-speed. | .attack-speed b { | ||
width: 100%; | |||
background-color: #dedede; | |||
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.2); | |||
display: block; | |||
border-radius: 2.5px; | |||
height: 5px; | |||
} | } | ||
.attack-speed | .attack-speed b::after { | ||
width: | border-radius: 2.5px; | ||
height: 5px; | |||
content: ""; | |||
background-color: #999999; | |||
display: inline-block; | |||
width: 0%; | |||
float: left; | |||
box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1); | |||
} | } | ||
.attack-speed.weapon { | |||
max-width: 150px; | |||
} | |||
.attack-speed.weapon b { | |||
background-color: #c6dce8; | |||
} | |||
.attack-speed.weapon b::after { | |||
background-color: #438ab5; | |||
} | |||
.attack-speed.monster { | |||
max-width: 123px; | |||
} | |||
.attack-speed.monster b { | |||
background-color: #ecccc6; | |||
} | |||
.attack-speed.monster b::after { | |||
background-color: #861c10; | |||
} | } | ||
.attack-speed.weapon.fastest b::after { | |||
width: 100%; | |||
} | |||
.attack-speed.weapon.fast b::after { | |||
width: 80%; | |||
} | |||
.attack-speed.weapon.average b::after { | |||
width: 60%; | |||
} | |||
.attack-speed.weapon.slow b::after { | |||
width: 40%; | |||
} | |||
.attack-speed.weapon.slowest b::after { | |||
width: 20%; | |||
} | |||
.attack-speed.monster.t1 b::after { | |||
width: 100%; | |||
} | } | ||
.attack-speed. | .attack-speed.monster.t2 b::after { | ||
width: 90%; | |||
} | } | ||
. | .attack-speed.monster.t3 b::after { | ||
width: 80%; | |||
} | } | ||
. | .attack-speed.monster.t4 b::after { | ||
width: 70%; | |||
} | } | ||
. | .attack-speed.monster.t5 b::after { | ||
width: 60%; | |||
} | } | ||
. | .attack-speed.monster.t6 b::after { | ||
width: 50%; | |||
} | } | ||
. | .attack-speed.monster.t7 b::after { | ||
width: 40%; | |||
} | } | ||
. | .attack-speed.monster.t8 b::after { | ||
width: 30%; | |||
} | } | ||
. | .attack-speed.monster.t9 b::after { | ||
width: 20%; | |||
} | } | ||
. | .attack-speed.monster.t10 b::after { | ||
width: 10%; | |||
} | } | ||
@-webkit-keyframes "random-speed" { | |||
0% { | |||
} | width: 20%; | ||
} | |||
25% { | |||
width: 40%; | |||
} | |||
} | |||
50% { | |||
width: 60%; | |||
} | |||
} | |||
75% { | |||
width: 80%; | |||
} | |||
} | |||
100% { | |||
width: 100%; | |||
} | |||
} | |||
} | } | ||
@keyframes "random-speed" { | |||
0% { | |||
width: 20%; | |||
} | } | ||
25% { | |||
width: 40%; | |||
} | |||
50% { | |||
width: 60%; | |||
} | |||
75% { | |||
width: 80%; | |||
} | |||
} | |||
100% { | |||
width: 100%; | |||
} | |||
} | |||
} | } | ||
. | .attack-speed.random b::after { | ||
-webkit-animation-name: random-speed; | |||
-webkit-animation-duration: 5s; | |||
-webkit-animation-iteration-count: infinite; | |||
-webkit-animation-direction: alternate; | |||
animation-name: random-speed; | |||
animation-duration: 5s; | |||
animation-iteration-count: infinite; | |||
animation-direction: alternate; | |||
} | } | ||
. | .chat-options span { | ||
padding: 0 1px; | |||
padding: | |||
} | } | ||
. | .chat-options .chat-options-underline { | ||
border-bottom: 1px dotted #15f; | |||
cursor: help; | |||
} | } | ||
. | .chat-options-dialogue { | ||
background- | color: inherit; | ||
background: #ffffff; | |||
border: 1px solid #e4eaee; | |||
border-radius: 5px; | |||
margin-left: 3px; | |||
} | } | ||
. | .clear-both { | ||
clear: both; | |||
} | } | ||
. | .clear-left { | ||
clear: left; | |||
} | } | ||
. | .clear-right { | ||
clear: right; | |||
} | } | ||
.coins- | .coins { | ||
background- | color: green; | ||
padding | background-position: 0% 50%; | ||
background-repeat: no-repeat; | |||
display: inline-block; | |||
padding: 0; | |||
} | } | ||
.coins- | .coins-pos { | ||
color: #014cc0; | |||
} | } | ||
.coins- | .coins-neg { | ||
color: #c02614; | |||
} | } | ||
.coins- | .rusty-coins-10000 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_10000.png'); | ||
padding | padding: 7px 0 1px 35px; | ||
} | } | ||
. | .rusty-coins-1000 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_1000.png'); | ||
padding: | padding: 1px 0 1px 35px; | ||
} | } | ||
. | .rusty-coins-250 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_250.png'); | ||
padding: 1px 0 1px | padding: 1px 0 1px 35px; | ||
} | } | ||
. | .rusty-coins-100 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_100.png'); | ||
padding | padding: 1px 0px 1px 32px; | ||
} | } | ||
. | .rusty-coins-25 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_25.png'); | ||
padding-left: | padding-left: 30px; | ||
} | } | ||
. | .rusty-coins-5 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_5.png'); | ||
padding-left: | padding-left: 30px; | ||
} | } | ||
. | .rusty-coins-4 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_4.png'); | ||
padding: | padding-left: 30px; | ||
} | } | ||
. | .rusty-coins-3 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_3.png'); | ||
padding: | padding-left: 30px; | ||
} | } | ||
. | .rusty-coins-2 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_2.png'); | ||
padding: | padding-left: 23px; | ||
} | } | ||
. | .rusty-coins-1 { | ||
background-image: url('filepath:// | background-image: url('filepath://Rusty_coins_1.png'); | ||
padding: | padding-left: 15px; | ||
} | } | ||
. | .coins-10000 { | ||
background-image: url('filepath:// | background-image: url('filepath://Coins_10000.png'); | ||
padding | padding: 7px 0 1px 35px; | ||
} | } | ||
. | .coins-1000 { | ||
background-image: url('filepath:// | background-image: url('filepath://Coins_1000.png'); | ||
padding | padding: 1px 0 1px 35px; | ||
} | } | ||
. | .coins-250 { | ||
background-image: url('filepath:// | background-image: url('filepath://Coins_250.png'); | ||
padding | padding: 1px 0 1px 35px; | ||
} | } | ||
. | .coins-100 { | ||
background-image: url('filepath:// | background-image: url('filepath://Coins_100.png'); | ||
padding | padding: 1px 0px 1px 32px; | ||
} | } | ||
. | .coins-25 { | ||
background-image: url('filepath:// | background-image: url('filepath://Coins_25.png'); | ||
padding-left: | padding-left: 30px; | ||
} | } | ||
. | .coins-5 { | ||
background-image: url('filepath:// | background-image: url('filepath://Coins_5.png'); | ||
padding-left: | padding-left: 30px; | ||
} | } | ||
.coins-4 { | |||
background-image: url('filepath://Coins_4.png'); | |||
padding-left: 30px; | |||
} | } | ||
. | .coins-3 { | ||
background: | background-image: url('filepath://Coins_3.png'); | ||
padding-left: 30px; | |||
} | } | ||
. | .coins-2 { | ||
. | background-image: url('filepath://Coins_2.png'); | ||
padding-left: 23px; | |||
} | } | ||
. | .coins-1 { | ||
background-image: url('filepath://Coins_1.png'); | |||
background: | padding-left: 15px; | ||
padding: | |||
} | } | ||
. | .chimes-1000 { | ||
background-image: url('filepath://Chimes_1000.png'); | |||
padding: 3px 0 3px 33px; | |||
} | } | ||
. | .chimes-100 { | ||
background-image: url('filepath://Chimes_100.png'); | |||
padding: 1px 0 1px 30px; | |||
padding: 0 | |||
} | } | ||
. | .chimes-50 { | ||
background-image: url('filepath://Chimes_50.png'); | |||
padding-left: 31px; | |||
} | } | ||
. | .chimes-20 { | ||
. | background-image: url('filepath://Chimes_20.png'); | ||
padding-left: 24px; | |||
} | } | ||
. | .chimes-1 { | ||
padding: | background-image: url('filepath://Chimes_1.png'); | ||
padding-left: 19px; | |||
} | } | ||
. | .zemomark-10000 { | ||
background-image: url('filepath://Zemomark_10000.png'); | |||
padding: 7px 0 1px 26px; | |||
} | } | ||
. | .zemomark-1000 { | ||
background-image: url('filepath://Zemomark_1000.png'); | |||
padding: 1px 0 1px 27px; | |||
} | } | ||
. | .zemomark-250 { | ||
background-image: url('filepath://Zemomark_250.png'); | |||
padding | padding: 1px 0 1px 25px; | ||
} | } | ||
. | .zemomark-100 { | ||
background-image: url('filepath://Zemomark_100.png'); | |||
padding: 1px 0px 1px 30px; | |||
} | } | ||
. | .zemomark-25 { | ||
background-image: url('filepath:// | background-image: url('filepath://Zemomark_25.png'); | ||
padding-left: 30px; | |||
} | } | ||
. | .zemomark-5 { | ||
background-image: url('filepath://Zemomark_5.png'); | |||
padding-left: 30px; | |||
} | } | ||
. | .zemomark-4 { | ||
background-image: url('filepath://Zemomark_4.png'); | |||
padding-left: 25px; | |||
} | } | ||
. | .zemomark-3 { | ||
background-image: url('filepath://Zemomark_3.png'); | |||
padding-left: 25px; | |||
} | } | ||
. | .zemomark-2 { | ||
background-image: url('filepath://Zemomark_2.png'); | |||
padding-left: 23px; | |||
} | } | ||
. | .zemomark-1 { | ||
background-image: url('filepath://Zemomark_1.png'); | |||
padding-left: 18px; | |||
} | } | ||
. | #DisassemblyT .disassembly-border { | ||
top: | border-top: 0.5em solid #ffffff; | ||
} | } | ||
. | .documentation { | ||
background: #ffffff; | |||
border: 1px solid #e4eaee; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | } | ||
. | .documentation pre, | ||
.documentation code { | |||
background-color: #f9fafa; | |||
} | } | ||
. | .documentation-header { | ||
color: #ffffff; | |||
background: #949eaa; | |||
font-weight: bold; | |||
padding: 1em 1.5em; | |||
} | } | ||
. | .documentation-title { | ||
font-size: 1.25em; | |||
} | } | ||
. | .documentation-subheader { | ||
color: #ffffff; | |||
background: #808c9a; | |||
padding: 0.5em 1.5em; | |||
} | } | ||
. | .documentation-subheader a, | ||
.documentation-subheader .documentation-links a, | |||
.documentation-subheader a:visited, | |||
.documentation-subheader .documentation-links a:visited, | |||
.documentation-subheader a:active, | |||
.documentation-subheader .documentation-links a:active { | |||
color: #e4eaee; | |||
} | } | ||
. | .documentation-documentation, | ||
.documentation-links { | |||
font-size: 0.85em; | |||
} | } | ||
. | .documentation-content { | ||
padding: 1em 1.5em; | |||
} | } | ||
. | .dropsline-noted { | ||
color: #949eaa; | |||
} | } | ||
. | .item-drops .beast-version { | ||
font-size: smaller; | |||
font-style: italic; | |||
} | } | ||
. | .editnotice { | ||
font-size: 0.9em; | |||
padding-bottom: 0.75em; | |||
margin-bottom: 0.6em; | |||
} | } | ||
. | .editnotice .editnotice-title { | ||
font-size: 1.2em; | |||
font-weight: bold; | |||
margin-bottom: 0.4em; | |||
} | } | ||
.equipmenttable . | .equipmenttable { | ||
left: | background-image: url('filepath://Worn_equipment_interface_blank.png'); | ||
background-repeat: no-repeat; | |||
background-position: top left; | |||
width: 225px; | |||
height: 320px; | |||
text-align: center; | |||
display: inline-block; | |||
} | } | ||
.equipmenttable . | .equipmenttable.equipmenttable-float-right { | ||
float: right; | |||
} | } | ||
.equipmenttable . | .equipmenttable.equipmenttable-float-left { | ||
left | float: left; | ||
} | } | ||
.equipmenttable . | .equipmenttable.equipmenttable-float-center { | ||
display: block; | |||
margin: 0 auto; | |||
} | } | ||
.equipmenttable .equipmentrow | .equipmenttable .equipmentrow { | ||
position: relative; | |||
} | } | ||
.equipmenttable .equipmentrow . | .equipmenttable .equipmentrow.equipmentrow1 { | ||
top: 65px; | |||
} | } | ||
.equipmenttable .equipmentrow . | .equipmenttable .equipmentrow.equipmentrow2 { | ||
top: 73px; | |||
} | } | ||
. | .equipmenttable .equipmentrow.equipmentrow3 { | ||
. | top: 81px; | ||
. | |||
} | } | ||
. | .equipmenttable .equipmentrow.equipmentrow4 { | ||
top: 88px; | |||
} | } | ||
. | .equipmenttable .equipmentrow.equipmentrow5 { | ||
top: 98px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot { | ||
display: table-cell; | |||
position: relative; | |||
height: 32px; | |||
width: 32px; | |||
vertical-align: middle; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot img { | ||
max-height: 32px; | |||
max-width: 32px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.emptyslot img { | ||
opacity: 0.5; | |||
. | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.auraslot { | ||
left: 57px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.headslot { | ||
left: 65px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.pocketslot { | ||
left: 73px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.capeslot { | ||
left: 57px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.neckslot { | ||
left: 65px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.ammoslot { | ||
left: 73px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.weaponslot { | ||
left: 37px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.torsoslot { | ||
left: 65px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.shieldslot { | ||
left: 93px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.legsslot { | ||
left: 97px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.glovesslot { | ||
left: 37px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.bootsslot { | ||
left: 65px; | |||
} | } | ||
. | .equipmenttable .equipmentrow .equipmentslot.ringslot { | ||
left: 93px; | |||
} | } | ||
. | .extimage div, | ||
. | .extimage a, | ||
.extimage img { | |||
height: inherit; | |||
max-height: inherit; | |||
max-width: inherit; | |||
width: inherit; | |||
} | } | ||
. | .extimage .caption { | ||
color: #696969; | |||
padding: 3px 6px; | |||
padding: | |||
} | } | ||
. | .fact-text { | ||
color: #15f; | |||
font-style: italic; | |||
cursor: help; | |||
border-bottom: dotted 1px black; | |||
} | } | ||
. | .fairycode { | ||
font-family: "KingthingsPetrock", sans-serif; | |||
font-size: 120%; | |||
font-weight: bold; | |||
text-transform: lowercase; | |||
letter-spacing: 1px; | |||
} | } | ||
. | .fairycode b ~ b:before { | ||
content: "\2022"; | |||
} | } | ||
. | .floornumber > .floornumber-us, | ||
.floornumber-setting-gb .floornumber > .floornumber-us, | |||
.floornumber-setting-us .floornumber > .floornumber-gb { | |||
display: none; | display: none; | ||
} | } | ||
. | .floornumber-setting-gb .floornumber > .floornumber-gb, | ||
.floornumber-setting-us .floornumber > .floornumber-us { | |||
display: inline; | |||
} | |||
.floornumber-override-gb .floornumber > .floornumber-us, | |||
.floornumber-override-us .floornumber > .floornumber-gb { | |||
display: none !important; | |||
} | } | ||
. | .floornumber-override-gb .floornumber > .floornumber-gb, | ||
display: | .floornumber-override-us .floornumber > .floornumber-us { | ||
display: inline !important; | |||
} | } | ||
.infobox- | .gsw-infobox { | ||
background: #ffffff; | |||
width: 300px; | |||
margin: 0.5em 0 1em 1em; | |||
border-collapse: collapse; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
float: right; | float: right; | ||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-header { | ||
color: #ffffff; | |||
font-size: 1.15em; | |||
line-height: 1.4em; | |||
background: #246c97; | |||
border-bottom: 0.5em solid #ffffff; | |||
padding: 0.5em 0; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-subheader { | ||
border- | background: #6ba5c8; | ||
color: #ffffff; | |||
line-height: 2em; | |||
border-top: 0.5em solid #ffffff; | |||
border-bottom: 0.5em solid #ffffff; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-subheader a { | ||
color: #ffffff; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-image { | ||
text-align: center; | text-align: center; | ||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-image.bordered-image { | ||
border: 1px solid #e4eaee; | |||
border-bottom: none; | |||
padding: 0.4em; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-image a.image + a.image { | ||
margin-left: 0.1em; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-image img { | ||
max-width: 100%; | |||
height: auto; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-map { | ||
border-right: | border-left: 1px solid #e4eaee; | ||
border-right: 1px solid #e4eaee; | |||
text-align: center; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-map img { | ||
max-width: 100%; | |||
height: auto; | |||
margin: 0.5em 0; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox .infobox-map a.mw-kartographer-container, | ||
.gsw-infobox .infobox-map div.mw-kartographer-container { | |||
margin: 0.5em auto; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox th:not(.infobox-header):not(.infobox-subheader) { | ||
text-align: right; | |||
vertical-align: top; | |||
border-left: 1px solid #e4eaee; | |||
border-right: 0.175em solid #6ba5c8; | |||
padding: 0.2em 0.5em; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox td:not(.infobox-image):not(.infobox-map) { | ||
border-right: 1px solid #e4eaee; | |||
padding: 0.25em 0.5em; | |||
line-height: 1.6em; | |||
} | } | ||
.gsw-infobox.infobox- | .gsw-infobox td[colspan="2"]:not(.infobox-image):not(.infobox-map) { | ||
border: 1px solid #e4eaee; | |||
padding-bottom: 0.6em; | |||
} | } | ||
.gsw-infobox | .gsw-infobox td ul { | ||
margin: 0 0 0 1.25em; | |||
} | } | ||
.gsw-infobox.infobox | .gsw-infobox .infobox-cell-hidden { | ||
display: none; | |||
} | } | ||
.infobox- | .gsw-infobox .infobox-template-links { | ||
text-align: center; | |||
} | } | ||
.infobox | .gsw-infobox .advanced-data { | ||
display: none; | |||
} | } | ||
. | .infobox-wrapper { | ||
display: table; | |||
float: right; | |||
} | } | ||
.gsw-infobox | .gsw-infobox.infobox-monster { | ||
text-align: center; | |||
table-layout: fixed; | |||
} | } | ||
.gsw-infobox | .gsw-infobox.infobox-monster th:not(.infobox-header):not(.infobox-subheader):last-child { | ||
border- | border-right: 1px solid #e4eaee; | ||
} | } | ||
.gsw-infobox | .gsw-infobox.infobox-monster td:not(.infobox-image):not(.infobox-map) { | ||
border- | border-left: 1px solid #e4eaee; | ||
} | } | ||
.gsw-infobox | .gsw-infobox.infobox-monster th.combat-subheader { | ||
text-align: center; | |||
} | } | ||
.gsw-infobox | .gsw-infobox.infobox-monster th.offensive-header { | ||
background-color: #801c13; | |||
color: #ffffff; | |||
text-align: center; | |||
} | } | ||
.infobox- | .gsw-infobox.infobox-monster th.offensive-subheader { | ||
background-color: #ecccc6; | |||
color: #801c13; | |||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox- | .gsw-infobox.infobox-monster th.offensive-subheader a { | ||
color: #801c13; | |||
} | } | ||
.infobox- | .gsw-infobox.infobox-monster th.offensive-subheader:not(:last-child) { | ||
border-right: 0.175em solid #801c13; | |||
} | } | ||
.infobox .infobox- | .gsw-infobox.infobox-monster th.defensive-header { | ||
background-color: #438ab5; | |||
color: #ffffff; | |||
text-align: center; | |||
} | } | ||
. | .gsw-infobox.infobox-monster th.defensive-subheader { | ||
. | background-color: #c1deed; | ||
color: #36414f; | |||
text-align: center; | |||
} | } | ||
.infobox . | .gsw-infobox.infobox-monster th.defensive-subheader a { | ||
color: #36414f; | |||
} | } | ||
.infobox . | .gsw-infobox.infobox-monster th.slayer-header { | ||
background: #4c4c4c; | |||
color: #ffffff; | |||
text-align: center; | |||
} | } | ||
.infobox { | .gsw-infobox.infobox-monster th.slayer-subheader { | ||
background-color: #cccccc; | |||
background-color: # | color: #4c4c4c; | ||
color: | text-align: center; | ||
} | } | ||
.infobox | .gsw-infobox.infobox-monster th.slayer-subheader:not(:last-child) { | ||
.infobox th { | border-right: 0.175em solid #4c4c4c; | ||
} | } | ||
.infobox | .gsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Undead Slayer.png"], | ||
.gsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Demon Slayer (perk).png"], | |||
.gsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Dragon Slayer (perk).png"] { | |||
filter: drop-shadow(0px 0px 1px black); | |||
} | } | ||
.infobox. | .infobox-thieving .thvloot-cell { | ||
padding: 0; | |||
} | } | ||
.infobox. | .infobox-thieving .thvloot-cell .wikitable { | ||
. | margin: -0.5px; | ||
width: calc(100% + 1px); | |||
} | } | ||
.infobox | .gsw-infobox#infobox-familiar th:last-child:not([colspan="4"]) { | ||
border-right: 1px solid #e4eaee; | |||
border: | |||
} | } | ||
.infobox | .gsw-infobox#infobox-familiar td.infobox-template-links { | ||
border: 1px solid #e4eaee !important; | |||
padding-bottom: 0.6em; | |||
} | } | ||
.infobox | .gsw-infobox#infobox-familiar td:first-child { | ||
border-left: 1px solid #e4eaee !important; | |||
} | } | ||
.infobox | .gsw-infobox#infobox-familiar td:last-child { | ||
border-right: 1px solid #e4eaee !important; | |||
} | } | ||
.infobox .infobox-image { | .gsw-infobox#infobox-familiar td:not(.infobox-image):not(.infobox-map) { | ||
border: none; | |||
} | |||
.gsw-infobox#infobox-familiar td[colspan="2"]:not(.infobox-image):not(.infobox-map) { | |||
border: none; | |||
padding: 0.25em 0.5em; | |||
} | |||
.infobox-bottom-links { | |||
clear: right; | |||
float: right; | |||
font-size: xx-small; | |||
margin-top: -1.5em; | |||
} | } | ||
.infobox-buttons { | |||
text-align: center; | |||
max-width: 250px; | max-width: 250px; | ||
display: none; | |||
margin: 0 auto; | |||
} | } | ||
.infobox | .infobox-buttons .button { | ||
margin: 0 3px; | |||
} | } | ||
.infobox | .infobox-switch-resources { | ||
display: none; | |||
} | } | ||
| Line 2,346: | Line 2,374: | ||
} | } | ||
.infobox- | .switch-infobox .switch-infobox-triggers, | ||
.switch-infobox .loading-button { | |||
clear: left; | |||
} | } | ||
.infobox | .infobox .nestedinfo td table { | ||
min-width: 263px; | |||
margin: -1px; | |||
width: calc(100% + 2px) !important; | |||
} | } | ||
.infobox | .infobox .nestedinfo td { | ||
width: 100%; | |||
padding: 0; | |||
} | } | ||
.infobox- | .infobox { | ||
border: 1px solid #aaaaaa; | |||
background-color: #f9f9f9; | |||
color: inherit !important; | |||
margin: 0 0 0.5em 0.2em !important; | |||
padding: 0.2em; | |||
float: right; | |||
clear: right; | |||
} | |||
.infobox td, | |||
.infobox th { | |||
vertical-align: top; | |||
} | } | ||
. | .infobox caption { | ||
font-size: larger; | |||
padding-bottom: 10px !important; | |||
margin-left: 0 !important; | |||
color: inherit !important; | |||
} | } | ||
. | .infobox.bordered { | ||
border-collapse: collapse; | |||
} | } | ||
. | .infobox.bordered td, | ||
.infobox.bordered th { | |||
border: 1px solid #aaaaaa; | |||
} | } | ||
. | .infobox.bordered .borderless td, | ||
.infobox.bordered .borderless th { | |||
border: 0; | |||
border | |||
} | } | ||
. | .infobox ul { | ||
margin: 0.3em 0 0 1.6em; | |||
} | } | ||
. | .infobox .wikitable.mw-collapsible { | ||
margin: -1px; | |||
width: calc(100% + 2px) !important; | |||
} | } | ||
. | .infobox a.image + a.image { | ||
margin-left: 3px; | |||
} | } | ||
. | .infobox .infobox-image { | ||
text-align: center; | |||
word-spacing: -4px; | |||
} | } | ||
. | .infobox .infobox-image img { | ||
height: inherit; | |||
max-width: 250px; | |||
} | } | ||
. | .infobox td .new { | ||
word-spacing: 0; | |||
} | } | ||
. | .infobox input#QtyCalc { | ||
width: 50px !important; | |||
} | } | ||
. | .infobox .infobox-cell-hidden { | ||
display: none; | |||
} | |||
.infobox-bonuses.wikitable th { | |||
padding: 0.25em 0.4em; | |||
text-align: center; | |||
white-space: nowrap; | |||
width: 70px !important; | |||
} | } | ||
. | .infobox-bonuses.wikitable td { | ||
text-align: center; | |||
} | } | ||
. | .infobox-bonuses.wikitable .combat-attributes { | ||
. | text-align: left; | ||
} | } | ||
. | .infobox-bonuses.wikitable .combat-attributes .image { | ||
. | |||
display: inline-block; | display: inline-block; | ||
width: | margin-right: 4px; | ||
width: 23px; | |||
} | } | ||
. | .infotableBonuses .attribute-value { | ||
background: #f5f5f5; | |||
background: | |||
} | } | ||
. | .infotableBonuses .attribute-total { | ||
background: | background: #f2f2f2; | ||
} | } | ||
. | .infotableBonuses .attribute-total .attribute-value { | ||
background: #f2f2f2; | |||
background | |||
} | } | ||
. | .inventorytable { | ||
background-image: url('filepath://Inventory_interface.png'); | |||
background-repeat: no-repeat; | |||
background-position: top left; | |||
width: 174px; | |||
height: 328px; | |||
padding: 37px 0 42px; | |||
border-spacing: 0; | |||
} | } | ||
. | .inventorytable td { | ||
padding: 0 !important; | |||
border- | border: 0 !important; | ||
text-align: center; | |||
position: relative; | |||
width: 46px; | |||
height: 36px; | |||
} | } | ||
. | .keypress { | ||
. | background: #eeeeee; | ||
color: #333333; | |||
font-family: monospace; | |||
text-shadow: 0 1px 0 #ffffff; | |||
border: 1px solid #cccccc; | |||
-webkit-border-radius: 3px; | |||
-moz-border-radius: 3px; | |||
border-radius: 3px; | |||
margin: 0 0.1em; | |||
padding: 0.1em 0.5em; | |||
line-height: 1.4; | |||
white-space: nowrap; | |||
display: inline-block; | |||
} | } | ||
. | .license { | ||
background | background: #cfd8eb; | ||
border | border: none; | ||
} | } | ||
. | .license th { | ||
. | padding-right: 0.4em; | ||
background-color: #617ebc; | |||
color: # | color: #fff; | ||
width: 25%; | |||
} | } | ||
. | .license th[colspan="2"] { | ||
font-size: 16px; | |||
} | } | ||
. | .license a { | ||
color: #556d97; | |||
color: # | |||
} | } | ||
. | .musicplayer { | ||
background- | border: 1px solid #e4eaee; | ||
font-size: 90%; | |||
line-height: 1.6em; | |||
background: #ffffff; | |||
-webkit-box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
-moz-box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
max-width: 300px; | |||
margin: 0 0 1em 1em; | |||
padding: 0.75em; | |||
spacing: 0px; | |||
} | } | ||
. | .musicplayer .mediaContainer { | ||
margin-top: 0.75em; | |||
} | } | ||
. | .pronunciation { | ||
} | } | ||
. | .pronunciation .k-options, | ||
. | .pronunciation .volume-slider, | ||
. | .pronunciation .volume_control, | ||
.pronunciation .timed-text, | |||
.pronunciation .time-disp, | |||
.pronunciation .play_head, | |||
.pronunciation .videoHolder { | |||
display: none; | |||
} | } | ||
. | .pronunciation .mediaContainer, | ||
.pronunciation .k-player { | |||
display: inline-block; | |||
width: 20px !important; | |||
} | } | ||
. | .pronunciation .k-player .control-bar { | ||
border: none; | |||
background: none; | |||
padding: 0; | |||
} | } | ||
. | .pronunciation .mwPlayerContainer { | ||
background | background: none; | ||
} | } | ||
.messagebox. | .messagebox { | ||
. | width: 65%; | ||
margin-left: auto; | |||
color: # | margin-right: auto; | ||
margin-top: 0.5em; | |||
margin-bottom: 0.5em; | |||
padding: 3px 3px 3px 0; | |||
border-left: 15px solid #90c2dd; | |||
background-color: #f1f1f1; | |||
overflow: auto; | |||
} | } | ||
. | .messageboxcleanup { | ||
width: 30%; | |||
margin-top: 0.5em; | |||
margin-bottom: 0.5em; | |||
padding: 0px 0px 0px 0; | |||
border-left: 15px solid #90c2dd; | |||
background-color: #f1f1f1; | |||
overflow: auto; | |||
} | } | ||
.messagebox. | .messagebox.obsolete { | ||
background-color: #cfcfcf; | |||
border-color: #464646; | |||
color: # | |||
} | } | ||
.messagebox. | .messagebox.obsolete a, | ||
.messagebox.obsolete a:visited, | |||
.messagebox.obsolete a:active { | |||
color: #6c6c6c; | |||
} | } | ||
.messagebox. | .messagebox.info { | ||
background-color: #ebebeb; | |||
border-color: #898989; | |||
color: # | |||
} | } | ||
.messagebox. | .messagebox.info a, | ||
.messagebox.info a:visited, | |||
.messagebox.info a:active { | |||
color: #6c6c6c; | |||
} | } | ||
.messagebox. | .messagebox.action { | ||
background-color: #cbdae2; | |||
border-color: #45697D; | |||
color: # | |||
} | } | ||
.messagebox. | .messagebox.action a, | ||
.messagebox.action a:visited, | |||
.messagebox.action a:active { | |||
color: #3c5c6e; | |||
} | } | ||
.messagebox. | .messagebox.file { | ||
background-color: #cfd8eb; | |||
border-color: #617ebc; | |||
color: # | |||
} | } | ||
.messagebox. | .messagebox.file a, | ||
.messagebox.file a:visited, | |||
.messagebox.file a:active { | |||
color: #556d97; | |||
} | } | ||
.messagebox. | .messagebox.warn { | ||
background-color: #ecd8d5; | |||
border-color: #861c10; | |||
color: # | |||
} | } | ||
.messagebox. | .messagebox.warn a, | ||
.messagebox.warn a:visited, | |||
.messagebox.warn a:active { | |||
color: # | color: #861c10; | ||
} | } | ||
.messagebox. | .messagebox.disambig { | ||
background-color: #ebebeb; | |||
border-color: #898989; | |||
margin-top: 20px !important; | |||
margin-bottom: 30px !important; | |||
} | } | ||
.messagebox. | .messagebox.disambig a, | ||
.messagebox. | .messagebox.disambig a:visited, | ||
.messagebox. | .messagebox.disambig a:active { | ||
color: # | color: #6c6c6c; | ||
} | } | ||
.messagebox. | .messagebox.safe { | ||
background-color: #d8f0d3; | |||
border-color: #1b8408; | |||
} | } | ||
.messagebox. | .messagebox.safe a, | ||
.messagebox.safe a:visited, | |||
.messagebox.safe a:active { | |||
color: #1b8408; | |||
} | } | ||
.messagebox. | .messagebox.unsafe { | ||
background-color: #ffee88; | |||
border-color: #997700; | |||
} | } | ||
.messagebox. | .messagebox.unsafe a, | ||
.messagebox.unsafe a:visited, | |||
.messagebox.unsafe a:active { | |||
color: #997700; | |||
} | |||
background-color: # | .messagebox.easter { | ||
border: | background-color: #e5f9c2; | ||
border-color: #598014; | |||
} | } | ||
. | .messagebox.easter a, | ||
.messagebox.easter a:visited, | |||
.messagebox.easter a:active { | |||
color: #598014; | |||
} | } | ||
. | .messagebox.halloween { | ||
background: # | background-color: #e8d8ea; | ||
border-color: #794080; | |||
border- | |||
} | } | ||
. | .messagebox.halloween a, | ||
.messagebox.halloween a:visited, | |||
.messagebox.halloween a:active { | |||
color: #794080; | |||
} | } | ||
.messagebox | .messagebox.thanksgiving { | ||
background: # | background-color: #f0cba8; | ||
border-color: #a65800; | |||
border- | |||
} | } | ||
.messagebox | .messagebox.thanksgiving a, | ||
.messagebox.thanksgiving a:visited, | |||
.messagebox.thanksgiving a:active { | |||
color: #a65800; | |||
} | } | ||
.messagebox | .messagebox.christmas { | ||
background-color: #d4eaf6; | |||
border-color: #428bb5; | |||
} | } | ||
.messagebox | .messagebox.christmas a, | ||
.messagebox.christmas a:visited, | |||
.messagebox.christmas a:active { | |||
color: #3a799d; | |||
} | } | ||
. | .messagebox.discord { | ||
background: # | background-color: #7289DA; | ||
border-color: # | border-color: #5a6dad; | ||
color: #ffffff; | |||
} | } | ||
. | .messagebox.discord a, | ||
color: # | .messagebox.discord a:visited, | ||
.messagebox.discord a:active { | |||
color: #d2e5fc; | |||
} | } | ||
. | .messagebox.discord a.external.text, | ||
.messagebox.discord a:visited.external.text, | |||
.messagebox.discord a:active.external.text { | |||
color: #d2e5fc; | |||
font-style: italic; | |||
} | } | ||
. | .messagebox.stub { | ||
width: 40%; | |||
} | } | ||
. | .messagebox.welcomenotice { | ||
padding: 1em; | |||
width: 90%; | |||
} | } | ||
. | .messagebox.hasdialogue { | ||
width: auto; | |||
} | } | ||
. | .messagebox.alphabetical { | ||
width: auto; | |||
border-color: # | font-size: 95%; | ||
border | padding: 5px 10px; | ||
text-align: center; | |||
border-radius: 5px; | |||
background-color: #f9f9f9; | |||
border: 1px solid #eee; | |||
} | } | ||
. | .wikipedia { | ||
border: solid #aaa 1px; | |||
font-size: 90%; | |||
background: #f9f9f9; | |||
padding: 4px; | |||
spacing: 0px; | |||
margin-top: 10px; | |||
} | } | ||
.messagebox2 | .messagebox2 { | ||
background: # | background: #ffffff; | ||
width: 60vw; | |||
border- | max-width: 600px; | ||
margin: 1em auto; | |||
border-collapse: collapse; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | } | ||
.messagebox2. | .messagebox2 + .messagebox2 { | ||
margin-top: calc(-1em - 1px); | |||
} | } | ||
.messagebox-header { | |||
background: # | background: #ddedf6; | ||
border | border: 1px solid #c5e0ef; | ||
border-bottom | border-bottom: 0.3em solid #589ac1; | ||
display: flex; | |||
} | } | ||
.messagebox-image { | |||
width: 55px; | |||
} | display: flex; | ||
justify-content: center; | |||
align-items: center; | |||
} | |||
.messagebox-title { | |||
line-height: 1.55em; | |||
font-weight: bold; | |||
padding: 0.6em 0.6em 0.6em 0; | |||
flex: 1; | |||
} | } | ||
.messagebox-text { | |||
font-size: 0.85em; | |||
line-height: 1.6em; | |||
padding: 0.65em 0.65em 0.65em 55px; | |||
border: 1px solid #e4eaee; | |||
border-top-width: 0; | |||
} | } | ||
.messagebox2. | .messagebox2.warn .messagebox-header { | ||
background: # | background: #feecea; | ||
border-color: # | border-color: #fdd6d2; | ||
border-bottom-color: # | border-bottom-color: #ed3523; | ||
} | } | ||
.messagebox2. | .messagebox2.warn .messagebox-header a { | ||
color: # | color: #da2412; | ||
} | } | ||
.messagebox2. | .messagebox2.action .messagebox-header { | ||
color: # | background: #fef0e4; | ||
border-color: #fde2cb; | |||
border-bottom-color: #f67e0c; | |||
} | } | ||
. | .messagebox2.action .messagebox-header a { | ||
color: #d76d08; | |||
} | } | ||
. | .messagebox2.safe .messagebox-header { | ||
background: #ecf8e3; | |||
border-color: #def3cf; | |||
border-bottom-color: #64ba1d; | |||
} | } | ||
. | .messagebox2.safe .messagebox-header a { | ||
color: #539b18; | |||
} | } | ||
. | .messagebox2.file .messagebox-header { | ||
background: #e2e9f7; | |||
border | border-color: #cedaf1; | ||
border-bottom-color: #5675b7; | |||
border-color: # | |||
} | } | ||
. | .messagebox2.file .messagebox-header a { | ||
color: #4664a4; | |||
} | } | ||
. | .messagebox2.event .messagebox-header { | ||
background: #fceef9; | |||
border-color: #f8d8f1; | |||
border-bottom-color: #e667ca; | |||
} | } | ||
. | .messagebox2.event .messagebox-header a { | ||
color: #e148c0; | |||
color: # | |||
} | } | ||
. | .messagebox2.info .messagebox-header { | ||
background: #e4eaee; | |||
border-color: #d4dee4; | |||
border-bottom-color: #8b96a3; | |||
} | } | ||
. | .messagebox2.info .messagebox-header a { | ||
color: # | color: #788493; | ||
} | } | ||
. | .messagebox2.obsolete .messagebox-header { | ||
color: # | background: #eeeeee; | ||
border-color: #e1e1e1; | |||
border-bottom-color: #6f6f6f; | |||
} | } | ||
. | .messagebox2.obsolete .messagebox-header a { | ||
color: #5e5e5e; | |||
} | } | ||
. | .messagebox2.discord .messagebox-header { | ||
color: # | background: #7289DA; | ||
border-color: #5e78d5; | |||
border-bottom-color: #5265a5; | |||
} | } | ||
. | .messagebox2.discord .messagebox-header a { | ||
color: # | color: #46578e; | ||
} | } | ||
. | .messagebox2.discord .messagebox-title { | ||
color: #ffffff; | |||
} | } | ||
. | .menaphite-script { | ||
word-spacing: 15px; | |||
width: 85%; | |||
} | } | ||
. | .menaphite-script img { | ||
padding: 0 3px; | |||
padding: 0 | |||
} | } | ||
. | .menaphite-script p:first-of-type { | ||
margin: | margin-top: 1em; | ||
} | } | ||
. | .menaphite-script .js-tooltip-click { | ||
font-size: 12px; | |||
border-radius: 5px; | |||
background-color: #898989; | |||
border-color: #898989; | |||
padding-right: 0.4em; | |||
margin-left: 0.5em; | |||
} | } | ||
.navbox | .navbox { | ||
font-size: 0.85em; | |||
background: #ffffff; | |||
border-collapse: collapse; | |||
margin: 15px auto; | |||
width: 100%; | width: 100%; | ||
clear: both; | |||
} | } | ||
.navbox .navbox- | .navbox:not(.navbox-collapsible) { | ||
box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.1); | |||
} | } | ||
.navbox .navbox-title { | |||
font-size: | font-size: 110%; | ||
background: #438ab5; | |||
color: #ffffff; | |||
text-align: center; | |||
padding: 3px 8px; | |||
} | } | ||
.navbox .navbox. | .navbox .navbox-title .mw-collapsible-toggle { | ||
font-size: 0.9em; | |||
margin-left: 6em; | |||
float: right; | |||
} | } | ||
.navbox | .navbox .navbox-title a { | ||
color: #ffffff; | |||
} | } | ||
.navbox | .navbox .navbox-title a:visited { | ||
color: #ffffff; | |||
} | } | ||
.navbox- | .navbox .navbox-footer { | ||
background: #438ab5; | |||
border-top: 1px; | |||
text-align: center; | |||
font-size: smaller; | |||
} | } | ||
.navbox | .navbox .navbox-footer a { | ||
color: #ffffff; | |||
} | } | ||
. | .navbox .navbox-footer a:visited { | ||
color: #ffffff; | |||
} | } | ||
. | .navbox .navbox-group-title { | ||
width: | background: #e4eaee; | ||
border: 1px solid #d8e5ff; | |||
border-width: 0 1px 1px 0; | |||
font-weight: bold; | |||
padding: 0 10px 5px 10px; | |||
width: 100px; | |||
} | } | ||
. | .navbox .navbox-group-title a:visited { | ||
color: #438ab5; | |||
} | } | ||
. | .navbox .navbox-list { | ||
border-bottom: 1px solid #d8e5ff; | |||
border- | padding: 0 7px; | ||
} | } | ||
. | .navbox .navbox-list ul { | ||
margin: 0; | |||
} | } | ||
. | .navbox .navbox-list li { | ||
display: inline-block; | |||
} | } | ||
. | .navbox .navbox-list li + li::before { | ||
content: ' \2022\ '; | |||
white-space: nowrap; | |||
} | } | ||
. | .navbox .navbox-subgroup { | ||
border-spacing: 0; | |||
width: 100%; | |||
} | } | ||
. | .navbox .navbox-subgroup .navbox-group-title { | ||
. | padding-bottom: 5px; | ||
} | } | ||
. | .navbox .navbox.navbox-collapsible { | ||
font-size: 100%; | |||
margin: 5px 0 0; | |||
} | } | ||
. | .navbox .navbox.navbox-collapsible .navbox-title { | ||
. | background: #6ba5c8; | ||
padding: 0 8px; | |||
} | } | ||
. | .navbox img { | ||
height: auto; | |||
width: auto; | |||
max-height: 1.6em; | |||
padding: 0 1px; | |||
} | } | ||
. | .navbox + .navbox { | ||
margin-top: -8px; | |||
} | } | ||
. | .navbox-data { | ||
display: none; | |||
display: | |||
} | } | ||
. | .navbox-data + .navbox { | ||
margin-top: -8px; | |||
} | } | ||
. | .pathmap .wikitable.lighttable > tfoot { | ||
display: none; | |||
} | } | ||
. | .pathmap table.wikitable.lighttable { | ||
width: auto !important; | |||
display: table-cell; | |||
width: | border: none; | ||
} | } | ||
. | .pathmap table.wikitable.lighttable td { | ||
height: 30px; | |||
width: 30px; | |||
width: | padding: 0 !important; | ||
border-bottom-width: 2px; | |||
} | } | ||
. | .perk-link { | ||
border- | background: #09222F; | ||
border-radius: 111px; | |||
width: 35px; | |||
height: 35px; | |||
line-height: 30px; | |||
display: inline-table; | |||
margin-right: 5px; | |||
} | } | ||
. | .perk-link.perk-link-nobg { | ||
background | background: transparent; | ||
} | } | ||
. | .perk-link > a { | ||
margin-left: 5px; | |||
} | } | ||
. | .perk-link .perk-link-rank { | ||
position: relative; | |||
top: -26px; | |||
left: 5px; | |||
margin-bottom: -28px; | |||
line-height: 0; | |||
float: left; | |||
} | } | ||
. | .perk-background { | ||
background: #09222F; | |||
} | |||
.pic-link + a, | |||
.chathead-link + a { | |||
margin-left: 0.25em; | |||
} | } | ||
. | .normal-POH { | ||
line-height: normal !important; | |||
} | } | ||
.normal-POH a, | |||
.normal-POH .mw-selflink { | |||
color: #4c4c4c; | |||
} | |||
.portal-link-wrapper | .portal-link-wrapper { | ||
text-align: center; | text-align: center; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | } | ||
.portal-link | .portal-link { | ||
display: inline-flex; | display: inline-flex; | ||
} | } | ||
.portal-link | .portal-link a { | ||
height: 120px; | height: 120px; | ||
width: 300px; | width: 300px; | ||
| Line 3,131: | Line 3,162: | ||
} | } | ||
.portal-link | .portal-link a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
} | } | ||
.portal-link | .portal-link.wide a { | ||
width: 618px; | width: 618px; | ||
} | } | ||
.portal-link | .portal-link.short a { | ||
font-size: 15px; | font-size: 15px; | ||
height: 50px; | height: 50px; | ||
| Line 3,148: | Line 3,179: | ||
} | } | ||
.portal-link | .portal-link.compact a { | ||
font-size: 15px; | font-size: 15px; | ||
height: | height: 100px; | ||
width: | width: 200px; | ||
} | } | ||
.portal-link | .portal-link.article a { | ||
border-top: 8px solid #90c2dd; | border-top: 8px solid #90c2dd; | ||
} | } | ||
.portal-link | .portal-link.article a:hover { | ||
background-color: #90c2dd; | |||
color: #fff; | color: #fff; | ||
} | } | ||
.portal-link.file a { | |||
border-top: 8px solid #617ebc; | |||
background-color: #cfd8eb; | |||
background- | } | ||
background- | |||
} | .portal-link.file a:hover { | ||
background-color: #617ebc; | |||
color: #fff; | |||
} | |||
.portal-link | .portal-link.template a { | ||
border-top: 8px solid #898989; | |||
background- | background-color: #ebebeb; | ||
} | } | ||
.portal-link | |||
background- | .portal-link.template a:hover { | ||
background-color: #898989; | |||
color: #fff; | |||
} | } | ||
.portal-link-img | |||
/*Portal Link Image*/ | |||
.portal-link-wrapper-img { | |||
text-align: center; | |||
margin-bottom: 0.5em; | |||
} | } | ||
.portal-link-img | |||
.portal-link-img { | |||
display: inline-flex; | |||
} | } | ||
.portal-link-img | |||
.portal-link-img a { | |||
height: 120px; | |||
width: 300px; | |||
display: inline-flex; | |||
justify-content: center !important; | |||
align-items: center !important; | |||
margin: 7px; | |||
background- | border-radius: 5px; | ||
font-size: 20px; | |||
letter-spacing: 1px; | |||
line-height: 1.4em; | |||
font-family: 'League Spartan', sans-serif; | |||
text-transform: uppercase; | |||
background-color: #fafafa; | |||
color: #404040; | |||
box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.03); | |||
-webkit-transition: 0.2s; | |||
-moz-transition: 0.2s; | |||
transition: 0.2s; | |||
} | } | ||
.portal-link-img | |||
.portal-link-img a:hover { | |||
background- | text-decoration: none; | ||
background-color: #f2f2f2; | |||
} | } | ||
.portal-link-img. | |||
.portal-link-img.wide a { | |||
width: 618px; | |||
} | } | ||
.portal-link-img. | |||
.portal-link-img.short a { | |||
font-size: 15px; | |||
height: 50px; | |||
width: 200px; | |||
font-variant: small-caps; | |||
text-transform: none; | |||
} | } | ||
.portal-link-img. | |||
.portal-link-img.compact a { | |||
font-size: 15px; | |||
height: 150px; | |||
width: 150px; | |||
} | } | ||
.portal-link-img.article | |||
.portal-link-img.article a { | |||
border-top: 8px solid #90c2dd; | |||
border-top: 8px solid # | |||
} | } | ||
.portal-link-img. | .portal-link-img.article a:hover { | ||
background-color: # | /*background-color: #90c2dd;*/ | ||
color: #fff; | color: #fff; | ||
} | } | ||
.portal-link-img. | /********************TESTING URLS*****************/ | ||
/*.portal-link-img.article.earthtoken a:hover { | |||
background- | background-image: url('filepath://Earth_token.png'); | ||
} | background-size: contain; | ||
background-repeat: no-repeat; | |||
}*/ | |||
/************************************************/ | |||
.portal-link-img. | .portal-link-img.article.earthtoken a:hover { | ||
background- | background-image: url("https://wiki.geministation.com/images/2/23/Earth_token.png"); /* [[File:Earth_token.png]] */ | ||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | } | ||
.portal-link-img.article.eristoken a:hover { | |||
. | background-image: url("https://wiki.geministation.com/images/6/65/Eris_token.png"); /* [[File:Eris_token.png]] */ | ||
. | background-size: contain; | ||
background-repeat: no-repeat; | |||
background- | |||
} | } | ||
.portal-link-img.article.gemtoken a:hover { | |||
. | background-image: url("https://wiki.geministation.com/images/2/24/Gem_token.png"); /* [[File:Gem_token.png]] */ | ||
. | background-size: contain; | ||
background-repeat: no-repeat; | |||
background- | |||
} | } | ||
.portal-link-img.article.jupitertoken a:hover { | |||
. | background-image: url("https://wiki.geministation.com/images/0/0b/Jupiter_token.png"); /* [[File:Jupiter_token.png]] */ | ||
. | background-size: contain; | ||
background-repeat: no-repeat; | |||
} | } | ||
.portal-link-img.article.marstoken a:hover { | |||
. | background-image: url("https://wiki.geministation.com/images/8/8a/Mars_token.png"); /* [[File:Mars_token.png]] */ | ||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.moontoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/9/97/Moon_token.png"); /* [[File:Moon_token.png]] */ | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.birthdaytoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/2/2a/Token_birthday.png"); /* [[File:Token_birthday.png]] */ | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.cavmastoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/6/65/Token_cavmas.png"); /* [[File:Token_cavmas.png]] */ | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.harvesttoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/f/f2/Token_harvest.png"); /* [[File:Token_harvest.png]] */ | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.fightertoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/3/31/Fighter_token.png"); /* [[File:Fighter_token.png]] */ | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.freightertoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/9/9c/Freighter_token.png"); /* [[File:Freighter_token.png]] */ | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | } | ||
.portal-link-img.article.scouttoken a:hover { | |||
. | background-image: url("https://wiki.geministation.com/images/1/11/Scout_token.png"); /* [[File:Scout_token.png]] */ | ||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | } | ||
.portal-link-img.file a { | |||
. | border-top: 8px solid #617ebc; | ||
background-color: #cfd8eb; | |||
} | } | ||
. | .portal-link-img.file a:hover { | ||
background-color: #617ebc; | |||
color: #fff; | |||
} | } | ||
.portal-link-img.template a { | |||
color: # | border-top: 8px solid #898989; | ||
background-color: #ebebeb; | |||
} | } | ||
blockquote p:not(.quote-source) { | .portal-link-img.template a:hover { | ||
background-color: #898989; | |||
color: #fff; | |||
} | |||
.missiondetails, | |||
.trainingdetails { | |||
text-align: left; | |||
margin: 0 auto 10px; | |||
padding: 1px; | |||
background-color: #fff; | |||
border: 1px solid #aaaaaa; | |||
} | |||
.missiondetails .missiondetails-header, | |||
.trainingdetails .missiondetails-header { | |||
width: 15%; | |||
padding: 0 1em; | |||
font-weight: bold; | |||
background-color: #f2f2f2; | |||
vertical-align: top; | |||
} | |||
.missiondetails .missiondetails-info, | |||
.trainingdetails .missiondetails-info { | |||
width: 85%; | |||
padding-left: 1em; | |||
} | |||
.missionreq ul { | |||
margin-left: 0; | |||
padding-left: 10px; | |||
list-style: none; | |||
border-left: 1px dotted #333333; | |||
} | |||
.missionreq ul ul { | |||
margin-left: 25px; | |||
} | |||
.quote-source { | |||
text-align: right; | |||
} | |||
.quote-source::before { | |||
content: '\0151\ '; | |||
} | |||
blockquote { | |||
color: #5d6773; | |||
} | |||
blockquote p:not(.quote-source) { | |||
border-left: 3px solid #e4eaee; | border-left: 3px solid #e4eaee; | ||
padding-left: 1em; | padding-left: 1em; | ||
| Line 4,200: | Line 4,315: | ||
.tile.big-tile { | .tile.big-tile { | ||
width: 100%; | width: 100%; | ||
background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), #ffffff 50%), url("filepath://Main page Shauny.png") right / auto 100% no-repeat #ffffff; | background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), #ffffff 50%), url("filepath://Main page Shauny.png") right / auto 100% no-repeat #ffffff; /* [[File:Main page Shauny.png]] */ | ||
margin-bottom: 0.9rem; | margin-bottom: 0.9rem; | ||
padding-right: 8vw; | padding-right: 8vw; | ||
| Line 4,206: | Line 4,321: | ||
.tile.big-tile.dxp { | .tile.big-tile.dxp { | ||
background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #ffffff 50%), url("https://wiki.geministation.com/images/6/6b/Double_Exp_Banner.png") right / auto 100% no-repeat #ffffff; | background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #ffffff 50%), url("https://wiki.geministation.com/images/6/6b/Double_Exp_Banner.png") right / auto 100% no-repeat #ffffff; /* [[File:Double Exp Banner.png]] */ | ||
} | } | ||
.tile.big-tile.moon { | .tile.big-tile.moon { | ||
background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #ffffff 50%), url("https://wiki.geministation.com/images/7/7d/Moon_Event_Banner.png") right / auto 100% no-repeat #ffffff; | background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #ffffff 50%), url("https://wiki.geministation.com/images/7/7d/Moon_Event_Banner.png") right / auto 100% no-repeat #ffffff; /* [[File:Moon Event Banner.png]] */ | ||
} | } | ||
| Line 6,436: | Line 6,551: | ||
/*TEMPLATE:MISSIONBOX*/ | /*TEMPLATE:MISSIONBOX*/ | ||
.gem{ | .gem{ | ||
background-image: url("https://wiki.geministation.com/images/0/06/Gem_space.png"); | background-image: url("https://wiki.geministation.com/images/0/06/Gem_space.png"); /* [[File:Gem space.png]] */ | ||
} | } | ||
.earth_space{ | .earth_space{ | ||
background-image: url("https://wiki.geministation.com/images/5/57/Earth-space.png"); | background-image: url("https://wiki.geministation.com/images/5/57/Earth-space.png"); /* [[File:Earth-space.png]] */ | ||
} | } | ||
.earth{ | .earth{ | ||
background-image: url("https://wiki.geministation.com/images/1/1e/Earth.png"); | background-image: url("https://wiki.geministation.com/images/1/1e/Earth.png"); /* [[File:Earth.png]] */ | ||
} | } | ||
.mars_space{ | .mars_space{ | ||
background-image: url("https://wiki.geministation.com/images/4/49/Mars_space.png") | background-image: url("https://wiki.geministation.com/images/4/49/Mars_space.png") /* [[File:Mars space.png]] */ | ||
} | } | ||
.mars{ | .mars{ | ||
background-image: url("https://wiki.geministation.com/images/d/de/Mars.png"); | background-image: url("https://wiki.geministation.com/images/d/de/Mars.png"); /* [[File:Mars.png]] */ | ||
} | } | ||
.jupiter_space{ | .jupiter_space{ | ||
background-image: url("https://wiki.geministation.com/images/d/d1/Jupiter_space.png"); | background-image: url("https://wiki.geministation.com/images/d/d1/Jupiter_space.png"); /* [[File:Jupiter space.png]] */ | ||
} | } | ||
.mercury_space{ | .mercury_space{ | ||
| Line 6,457: | Line 6,572: | ||
} | } | ||
.eris_space{ | .eris_space{ | ||
background-image: url("https://wiki.geministation.com/images/b/b3/Eris.png"); | background-image: url("https://wiki.geministation.com/images/b/b3/Eris.png"); /* [[File:Eris.png]] */ | ||
} | } | ||
.explosion{ | .explosion{ | ||
background-image: url("https://wiki.geministation.com/images/0/09/Explosion.png"); | background-image: url("https://wiki.geministation.com/images/0/09/Explosion.png"); /* [[File:Explosion.png]] */ | ||
} | } | ||
.northernlights{ | .northernlights{ | ||
background-image: url("https://wiki.geministation.com/images/3/35/Northern_lights.png"); | background-image: url("https://wiki.geministation.com/images/3/35/Northern_lights.png"); /* [[File:Northern lights.png]] */ | ||
} | } | ||
.venus{ | .venus{ | ||
| Line 6,496: | Line 6,611: | ||
/*Future Content - Main Page*/ | /*Future Content - Main Page*/ | ||
.tile.big-tile.futurecontent { | .tile.big-tile.futurecontent { | ||
background: url("https://wiki.geministation.com/images/4/48/GeminiSpace.png") right / 100% auto no-repeat #ffffff; | background: url("https://wiki.geministation.com/images/4/48/GeminiSpace.png") right / 100% auto no-repeat #ffffff; /* [[File:GeminiSpace.png]] */ | ||
padding: 1.5em 2em 1em; | padding: 1.5em 2em 1em; | ||
text-align: center; | text-align: center; | ||
| Line 6,587: | Line 6,702: | ||
list-style-type: none; | list-style-type: none; | ||
} | } | ||
.timebody li:before { | .timebody li:before { | ||
content: " | content: "âÃÂÃÂ"; | ||
margin-right: .5em; | margin-right: .5em; | ||
} | } | ||
.context { | |||
outline-color: #aeb6bb; | |||
outline-style: solid; | |||
outline-width: 1px; | |||
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25); | |||
padding: 10px; | |||
margin: 10px auto 20px; | |||
max-width: 600px; | |||
} | |||
/*Template:Achievement*/ | |||
.achievement-overlay { | |||
font-size: 15pt; | |||
color: white; | |||
padding: 10px; | |||
border: 1px solid #4b5968; | |||
margin-bottom: 5px; | |||
background-color: #13171b; | |||
font-family: axia-stencil,sans-serif!important; | |||
text-align: left; | |||
min-height: 71px; | |||
width:33.33333333%; | |||
box-sizing: border-box; | |||
} | |||
.mw-collapsiblenpc.mw-collapsed { | |||
min-width: 25px; | |||
} | |||
.eu4box .mw-collapsiblenpc-toggle { float:none; } | |||
.collapse-template .mw-collapsiblenpc-toggle { | |||
float: none; | |||
} | |||
.collapse-template .mw-collapsiblenpc-content[style="display: block;"] { | |||
padding: 15px 0px 0px 0px; | |||
border: 1px dashed #EEE; | |||
} | |||
.infobox .wikitable.mw-collapsiblenpc { | |||
margin: -1px; | |||
width: calc(100% + 2px) !important; | |||
} | |||
.mw-collapsible .mw-collapsiblenpc-toggle { | |||
font-weight: normal; | |||
margin-left: 0.5em; | |||
} | |||
/* Displaybox colors */ | |||
.displaybox { | |||
border: 2px solid #0e4339; | |||
background: #2e7b6d; | |||
} | |||
.displaybox .heading { | |||
background: #0e4339; | |||
} | |||
.displaybox-inline { | |||
border: 2px solid #E4EAEE; | |||
background: #FDFDFD !important; | |||
} | |||
.displaybox-inline .heading { | |||
background: #1D8673; | |||
} | |||
.userpoints_white{ | |||
background-color: black; | |||
border: 4px double #C0C0C0; | |||
-moz-border-radius: 0em 2em 0em 2em; | |||
-webkit-border-radius: 0em 2em 0em 2em; | |||
font-family: Verdana; | |||
} | |||
.userpoints_green{ | |||
background-color: black; | |||
border: 4px double #048000; | |||
-moz-border-radius: 0em 2em 0em 2em; | |||
-webkit-border-radius: 0em 2em 0em 2em; | |||
font-family: Verdana; | |||
} | |||
.userpoints_blue{ | |||
background-color: black; | |||
border: 4px double #0B33CB; | |||
-moz-border-radius: 0em 2em 0em 2em; | |||
-webkit-border-radius: 0em 2em 0em 2em; | |||
font-family: Verdana; | |||
} | |||
.userpoints_purple{ | |||
background-color: black; | |||
border: 4px double #9702C6; | |||
-moz-border-radius: 0em 2em 0em 2em; | |||
-webkit-border-radius: 0em 2em 0em 2em; | |||
font-family: Verdana; | |||
} | |||
.userpoints_orange{ | |||
background-color: black; | |||
border: 4px double #FFA500; | |||
-moz-border-radius: 0em 2em 0em 2em; | |||
-webkit-border-radius: 0em 2em 0em 2em; | |||
font-family: Verdana; | |||
} | |||
.userpoints_gold{ | |||
background-color: black; | |||
border: 4px double #D4AF37; | |||
-moz-border-radius: 0em 2em 0em 2em; | |||
-webkit-border-radius: 0em 2em 0em 2em; | |||
font-family: Verdana; | |||
} | |||
.userpoints .white { | |||
} | |||
.userpoints .green { | |||
border: 4px double #048000; | |||
} | |||
.userpoints .blue { | |||
border: 4px double #0B33CB; | |||
} | |||
.userpoints .purple { | |||
border: 4px double #9702C6; | |||
} | |||
.userpoints .orange { | |||
border: 4px double #FFA500; | |||
} | |||
.userpoints .gold { | |||
border: 4px double #D4AF37; | |||
} | |||
.wikilogo { | |||
border-radius:50% 50% 50% 50%; | |||
background-image: url("https://wiki.geministation.com/images/3/35/WikiLogo.png"); | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
width:50px; | |||
height:50px; | |||
} | |||
.mainpage-events .tile-top { | |||
background-color: #4f348b; | |||
color: #fff; | |||
padding-bottom: 0; | |||
} | |||
.mainpage-events .tile-top h2 { | |||
margin-bottom: 0; | |||
padding-bottom: 0; | |||
} | |||
.mainpage-events .tile-top a, | |||
.mainpage-events .tile-top a:visited, | |||
.mainpage-events .tile-top h2 a { | |||
color: rgba(255, 255, 255, 0.9); | |||
text-decoration: none; | |||
} | |||
.mainpage-events .tile-top .note { | |||
color: rgba(255, 255, 255, 0.5); | |||
font-style: italic; | |||
} | |||
.mainpage-events .tile-top .note a, | |||
.mainpage-events .tile-top .note a:visited { | |||
color: rgba(255, 255, 255, 0.5); | |||
} | |||
.mainpage-events .tile-top ul { | |||
list-style: none; | |||
margin-top: 1em; | |||
margin-left: 0; | |||
} | |||
.mainpage-events .tile-top li { | |||
padding-bottom: 0.6em; | |||
overflow: auto; | |||
} | |||
.mainpage-events .tile-top li img { | |||
max-width: 32px; | |||
width: auto; | |||
height: auto; | |||
} | |||
.mainpage-events .tile-top li a:hover, | |||
.mainpage-events .tile-top li a:focus { | |||
text-decoration: underline; | |||
} | |||
.mainpage-events .tile-top li a { | |||
float: left; | |||
} | |||
.mainpage-events .tile-top li a:first-child { | |||
width: 30px; | |||
} | |||
.mainpage-events .tile-top li a:last-child { | |||
padding-left: 1.5em; | |||
line-height: 1.5; | |||
} | |||
.mainpage-events .tile-bottom { | |||
border: none; | |||
padding: 1em 1.75em; | |||
background-color: #3d276b; | |||
color: #fff; | |||
font-weight: bold; | |||
font-size: 0.9em; | |||
text-align: center; | |||
text-transform: uppercase; | |||
letter-spacing: 0.03em; | |||
margin: 0; | |||
} | |||
body.wgl-darkmode .mainpage-events .tile-bottom { | |||
background-color: #3d276b; | |||
color: #fff; | |||
} | |||
.mainpage-events .tile-bottom a, | |||
.mainpage-events .tile-bottom a:visited { | |||
color: #fff; | |||
text-decoration: none; | |||
} | |||
.mainpage-events .tile-bottom .arrow { | |||
margin-left: 0.2em; | |||
} | |||
.news-embed { | |||
border-left: 20px #a9a9a9 solid; | |||
box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25); | |||
margin: auto; | |||
max-width: 500px; | |||
text-align: center; | |||
padding: 20px 40px; | |||
} | |||
.news-embed.reddit { | |||
border-left-color: #ff5516; | |||
} | |||
.news-embed.twitter { | |||
border-left-color: #1da1f2; | |||
} | |||
#pt-gsnews { | |||
order: -2; | |||
} | |||
/****************** | |||
* Sliding gallery * | |||
*******************/ | |||
.sliding-gallery { | |||
max-width:100%; | |||
display:flex; | |||
flex-direction:row; | |||
align-items:center; | |||
} | |||
.sliding-gallery--buttons { | |||
display:flex; | |||
flex-direction:column; | |||
} | |||
.sliding-gallery--button { | |||
background:var(--accent-color); | |||
color:#fff; | |||
border:none; | |||
font-weight:bold; | |||
font-size:2em; | |||
height:1.75em; | |||
width:1.75em; | |||
margin:5px; | |||
cursor:pointer; | |||
} | |||
.sliding-gallery--button:hover { | |||
box-shadow:inset 0 0 0.5em 0.05em rgba(0,0,0,0.75); | |||
} | |||
.sliding-gallery > .gallery { | |||
overflow-x:scroll; | |||
display:flex; | |||
scrollbar-width:none; /* Firefox */ | |||
} | |||
.sliding-gallery > .gallery::-webkit-scrollbar{ | |||
display:none; /* Other browsers */ | |||
} | |||
/********************** | |||
* End sliding gallery * | |||
***********************/ | |||
/****************** | |||
* Main page stuff * | |||
*******************/ | |||
.page-User_Mr_Pie_5_Sandbox { | |||
--sidebar-width:0em; | |||
--search-width:55em; | |||
--head-border-height:0px; | |||
} | |||
.page-User_Mr_Pie_5_Sandbox #mw-panel nav { | |||
font-size:0; | |||
} | |||
.page-User_Mr_Pie_5_Sandbox #content { | |||
padding:0; | |||
} | |||
.page-User_Mr_Pie_5_Sandbox.action-view #content { | |||
background:none; | |||
} | |||
.page-User_Mr_Pie_5_Sandbox h1#firstHeading, | |||
.page-User_Mr_Pie_5_Sandbox #contentSub, | |||
.page-User_Mr_Pie_5_Sandbox #n-Discord { | |||
display:none; | |||
} | |||
.mp-divider { | |||
height:10px; | |||
background:var(--accent-color); | |||
} | |||
.mp-button.top { | |||
margin-left:20px; | |||
} | |||
.mp-button a, | |||
.mp-button a:visited { | |||
background:var(--accent-color); | |||
padding:10px; | |||
color: #fff; | |||
font-weight:bold; | |||
font-size:0.75em; | |||
text-transform: uppercase; | |||
} | |||
/* MP-featured */ | |||
#mp-featured { | |||
display:flex; | |||
flex-flow:row wrap; | |||
justify-content: space-evenly; | |||
column-gap:10px; | |||
row-gap: 10px; | |||
background-color:rgba(241,248,251,0.25); | |||
padding:10px; | |||
margin:20px; | |||
border-radius:10px; | |||
} | |||
.mp-featured--item { | |||
flex:0 1 24%; | |||
min-width:300px; | |||
position:relative; | |||
border-radius:10px; | |||
overflow:clip; | |||
} | |||
.mp-featured--image img { | |||
width:100%; | |||
height:auto; | |||
border-radius:10px; | |||
} | |||
.mp-featured--text { | |||
padding:5px; | |||
width:calc(100% - 10px); | |||
position:absolute; | |||
bottom:0; | |||
background-color:#0A1420; | |||
color:#aaa; | |||
font-size:0.7em; | |||
min-height:6em; | |||
} | |||
.mp-featured--title { | |||
color:#f5f5f5; | |||
font-weight:bold; | |||
font-size: 1.3em; | |||
} | |||
.mp-featured--link { | |||
position:absolute; | |||
height:100%; | |||
width:100%; | |||
z-index:2; | |||
} | |||
.mp-featured--link a { | |||
display:block; | |||
height:100%; | |||
width:100%; | |||
font-size:0; | |||
} | |||
/* MP-big links */ | |||
#mp-big-links { | |||
display:flex; | |||
flex-flow:row wrap; | |||
justify-content: space-between; | |||
align-items: flex-start; | |||
column-gap: 20px; | |||
row-gap: 10px; | |||
margin-left:20px; | |||
--textbox-bottom-margin:50px; | |||
} | |||
.mp-big-link { | |||
flex:0 1 48%; | |||
position:relative; | |||
margin-bottom:var(--textbox-bottom-margin); | |||
} | |||
.mp-big-link--image img { | |||
width:100%; | |||
height:auto; | |||
} | |||
.mp-big-link--text { | |||
padding:5px; | |||
width:calc(100% - 40px); | |||
position:absolute; | |||
left:15px; | |||
bottom:calc(var(--textbox-bottom-margin) * -1); | |||
background-color:#ffffff; | |||
color:#000; | |||
font-size:0.7em; | |||
min-height:6em; | |||
} | |||
.mp-big-link--title { | |||
color:#000; | |||
text-align:center; | |||
margin:0 2.5em 10px 2.5em; | |||
padding-bottom:2px; | |||
font-weight:bold; | |||
font-size: 1.2em; | |||
border-bottom:2px solid #dab5b2; | |||
} | |||
.mp-big-link--link { | |||
position:absolute; | |||
height:calc(100% + var(--textbox-bottom-margin)); | |||
width:100%; | |||
z-index:2; | |||
} | |||
.mp-big-link--link a { | |||
display:block; | |||
height:100%; | |||
width:100%; | |||
font-size:0; | |||
} | |||
/* MP-side links */ | |||
#mp-side-links { | |||
display:flex; | |||
flex-flow:row wrap; | |||
justify-content: space-evenly; | |||
row-gap: 10px; | |||
} | |||
.mp-side-link { | |||
position:relative; | |||
} | |||
.mp-side-link--image img { | |||
width:100%; | |||
height:auto; | |||
} | |||
.mp-side-link--text { | |||
padding:5px; | |||
width:calc(100% - 40px); | |||
position:absolute; | |||
left:15px; | |||
bottom:0; | |||
color:#fff; | |||
font-size:0.7em; | |||
} | |||
.mp-side-link--title { | |||
padding-bottom:2px; | |||
font-weight:bold; | |||
font-size: 1.2em; | |||
} | |||
.mp-side-link--link { | |||
position:absolute; | |||
height:100%; | |||
width:100%; | |||
z-index:2; | |||
} | |||
.mp-side-link--link a { | |||
display:block; | |||
height:100%; | |||
width:100%; | |||
font-size:0; | |||
} | |||
/* MP-links */ | |||
#mp-links { | |||
background:#000; | |||
padding:10px 20px 20px 20px; | |||
display:flex; | |||
flex-flow:row wrap; | |||
justify-content: flex-start; | |||
} | |||
.mp-links--group { | |||
flex:0 1 11em; | |||
} | |||
.mp-links--group:not(:nth-child(2)){ | |||
border-left:1px solid #888; | |||
padding-left:25px; | |||
} | |||
.mp-links--group-title { | |||
color:#2885BE; | |||
} | |||
.mp-links--group ul { | |||
list-style:none; | |||
margin:0; | |||
} | |||
.mp-links--group a { | |||
color: #fff; | |||
} | |||
#mp-links .mp-button { | |||
align-self:center; | |||
} | |||
#mp-links .mp-button a { | |||
border: 1px solid #BFBFBF; | |||
border-radius:5px; | |||
margin-right:25px; | |||
} | |||
/* MP lower section */ | |||
#mp-lower { | |||
background:#f3f5f5; | |||
} | |||
#mp-lower > div { | |||
display: flex; | |||
flex-wrap: wrap; | |||
overflow:hidden; | |||
} | |||
#mp-lower { | |||
display: grid; | |||
grid-template-areas: "a" "b" "c" "d" "e"; | |||
grid-template-columns: 100%; | |||
} | |||
@media screen and (min-width:990px) { | |||
#mp-lower { | |||
grid-template-areas: "a a" "b b" "c d" "e d"; | |||
grid-template-columns: 50% 50%; | |||
} | |||
} | |||
@media screen and (min-width:1350px) { | |||
#mp-lower { | |||
grid-template-areas: "a c" "b d" "b e"; | |||
grid-template-columns: auto 350px; | |||
column-gap: 40px; | |||
} | |||
} | |||
#mp-ships {grid-area:a;} | |||
#mp-big-links {grid-area:b;} | |||
#mp-community {grid-area:c;} | |||
#mp-side-links {grid-area:d;} | |||
#mp-story {grid-area:e;} | |||
/* MP-ships */ | |||
#mp-ships .gallery { | |||
margin:20px 20px 20px 18px; | |||
} | |||
#mp-ships .gallery a { | |||
color:#000; | |||
} | |||
#mp-ships .gallery .thumb { | |||
border-bottom:2px solid var(--accent-color); | |||
} | |||
#mp-ships .gallerytext { | |||
text-align:left; | |||
font-weight:bold; | |||
font-size:0.7em; | |||
padding-top:0; | |||
} | |||
#mp-ships .gallerytext p { | |||
margin:0; | |||
} | |||
/* MP-wiki */ | |||
#mp-wiki { | |||
background:#1e3a4e; | |||
color:#ffffff; | |||
padding:1em; | |||
margin-bottom:20px; | |||
} | |||
#mp-wiki--top { | |||
margin:-1em -1em 1em -1em; | |||
padding:1em; | |||
background:#112f45; | |||
} | |||
#mp-wiki--title { | |||
font-size:1.5em; | |||
font-weight:bold; | |||
} | |||
#mp-wiki ul { | |||
list-style:none; | |||
} | } | ||
#mp-wiki ul > li::before { | |||
content: "\2022"; | |||
font-weight:bold; | |||
display:inline-block; | |||
width:1em; | |||
margin-left:-1em; | |||
} | } | ||
/* MP-story */ | |||
#mp-story { | |||
justify-content:center; | |||
} | } | ||
.mp-story--item { | |||
. | background:#ffffff; | ||
text-align:center; | |||
margin-top:10px;s | |||
} | } | ||
. | .mp-story--title { | ||
text-align:left; | |||
padding:5px 1em; | |||
color:var(--accent-color); | |||
font-weight:bold; | |||
} | } | ||
. | .mp-story--description { | ||
text-align:left; | |||
padding:1em; | |||
- | padding-top:0; | ||
} | } | ||
/* MP-attributes */ | |||
#mp-attributes { | |||
background:#f3f5f5; | |||
- | |||
} | } | ||
#mp-attributes > ul { | |||
columns:5; | |||
padding:20px 5%; | |||
list-style:none; | |||
- | margin-bottom:0; | ||
} | } | ||
#mp-attributes > ul > li { | |||
margin-right:1em; | |||
- | |||
} | } | ||
#mp-attributes > ul > li::before { | |||
content: "\2014"; | |||
color:var(--accent-color); | |||
- | font-weight:bold; | ||
- | display:inline-block; | ||
width:1.5em; | |||
margin-left:-1.5em; | |||
} | } | ||
#mp-attributes ul a { | |||
color:#000; | |||
font-weight:bold; | |||
font- | |||
} | } | ||
/* Move vector tabs to the bottom of the main page */ | |||
#mp-attributes { | |||
padding-bottom:2em | |||
} | } | ||
. | .page-User_Mr_Pie_5_Sandbox #mw-navigation #left-navigation > nav, | ||
.page-User_Mr_Pie_5_Sandbox #mw-navigation #right-navigation > nav { | |||
display:none; | |||
} | } | ||
. | .page-User_Mr_Pie_5_Sandbox #bodyContent #mw-head { | ||
position:absolute; | |||
top:unset; | |||
bottom:0; | |||
right:0; | |||
margin:0; | |||
} | } | ||
. | .page-User_Mr_Pie_5_Sandbox #bodyContent .vector-menu-tabs .mw-watchlink.icon a { | ||
height:2.5em !important; | |||
} | } | ||
. | .page-User_Mr_Pie_5_Sandbox #bodyContent #p-search, | ||
.page-User_Mr_Pie_5_Sandbox #bodyContent #p-personal { | |||
display:none; | |||
} | } | ||
/********************** | |||
* End main page stuff * | |||
***********************/ | |||