MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Pianoforte (talk | contribs) No edit summary |
Adding Minerva icons as load.php is buggy right now (?) |
||
(25 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
/*Mainpage no Title*/ | /*Mainpage no Title*/ | ||
/*Page Background*/ | /*Page Background*/ | ||
/*Disable section editing */ | |||
.mw-editsection { display:none!important; } | |||
/* Comments readability */ | |||
#flowthread { | |||
color:black; | |||
} | |||
/* | /* For the background images on T-Doll pages */ | ||
.bg-character { | |||
display: none; | |||
} | |||
.bg-rarity { | |||
display: none; | |||
} | } | ||
/* Things to be hidden on mobile */ | |||
.tooltip-content, | |||
#serverTabSpan, | |||
#banner-blank, | |||
#banner-cn, | |||
#banner-en, | |||
#banner-tw, | |||
#banner-kr, | |||
#banner-jp, | |||
.jcarousel-item.banners, | |||
#mainmenu { | |||
display: none; | |||
} | |||
#content.mw-body { | |||
background-color: rgba(12,12,12,0.90); | |||
border: none; | |||
color: rgba(250,250,250,1); | |||
text-shadow: 0 0 0.2em black,0 0 0.2em black; | |||
} | |||
.edit-page { | |||
text-indent: 0; | |||
} | |||
.card-bg { | |||
background-image:url("/images/5/5a/Infobox_bg.png"); | |||
width:256px; | |||
height:456px; | |||
padding:10px; | |||
margin-left: auto; | |||
margin-right: auto; | |||
position: relative; | |||
} | |||
/* For compatibility. Move to card-bg class if possible. */ | |||
.profiletable .card-bg { | |||
height:auto; | |||
margin: 0; | |||
display: inline-block; | |||
} | |||
.card-bg .raritystars { | |||
position: absolute; | |||
top: 11px; | |||
right: 15px; | |||
z-index: 3; | |||
} | |||
.card-bg .raritystars.rarityEXTRA { | |||
top: inherit; | |||
bottom: 120px; | |||
} | |||
.card-bg .dollname { | |||
position: absolute; | |||
margin-left: 2px; | |||
z-index: 4; | |||
text-align: left; | |||
font-size: 250%; | |||
text-shadow: none; | |||
color: black; | |||
font-weight: bold; | |||
font-family: times new roman; | |||
bottom: 50px; | |||
} | |||
.card-bg .indexnumber { | |||
position: absolute; | |||
bottom: 3px; | |||
width: 66px; | |||
z-index: 4; | |||
font-size: 245%; | |||
text-shadow: none; | |||
color: white; | |||
font-family: courier new; | |||
letter-spacing: -6px; | |||
text-align: center; | |||
right: 8px; | |||
line-height: 1; | |||
} | |||
.card-bg .namefield { | |||
position: absolute; | |||
z-index: 3; | |||
bottom: 52px; | |||
} | |||
.card-bg .classificationsymbol { | |||
position: absolute; | |||
margin-left: 1px; | |||
margin-top: 1px; | |||
z-index: 3; | |||
} | |||
.card-bg .profilebackground { | |||
position: absolute; | |||
z-index: 2; | |||
} | |||
.card-bg .dollprofileimage { | |||
margin-top: 21px; | |||
min-width: 256px; | |||
margin-bottom: 94px; | |||
} | |||
/* Charactertabber */ | |||
.charactertabber { | |||
width: 100%; | |||
border-bottom: 2px solid #808080; | |||
} | |||
.charactertabber td { | |||
padding: 8px; | |||
background-color: #808080; | |||
font-weight: bold; | |||
opacity: 0.45; | |||
white-space: nowrap; | |||
} | |||
.charactertabber td:hover { | |||
opacity: 1; | |||
} | |||
.charactertabber td.active { | |||
background-color: #f0b000; | |||
font-weight: bold; | |||
color: white; | |||
opacity: 1; | |||
} | |||
.charactertabber td.filler { | |||
width: 100%; | |||
opacity: 0; | |||
} | |||
.obtainflagcontainer { | |||
float: left; | |||
color: black; | |||
text-shadow: none; | |||
display: inline-block; | |||
width: 150px; | |||
} | |||
.obtainflag { | |||
border: 1px solid transparent; | |||
border-radius:2px; | |||
margin-right:2px; | |||
padding-left: 2px; | |||
padding-right: 2px; | |||
clear: both; | |||
} | |||
.obtainflag.obtain-normal { background:green; } | |||
.obtainflag.obtain-heavy { background:orange; } | |||
.obtainflag.obtain-drop { background:yellow; } | |||
.obtainflag.obtain-reward { background:salmon; } | |||
.obtainflag.obtain-hoc-fragments { background: #f9d988; } | |||
.obtainflag.notpossible { opacity: 0.25; } | |||
/* TileGrid */ | |||
.tilegridtable { | |||
background: rgba(62, 62, 62); | |||
padding: 10px; | |||
} | |||
.tilegridtable td { | |||
background: rgba(0, 0, 0, 0.5); | |||
} | |||
.tilegridtable td.standing { | |||
background: rgba(255, 255, 255, 1); | |||
} | |||
.tilegridtable td.buff { | |||
background: rgba(0, 255, 222, 1); | |||
} | |||
/* Equipment named card */ | |||
.equipmentnamedcard { | |||
width: 80px; | |||
text-align: center; | |||
display: inline-block; | |||
margin-right: 15px; | |||
vertical-align: top; | |||
} | |||
.equipmentnamedcard .equipmentcard { | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
} | |||
.equipmentnamedcard .equipname { | |||
font-size: 0.9em; | |||
} | |||
.equipmentnamedcard .equipname small { | |||
display: none; | |||
} | |||
/* Equipment cards */ | |||
.equipmentcard { | |||
display: inline-block; | |||
background-color: #303030; | |||
border: 2px solid #d0d0d0; | |||
width: 64px; | |||
height: 60px; | |||
position: relative; | |||
overflow: hidden; | |||
} | |||
.equipmentcard .equipmentcardfiller { | |||
position: absolute; | |||
z-index: 5; | |||
} | |||
.equipmentcard img.typeicon { | |||
position: absolute; | |||
z-index: 2; | |||
top: 0; | |||
left: 0; | |||
} | |||
.equipmentcard .raritystars { | |||
position: absolute; | |||
margin-top: 1px; | |||
margin-left: auto; | |||
margin-right: 1px; | |||
height: 8px; | |||
z-index: 3; | |||
top: 0px; | |||
right: 0px; | |||
} | |||
.equipmentcard .equipimage { | |||
position: absolute; | |||
margin-top: 3px; | |||
top: 0; | |||
left: 0; | |||
} | |||
/* Stats Graph */ | |||
line.emphased { | |||
stroke-width: 3pt | |||
} | |||
line.radial { | |||
stroke: #333; | |||
stroke-width: 4pt; | |||
} | |||
svg { | |||
fill: none; | |||
stroke: #777; | |||
stroke-opacity: 1; | |||
stroke-width: 1pt; | |||
} | |||
text { | |||
fill: white; | |||
font-size: 2.5em; | |||
font-weight: normal; | |||
stroke: none; | |||
text-anchor: middle; | |||
} | } | ||
polygon { | |||
. | stroke-width: 3pt; | ||
fill-opacity: 0.5; | |||
} | |||
.graph-orange { | |||
stroke: #ff7733; | |||
fill: orange; | |||
} | |||
.graph-red { | |||
stroke: #bd0b0b; | |||
fill: red; | |||
} | |||
.graph-green { | |||
stroke: #007f00; | |||
fill: green; | |||
} | |||
.graph-blue { | |||
stroke: #00007f; | |||
fill: blue; | |||
} | |||
li.gallerybox div.thumb { | |||
background-color: #f9f9f91a; | |||
} | } | ||
pre { | |||
color: black; | |||
text-shadow: none; | |||
} | } | ||
/*For Template:DollBG on t- | |||
/*For Template:DollBG on t-dproll pages*/ | |||
#bg-character { | #bg-character { | ||
position: fixed; | position: fixed; | ||
Line 69: | Line 333: | ||
} | } | ||
/* Tabs extension*/ | |||
.tabs-tabbox {margin:0;} | |||
.tabs-tabbox > .tabs-container { | |||
border: none; | |||
padding: 0; | |||
margin-top: 0; | |||
} | |||
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label { | |||
background-color: #F0b000; | |||
border-radius: 15px; | |||
color:#4E443C; | |||
border: none; | |||
text-shadow:none; | |||
z-index:5; | |||
} | |||
.tabs-tabbox > .tabs-label { | |||
background-color: #4E443C; | |||
border-radius: 15px; | |||
color:#F0b000; | |||
border: none; | |||
text-shadow:none; | |||
z-index:5; | |||
font-weight: bold; | |||
} | |||
/*gallery tabs*/ | |||
.tabs-gallery { display:inline-block;} | |||
.tabs-gallery > .tabs-container {margin-top: -24px;} | |||
.tabs-gallery > .tabs-label { | |||
-moz-transition: all .2s ease-in; | |||
-o-transition: all .2s ease-in; | |||
-webkit-transition: all .2s ease-in; | |||
transition: all .2s ease-in; | |||
opacity:0.5; | |||
} | |||
.tabs-gallery > .tabs-label:hover {opacity:1;} | |||
/*vertical*/ | |||
.verticaltabber { | |||
display:flex; | |||
flex-wrap:wrap; | |||
} | |||
.verticaltabber > .tabber {display:flex;} | |||
.verticaltabber > .tabber > .tabbertab {display:flex;} | |||
.verticaltabber > .tabber > .tabbertab > p {margin:0;} | |||
.verticaltabber > .tabber ul.tabbernav {order:2;} | |||
.verticaltabber > .tabber ul.tabbernav li {display:flex;} | |||
.verticaltabber > .tabber ul.tabbernav li a {margin: 0 0 3px 0;width:100%;font-style:italic;} | |||
.verticaltabber > .tabber ul.tabbernav li:first-child a {margin: 0 0 3px 0;width:100%;font-style:normal;} | |||
.verticaltabber > .tabber .tabs {margin:auto;} | |||
.paddedtabber-2px > .tabber {padding:2px;} | |||
/* tabs styled tabber */ | |||
/* tab body*/ | |||
.tabstabber > .tabber {padding:0;} | |||
.tabstabber > .tabber .tabbertab {padding: 2px;background-color: transparent;} | |||
.tabstabber > .tabber ul.tabbernav {margin: 10px 0 2px 0;} | |||
.tabstabber > .tabber > .tabbertab > p {margin:0;} | |||
/* inactive tab */ | |||
.tabstabber > .tabber ul.tabbernav li a:link { | |||
background-color: #4E443C; | |||
border-radius: 15px; | |||
color:#F0b000; | |||
border: none; | |||
text-shadow:none; | |||
font-weight: bold; | |||
padding: 3px 6px; | |||
margin: 2px; | |||
} | |||
.tabstabber > .tabber ul.tabbernav li:first-child a:link {margin-left: 10px;} | |||
/* active tab */ | |||
.tabstabber > .tabber ul.tabbernav li.tabberactive a, .tabstabber > .tabber ul.tabbernav li.tabberactive a:link {background-color: #F0b000;color:#4E443C;} | |||
/*gradient divs*/ | |||
.gradientDivs { | |||
width:100%; | |||
} | |||
.gradientDivs > div{ | |||
background: -moz-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* FF3.6-15 */ | |||
background: -webkit-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* Chrome10-25,Safari5.1-6 */ | |||
background: radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ | |||
padding: 1em; | |||
overflow: hidden; | |||
max-width: 800px; | |||
height:90px; | |||
position:relative; | |||
} | |||
.gradientDivs > h4 { | |||
background-color: rgba(255,255,255,0.25); | |||
display: table; | |||
padding: 3px 6px 3px 6px; | |||
margin-left: 0.25em; | |||
} | |||
.gradientDivs > h4 > .mw-editsection {display:none;} | |||
.gradientDivs > div > div{background: linear-gradient(115deg,rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 60%, transparent 90%);width:80%;padding:0 5px 0 5px;} | |||
.gradientDivs > div > p {width:75%;text-align:right;position:absolute;bottom:1em;} | |||
Line 75: | Line 457: | ||
div.thumbinner { | div.thumbinner { | ||
border: 0; | border: 0; | ||
background-color: rgba( | background-color: rgba(255,255,255,0.25); | ||
} | } | ||
.card-bg { | .card-bg { | ||
background-image:url(" | background-image:url("/images/5/5a/Infobox_bg.png"); | ||
width:256px; | width:256px; | ||
height:456px; | height:456px; | ||
Line 85: | Line 467: | ||
} | } | ||
.card-bg-small { | .card-bg-small { | ||
background-image:url(" | background-image:url("/images/thumb/5/5a/Infobox_bg.png/138px-Infobox_bg.png"); | ||
width:128px; | width:128px; | ||
height:228px; | height:228px; | ||
padding:5px; | padding:5px; | ||
display:inline-block; | |||
} | |||
.card-bg-small.unreleased, | |||
.unreleased { | |||
opacity: 0.25; | |||
} | |||
.card-bg-small .pad { | |||
position:absolute; | |||
z-index:5 | |||
} | |||
.card-bg-small .name { | |||
position:absolute; | |||
margin-left:2px; | |||
margin-top:178px; | |||
z-index:4; | |||
text-align:left; | |||
font-size:125%; | |||
text-shadow:none; | |||
color: black; | |||
font-weight: bold; | |||
font-family: "Times New Roman", Times, serif; | |||
text-overflow: ellipsis; | |||
width: 126px; | |||
white-space: nowrap; | |||
overflow: hidden; | |||
} | |||
.card-bg-small .index { | |||
position:absolute; | |||
margin-top:206px; | |||
width:128px; | |||
z-index:4; | |||
font-size:110%; | |||
text-shadow:none; | |||
text-align:right; | |||
color: white; | |||
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; | |||
letter-spacing: -3px | |||
} | |||
.card-bg-small .rarity-stars { | |||
position:absolute; | |||
margin-top:178px; | |||
z-index:3 | |||
} | |||
.card-bg-small .rarity-class { | |||
position:absolute; | |||
margin-left:1px; | |||
margin-top:1px; | |||
z-index:3 | |||
} | } | ||
.card-bg-small .infobox-border { | |||
position:absolute; | |||
z-index:2 | |||
} | |||
.card-bg-small .doll-image { | |||
margin-top:10px; | |||
height:167px; | |||
display: inline-block; | |||
} | |||
.icon-bg-2star-small { | |||
background-image:url("/images/thumb/7/72/BG_2star_S.png/60px-BG_2star_S.png"); | |||
padding:5px; | |||
} | |||
.variable-columns { | .variable-columns { | ||
-ms-column- | -ms-column-width: 450px; | ||
-moz-column- | -moz-column-width: 450px; | ||
-webkit-column- | -webkit-column-width: 450px; | ||
column- | column-width: 450px; | ||
} | } | ||
/* for color inversion */ | |||
.invertcolor{-webkit-filter:invert(1);filter:invert(1)} | |||
.invertcolor-50{-webkit-filter:invert(1);filter:invert(0.5)} | |||
/*For construction tables*/ | |||
.multi-column-table tbody {display:block;} | |||
.multi-column-table tr {display:table;} | |||
.multi-column-table td {display:table-cell;} | |||
.multi-column-table tbody, .multi-column-table tr {min-width:100%;} | |||
.multi-column-table table {width: 100%; max-width: 100%;} | |||
.multi-column-table tbody { | |||
column-width:450px; | |||
-moz-column-width:450px; | |||
-webkit-column-width:450px; | |||
} | } | ||
.multi-column-200px tbody { | |||
-ms-column-width: 200px; | |||
-moz-column-width:200px; | |||
-webkit-column-width:200px; | |||
column-width:200px; | |||
} | } | ||
.multi-column-300px tbody { | |||
-ms-column-width: 300px; | |||
-moz-column-width:300px; | |||
-webkit-column-width:300px; | |||
column-width:300px; | |||
} | } | ||
@media only screen and (max-width: | |||
@media only screen and (max-width: 820px) { | |||
div#mw-panel {display:none;} | div#mw-panel {display:none;} | ||
div#left-navigation{margin-left:0;} | div#left-navigation{margin-left:0;} | ||
Line 146: | Line 609: | ||
.mw-body a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited { color: #EEAA00; } /* visited links */ | .mw-body a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited { color: #EEAA00; } /* visited links */ | ||
.mw-body a.new { color: #DD0000; } /* new links */ | .mw-body a.new { color: #DD0000; } /* new links */ | ||
/* plain links*/ | |||
.plainlinks { | |||
padding:0; | |||
background:none; | |||
} | |||
/* Spoiler Text */ | |||
.spoiler { | |||
-moz-transition: all .1s ease-in; | |||
-o-transition: all .1s ease-in; | |||
-webkit-transition: all .1s ease-in; | |||
transition: all .1s ease-in; | |||
-webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */ | |||
filter: blur(3px); | |||
} | |||
.spoiler:hover { | |||
filter: none; | |||
} | |||
.darken {filter:brightness(30%);} | |||
/* Tables */ | /* Tables */ | ||
.gf-table th { | .gf-table th { | ||
color: | color: #322300; | ||
font-size: 110%; | font-size: 110%; | ||
background-color: #f0b000; | background-color: #f0b000; | ||
text-align: center; | text-align: center; | ||
padding: 5px; | padding: 5px; | ||
text-shadow:none; | |||
} | } | ||
.gf-table td { | .gf-table th a {color: #875e00} | ||
background-color | |||
.gf-table > tbody > tr > td { | |||
background-color: rgba(0, 0, 0, 0.6); | |||
padding: 5px; | padding: 5px; | ||
} | } | ||
.gf-table-lightcell td { | .gf-table-lightcell > tbody > tr > td { | ||
background: rgba(0, 0, 0, 0.3); | background: rgba(0, 0, 0, 0.3); | ||
} | } | ||
.gf-table-darkcell { | .gf-table-layered > tbody > tr > td { | ||
background: rgba(0, 0, 0, 0.3); | |||
color:rgb(200,200,200); | |||
} | |||
.gf-table-layered > tbody > tr > th { | |||
color:white; | |||
background: rgba(0, 0, 0, 0.6); | |||
} | |||
.gf-table-darkcell > tbody > tr > td { | |||
background: rgba(0, 0, 0, 0.6); | background: rgba(0, 0, 0, 0.6); | ||
} | } | ||
/*equipment*/ | |||
.greenrow > td {color:green} | |||
.redrow > td {color:red} | |||
/* picture preview*/ | |||
.mw-mmv-image img.gif, .mw-mmv-image img.png, .mw-mmv-image img.svg, .mw-mmv-image img.tiff, .mw-mmv-image img.tif { | |||
background: none; | |||
} | |||
.mw-mmv-image img.gif:hover, .mw-mmv-image img.png:hover, .mw-mmv-image img.svg:hover, .mw-mmv-image img.tiff:hover, .mw-mmv-image img.tif:hover { | |||
background: url(/extensions/MultimediaViewer/resources/mmv/ui/checker.png?bdcf5) repeat; | |||
} | |||
/* | .mw-mmv-overlay { | ||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
background-color: rgba(0,0,0,0.8); | |||
opacity: 0.73; | |||
} | |||
body.mediawiki.mw-mmv-lightbox-open #mw-page-base, | |||
body.mediawiki.mw-mmv-lightbox-open #mw-head-base, | |||
body.mediawiki.mw-mmv-lightbox-open #mw-navigation, | |||
body.mediawiki.mw-mmv-lightbox-open #content, | |||
body.mediawiki.mw-mmv-lightbox-open #footer, | |||
body.mediawiki.mw-mmv-lightbox-open #globalWrapper { | |||
display: inherit; | |||
} | |||
body.mediawiki.mw-mmv-lightbox-open > * { | |||
display: inherit; | |||
} | |||
body.mediawiki.mw-mmv-lightbox-open > script, | |||
body.mediawiki.mw-mmv-lightbox-open > style { | |||
display: none; | |||
} | |||
body.mediawiki.mw-mmv-lightbox-open { | |||
overflow: hidden; | |||
} | |||
body .mw-mmv-wrapper { | |||
position: fixed; | |||
} | |||
/* mutilmediaViewer 信息栏修复 */ | |||
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column { | |||
width: 30%; | |||
} | |||
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column { | |||
width: 70%; | |||
max-width: 70%; | |||
} | |||
ul.mw-mmv-image-links li { | |||
float: left; | |||
padding: .3em 1em; | |||
} | |||
div.mw-mmv-image-desc-div, | |||
div.mw-mmv-image-links-div{ | |||
display:block | |||
} | |||
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li { | |||
height:inherit; | |||
line-height:inherit; | |||
} | |||
/* fading effects*/ | /* fading effects*/ | ||
Line 209: | Line 769: | ||
} | } | ||
@ | |||
/* main page */ | |||
/*MAIN PAGE CONTENTS*/ | |||
@keyframes glowing { | |||
0% { | |||
box-shadow: 0px 0px 10px #000; | |||
border-color:grey; | |||
} | |||
45% { | |||
box-shadow:0 0 10px #c40400; | |||
border-color:red; | |||
} | |||
55% { | |||
box-shadow:0 0 10px #c40400; | |||
border-color:red; | |||
} | |||
100% { | |||
box-shadow: 0px 0px 10px #000; | |||
border-color:grey; | |||
} | |||
} | |||
.button-glow { | |||
animation:glowing 3000ms infinite | |||
} | |||
.GamesThumbContainer{ | |||
display:inline-block; | |||
width:230px; | |||
height:125px; | |||
padding:2px; | |||
} | |||
.GameThumb{ | |||
display:flex; | |||
position:absolute; | |||
justify-content:center; | |||
width:230px; | |||
height:125px; | |||
flex-direction:column; | |||
text-align:center; | |||
background-color: rgba(0,0,0,0.5); | |||
font-size:1.5em; | |||
text-shadow: 0px 0px 5px #000000; | |||
} | |||
.GameThumb a{ | |||
margin:2px; | |||
} | |||
.rightcol, .leftcol { | .rightcol, .leftcol { | ||
max-width: 800px; | max-width: 800px; | ||
Line 217: | Line 829: | ||
} | } | ||
.leftcol { | .leftcol { | ||
float: left; | float: left; | ||
position: relative; | position: relative; | ||
margin-bottom:5px; | margin-bottom:5px; | ||
} | } | ||
Line 232: | Line 841: | ||
#timerwidgets{float:left} | #timerwidgets{float:left} | ||
#flexible-panel{width:100%;display:none} | |||
. | .mainpage{ | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; /*Mediawiki max space for 1080p is some 1600px*/ | margin-right:auto; /*Mediawiki max space for 1080p is some 1600px*/ | ||
Line 242: | Line 851: | ||
/* small screen less than 800px content width*/ | /* small screen less than 800px content width*/ | ||
@media only screen and (max-width: 1040px) { | @media only screen and (max-width: 1040px) { | ||
. | .mainpage{ | ||
width:100%; | width:100%; | ||
} | } | ||
#timerwidgets{width:240px;float:left;} | #timerwidgets{width:240px;float:left;} | ||
#twitterbox{width:auto;margin-left:245px;} | #twitterbox{width:auto;margin-left:245px;} | ||
#twitter-widget-0{height: | #twitter-widget-0{height:267px!important;} | ||
.updates{max-height:136.833px;} | |||
.promotions{max-height:120.133px;} | |||
} | } | ||
/* over 800px, not resize for page necessary*/ | /* over 800px, not resize for page necessary*/ | ||
@media only screen and (min-width: 1040px) { | @media only screen and (min-width: 1040px) { | ||
. | .mainpage{width:800px;} | ||
} | |||
#timerwidgets{width:345px;float:left;} | #timerwidgets{width:345px;float:left;} | ||
#twitterbox{width:450px;float:left;margin-left:5px;} | #twitterbox{width:450px;float:left;margin-left:5px;} | ||
#twitter-widget-0{height: | #twitter-widget-0{height:373px!important;} | ||
#aboutgame,#aboutwiki{width:800px;} | |||
.updates{max-height:198.25px;} | |||
.promotions{max-height:164px;} | |||
} | } | ||
@media only screen and (min-width: 1360px) { | @media only screen and (min-width: 1360px) { | ||
. | .mainpage{width:1068px;} | ||
.rightcol{width:240px;margin-left:2em;} | .rightcol{width:240px;margin-left:2em;} | ||
#timerwidgets{width:240px;} | #timerwidgets{width:240px;} | ||
#twitterbox{width:240px;margin-left: | #twitterbox{width:240px;margin-left:0;min-height: 479px;max-height: 479px;margin-bottom:5px;} | ||
#twitter-widget-0{height:479px!important;} | |||
.updates{max-height:136.833px;} | |||
.promotions{max-height:120.133px;} | |||
} | } | ||
@media only screen and (min-width: 1480px) { | @media only screen and (min-width: 1480px) { | ||
.mainpage{width:1188px;} | |||
.rightcol{width:360px;margin-left:2em;} | .rightcol{width:360px;margin-left:2em;} | ||
#timerwidgets{width:360px;} | #timerwidgets{width:360px;} | ||
#twitterbox{width:360px;margin-left:0px;} | #twitterbox{width:360px;margin-left:0px;min-height: 361px;max-height: 361px;} | ||
#twitter-widget-0{height: 361px !important;} | |||
.updates{max-height:217.017px;} | |||
.promotions{max-height:170.267px;} | |||
} | } | ||
@media only screen and (min-width: 1600px) { | @media only screen and (min-width: 1600px) { | ||
.mainpage{width:1308px;} | |||
.rightcol{width:480px;} | .rightcol{width:480px;} | ||
#timerwidgets{width:235px;} | #timerwidgets{width:235px;} | ||
#twitterbox{width:240px;margin-left:5px;} | #twitterbox{width:240px;margin-left:5px;min-height: 269px;max-height: 269px;} | ||
#twitter-widget-0{height:269px!important;} | #twitter-widget-0{height:269px!important;} | ||
#aboutgame,#aboutwiki{width:480px;margin-left:2em;} | |||
.updates{max-height:133.917px;} | |||
.promotions{max-height:118.05px;} | |||
} | } | ||
@media only screen and (min-width: 1720px) { | @media only screen and (min-width: 1720px) { | ||
.mainpage{width:1428px;} | |||
.rightcol{width:600px;} | .rightcol{width:600px;} | ||
#timerwidgets{width:295px;} | #timerwidgets{width:295px;} | ||
#twitterbox{width:300px;} | #twitterbox{width:300px;min-height: 329px;max-height: 329px;} | ||
#twitter-widget-0{height:329px!important;} | #twitter-widget-0{height:329px!important;} | ||
#aboutgame,#aboutwiki{width:600px;} | |||
.updates{max-height:169px;} | |||
.promotions{max-height:143.117px;} | |||
} | } | ||
Line 297: | Line 919: | ||
background-color: rgba(150,150,150,0.8); | background-color: rgba(150,150,150,0.8); | ||
border: rgb(150,150,150); | border: rgb(150,150,150); | ||
border-width: | border-width: 3px; | ||
border-style: solid; | border-style: solid; | ||
box-shadow: 0px 0px 10px #000; | box-shadow: 0px 0px 10px #000; | ||
} | } | ||
#aboutgame{ | #twitterbox{ | ||
background-image:url(/images/c/c6/BG_twitter.png); | |||
background-repeat: no-repeat; | |||
background-size: contain; | |||
background-position:center; | |||
border-radius: 4px; | |||
background-color:#fff; | |||
position:relative; | |||
z-index:3; | |||
} | |||
#aboutgame,#aboutwiki,#newestadditions{ | |||
padding:0.5em; | padding:0.5em; | ||
background-color: #3f3f3f; | background-color: #3f3f3f; | ||
border: rgb(150,150,150); | border: rgb(150,150,150); | ||
border-width: | border-width: 3px; | ||
border-style: solid; | border-style: solid; | ||
box-shadow: 0px 0px 10px #000; | box-shadow: 0px 0px 10px #000; | ||
background-image:url(" | background-image:url("/images/1/10/Aboutgame.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: -1.5em -0.2em,left top; | background-position: -1.5em -0.2em,left top; | ||
overflow:hidden; | overflow:hidden; | ||
display:inline-block; | |||
box-sizing:border-box; | |||
} | |||
#newestadditions { | |||
width:100%; | |||
overflow:auto; | |||
white-space:nowrap; | |||
} | } | ||
#newestadditions h4{ | |||
margin: 0; | |||
padding: 0; | |||
border-bottom: thin solid gray; | |||
} | |||
#mainmenu{ | #mainmenu{ | ||
background-image:url(" | background-image:url("/images/8/86/BG_homescreen.jpg"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: cover; | background-size: cover; | ||
Line 325: | Line 971: | ||
position:relative; | position:relative; | ||
border: rgb(150,150,150); | border: rgb(150,150,150); | ||
border-width: | border-width: 3px; | ||
border-style: solid; | border-style: solid; | ||
box-shadow: 0px 0px 10px #000 | box-shadow: 0px 0px 10px #000 | ||
Line 331: | Line 977: | ||
#directory{ | #directory{ | ||
background-image:url(" | background-image:url("/images/e/e8/BG_main_directory.png"); | ||
background-color: #3f3f3f; | background-color: #3f3f3f; | ||
border: rgb(150,150,150); | border: rgb(150,150,150); | ||
Line 340: | Line 986: | ||
max-width:800px; | max-width:800px; | ||
position:relative; | position:relative; | ||
border-width: | border-width: 3px; | ||
border-style: solid; | border-style: solid; | ||
box-shadow: 0px 0px 10px #000; | box-shadow: 0px 0px 10px #000; | ||
Line 346: | Line 992: | ||
} | } | ||
#updates{ | |||
background-image: url(" | .banners{ | ||
max-width:800px; | |||
max-height:198px; | |||
width:auto; | |||
height:auto; | |||
border: rgb(150,150,150); | |||
border-width: 0.25em; | |||
border-style: solid; | |||
box-shadow: 0 0 10px #000; | |||
visibility:hidden; | |||
position:absolute; | |||
} | |||
.updates{ | |||
background-image: url("/images/thumb/6/6f/BG_factory.png/395px-BG_factory.png"); | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: cover; | background-size: cover; | ||
width:360px; | width:360px; | ||
width:auto; | width:auto; | ||
border: rgb(150,150,150); | |||
border-width: 3px; | |||
border-style: solid; | |||
box-shadow: 0px 0px 10px #000; | |||
margin-bottom:5px; | |||
visibility:hidden; | |||
position:absolute; | |||
} | |||
#banner-blank { | |||
visibility:visible; | |||
position:inherit; | |||
} | |||
#update-blank { | |||
visibility:visible; | |||
position:inherit; | |||
} | |||
.promotions { | |||
max-width:360px; | |||
height:auto; | |||
width:auto; | |||
overflow:hidden; | |||
background-color:#232323; | |||
border: rgb(150,150,150); | border: rgb(150,150,150); | ||
border-width: 0.25em; | border-width: 0.25em; | ||
border-style: solid; | border-style: solid; | ||
box-shadow: | box-shadow: 0 0 10px #000; | ||
margin-bottom:5px; | margin-bottom:5px; | ||
visibility:hidden; | |||
position:absolute; | |||
} | } | ||
#promotion-blank { | |||
visibility:visible; | |||
position:inherit; | |||
} | |||
.dropdown { | .dropdown { | ||
Line 387: | Line 1,078: | ||
display: block; | display: block; | ||
left:1em; | left:1em; | ||
} | |||
.serverTabSpan { | |||
position: absolute; | |||
margin: -5px 0 0 5px; | |||
} | |||
.serverTabLinks:hover { | |||
opacity: 0.8; | |||
} | |||
.serverTabLinks { | |||
border: none; | |||
border-radius: 1px; | |||
border: none; | |||
text-shadow: none; | |||
z-index: 5; | |||
padding: 3px 6px; | |||
margin: 2px 2px; | |||
font-weight: bold; | |||
font-size: 40%; | |||
transition: all .2s ease-in; | |||
opacity: 0.5; | |||
} | |||
.serverTabLinks-active { | |||
opacity: 0.9!important; | |||
} | |||
.tabButtonLane { | |||
display: flex; | |||
padding-top:1px | |||
} | |||
.tabButtonLane > button { | |||
background-color: rgba(100,100,100,0.3); | |||
color: white; | |||
font-weight: bold; | |||
display: inline-block; | |||
padding: 4px 10px; | |||
margin-left: 3px; | |||
border: none; | |||
text-shadow: 0 0 0.2em black,0 0 0.2em black; | |||
font-size: 1em; | |||
cursor: pointer; | |||
} | |||
.tabButtonLane > button:hover { | |||
background-color: rgba(100,100,100,0.45); | |||
} | |||
.tabButtonLane > .tabButton-active { | |||
background-color: rgba(100,100,100,0.7)!important; | |||
} | |||
.enemyname { | |||
color: #FF0012; | |||
text-shadow: 0px 0px 3px #EC5151; | |||
display: inline-block; | |||
} | |||
.enemyname.boss { | |||
/* background-image: url('/images/1/1e/Boss_Icon_Small.png');*/ | |||
background-image: url('/images/f/fc/Boss_Skull_Icon.png'); | |||
background-size: 12px; | |||
background-repeat: no-repeat; | |||
padding-left: 14px; | |||
background-position-y: 3px; | |||
background-position-x: 0; | |||
} | |||
/* PNC specifics =========================== */ | |||
/* Character index */ | |||
.pnc-index-entry { | |||
position: relative; | |||
display: inline-block; | |||
height: 250px; | |||
width: 128px; | |||
overflow: hidden; | |||
margin-right: 20px; | |||
border-radius: 5px; | |||
} | |||
.pnc-index-entry .file { | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
} | |||
.pnc-index-entry .card { | |||
position: absolute; | |||
top: 14px; | |||
left: 2px; | |||
width: 124px; | |||
} | |||
.pnc-index-entry .back { | |||
position: absolute; | |||
top: 20px; | |||
left: 0px; | |||
} | |||
.pnc-index-entry .hero { | |||
position: absolute; | |||
top: 0px; | |||
left: 1px; | |||
width: 126px; | |||
} | |||
.pnc-index-entry .front { | |||
position: absolute; | |||
bottom: 0px; | |||
} | |||
.pnc-index-entry .company { | |||
position: absolute; | |||
top: 12px; | |||
left: 40px; | |||
width: 120px; | |||
opacity: 20%; | |||
} | |||
.pnc-index-entry .rarity { | |||
position: absolute; | |||
bottom: 32px; | |||
left: 4px; | |||
height: 16px; | |||
} | |||
.pnc-index-entry .name { | |||
position: absolute; | |||
bottom: 10px; | |||
left: 8px; | |||
width: 120px; | |||
color: lightgray; | |||
font-size: 20px; | |||
} | |||
.pnc-index-entry .heroclass { | |||
position: absolute; | |||
top: 15px; | |||
left: 4px; | |||
width: 16px; | |||
} | |||
/* Template:hero name */ | |||
.heroname { | |||
background-size: 9px; | |||
background-repeat: no-repeat; | |||
padding-left: 10px; | |||
/*white-space:wrap;*/ | |||
} | |||
.heroname.star1 { | |||
color:#2999F3; | |||
text-shadow: 0px 0px 3px #2999F3; | |||
} | |||
.heroname.star2 { | |||
color:#B470E1; | |||
text-shadow: 0px 0px 3px #B470E1; | |||
} | |||
.heroname.star3 { | |||
color:#FC8C10; | |||
text-shadow: 0px 0px 3px #FC8C10; | |||
} | |||
.heroname.medic { | |||
background-image: url('/images/3/30/Icon_PNC_Hero_Class_white_Medic.png') | |||
} | |||
.heroname.guard { | |||
background-image: url('/images/8/80/Icon_PNC_Hero_Class_white_Guard.png') | |||
} | |||
.heroname.warrior { | |||
background-image: url('/images/f/f8/Icon_PNC_Hero_Class_white_Warrior.png') | |||
} | |||
.heroname.specialist { | |||
background-image: url('/images/8/8a/Icon_PNC_Hero_Class_white_Specialist.png') | |||
} | |||
/* Fix gray fonts on dark background */ | |||
.content .thumbcaption { | |||
color:white; | |||
} | |||
.heading-holder .tagline { | |||
color:white; | |||
} | |||
/* Temporary workarounds as load.php adds empty lines to SVG */ | |||
.minerva-icon--language-base20 { | |||
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Elanguage-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22icon%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2842.666667%2C%2085.333333%29%22%3E%20%3Cpath%20d%3D%22M426.666667%2C85.3333333%20L426.666667%2C341.333333%20L362.626302%2C341.333333%20L362.666667%2C405.333333%20L256%2C341.333333%20L170.666667%2C341.333333%20L170.666667%2C85.3333333%20L426.666667%2C85.3333333%20Z%20M256%2C1.42108547e-14%20L256%2C64%20L149.333333%2C64%20L149.333%2C268.8%20L64%2C320%20L64.0403648%2C256%20L6.39488462e-14%2C256%20L6.39488462e-14%2C1.42108547e-14%20L256%2C1.42108547e-14%20Z%20M311.198683%2C149.333333%20L286.267137%2C149.333333%20L238.933333%2C277.333333%20L261.425923%2C277.333333%20L274.524018%2C240.658669%20L322.580475%2C240.658669%20L335.768901%2C277.333333%20L359.616467%2C277.333333%20L311.198683%2C149.333333%20Z%20M298.552247%2C170.741943%20C300.501905%2C177.275935%20302.566831%2C183.717713%20304.747024%2C190.067278%20L305.68845%2C192.782875%20L316.43792%2C223.134321%20L280.576241%2C223.134321%20L291.325712%2C192.782875%20C294.336768%2C184.412138%20296.745613%2C177.065161%20298.552247%2C170.741943%20Z%20M117.030949%2C34.5391157%20L95.6976158%2C34.5391157%20L95.6973576%2C45.2051157%20L42.3642825%2C45.2057824%20L42.3642825%2C66.5391157%20L121.995716%2C66.5400848%20C120.716368%2C84.7084858%20116.106956%2C101.073346%20108.17419%2C115.733999%20C99.560792%2C103.887475%2093.627247%2C90.6461433%2090.3372583%2C75.9278184%20L90.1264414%2C74.9658328%20L69.2687902%2C79.445732%20L70.8337641%2C85.9582885%20C75.5835399%2C103.786573%2083.778254%2C119.851708%2095.3786478%2C134.061926%20C82.7968575%2C147.638694%2064.7668657%2C157.161751%2040.9572973%2C162.588992%20L40.0503576%2C162.79312%20L44.6782074%2C183.618444%20L51.0461873%2C182.085779%20C75.8970327%2C175.630085%2095.7303277%2C164.729984%20110.29054%2C149.351848%20C120.495309%2C158.153416%20133.141117%2C166.473384%20148.224582%2C174.354521%20L149.332601%2C174.930407%20L149.332449%2C150.637452%20C139.011433%2C144.692193%20130.308211%2C138.579415%20123.22105%2C132.322953%20C134.984339%2C113.206613%20141.674551%2C91.5943352%20143.304052%2C67.6309686%20L143.374635%2C66.540106%20L149.332358%2C66.5391157%20L149.332358%2C45.2051157%20L117.030358%2C45.2051157%20L117.030949%2C34.5391157%20Z%22%20id%3D%22Combined-Shape%22%3E%20%3C/path%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E"); | |||
} | |||
.minerva-icon--unStar-progressive { | |||
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Estar-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22add%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2818.640071%2C%2018.640071%29%22%3E%20%3Cpolygon%20id%3D%22Star%22%20points%3D%22237.359929%20344.171897%2097.8432633%20429.388145%20135.775711%20270.366642%2011.6172218%20164.011677%20174.577429%20150.947232%20237.359929%203.90798505e-14%20300.142429%20150.947232%20463.102636%20164.011677%20338.944147%20270.366642%20376.876595%20429.388145%22%3E%20%3C/polygon%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E"); | |||
} | |||
.minerva-icon--star-base20 { | |||
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Estar-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22add%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2818.640071%2C%2018.640071%29%22%3E%20%3Cpolygon%20id%3D%22Star%22%20points%3D%22237.359929%20344.171897%2097.8432633%20429.388145%20135.775711%20270.366642%2011.6172218%20164.011677%20174.577429%20150.947232%20237.359929%203.90798505e-14%20300.142429%20150.947232%20463.102636%20164.011677%20338.944147%20270.366642%20376.876595%20429.388145%22%3E%20%3C/polygon%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E"); | |||
} | |||
.minerva-icon--halfStar-progressive { | |||
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Estar-list-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22icon%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2830.293333%2C%2018.560000%29%22%3E%20%3Cpath%20d%3D%22M460.373333%2C365.44%20L460.373333%2C408.106667%20L353.706667%2C408.106667%20L353.706667%2C365.44%20L460.373333%2C365.44%20Z%20M332.373333%2C365.44%20L332.373333%2C408.106667%20L289.706667%2C408.106667%20L289.706667%2C365.44%20L332.373333%2C365.44%20Z%20M204.409376%2C3.55271368e-15%20L261.25875%2C136.682287%20L408.818752%2C148.512105%20L296.393595%2C244.816222%20L304.811%2C280.106%20L268.373333%2C280.106667%20L268.409374%2C322.693262%20L268.409%2C350.737%20L204.409376%2C311.646669%20L78.077434%2C388.809738%20L112.425157%2C244.816222%20L7.10542736e-15%2C148.512105%20L147.560002%2C136.682287%20L204.409376%2C3.55271368e-15%20Z%20M460.373333%2C301.44%20L460.373333%2C344.106667%20L353.706667%2C344.106667%20L353.706667%2C301.44%20L460.373333%2C301.44%20Z%20M332.373333%2C301.44%20L332.373333%2C344.106667%20L289.706667%2C344.106667%20L289.706667%2C301.44%20L332.373333%2C301.44%20Z%20M460.373333%2C429.44%20L460.373333%2C472.106667%20L353.706667%2C472.106667%20L353.706667%2C429.44%20L460.373333%2C429.44%20Z%20M332.373333%2C429.44%20L332.373333%2C472.106667%20L289.706667%2C472.106667%20L289.706667%2C429.44%20L332.373333%2C429.44%20Z%22%20id%3D%22Combined-Shape%22%3E%20%3C/path%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E"); | |||
} | |||
.minerva-icon--unStar-progressive { | |||
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Estar-cancelled-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22add%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2830.293333%2C%2018.560000%29%22%3E%20%3Cpath%20d%3D%22M48.8276647%2C51.60832%20L346.041%2C348.821%20L411.494331%2C414.274982%20L381.324433%2C444.444881%20L364.943%2C428.063%20L365.259373%2C429.388145%20L225.742707%2C344.171897%20L86.2260415%2C429.388145%20L124.158489%2C270.366642%20L2.48689958e-14%2C164.011677%20L93.402%2C156.523%20L18.6577707%2C81.778214%20L48.8276647%2C51.60832%20Z%20M225.742707%2C-1.0658141e-14%20L288.525207%2C150.947232%20L451.485414%2C164.011677%20L327.649%2C270.09%20L176.339%2C118.78%20L225.742707%2C-1.0658141e-14%20Z%22%20id%3D%22Combined-Shape%22%3E%20%3C/path%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E"); | |||
} | |||
.minerva-icon--history-base20 { | |||
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.01112%2011.5747L6.29288%2010.2929C6.68341%209.90236%207.31657%209.90236%207.7071%2010.2929C8.09762%2010.6834%208.09762%2011.3166%207.7071%2011.7071L4.7071%2014.7071C4.51956%2014.8946%204.26521%2015%203.99999%2015C3.73477%2015%203.48042%2014.8946%203.29288%2014.7071L0.292884%2011.7071C-0.0976406%2011.3166%20-0.0976406%2010.6834%200.292884%2010.2929C0.683408%209.90236%201.31657%209.90236%201.7071%2010.2929L3.0081%2011.5939C3.22117%206.25933%207.61317%202%2013%202C18.5229%202%2023%206.47715%2023%2012C23%2017.5228%2018.5229%2022%2013%2022C9.85817%2022%207.05429%2020.5499%205.22263%2018.2864C4.87522%2017.8571%204.94163%2017.2274%205.37096%2016.88C5.80028%2016.5326%206.42996%2016.599%206.77737%2017.0283C8.24562%2018.8427%2010.4873%2020%2013%2020C17.4183%2020%2021%2016.4183%2021%2012C21%207.58172%2017.4183%204%2013%204C8.72441%204%205.23221%207.35412%205.01112%2011.5747ZM13%205C13.5523%205%2014%205.44772%2014%206V11.5858L16.7071%2014.2929C17.0976%2014.6834%2017.0976%2015.3166%2016.7071%2015.7071C16.3166%2016.0976%2015.6834%2016.0976%2015.2929%2015.7071L12.2929%2012.7071C12.1054%2012.5196%2012%2012.2652%2012%2012V6C12%205.44772%2012.4477%205%2013%205Z%22%20fill%3D%22%23000000%22%3E%3C/path%3E%20%3C/g%3E%3C/svg%3E"); | |||
} | |||
.minerva-icon--edit-base20 { | |||
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Epen-filled%3C/title%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M426.666667%2C373.333333%20L426.666667%2C416%20L3.55271368e-14%2C416%20L3.55271368e-14%2C373.333333%20L426.666667%2C373.333333%20Z%20M186.019%2C91.314%20L282.019%2C187.313%20L138.666667%2C330.666667%20L42.6666667%2C330.666667%20L42.6666667%2C234.666667%20L186.019%2C91.314%20Z%20M277.333333%2C2.13162821e-14%20L373.333333%2C96%20L304.647%2C164.686%20L208.647%2C68.686%20L277.333333%2C2.13162821e-14%20Z%22%20id%3D%22path-1%22%3E%20%3C/path%3E%20%3C/defs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22pen%22%20transform%3D%22translate%2842.666667%2C%2053.333333%29%22%3E%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%20%3C/use%3E%20%3C/mask%3E%20%3Cuse%20id%3D%22Combined-Shape%22%20fill%3D%22%23000000%22%20xlink%3Ahref%3D%22%23path-1%22%3E%20%3C/use%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E"); | |||
} | |||
.minerva-icon--ellipsis { | |||
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207C5%206.44772%205.44772%206%206%206H18C18.5523%206%2019%206.44772%2019%207C19%207.55228%2018.5523%208%2018%208H6C5.44772%208%205%207.55228%205%207ZM5%2012C5%2011.4477%205.44772%2011%206%2011H18C18.5523%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5523%2013%2018%2013H6C5.44772%2013%205%2012.5523%205%2012ZM5%2017C5%2016.4477%205.44772%2016%206%2016H18C18.5523%2016%2019%2016.4477%2019%2017C19%2017.5523%2018.5523%2018%2018%2018H6C5.44772%2018%205%2017.5523%205%2017Z%22%20fill%3D%22%23000000%22%3E%3C/path%3E%20%3C/g%3E%3C/svg%3E"); | |||
} | } |
Latest revision as of 19:07, 14 September 2024
/*Mainpage no Title*/
/*Page Background*/
/*Disable section editing */
.mw-editsection { display:none!important; }
/* Comments readability */
#flowthread {
color:black;
}
/* For the background images on T-Doll pages */
.bg-character {
display: none;
}
.bg-rarity {
display: none;
}
/* Things to be hidden on mobile */
.tooltip-content,
#serverTabSpan,
#banner-blank,
#banner-cn,
#banner-en,
#banner-tw,
#banner-kr,
#banner-jp,
.jcarousel-item.banners,
#mainmenu {
display: none;
}
#content.mw-body {
background-color: rgba(12,12,12,0.90);
border: none;
color: rgba(250,250,250,1);
text-shadow: 0 0 0.2em black,0 0 0.2em black;
}
.edit-page {
text-indent: 0;
}
.card-bg {
background-image:url("/images/5/5a/Infobox_bg.png");
width:256px;
height:456px;
padding:10px;
margin-left: auto;
margin-right: auto;
position: relative;
}
/* For compatibility. Move to card-bg class if possible. */
.profiletable .card-bg {
height:auto;
margin: 0;
display: inline-block;
}
.card-bg .raritystars {
position: absolute;
top: 11px;
right: 15px;
z-index: 3;
}
.card-bg .raritystars.rarityEXTRA {
top: inherit;
bottom: 120px;
}
.card-bg .dollname {
position: absolute;
margin-left: 2px;
z-index: 4;
text-align: left;
font-size: 250%;
text-shadow: none;
color: black;
font-weight: bold;
font-family: times new roman;
bottom: 50px;
}
.card-bg .indexnumber {
position: absolute;
bottom: 3px;
width: 66px;
z-index: 4;
font-size: 245%;
text-shadow: none;
color: white;
font-family: courier new;
letter-spacing: -6px;
text-align: center;
right: 8px;
line-height: 1;
}
.card-bg .namefield {
position: absolute;
z-index: 3;
bottom: 52px;
}
.card-bg .classificationsymbol {
position: absolute;
margin-left: 1px;
margin-top: 1px;
z-index: 3;
}
.card-bg .profilebackground {
position: absolute;
z-index: 2;
}
.card-bg .dollprofileimage {
margin-top: 21px;
min-width: 256px;
margin-bottom: 94px;
}
/* Charactertabber */
.charactertabber {
width: 100%;
border-bottom: 2px solid #808080;
}
.charactertabber td {
padding: 8px;
background-color: #808080;
font-weight: bold;
opacity: 0.45;
white-space: nowrap;
}
.charactertabber td:hover {
opacity: 1;
}
.charactertabber td.active {
background-color: #f0b000;
font-weight: bold;
color: white;
opacity: 1;
}
.charactertabber td.filler {
width: 100%;
opacity: 0;
}
.obtainflagcontainer {
float: left;
color: black;
text-shadow: none;
display: inline-block;
width: 150px;
}
.obtainflag {
border: 1px solid transparent;
border-radius:2px;
margin-right:2px;
padding-left: 2px;
padding-right: 2px;
clear: both;
}
.obtainflag.obtain-normal { background:green; }
.obtainflag.obtain-heavy { background:orange; }
.obtainflag.obtain-drop { background:yellow; }
.obtainflag.obtain-reward { background:salmon; }
.obtainflag.obtain-hoc-fragments { background: #f9d988; }
.obtainflag.notpossible { opacity: 0.25; }
/* TileGrid */
.tilegridtable {
background: rgba(62, 62, 62);
padding: 10px;
}
.tilegridtable td {
background: rgba(0, 0, 0, 0.5);
}
.tilegridtable td.standing {
background: rgba(255, 255, 255, 1);
}
.tilegridtable td.buff {
background: rgba(0, 255, 222, 1);
}
/* Equipment named card */
.equipmentnamedcard {
width: 80px;
text-align: center;
display: inline-block;
margin-right: 15px;
vertical-align: top;
}
.equipmentnamedcard .equipmentcard {
margin-left: 5px;
margin-right: 5px;
}
.equipmentnamedcard .equipname {
font-size: 0.9em;
}
.equipmentnamedcard .equipname small {
display: none;
}
/* Equipment cards */
.equipmentcard {
display: inline-block;
background-color: #303030;
border: 2px solid #d0d0d0;
width: 64px;
height: 60px;
position: relative;
overflow: hidden;
}
.equipmentcard .equipmentcardfiller {
position: absolute;
z-index: 5;
}
.equipmentcard img.typeicon {
position: absolute;
z-index: 2;
top: 0;
left: 0;
}
.equipmentcard .raritystars {
position: absolute;
margin-top: 1px;
margin-left: auto;
margin-right: 1px;
height: 8px;
z-index: 3;
top: 0px;
right: 0px;
}
.equipmentcard .equipimage {
position: absolute;
margin-top: 3px;
top: 0;
left: 0;
}
/* Stats Graph */
line.emphased {
stroke-width: 3pt
}
line.radial {
stroke: #333;
stroke-width: 4pt;
}
svg {
fill: none;
stroke: #777;
stroke-opacity: 1;
stroke-width: 1pt;
}
text {
fill: white;
font-size: 2.5em;
font-weight: normal;
stroke: none;
text-anchor: middle;
}
polygon {
stroke-width: 3pt;
fill-opacity: 0.5;
}
.graph-orange {
stroke: #ff7733;
fill: orange;
}
.graph-red {
stroke: #bd0b0b;
fill: red;
}
.graph-green {
stroke: #007f00;
fill: green;
}
.graph-blue {
stroke: #00007f;
fill: blue;
}
li.gallerybox div.thumb {
background-color: #f9f9f91a;
}
pre {
color: black;
text-shadow: none;
}
/*For Template:DollBG on t-dproll pages*/
#bg-character {
position: fixed;
height: 1280px;
min-height:500px;
top:10%;
left:0;
z-index: -2;
}
#bg-rarity {
position: fixed;
top:15%;
right:5%;
z-index: -3;
width:650px;
}
/* Tabs extension*/
.tabs-tabbox {margin:0;}
.tabs-tabbox > .tabs-container {
border: none;
padding: 0;
margin-top: 0;
}
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
background-color: #F0b000;
border-radius: 15px;
color:#4E443C;
border: none;
text-shadow:none;
z-index:5;
}
.tabs-tabbox > .tabs-label {
background-color: #4E443C;
border-radius: 15px;
color:#F0b000;
border: none;
text-shadow:none;
z-index:5;
font-weight: bold;
}
/*gallery tabs*/
.tabs-gallery { display:inline-block;}
.tabs-gallery > .tabs-container {margin-top: -24px;}
.tabs-gallery > .tabs-label {
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
opacity:0.5;
}
.tabs-gallery > .tabs-label:hover {opacity:1;}
/*vertical*/
.verticaltabber {
display:flex;
flex-wrap:wrap;
}
.verticaltabber > .tabber {display:flex;}
.verticaltabber > .tabber > .tabbertab {display:flex;}
.verticaltabber > .tabber > .tabbertab > p {margin:0;}
.verticaltabber > .tabber ul.tabbernav {order:2;}
.verticaltabber > .tabber ul.tabbernav li {display:flex;}
.verticaltabber > .tabber ul.tabbernav li a {margin: 0 0 3px 0;width:100%;font-style:italic;}
.verticaltabber > .tabber ul.tabbernav li:first-child a {margin: 0 0 3px 0;width:100%;font-style:normal;}
.verticaltabber > .tabber .tabs {margin:auto;}
.paddedtabber-2px > .tabber {padding:2px;}
/* tabs styled tabber */
/* tab body*/
.tabstabber > .tabber {padding:0;}
.tabstabber > .tabber .tabbertab {padding: 2px;background-color: transparent;}
.tabstabber > .tabber ul.tabbernav {margin: 10px 0 2px 0;}
.tabstabber > .tabber > .tabbertab > p {margin:0;}
/* inactive tab */
.tabstabber > .tabber ul.tabbernav li a:link {
background-color: #4E443C;
border-radius: 15px;
color:#F0b000;
border: none;
text-shadow:none;
font-weight: bold;
padding: 3px 6px;
margin: 2px;
}
.tabstabber > .tabber ul.tabbernav li:first-child a:link {margin-left: 10px;}
/* active tab */
.tabstabber > .tabber ul.tabbernav li.tabberactive a, .tabstabber > .tabber ul.tabbernav li.tabberactive a:link {background-color: #F0b000;color:#4E443C;}
/*gradient divs*/
.gradientDivs {
width:100%;
}
.gradientDivs > div{
background: -moz-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* FF3.6-15 */
background: -webkit-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
padding: 1em;
overflow: hidden;
max-width: 800px;
height:90px;
position:relative;
}
.gradientDivs > h4 {
background-color: rgba(255,255,255,0.25);
display: table;
padding: 3px 6px 3px 6px;
margin-left: 0.25em;
}
.gradientDivs > h4 > .mw-editsection {display:none;}
.gradientDivs > div > div{background: linear-gradient(115deg,rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 60%, transparent 90%);width:80%;padding:0 5px 0 5px;}
.gradientDivs > div > p {width:75%;text-align:right;position:absolute;bottom:1em;}
/*image*/
div.thumbinner {
border: 0;
background-color: rgba(255,255,255,0.25);
}
.card-bg {
background-image:url("/images/5/5a/Infobox_bg.png");
width:256px;
height:456px;
padding:10px;
}
.card-bg-small {
background-image:url("/images/thumb/5/5a/Infobox_bg.png/138px-Infobox_bg.png");
width:128px;
height:228px;
padding:5px;
display:inline-block;
}
.card-bg-small.unreleased,
.unreleased {
opacity: 0.25;
}
.card-bg-small .pad {
position:absolute;
z-index:5
}
.card-bg-small .name {
position:absolute;
margin-left:2px;
margin-top:178px;
z-index:4;
text-align:left;
font-size:125%;
text-shadow:none;
color: black;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
text-overflow: ellipsis;
width: 126px;
white-space: nowrap;
overflow: hidden;
}
.card-bg-small .index {
position:absolute;
margin-top:206px;
width:128px;
z-index:4;
font-size:110%;
text-shadow:none;
text-align:right;
color: white;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
letter-spacing: -3px
}
.card-bg-small .rarity-stars {
position:absolute;
margin-top:178px;
z-index:3
}
.card-bg-small .rarity-class {
position:absolute;
margin-left:1px;
margin-top:1px;
z-index:3
}
.card-bg-small .infobox-border {
position:absolute;
z-index:2
}
.card-bg-small .doll-image {
margin-top:10px;
height:167px;
display: inline-block;
}
.icon-bg-2star-small {
background-image:url("/images/thumb/7/72/BG_2star_S.png/60px-BG_2star_S.png");
padding:5px;
}
.variable-columns {
-ms-column-width: 450px;
-moz-column-width: 450px;
-webkit-column-width: 450px;
column-width: 450px;
}
/* for color inversion */
.invertcolor{-webkit-filter:invert(1);filter:invert(1)}
.invertcolor-50{-webkit-filter:invert(1);filter:invert(0.5)}
/*For construction tables*/
.multi-column-table tbody {display:block;}
.multi-column-table tr {display:table;}
.multi-column-table td {display:table-cell;}
.multi-column-table tbody, .multi-column-table tr {min-width:100%;}
.multi-column-table table {width: 100%; max-width: 100%;}
.multi-column-table tbody {
column-width:450px;
-moz-column-width:450px;
-webkit-column-width:450px;
}
.multi-column-200px tbody {
-ms-column-width: 200px;
-moz-column-width:200px;
-webkit-column-width:200px;
column-width:200px;
}
.multi-column-300px tbody {
-ms-column-width: 300px;
-moz-column-width:300px;
-webkit-column-width:300px;
column-width:300px;
}
@media only screen and (max-width: 820px) {
div#mw-panel {display:none;}
div#left-navigation{margin-left:0;}
.mw-body {margin-left:0;}
}
/* floatright */
div.floatright, table.floatright {margin: 0;}
/* floatleft */
div.floatleft, table.floatleft {margin: 0;}
/* standard link colors */
.mw-body a, .mw-body a.extiw { color: #FFCC00; } /* normal unvisited links */
.mw-body a.external { color: #FFCC00; } /* normal unvisited links */
.mw-body a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited { color: #EEAA00; } /* visited links */
.mw-body a.new { color: #DD0000; } /* new links */
/* plain links*/
.plainlinks {
padding:0;
background:none;
}
/* Spoiler Text */
.spoiler {
-moz-transition: all .1s ease-in;
-o-transition: all .1s ease-in;
-webkit-transition: all .1s ease-in;
transition: all .1s ease-in;
-webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
filter: blur(3px);
}
.spoiler:hover {
filter: none;
}
.darken {filter:brightness(30%);}
/* Tables */
.gf-table th {
color: #322300;
font-size: 110%;
background-color: #f0b000;
text-align: center;
padding: 5px;
text-shadow:none;
}
.gf-table th a {color: #875e00}
.gf-table > tbody > tr > td {
background-color: rgba(0, 0, 0, 0.6);
padding: 5px;
}
.gf-table-lightcell > tbody > tr > td {
background: rgba(0, 0, 0, 0.3);
}
.gf-table-layered > tbody > tr > td {
background: rgba(0, 0, 0, 0.3);
color:rgb(200,200,200);
}
.gf-table-layered > tbody > tr > th {
color:white;
background: rgba(0, 0, 0, 0.6);
}
.gf-table-darkcell > tbody > tr > td {
background: rgba(0, 0, 0, 0.6);
}
/*equipment*/
.greenrow > td {color:green}
.redrow > td {color:red}
/* picture preview*/
.mw-mmv-image img.gif, .mw-mmv-image img.png, .mw-mmv-image img.svg, .mw-mmv-image img.tiff, .mw-mmv-image img.tif {
background: none;
}
.mw-mmv-image img.gif:hover, .mw-mmv-image img.png:hover, .mw-mmv-image img.svg:hover, .mw-mmv-image img.tiff:hover, .mw-mmv-image img.tif:hover {
background: url(/extensions/MultimediaViewer/resources/mmv/ui/checker.png?bdcf5) repeat;
}
.mw-mmv-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.8);
opacity: 0.73;
}
body.mediawiki.mw-mmv-lightbox-open #mw-page-base,
body.mediawiki.mw-mmv-lightbox-open #mw-head-base,
body.mediawiki.mw-mmv-lightbox-open #mw-navigation,
body.mediawiki.mw-mmv-lightbox-open #content,
body.mediawiki.mw-mmv-lightbox-open #footer,
body.mediawiki.mw-mmv-lightbox-open #globalWrapper {
display: inherit;
}
body.mediawiki.mw-mmv-lightbox-open > * {
display: inherit;
}
body.mediawiki.mw-mmv-lightbox-open > script,
body.mediawiki.mw-mmv-lightbox-open > style {
display: none;
}
body.mediawiki.mw-mmv-lightbox-open {
overflow: hidden;
}
body .mw-mmv-wrapper {
position: fixed;
}
/* mutilmediaViewer 信息栏修复 */
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column {
width: 30%;
}
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column {
width: 70%;
max-width: 70%;
}
ul.mw-mmv-image-links li {
float: left;
padding: .3em 1em;
}
div.mw-mmv-image-desc-div,
div.mw-mmv-image-links-div{
display:block
}
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li {
height:inherit;
line-height:inherit;
}
/* fading effects*/
.hover-button {
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
opacity:0.75;
}
.hover-button:hover {
opacity:1;
}
.hover-button50 {
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
opacity:0.5;
}
.hover-button50:hover {
opacity:1;
}
/* main page */
/*MAIN PAGE CONTENTS*/
@keyframes glowing {
0% {
box-shadow: 0px 0px 10px #000;
border-color:grey;
}
45% {
box-shadow:0 0 10px #c40400;
border-color:red;
}
55% {
box-shadow:0 0 10px #c40400;
border-color:red;
}
100% {
box-shadow: 0px 0px 10px #000;
border-color:grey;
}
}
.button-glow {
animation:glowing 3000ms infinite
}
.GamesThumbContainer{
display:inline-block;
width:230px;
height:125px;
padding:2px;
}
.GameThumb{
display:flex;
position:absolute;
justify-content:center;
width:230px;
height:125px;
flex-direction:column;
text-align:center;
background-color: rgba(0,0,0,0.5);
font-size:1.5em;
text-shadow: 0px 0px 5px #000000;
}
.GameThumb a{
margin:2px;
}
.rightcol, .leftcol {
max-width: 800px;
width:100%;
margin-left:auto;
margin-right:auto;
}
.leftcol {
float: left;
position: relative;
margin-bottom:5px;
}
.rightcol{
float:left;
height:auto;
}
#timerwidgets{float:left}
#flexible-panel{width:100%;display:none}
.mainpage{
margin-left:auto;
margin-right:auto; /*Mediawiki max space for 1080p is some 1600px*/
padding:0;
}
/* small screen less than 800px content width*/
@media only screen and (max-width: 1040px) {
.mainpage{
width:100%;
}
#timerwidgets{width:240px;float:left;}
#twitterbox{width:auto;margin-left:245px;}
#twitter-widget-0{height:267px!important;}
.updates{max-height:136.833px;}
.promotions{max-height:120.133px;}
}
/* over 800px, not resize for page necessary*/
@media only screen and (min-width: 1040px) {
.mainpage{width:800px;}
#timerwidgets{width:345px;float:left;}
#twitterbox{width:450px;float:left;margin-left:5px;}
#twitter-widget-0{height:373px!important;}
#aboutgame,#aboutwiki{width:800px;}
.updates{max-height:198.25px;}
.promotions{max-height:164px;}
}
@media only screen and (min-width: 1360px) {
.mainpage{width:1068px;}
.rightcol{width:240px;margin-left:2em;}
#timerwidgets{width:240px;}
#twitterbox{width:240px;margin-left:0;min-height: 479px;max-height: 479px;margin-bottom:5px;}
#twitter-widget-0{height:479px!important;}
.updates{max-height:136.833px;}
.promotions{max-height:120.133px;}
}
@media only screen and (min-width: 1480px) {
.mainpage{width:1188px;}
.rightcol{width:360px;margin-left:2em;}
#timerwidgets{width:360px;}
#twitterbox{width:360px;margin-left:0px;min-height: 361px;max-height: 361px;}
#twitter-widget-0{height: 361px !important;}
.updates{max-height:217.017px;}
.promotions{max-height:170.267px;}
}
@media only screen and (min-width: 1600px) {
.mainpage{width:1308px;}
.rightcol{width:480px;}
#timerwidgets{width:235px;}
#twitterbox{width:240px;margin-left:5px;min-height: 269px;max-height: 269px;}
#twitter-widget-0{height:269px!important;}
#aboutgame,#aboutwiki{width:480px;margin-left:2em;}
.updates{max-height:133.917px;}
.promotions{max-height:118.05px;}
}
@media only screen and (min-width: 1720px) {
.mainpage{width:1428px;}
.rightcol{width:600px;}
#timerwidgets{width:295px;}
#twitterbox{width:300px;min-height: 329px;max-height: 329px;}
#twitter-widget-0{height:329px!important;}
#aboutgame,#aboutwiki{width:600px;}
.updates{max-height:169px;}
.promotions{max-height:143.117px;}
}
.homepage-panel{
background-color: rgba(150,150,150,0.8);
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
}
#twitterbox{
background-image:url(/images/c/c6/BG_twitter.png);
background-repeat: no-repeat;
background-size: contain;
background-position:center;
border-radius: 4px;
background-color:#fff;
position:relative;
z-index:3;
}
#aboutgame,#aboutwiki,#newestadditions{
padding:0.5em;
background-color: #3f3f3f;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
background-image:url("/images/1/10/Aboutgame.png");
background-repeat: no-repeat;
background-position: -1.5em -0.2em,left top;
overflow:hidden;
display:inline-block;
box-sizing:border-box;
}
#newestadditions {
width:100%;
overflow:auto;
white-space:nowrap;
}
#newestadditions h4{
margin: 0;
padding: 0;
border-bottom: thin solid gray;
}
#mainmenu{
background-image:url("/images/8/86/BG_homescreen.jpg");
background-repeat: no-repeat;
background-size: cover;
margin-top:5px;
max-width:800px;
height:300px;
position:relative;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000
}
#directory{
background-image:url("/images/e/e8/BG_main_directory.png");
background-color: #3f3f3f;
border: rgb(150,150,150);
background-repeat: no-repeat;
background-position: right bottom;
background-size: auto 100%;
margin-top:5px;
max-width:800px;
position:relative;
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
padding:0.5em;
}
.banners{
max-width:800px;
max-height:198px;
width:auto;
height:auto;
border: rgb(150,150,150);
border-width: 0.25em;
border-style: solid;
box-shadow: 0 0 10px #000;
visibility:hidden;
position:absolute;
}
.updates{
background-image: url("/images/thumb/6/6f/BG_factory.png/395px-BG_factory.png");
background-repeat: no-repeat;
background-size: cover;
width:360px;
width:auto;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
margin-bottom:5px;
visibility:hidden;
position:absolute;
}
#banner-blank {
visibility:visible;
position:inherit;
}
#update-blank {
visibility:visible;
position:inherit;
}
.promotions {
max-width:360px;
height:auto;
width:auto;
overflow:hidden;
background-color:#232323;
border: rgb(150,150,150);
border-width: 0.25em;
border-style: solid;
box-shadow: 0 0 10px #000;
margin-bottom:5px;
visibility:hidden;
position:absolute;
}
#promotion-blank {
visibility:visible;
position:inherit;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
z-index:3;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
text-decoration: none;
display: block;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.dropdown-content a:hover {opacity:0;}
.dropdown:hover .dropdown-content {
bottom: 100%;
display: block;
left:1em;
}
.serverTabSpan {
position: absolute;
margin: -5px 0 0 5px;
}
.serverTabLinks:hover {
opacity: 0.8;
}
.serverTabLinks {
border: none;
border-radius: 1px;
border: none;
text-shadow: none;
z-index: 5;
padding: 3px 6px;
margin: 2px 2px;
font-weight: bold;
font-size: 40%;
transition: all .2s ease-in;
opacity: 0.5;
}
.serverTabLinks-active {
opacity: 0.9!important;
}
.tabButtonLane {
display: flex;
padding-top:1px
}
.tabButtonLane > button {
background-color: rgba(100,100,100,0.3);
color: white;
font-weight: bold;
display: inline-block;
padding: 4px 10px;
margin-left: 3px;
border: none;
text-shadow: 0 0 0.2em black,0 0 0.2em black;
font-size: 1em;
cursor: pointer;
}
.tabButtonLane > button:hover {
background-color: rgba(100,100,100,0.45);
}
.tabButtonLane > .tabButton-active {
background-color: rgba(100,100,100,0.7)!important;
}
.enemyname {
color: #FF0012;
text-shadow: 0px 0px 3px #EC5151;
display: inline-block;
}
.enemyname.boss {
/* background-image: url('/images/1/1e/Boss_Icon_Small.png');*/
background-image: url('/images/f/fc/Boss_Skull_Icon.png');
background-size: 12px;
background-repeat: no-repeat;
padding-left: 14px;
background-position-y: 3px;
background-position-x: 0;
}
/* PNC specifics =========================== */
/* Character index */
.pnc-index-entry {
position: relative;
display: inline-block;
height: 250px;
width: 128px;
overflow: hidden;
margin-right: 20px;
border-radius: 5px;
}
.pnc-index-entry .file {
position: absolute;
top: 0;
left: 0;
}
.pnc-index-entry .card {
position: absolute;
top: 14px;
left: 2px;
width: 124px;
}
.pnc-index-entry .back {
position: absolute;
top: 20px;
left: 0px;
}
.pnc-index-entry .hero {
position: absolute;
top: 0px;
left: 1px;
width: 126px;
}
.pnc-index-entry .front {
position: absolute;
bottom: 0px;
}
.pnc-index-entry .company {
position: absolute;
top: 12px;
left: 40px;
width: 120px;
opacity: 20%;
}
.pnc-index-entry .rarity {
position: absolute;
bottom: 32px;
left: 4px;
height: 16px;
}
.pnc-index-entry .name {
position: absolute;
bottom: 10px;
left: 8px;
width: 120px;
color: lightgray;
font-size: 20px;
}
.pnc-index-entry .heroclass {
position: absolute;
top: 15px;
left: 4px;
width: 16px;
}
/* Template:hero name */
.heroname {
background-size: 9px;
background-repeat: no-repeat;
padding-left: 10px;
/*white-space:wrap;*/
}
.heroname.star1 {
color:#2999F3;
text-shadow: 0px 0px 3px #2999F3;
}
.heroname.star2 {
color:#B470E1;
text-shadow: 0px 0px 3px #B470E1;
}
.heroname.star3 {
color:#FC8C10;
text-shadow: 0px 0px 3px #FC8C10;
}
.heroname.medic {
background-image: url('/images/3/30/Icon_PNC_Hero_Class_white_Medic.png')
}
.heroname.guard {
background-image: url('/images/8/80/Icon_PNC_Hero_Class_white_Guard.png')
}
.heroname.warrior {
background-image: url('/images/f/f8/Icon_PNC_Hero_Class_white_Warrior.png')
}
.heroname.specialist {
background-image: url('/images/8/8a/Icon_PNC_Hero_Class_white_Specialist.png')
}
/* Fix gray fonts on dark background */
.content .thumbcaption {
color:white;
}
.heading-holder .tagline {
color:white;
}
/* Temporary workarounds as load.php adds empty lines to SVG */
.minerva-icon--language-base20 {
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Elanguage-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22icon%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2842.666667%2C%2085.333333%29%22%3E%20%3Cpath%20d%3D%22M426.666667%2C85.3333333%20L426.666667%2C341.333333%20L362.626302%2C341.333333%20L362.666667%2C405.333333%20L256%2C341.333333%20L170.666667%2C341.333333%20L170.666667%2C85.3333333%20L426.666667%2C85.3333333%20Z%20M256%2C1.42108547e-14%20L256%2C64%20L149.333333%2C64%20L149.333%2C268.8%20L64%2C320%20L64.0403648%2C256%20L6.39488462e-14%2C256%20L6.39488462e-14%2C1.42108547e-14%20L256%2C1.42108547e-14%20Z%20M311.198683%2C149.333333%20L286.267137%2C149.333333%20L238.933333%2C277.333333%20L261.425923%2C277.333333%20L274.524018%2C240.658669%20L322.580475%2C240.658669%20L335.768901%2C277.333333%20L359.616467%2C277.333333%20L311.198683%2C149.333333%20Z%20M298.552247%2C170.741943%20C300.501905%2C177.275935%20302.566831%2C183.717713%20304.747024%2C190.067278%20L305.68845%2C192.782875%20L316.43792%2C223.134321%20L280.576241%2C223.134321%20L291.325712%2C192.782875%20C294.336768%2C184.412138%20296.745613%2C177.065161%20298.552247%2C170.741943%20Z%20M117.030949%2C34.5391157%20L95.6976158%2C34.5391157%20L95.6973576%2C45.2051157%20L42.3642825%2C45.2057824%20L42.3642825%2C66.5391157%20L121.995716%2C66.5400848%20C120.716368%2C84.7084858%20116.106956%2C101.073346%20108.17419%2C115.733999%20C99.560792%2C103.887475%2093.627247%2C90.6461433%2090.3372583%2C75.9278184%20L90.1264414%2C74.9658328%20L69.2687902%2C79.445732%20L70.8337641%2C85.9582885%20C75.5835399%2C103.786573%2083.778254%2C119.851708%2095.3786478%2C134.061926%20C82.7968575%2C147.638694%2064.7668657%2C157.161751%2040.9572973%2C162.588992%20L40.0503576%2C162.79312%20L44.6782074%2C183.618444%20L51.0461873%2C182.085779%20C75.8970327%2C175.630085%2095.7303277%2C164.729984%20110.29054%2C149.351848%20C120.495309%2C158.153416%20133.141117%2C166.473384%20148.224582%2C174.354521%20L149.332601%2C174.930407%20L149.332449%2C150.637452%20C139.011433%2C144.692193%20130.308211%2C138.579415%20123.22105%2C132.322953%20C134.984339%2C113.206613%20141.674551%2C91.5943352%20143.304052%2C67.6309686%20L143.374635%2C66.540106%20L149.332358%2C66.5391157%20L149.332358%2C45.2051157%20L117.030358%2C45.2051157%20L117.030949%2C34.5391157%20Z%22%20id%3D%22Combined-Shape%22%3E%20%3C/path%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E");
}
.minerva-icon--unStar-progressive {
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Estar-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22add%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2818.640071%2C%2018.640071%29%22%3E%20%3Cpolygon%20id%3D%22Star%22%20points%3D%22237.359929%20344.171897%2097.8432633%20429.388145%20135.775711%20270.366642%2011.6172218%20164.011677%20174.577429%20150.947232%20237.359929%203.90798505e-14%20300.142429%20150.947232%20463.102636%20164.011677%20338.944147%20270.366642%20376.876595%20429.388145%22%3E%20%3C/polygon%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E");
}
.minerva-icon--star-base20 {
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Estar-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22add%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2818.640071%2C%2018.640071%29%22%3E%20%3Cpolygon%20id%3D%22Star%22%20points%3D%22237.359929%20344.171897%2097.8432633%20429.388145%20135.775711%20270.366642%2011.6172218%20164.011677%20174.577429%20150.947232%20237.359929%203.90798505e-14%20300.142429%20150.947232%20463.102636%20164.011677%20338.944147%20270.366642%20376.876595%20429.388145%22%3E%20%3C/polygon%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E");
}
.minerva-icon--halfStar-progressive {
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Estar-list-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22icon%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2830.293333%2C%2018.560000%29%22%3E%20%3Cpath%20d%3D%22M460.373333%2C365.44%20L460.373333%2C408.106667%20L353.706667%2C408.106667%20L353.706667%2C365.44%20L460.373333%2C365.44%20Z%20M332.373333%2C365.44%20L332.373333%2C408.106667%20L289.706667%2C408.106667%20L289.706667%2C365.44%20L332.373333%2C365.44%20Z%20M204.409376%2C3.55271368e-15%20L261.25875%2C136.682287%20L408.818752%2C148.512105%20L296.393595%2C244.816222%20L304.811%2C280.106%20L268.373333%2C280.106667%20L268.409374%2C322.693262%20L268.409%2C350.737%20L204.409376%2C311.646669%20L78.077434%2C388.809738%20L112.425157%2C244.816222%20L7.10542736e-15%2C148.512105%20L147.560002%2C136.682287%20L204.409376%2C3.55271368e-15%20Z%20M460.373333%2C301.44%20L460.373333%2C344.106667%20L353.706667%2C344.106667%20L353.706667%2C301.44%20L460.373333%2C301.44%20Z%20M332.373333%2C301.44%20L332.373333%2C344.106667%20L289.706667%2C344.106667%20L289.706667%2C301.44%20L332.373333%2C301.44%20Z%20M460.373333%2C429.44%20L460.373333%2C472.106667%20L353.706667%2C472.106667%20L353.706667%2C429.44%20L460.373333%2C429.44%20Z%20M332.373333%2C429.44%20L332.373333%2C472.106667%20L289.706667%2C472.106667%20L289.706667%2C429.44%20L332.373333%2C429.44%20Z%22%20id%3D%22Combined-Shape%22%3E%20%3C/path%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E");
}
.minerva-icon--unStar-progressive {
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Estar-cancelled-filled%3C/title%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22add%22%20fill%3D%22%23000000%22%20transform%3D%22translate%2830.293333%2C%2018.560000%29%22%3E%20%3Cpath%20d%3D%22M48.8276647%2C51.60832%20L346.041%2C348.821%20L411.494331%2C414.274982%20L381.324433%2C444.444881%20L364.943%2C428.063%20L365.259373%2C429.388145%20L225.742707%2C344.171897%20L86.2260415%2C429.388145%20L124.158489%2C270.366642%20L2.48689958e-14%2C164.011677%20L93.402%2C156.523%20L18.6577707%2C81.778214%20L48.8276647%2C51.60832%20Z%20M225.742707%2C-1.0658141e-14%20L288.525207%2C150.947232%20L451.485414%2C164.011677%20L327.649%2C270.09%20L176.339%2C118.78%20L225.742707%2C-1.0658141e-14%20Z%22%20id%3D%22Combined-Shape%22%3E%20%3C/path%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E");
}
.minerva-icon--history-base20 {
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.01112%2011.5747L6.29288%2010.2929C6.68341%209.90236%207.31657%209.90236%207.7071%2010.2929C8.09762%2010.6834%208.09762%2011.3166%207.7071%2011.7071L4.7071%2014.7071C4.51956%2014.8946%204.26521%2015%203.99999%2015C3.73477%2015%203.48042%2014.8946%203.29288%2014.7071L0.292884%2011.7071C-0.0976406%2011.3166%20-0.0976406%2010.6834%200.292884%2010.2929C0.683408%209.90236%201.31657%209.90236%201.7071%2010.2929L3.0081%2011.5939C3.22117%206.25933%207.61317%202%2013%202C18.5229%202%2023%206.47715%2023%2012C23%2017.5228%2018.5229%2022%2013%2022C9.85817%2022%207.05429%2020.5499%205.22263%2018.2864C4.87522%2017.8571%204.94163%2017.2274%205.37096%2016.88C5.80028%2016.5326%206.42996%2016.599%206.77737%2017.0283C8.24562%2018.8427%2010.4873%2020%2013%2020C17.4183%2020%2021%2016.4183%2021%2012C21%207.58172%2017.4183%204%2013%204C8.72441%204%205.23221%207.35412%205.01112%2011.5747ZM13%205C13.5523%205%2014%205.44772%2014%206V11.5858L16.7071%2014.2929C17.0976%2014.6834%2017.0976%2015.3166%2016.7071%2015.7071C16.3166%2016.0976%2015.6834%2016.0976%2015.2929%2015.7071L12.2929%2012.7071C12.1054%2012.5196%2012%2012.2652%2012%2012V6C12%205.44772%2012.4477%205%2013%205Z%22%20fill%3D%22%23000000%22%3E%3C/path%3E%20%3C/g%3E%3C/svg%3E");
}
.minerva-icon--edit-base20 {
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Ctitle%3Epen-filled%3C/title%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M426.666667%2C373.333333%20L426.666667%2C416%20L3.55271368e-14%2C416%20L3.55271368e-14%2C373.333333%20L426.666667%2C373.333333%20Z%20M186.019%2C91.314%20L282.019%2C187.313%20L138.666667%2C330.666667%20L42.6666667%2C330.666667%20L42.6666667%2C234.666667%20L186.019%2C91.314%20Z%20M277.333333%2C2.13162821e-14%20L373.333333%2C96%20L304.647%2C164.686%20L208.647%2C68.686%20L277.333333%2C2.13162821e-14%20Z%22%20id%3D%22path-1%22%3E%20%3C/path%3E%20%3C/defs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22pen%22%20transform%3D%22translate%2842.666667%2C%2053.333333%29%22%3E%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%20%3C/use%3E%20%3C/mask%3E%20%3Cuse%20id%3D%22Combined-Shape%22%20fill%3D%22%23000000%22%20xlink%3Ahref%3D%22%23path-1%22%3E%20%3C/use%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%3C/svg%3E");
}
.minerva-icon--ellipsis {
background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207C5%206.44772%205.44772%206%206%206H18C18.5523%206%2019%206.44772%2019%207C19%207.55228%2018.5523%208%2018%208H6C5.44772%208%205%207.55228%205%207ZM5%2012C5%2011.4477%205.44772%2011%206%2011H18C18.5523%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5523%2013%2018%2013H6C5.44772%2013%205%2012.5523%205%2012ZM5%2017C5%2016.4477%205.44772%2016%206%2016H18C18.5523%2016%2019%2016.4477%2019%2017C19%2017.5523%2018.5523%2018%2018%2018H6C5.44772%2018%205%2017.5523%205%2017Z%22%20fill%3D%22%23000000%22%3E%3C/path%3E%20%3C/g%3E%3C/svg%3E");
}