Difference between revisions of "MediaWiki:Common.css"

m
m
Line 1: Line 1:
/*CSS gets applied to specific namespaces (titles) via namespace ID.  Current Namespace ID's are :
 
 
ns-3000  Ultima Online
 
ns-3002  Shards Online
 
ns-3004  Shroud of the Avatar
 
*/
 
 
/* Define variables */
 
:root {
 
    --fontSans: Georgia, Times, serif;
 
    --stdLineHeight: 1.2rem;
 
    --stdListLineHeight: 1.3rem;
 
}
 
 
/* General reset and overrides */
 
#page-content {
 
    background-color: #222!important;
 
background-image: none!important;
 
    font-family: Arial, sans-serif;
 
}
 
.mw-headline {
 
color: goldenrod;
 
}
 
.title-name {
 
white-space: nowrap;
 
}
 
html {
 
font-size: 14px;
 
}
 
a {
 
color: dodgerblue;
 
}
 
a.new {
 
color: #dd4444;
 
}
 
blockquote {
 
margin: 2rem;
 
}
 
caption {
 
color: #fff!important;
 
text-align: left;
 
}
 
dd, dt {
 
    font-weight: 500!important;
 
}
 
dd {
 
color: lightgray;
 
margin: 0.2rem;
 
}
 
dl, ol {
 
line-height: var(--stdListLineHeight);
 
}
 
fieldset {
 
border: 0;
 
font-size: .9rem;
 
    line-height: .9rem;
 
}
 
h1 {
 
    font-family: var(--fontSans)!important;
 
    font-size: 1.7rem;
 
    font-weight: 900!important;
 
    max-width: 65%;
 
}
 
h2 {
 
    border-bottom-color: rgb(170, 170, 170);
 
    border-bottom-style: solid;
 
    border-bottom-width: 1px;
 
    font-family: var(--fontSans)!important;
 
    font-size: 1.6rem;
 
    font-weight: 900!important;
 
    margin-top: 1rem!important;
 
    width: 65%;
 
}
 
h3 {
 
font-family: var(--fontSans)!important;
 
    font-size: 1.3rem;
 
    font-weight: 600!important;
 
    margin-top: 1rem!important;
 
}
 
h4 {
 
font-family: var(--fontSans)!important;
 
    font-size: 1.2rem;
 
}
 
h5 {
 
font-family: var(--fontSans)!important;
 
    font-size: 1.1rem;
 
}
 
h6 {
 
font-family: var(--fontSans)!important;
 
    font-size: 1rem;
 
}
 
img {
 
    image-rendering: crisp-edges;
 
}
 
input, select {
 
    background-color: #101010!important;
 
    border-color: #444!important;
 
    border-radius: 2px!important;
 
    box-sizing: border-box!important;
 
    color: #cfcfcf!important;
 
display: inline-block!important;
 
height: 1.8rem!important;
 
    margin-bottom: 2px!important;
 
    outline: 0;
 
    padding: 5px 10px!important;
 
}
 
input[type='checkbox'] {
 
height: 12px!important;
 
vertical-align: inherit;
 
}
 
input:focus {
 
border: 1px solid goldenrod;
 
    box-shadow: 0 0 10px #719ECE;
 
outline: none !important;
 
}
 
label {
 
    color: #eee;
 
    font-size: 1rem;
 
    line-height: unset;
 
    vertical-align: middle;
 
}
 
select::after {
 
    color: #cfcfcf;
 
content: "▼";
 
}
 
table {
 
width: unset;
 
}
 
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
 
    margin-top: 0;
 
}
 
#bodyContent ul {
 
line-height: var(--stdListLineHeight);
 
    list-style: none;
 
    padding: 0;
 
    /*margin: 0;*/
 
}
 
#bodyContent li {
 
    margin: 0.2rem;
 
}
 
#toc span {
 
font-size: .9rem;
 
}
 
#bodyContent table.wikitable {
 
    background-color: transparent!important;
 
    border: 0;
 
    max-width: 90%;
 
    color: white;
 
}
 
table tr th, table tr td {
 
    color: white;
 
}
 
table.wikitable tr th {
 
    color: black;
 
}
 
table.infobox tr td {
 
    color: black;
 
}
 
table.wikitable>tr>th,
 
table.wikitable>tr>td,
 
table.wikitable>*>tr>th,
 
table.wikitable>*>tr>td {
 
border: 1px solid #fff;
 
padding: .4rem;
 
}
 
table.greytable>tr>th,
 
table.greytable>tr>td,
 
table.greytable>*>tr>th,
 
table.greytable>*>tr>td {
 
border: 1px solid #222;
 
padding: .4rem;
 
}
 
.tippy-header {
 
display: none;
 
}
 
 
.tabberlive > .tabbertab:not(.tabbertabhide) {
 
    border:0;
 
}
 
 
/* Specific display tweaks ----------------------- */
 
/* Images */
 
div.tright {
 
border: 1px solid grey;
 
    padding: 3px;
 
}
 
.mw-content-ltr .thumbcaption {
 
text-align: center;
 
}
 
 
/* Changes pages */
 
.diff-deletedline .diffchange {
 
    background: darkred;
 
}
 
.diff-addedline .diffchange {
 
    background: darkgreen;
 
}
 
/* Help link */
 
a.mw-helplink {
 
color: rgb(225, 111, 0);
 
filter: invert(.9);
 
}
 
.mw-indicators {
 
margin-top: -2rem;
 
}
 
/* Preferences page */
 
.oo-ui-panelLayout-framed {
 
background: transparent;
 
}
 
#preferences,
 
.mw-prefs-buttons,
 
.oo-ui-fieldsetLayout-header {
 
background-color: #000!important;
 
}
 
.oo-ui-tabSelectWidget {
 
background-color: #222;
 
}
 
.oo-ui-tabOptionWidget[aria-selected=false] {
 
background-color: #888;
 
}
 
/* Search page */
 
#searchText input[type=search] {
 
margin-left: 2rem;
 
}
 
#searchText .oo-ui-icon-search {
 
filter: invert(.9);
 
    margin-left: -.5rem;
 
}
 
.oo-ui-actionFieldLayout-button button {
 
margin-left: 3rem;
 
}
 
#mw-searchoptions {
 
background-color: #111!important;
 
}
 
/* End specific display tweaks ------------------- */
 
 
/* Grid */
 
.grid {
 
    /* Grid Fallback */
 
    display: flex;
 
    flex-wrap: wrap;
 
 
 
    /* Supports Grid */
 
    display: grid;
 
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
 
    grid-auto-rows: minmax(8emx, auto);
 
    grid-gap: 1em;
 
}
 
.module {
 
    /* Demo-Specific Styles */
 
    display: grid;
 
    align-items: start;
 
    justify-content: center;
 
min-height: 6rem;
 
text-align: center;
 
    width: 8rem;
 
 
    /* Flex Fallback */
 
    margin-left: 5px;
 
    margin-right: 5px;
 
    flex: 1 1 8rem;
 
}
 
.module img {
 
max-height: 3em;
 
}
 
/* If Grid is supported, remove the margin we set for the fallback */
 
@supports (display: grid) {
 
    .module {
 
        margin: 0;
 
    }
 
}
 
 
/* General global-use styles */
 
.rounded {
 
    border-radius:25px;
 
}
 
.indent {
 
    margin-left:2em!important;
 
}
 
 
/* Infoboxes */
 
.infobox {
 
background: #fff;
 
    border: 1px solid #aaa;
 
    border-spacing: 3px;
 
    color: #000;
 
    contain: strict;
 
    float:right;
 
    font-size: .85rem;
 
    max-width: 28%;
 
    min-width: 28%;
 
    margin: 1rem;
 
}
 
.infobox td,.infobox th {
 
    line-height: var(--stdLineHeight)!important;
 
    padding-top:5px;
 
    text-align:left;
 
    vertical-align:top;
 
}
 
.infobox tr td:first-of-type {
 
    font-weight:600;
 
    padding-left:5px;
 
    padding-right:8px;
 
    white-space: nowrap;
 
}
 
.titlecell {
 
    background-color: #333;
 
    color: #fff!important;
 
    padding: 2px 8px;
 
}
 
.titlecell a {
 
color: white;
 
}
 
 
/* Disambiguation boxes */
 
.disambigBox {
 
    border: 1px outset grey;
 
    clear: left;
 
    float: left;
 
    font-size: .9rem;
 
    left: 2%;
 
    min-width: 35%;
 
    max-width: 35%;
 
    min-height: 2.1rem;
 
padding: .5rem;
 
    text-align: center;
 
}
 
 
/* Fiction pages */
 
.uofiction {
 
    font-family: 'Goudy Bookletter 1911', serif;
 
    max-width: 75%;
 
    padding-left: 2rem;
 
}
 
.uofiction p {
 
    padding-top: .75rem;
 
    font-size: 1.2rem;
 
    color: lightgray;
 
}
 
.uofiction::first-letter {
 
    font-size: 250%;
 
    padding-left: .1em;
 
    padding-right: .1em;
 
}
 
 
/* Table tweaks */
 
.dpltable {
 
border: 1px solid #aaa;
 
margin-top: 2rem!important;
 
}
 
.invisibletable td,
 
.invisibletable th {
 
    border-style:none!important;
 
}
 
table.dpltable th {
 
    color:#000;
 
}
 
 
/* Page-specific tweaks */
 
.dyelinks a {
 
    vertical-align:top;
 
}
 
.powerwords {
 
max-width: unset;
 
}
 
 
/* Item image display */
 
.imagecell {
 
    padding:1rem 0!important;
 
    text-align:center;
 
}
 
.imagebox {
 
position: relative;
 
    right: 1em;
 
}
 
/* Don't show item property links as links */
 
.itempropertylist a {
 
color: inherit;
 
}
 
/* Hunter's Guide */
 
.cold {
 
    background-color:#2dbffd;
 
}
 
.energy {
 
    background-color:#d7d;
 
}
 
.fire {
 
    background-color:#db7;
 
}
 
.physical {
 
    background-color:#ddd;
 
}
 
.poison {
 
    background-color:#7d7;
 
}
 
span.textphysical a,
 
span.textchaos a {
 
color: #333;
 
}
 
span.textfire a {
 
color: #FF4500;
 
}
 
span.textcold a {
 
color: #00F;
 
}
 
span.textpoison a {
 
color: #080;
 
}
 
span.textenergy a {
 
color: #F00;
 
}
 
.datatable {
 
    display: inline-block;
 
}
 
.datatable tr td:not(:first-of-type) {
 
    text-align:center;
 
}
 
.datatable tr:first-of-type td:first-of-type {
 
    border-left:0;
 
    border-top:0;
 
}
 
 
/* Rare Item Editor */
 
.buttonTrigger {
 
    color: #000;
 
    background: #fff;
 
    margin: 0.5rem;
 
    padding: 3px;
 
    border-radius: 7px!important;
 
    box-shadow: 3px 3px #333;
 
}
 
.buttonTrigger:hover {
 
    background: #222;
 
}
 
#addTypeDisplay {
 
margin-left: 0!important;
 
}
 
#addTypeButton {
 
font-size: .6rem;
 
    height: 1.5rem!important;
 
}
 
#cancelButton {
 
color: salmon!important;
 
}
 
#saveButton, #addTypeButton {
 
color: goldenrod!important;
 
}
 
#toolmenu {
 
height: 800px!important;
 
}
 
 
/* Rounded tables */
 
table.roundedtable {
 
  border-collapse: separate;
 
  border: dotted #bbb 1px;
 
  border-radius: 5px;
 
}
 
 
table.roundedtable td,
 
table.roundedtable th {
 
  border-left: none;
 
  border-top: none;
 
  padding: .3rem .6rem;
 
}
 
 
table.roundedtable th {
 
  border-top: none;
 
}
 
 
table.roundedtable td:first-child,
 
table.roundedtable th:first-child {
 
  border-left: none;
 
}
 
 
/* Nav Boxes */
 
.navbox {
 
box-sizing: border-box;
 
border: 1px solid #a2a9b1;
 
width: 100%;
 
clear: both;
 
font-size: 88%;
 
text-align: center;
 
/*  padding: 1px;
 
margin: 1em auto 0;*/
 
}
 
.plainlinks {
 
display: none!important;
 
}
 
.navbox li {
 
    display: inline;
 
}
 
.navbox-list li {
 
    font-size: .8rem;
 
    margin: 0;
 
}
 
.navbox-list li:not(:first-of-type)::before {
 
    content: "•  ";
 
    color: goldenrod;
 
    margin-right: .2rem;
 
    margin-left: -.3rem;   
 
}
 
.navbox .navbox {
 
margin-top: 0;
 
}
 
.navbox + .navbox {
 
margin-top: -1px;
 
}
 
.navbox-inner,
 
.navbox-subgroup {
 
width: 100%;
 
    margin:0;
 
}
 
.navbox-group,
 
.navbox-title,
 
.navbox-abovebelow {
 
padding: 0;/*0.25em 1em;*/
 
line-height: 1.5em;
 
text-align: center;
 
}
 
th.navbox-group {
 
white-space: nowrap;
 
/* @noflip */
 
text-align: right;
 
}
 
.navbox,
 
.navbox-subgroup {
 
background-color: #000;
 
}
 
.navbox-list {
 
line-height: 1.5em;
 
border-color: #000;    /* Must match background color */
 
}
 
/* cell spacing for navbox cells */
 
tr + tr > .navbox-abovebelow,
 
tr + tr > .navbox-group,
 
tr + tr > .navbox-image,
 
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
 
border-top: 2px solid #000; /* Must match background color */
 
padding: 0 1rem;
 
}
 
.navbox th,
 
.navbox-title {
 
background-color: #333;      /* Level 1 color */
 
}
 
.navbox-abovebelow,
 
th.navbox-group,
 
.navbox-subgroup .navbox-title {
 
background-color: #444;      /* Level 2 color */
 
}
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
background-color: #555;      /* Level 3 color */
 
}
 
.navbox-even {
 
background-color: #111;      /* Even row striping */
 
}
 
.navbox-odd {
 
background-color: transparent;  /* Odd row striping */
 
}
 
.navbox .hlist td dl,
 
.navbox .hlist td ol,
 
.navbox .hlist td ul,
 
.navbox td.hlist dl,
 
.navbox td.hlist ol,
 
.navbox td.hlist ul {
 
padding: 0;/*0.125em 0;*/
 
}
 
 
/* Default styling for Navbar template */
 
.navbar {
 
display: inline;
 
font-size: 88%;
 
font-weight: normal;
 
}
 
.navbar ul {
 
display: inline-block;
 
white-space: nowrap;
 
}
 
.mw-body-content .navbar ul {
 
line-height: inherit;
 
}
 
.navbar li {
 
word-spacing: -0.125em;
 
}
 
.navbar.mini li abbr[title] {
 
font-variant: small-caps;
 
border-bottom: none;
 
text-decoration: none;
 
cursor: inherit;
 
}
 
/* Navbar styling when nested in infobox and navbox */
 
.infobox .navbar {
 
font-size: 100%;
 
}
 
.navbox .navbar {
 
display: block;
 
font-size: 100%;
 
}
 
.navbox-title .navbar {
 
/* @noflip */
 
float: left;
 
/* @noflip */
 
text-align: left;
 
/* @noflip */
 
margin-right: 0.5em;
 
}
 
/* Mob Editors */
 
.ui-dialog {
 
    font-size: 1rem!important;
 
}
 
ul.selectable {
 
    display:inline;
 
    margin-left:0;
 
    padding-left:0;
 
}
 
ul.selectable li {
 
    background:#222;
 
    border:1px solid darkgrey;
 
    border-radius:7px;
 
    display:inline-block;
 
    font-weight:700;
 
    list-style:none;
 
    margin:3px 3px 0 0;
 
    padding:3px 15px 5px;
 
}
 
li.ui-selected {
 
    background: rgb(245, 132, 0)!important;
 
}
 
/* Advanced Search labels conflicted with Selection box background */
 
#mw-searchoptions {
 
    clear: both;
 
    padding: 0.5em 0.75em 0.75em 0.75em;
 
    background-color: #72777d;
 
    margin: -1px 0 0;
 
    border: 1px solid #c8ccd1;
 
    border-radius: 0 0 2px 2px;
 
}
 
 
/* Start UO Atlas css. */
 
.map {
 
    z-index: -999;
 
    position: absolute;
 
}
 
img.map {
 
z-index: 0
 
}
 
.map-holder {
 
    transform-origin: 0 0;
 
    min-height: 700px;
 
    transition: all 10ms ease;
 
    overflow: hidden;
 
}
 
.pin {
 
    display: inline-block;
 
    transform: scale(.5);
 
    position: absolute;
 
    opacity: .8;
 
    z-index: 100;
 
}
 
.map-holder {
 
    --mulModA: 1;
 
    --mulModB: 1;
 
    --rotation: 0deg;
 
}
 
.pin img {
 
    z-index: 0;
 
    transform: translate(-7px, -21px);
 
}
 
.pin:hover:after, .menutrigger:hover:after {
 
background: rgb(0, 0, 0, 0.7);
 
border-radius: 3px;
 
box-shadow: 0 -10px 10px rgb(0, 0, 0, 0.7) inset, 0 0 0 1px rgb(0, 0, 0, 1), 0 1px 0 0 rgb(255, 255, 255, 0.3) inset;
 
color: #fff;
 
display: block;
 
font-family: "Helvetica Neue", Helvetica, Sans;
 
opacity: 1;
 
padding: 2px 4px;
 
position: absolute;
 
text-align: center;
 
text-shadow: 0 -1px 0 #000;
 
white-space: nowrap;
 
z-index: 98;
 
}
 
.pin:hover:after {
 
    content: attr(data-name);
 
}
 
.menutrigger:hover:after {
 
    content: "Map Tools";
 
}
 
.pin.highlight{
 
animation: flash linear 1s infinite;
 
}
 
.pin-circle {
 
    border: 3px solid red;
 
    height: 40px;
 
    width: 40px;
 
    border-radius: 50%;
 
    position: absolute;
 
    left: -40%;
 
    top: -50%;
 
    animation: flash linear 1s infinite;
 
}
 
@keyframes flash {
 
0% { opacity: 1; scale(4); }
 
50% { opacity: .1; scale(1); }
 
100% { opacity: 1; scale(4); }
 
}
 
.largeFloatingInstructions {
 
    position: fixed;
 
    bottom: 1%;
 
    left: 1%;
 
    font-size: 36px;
 
    color: #3d6c99;
 
    z-index: 5000;
 
    background-color: black;
 
    padding: 10px;
 
    border-radius: 20px;
 
    border-style: double;
 
}
 
#UOAtlas {
 
    background-image: url(http://stratics.com/w/images/6/67/UO-original-map-white-outline.png);
 
    background-size: 75% 100%;
 
    width: 100%;
 
    min-height: 700px;
 
    background-repeat: no-repeat;
 
    background-position: 40%;
 
}
 
.menutrigger {
 
    top: 5%;
 
    left: -10%;
 
    cursor: move;
 
}
 
.radarMap {
 
    --rotation: 45deg;
 
    --mulModA: 1.333;
 
    transform: translateX(150%) rotate(var(--rotation)) scale(.75);
 
}
 
.pin.quest-npc, .pin.counselors-guild {
 
    --mulModB: .8;
 
}
 
.pin.stealable-item {
 
    --mulModB: .5;
 
}
 
.pin.counselors-guild a img {
 
    -webkit-filter: invert(1) hue-rotate(167deg);
 
}
 
.pin:hover:after {
 
    transform: scale(calc(1 / var(--mulModB))) rotate(calc(0deg - var(--rotation)));
 
}
 
.menutrigger:hover:after  {
 
    transform: rotate(calc(0deg - var(--rotation)));
 
}
 
.icon {
 
    image-rendering: pixelated;
 
    position: relative;
 
    object-fit: none;
 
}
 
 
img.icon-archers_guild  {
 
img.icon-archers_guild  {
 
     object-position: 0 0;
 
     object-position: 0 0;
Line 1,068: Line 311:
 
     clip-path: inset(64px 86px 147px 140px);
 
     clip-path: inset(64px 86px 147px 140px);
 
     transform-origin: 148px 76px;
 
     transform-origin: 148px 76px;
}
 
span.icon-daily_rare  {
 
    margin: -59px -66px -149px -170px;
 
}
 
span.icon-daily_rare:hover:after {
 
    left: 59px;
 
    top: 66px;
 
 
}
 
}
 
img.icon-daily_rare  {
 
img.icon-daily_rare  {
     clip-path: inset(59px 66px 149px 170px);
+
     object-position: -170px -59px;
     transform-origin: 179.5px 66px;
+
     width: 14px;
 +
    height: 19px;
 
}
 
}
 
span.icon-dock  {
 
span.icon-dock  {
Line 1,090: Line 327:
 
     clip-path: inset(63px 50px 153px 189px);
 
     clip-path: inset(63px 50px 153px 189px);
 
     transform-origin: 194.5px 68.5px;
 
     transform-origin: 194.5px 68.5px;
}
 
span.icon-dungeon  {
 
    margin: -80px -152px -127px -79px;
 
}
 
span.icon-dungeon:hover:after {
 
    left: 80px;
 
    top: 152px;
 
 
}
 
}
 
img.icon-dungeon  {
 
img.icon-dungeon  {
     clip-path: inset(80px 152px 127px 79px);
+
     object-position: -79px -80px;
     transform-origin: 89px 89.5px;
+
     width: 19px;
     transform: translate(-55px, -44px);
+
     height: 20px;
 
}
 
}
 
span.icon-engineers_guild  {
 
span.icon-engineers_guild  {
Line 1,157: Line 387:
 
     clip-path: inset(92px 194px 124px 41px);
 
     clip-path: inset(92px 194px 124px 41px);
 
     transform-origin: 46.5px 99.5px;
 
     transform-origin: 46.5px 99.5px;
}
 
span.icon-fletcher  {
 
    margin: -92px -122px -119px -104px;
 
}
 
span.icon-fletcher:hover:after {
 
    left: 92px;
 
    top: 122px;
 
 
}
 
}
 
img.icon-fletcher  {
 
img.icon-fletcher  {
     clip-path: inset(92px 122px 119px 104px);
+
     object-position: -104px -92px;
     transform-origin: 112px 104px;
+
     width: 24px;
 +
    height: 16px;
 
}
 
}
 
span.icon-flight_path  {
 
span.icon-flight_path  {

Revision as of 23:54, 23 August 2020

img.icon-archers_guild  {
    object-position: 0 0;
    width: 18px;
    height: 14px;
}
img.icon-architect  {
    object-position: -140px -42px;
    width: 24px;
    height: 16px;
}
img.icon-armaments_guild  {
    object-position: -23px 0;
    width: 16px;
    height: 14px;
}
span.icon-armorer  {
    margin: -3px -181px -208px -45px;
}
span.icon-armorer:hover:after {
    left: 3px;
    top: 181px;
}
img.icon-armorer  {
    clip-path: inset(3px 181px 208px 45px);
    transform-origin: 53px 15px;
}
img.icon-armorers_guild  {
    object-position: -75px 0;
    width: 15px;
    height: 14px;
}
span.icon-artist  {
    margin: -90px -80px -122px -145px;
}
span.icon-artist:hover:after {
    left: 90px;
    top: 80px;
}
img.icon-artist  {
    clip-path: inset(90px 80px 122px 145px);
    transform-origin: 153.5px 101.5px;
}
img.icon-artists_guild,
img.icon-rogues_guild  {
    object-position: -207px -104px;
    width: 15px;
    height: 14px;
}
img.icon-assasins_guild  {
    object-position: -96px 0;
    width: 15px;
    height: 14px;
}
span.icon-baker  {
    margin: -3px -109px -208px -117px;
}
span.icon-baker:hover:after {
    left: 3px;
    top: 109px;
}
img.icon-baker  {
    clip-path: inset(3px 109px 208px 117px);
    transform-origin: 125px 15px;
}
span.icon-bank  {
    margin: -3px -78px -208px -147px;
}
span.icon-bank:hover:after {
    left: 3px;
    top: 78px;
}
img.icon-bank  {
    clip-path: inset(3px 78px 208px 147px);
    transform-origin: 155px 15.5px;
    transform: translate(-1px, -114px);
}
span.icon-barber  {
    margin: -3px -58px -213px -177px;
}
span.icon-barber:hover:after {
    left: 3px;
    top: 58px;
}
img.icon-barber  {
    clip-path: inset(3px 58px 213px 177px);
    transform-origin: 182.5px 10.5px;
}
span.icon-barbers_guild  {
    margin: -3px -58px -213px -177px;
}
span.icon-barbers_guild:hover:after {
    left: 3px;
    top: 58px;
}
img.icon-barbers_guild  {
    clip-path: inset(3px 58px 213px 177px);
    transform-origin: 182.5px 10.5px;
}
span.icon-bard  {
    margin: -20px -223px -191px -3px;
}
span.icon-bard:hover:after {
    left: 20px;
    top: 223px;
}
img.icon-bard  {
    clip-path: inset(20px 223px 191px 3px);
    transform-origin: 11px 32px;
}
span.icon-bardic_guild  {
    margin: -16px -160px -200px -75px;
}
span.icon-bardic_guild:hover:after {
    left: 16px;
    top: 160px;
}
img.icon-bardic_guild  {
    clip-path: inset(16px 160px 200px 75px);
    transform-origin: 80.5px 23.5px;
}
span.icon-barterers_guild  {
    margin: -15px -139px -200px -95px;
}
span.icon-barterers_guild:hover:after {
    left: 15px;
    top: 139px;
}
img.icon-barterers_guild  {
    clip-path: inset(15px 139px 200px 95px);
    transform-origin: 99px 25px;
}
span.icon-beekeeper  {
    margin: -20px -49px -191px -177px;
}
span.icon-beekeeper:hover:after {
    left: 20px;
    top: 49px;
}
img.icon-beekeeper  {
    clip-path: inset(20px 49px 191px 177px);
    transform-origin: 185px 32px;
}
img.icon-blacksmith  {
    object-position: 0 -42px;
    width: 27px;
    height: 16px;
}
span.icon-blacksmiths_guild  {
    margin: -16px -139px -200px -96px;
}
span.icon-blacksmiths_guild:hover:after {
    left: 16px;
    top: 139px;
}
img.icon-blacksmiths_guild  {
    clip-path: inset(16px 139px 200px 96px);
    transform-origin: 11px 54px;
}
span.icon-body_of_water  {
    margin: -41px -196px -176px -32px;
}
span.icon-body_of_water:hover:after {
    left: 41px;
    top: 196px;
}
img.icon-body_of_water  {
    clip-path: inset(41px 196px 176px 32px);
    transform-origin: 37px 52px;
}
span.icon-bowyer  {
    margin: -42px -167px -169px -59px;
}
span.icon-bowyer:hover:after {
    left: 42px;
    top: 167px;
}
img.icon-bowyer  {
    clip-path: inset(42px 167px 169px 59px);
    transform-origin: 67px 54px;
}
span.icon-bridge  {
    margin: -41px -145px -178px -88px;
}
span.icon-bridge:hover:after {
    left: 41px;
    top: 145px;
}
img.icon-bridge  {
    clip-path: inset(41px 145px 178px 88px);
    transform-origin: 92px 49.5px;
}
span.icon-butcher  {
    margin: -42px -116px -169px -110px;
}
span.icon-butcher:hover:after {
    left: 42px;
    top: 116px;
}
img.icon-butcher  {
    clip-path: inset(42px 116px 169px 110px);
    transform-origin: 118px 54px;
}
span.icon-carpenter  {
    margin: -42px -86px -169px -140px;
}
span.icon-carpenter:hover:after {
    left: 42px;
    top: 86px;
}
img.icon-carpenter  {
    clip-path: inset(42px 86px 169px 140px);
    transform-origin: 148px 54px;
    transform: translate(14px, -82px);
}
span.icon-cartographer  {
    margin: -121px -4px -90px -222px;
}
span.icon-cartographer:hover:after {
    left: 121px;
    top: 4px;
}
img.icon-cartographer  {
    clip-path: inset(121px 4px 90px 222px);
    transform-origin: 230px 133px;
}
span.icon-cavalry_guild  {
    margin: -42px -65px -174px -170px;
}
span.icon-cavalry_guild:hover:after {
    left: 42px;
    top: 65px;
}
img.icon-cavalry_guild  {
    clip-path: inset(42px 65px 174px 170px);
    transform-origin: 175.5px 49.5px;
}
span.icon-cave  {
    margin: -59px -203px -151px -32px;
}
span.icon-cave:hover:after {
    left: 59px;
    top: 203px;
}
img.icon-cave  {
    clip-path: inset(59px 203px 151px 32px);
    transform-origin: 40.5px 66.5px;
}
span.icon-champion  {
    margin: -41px -45px -168px -190px;
}
span.icon-champion:hover:after {
    left: 41px;
    top: 45px;
}
img.icon-champion  {
    clip-path: inset(41px 45px 168px 190px);
    transform-origin: 199px 48.5px;
}
span.icon-city  {
    margin: -64px -228px -147px -3px;
}
span.icon-city:hover:after {
    left: 64px;
    top: 228px;
}
img.icon-city  {
    clip-path: inset(64px 228px 147px 3px);
    transform-origin: 11px 73.5px;
}
span.icon-cooks_guild  {
    margin: -59px -146px -157px -89px;
}
span.icon-cooks_guild:hover:after {
    left: 59px;
    top: 146px;
}
img.icon-cooks_guild  {
    clip-path: inset(59px 146px 157px 89px);
    transform-origin: 94.5px 66.5px;
}
span.icon-council_of_mages_faction  {
    margin: -64px -177px -143px -53px;
}
span.icon-council_of_mages_faction:hover:after {
    left: 64px;
    top: 177px;
}
img.icon-council_of_mages_faction  {
    clip-path: inset(64px 177px 143px 53px);
    transform-origin: 63px 74px;
}
span.icon-counselors_guild  {
    margin: -136px -157px -75px -69px;
}
span.icon-counselors_guild:hover:after {
    left: 136px;
    top: 157px;
}
img.icon-counselors_guild  {
    clip-path: inset(136px 157px 75px 69px);
    transform-origin: 77px 148px;
}
span.icon-customs  {
    margin: -64px -86px -147px -140px;
}
span.icon-customs:hover:after {
    left: 64px;
    top: 86px;
}
img.icon-customs  {
    clip-path: inset(64px 86px 147px 140px);
    transform-origin: 148px 76px;
}
img.icon-daily_rare  {
    object-position: -170px -59px;
    width: 14px;
    height: 19px;
}
span.icon-dock  {
    margin: -63px -50px -153px -189px;
}
span.icon-dock:hover:after {
    left: 63px;
    top: 50px;
}
img.icon-dock  {
    clip-path: inset(63px 50px 153px 189px);
    transform-origin: 194.5px 68.5px;
}
img.icon-dungeon  {
    object-position: -79px -80px;
    width: 19px;
    height: 20px;
}
span.icon-engineers_guild  {
    margin: -186px -80px -30px -154px;
}
span.icon-engineers_guild:hover:after {
    left: 186px;
    top: 80px;
}
img.icon-engineers_guild  {
    clip-path: inset(186px 80px 30px 154px);
    transform-origin: 158px 195.5px;
}
span.icon-exit  {
    margin: -79px -53px -141px -190px;
}
span.icon-exit:hover:after {
    left: 79px;
    top: 53px;
}
img.icon-exit  {
    clip-path: inset(79px 53px 141px 190px);
    transform-origin: 193.5px 82.5px;
}
span.icon-farm  {
    margin: -92px -236px -128px -3px;
}
span.icon-farm:hover:after {
    left: 92px;
    top: 236px;
}
img.icon-farm  {
    clip-path: inset(92px 236px 128px 3px);
    transform-origin: 6.5px 97.5px;
}
span.icon-fighters_guild  {
    margin: -92px -215px -124px -20px;
}
span.icon-fighters_guild:hover:after {
    left: 92px;
    top: 215px;
}
img.icon-fighters_guild  {
    clip-path: inset(92px 215px 124px 20px);
    transform-origin: 25.5px 99.5px;
}
span.icon-fishermans_guild  {
    margin: -92px -194px -124px -41px;
}
span.icon-fishermans_guild:hover:after {
    left: 92px;
    top: 194px;
}
img.icon-fishermans_guild  {
    clip-path: inset(92px 194px 124px 41px);
    transform-origin: 46.5px 99.5px;
}
img.icon-fletcher  {
    object-position: -104px -92px;
    width: 24px;
    height: 16px;
}
span.icon-flight_path  {
    margin: -26px -127px -194px -117px;
}
span.icon-flight_path:hover:after {
    left: 26px;
    top: 127px;
}
img.icon-flight_path  {
    clip-path: inset(26px 127px 194px 117px);
    transform-origin: 120.5px 29px;
}
span.icon-fort  {
    margin: -20px -106px -187px -131px;
}
span.icon-fort:hover:after {
    left: 20px;
    top: 106px;
}
img.icon-fort  {
    clip-path: inset(20px 106px 187px 131px);
    transform-origin: 141px 26.5px;
}
span.icon-gate  {
    margin: -91px -177px -125px -61px;
}
span.icon-gate:hover:after {
    left: 91px;
    top: 177px;
}
img.icon-gate  {
    clip-path: inset(91px 177px 125px 61px);
    transform-origin: 66.5px 97px;
}
span.icon-graveyard  {
    margin: -91px -108px -125px -132px;
}
span.icon-graveyard:hover:after {
    left: 91px;
    top: 108px;
}
img.icon-graveyard  {
    clip-path: inset(91px 108px 125px 132px);
    transform-origin: 137.5px 96px;
}
span.icon-guild  {
    margin: -136px -157px -75px -69px;
}
span.icon-guild:hover:after {
    left: 136px;
    top: 157px;
}
img.icon-guild  {
    clip-path: inset(136px 157px 75px 69px);
    transform-origin: 77px 148px;
}
span.icon-healer  {
    margin: -92px -49px -119px -177px;
}
span.icon-healer:hover:after {
    left: 92px;
    top: 49px;
}
img.icon-healer  {
    clip-path: inset(92px 49px 119px 177px);
    transform-origin: 185px 104px;
    transform: translate(41px, -29px);
}
img.icon-healers_guild  {
    object-position: -3px -111px;
    width: 15px;
    height: 14px;
}
span.icon-herbalist  {
    margin: -114px -201px -97px -24px;
}
span.icon-herbalist:hover:after {
    left: 114px;
    top: 201px;
}
img.icon-herbalist  {
    clip-path: inset(114px 201px 97px 24px);
    transform-origin: 32px 126.5px;
}
span.icon-illusionists_guild  {
    margin: -114px -181px -102px -54px;
}
span.icon-illusionists_guild:hover:after {
    left: 114px;
    top: 181px;
}
img.icon-illusionists_guild  {
    clip-path: inset(114px 181px 102px 54px);
    transform-origin: 59.5px 121.5px;
}
span.icon-inn  {
    margin: -114px -151px -97px -75px;
}
span.icon-inn:hover:after {
    left: 114px;
    top: 151px;
}
img.icon-inn  {
    clip-path: inset(114px 151px 97px 75px);
    transform-origin: 83px 126px;
    transform: translate(-55px);
}
span.icon-island  {
    margin: -114px -126px -102px -105px;
}
span.icon-island:hover:after {
    left: 114px;
    top: 126px;
}
img.icon-island  {
    clip-path: inset(114px 126px 102px 105px);
    transform-origin: 110.5px 123.5px;
}
span.icon-jeweler  {
    margin: -114px -95px -97px -130px;
}
span.icon-jeweler:hover:after {
    left: 114px;
    top: 95px;
}
img.icon-jeweler  {
    clip-path: inset(114px 95px 97px 130px);
    transform-origin: 138px 126.5px;
}
span.icon-ladder  {
    margin: -176px -203px -34px -36px;
}
span.icon-ladder:hover:after {
    left: 176px;
    top: 203px;
}
img.icon-ladder  {
    clip-path: inset(176px 203px 34px 36px);
    transform-origin: 37.5px 188.5px;
}
span.icon-lair  {
    margin: -20px -200px -190px -31px;
}
span.icon-lair:hover:after {
    left: 20px;
    top: 200px;
}
img.icon-lair  {
    clip-path: inset(20px 200px 190px 31px);
    transform-origin: 39.5px 29.5px;
}

span.icon-landmark {
    margin: -114px -79px -105px -160px;
}
span.icon-landmark:hover:after {
	left: 114px;
    top: 79px;
}
img.icon-landmark {
    clip-path: inset(114px 79px 105px 160px);
    transform-origin: 164.5px 120px;
    transform: translate(33px, -2px);
}
span.icon-library  {
    margin: -114px -49px -97px -177px;
}
span.icon-library:hover:after {
    left: 114px;
    top: 49px;
}
img.icon-library  {
    clip-path: inset(114px 49px 97px 177px);
    transform-origin: 185px 126px;
}
span.icon-lockpicking_box  {
    margin: -21px -180px -188px -55px;
}
span.icon-lockpicking_box:hover:after {
    left: 21px;
    top: 180px;
}
img.icon-lockpicking_box  {
    clip-path: inset(21px 180px 188px 55px);
    transform-origin: 64px 28.5px;
}
span.icon-mage  {
    margin: -136px -208px -75px -18px;
}
span.icon-mage:hover:after {
    left: 136px;
    top: 208px;
}
img.icon-mage  {
    clip-path: inset(136px 208px 75px 18px);
    transform-origin: 26px 148px;
    transform: translate(-105px, 34px);
}
span.icon-mages_guild  {
    margin: -136px -187px -80px -48px;
}
span.icon-mages_guild:hover:after {
    left: 136px;
    top: 187px;
}
img.icon-mages_guild  {
    clip-path: inset(136px 187px 80px 48px);
    transform-origin: 53.5px 143.5px;
}
span.icon-mariner  {
    margin: -64px -86px -147px -140px;
}
span.icon-mariner:hover:after {
    left: 64px;
    top: 86px;
}
img.icon-mariner  {
    clip-path: inset(64px 86px 147px 140px);
    transform-origin: 148px 76px;
}
span.icon-market  {
    margin: -136px -157px -75px -69px;
}
span.icon-market:hover:after {
    left: 136px;
    top: 157px;
}
img.icon-market  {
    clip-path: inset(136px 157px 75px 69px);
    transform-origin: 77px 148px;
}
span.icon-merchants_guild  {
    margin: -136px -136px -80px -99px;
}
span.icon-merchants_guild:hover:after {
    left: 136px;
    top: 136px;
}
img.icon-merchants_guild  {
    clip-path: inset(136px 136px 80px 99px);
    transform-origin: 104.5px 143.5px;
}
img.icon-minax_faction  {
    object-position: -120px -136px;
    width: 19px;
    height: 19px;
}
span.icon-miners_guild  {
    margin: -136px -89px -80px -146px;
}
span.icon-miners_guild:hover:after {
    left: 136px;
    top: 89px;
}
img.icon-miners_guild  {
    clip-path: inset(136px 89px 80px 146px);
    transform-origin: 151.5px 143.5px;
}
img.icon-moongate  {
    object-position: -167px -137px;
    width: 9px;
    height: 19px;
}
img.icon-other  {
    object-position: -182px -136px;
    width: 10px;
    height: 10px;
}
span.icon-painter  {
    margin: -162px -223px -49px -3px;
}
span.icon-painter:hover:after {
    left: 162px;
    top: 223px;
}
img.icon-painter  {
    clip-path: inset(162px 223px 49px 3px);
    transform-origin: 11px 174px;
}

img.icon-player  {
    object-position: -185px -153px;
    width: 13px;
    height: 38px;
    transform: scale(0.9);
    image-rendering: initial;
}
img.icon-point_of_interest  {
    object-position: -199px -3px;
    width: 12px;
    height: 8px;
    transform: translate(-7px, -21px);
}
img.icon-provisioners_guild  {
    object-position: -207px -17px;
    width: 15px;
    height: 11px;
}
img.icon-provisioner  {
    object-position: -3px -197px;
    width: 24px;
    height: 16px;
}
img.icon-quest_npc  {
    object-position: -208px -65px;
    width: 13px;
    height: 35px;
    transform: scale(0.9);
    image-rendering: initial;
}
span.icon-ranger  {
    margin: -3px -232px -213px -3px;
}
span.icon-ranger:hover:after {
    left: 3px;
    top: 232px;
}
img.icon-ranger  {
    clip-path: inset(3px 232px 213px 3px);
    transform-origin: 6.5px 12.5px;
}
span.icon-rangers_guild  {
    margin: -3px -232px -213px -3px;
}
span.icon-rangers_guild:hover:after {
    left: 3px;
    top: 232px;
}
img.icon-rangers_guild  {
    clip-path: inset(3px 232px 213px 3px);
    transform-origin: 6.5px 12.5px;
}
span.icon-ruins  {
    margin: -33px -33px -185px -210px;
}
span.icon-ruins:hover:after {
    left: 33px;
    top: 33px;
}
img.icon-ruins  {
    clip-path: inset(33px 33px 185px 210px);
    transform-origin: 214.5px 36.5px;
}
img.icon-sailors_guild  {
    object-position: -115px -63px;
    width: 15px;
    height: 14px;
}
span.icon-scenic_point  {
    margin: -47px -29px -174px -210px;
}
span.icon-scenic_point:hover:after {
    left: 47px;
    top: 29px;
}
img.icon-scenic_point  {
    clip-path: inset(47px 29px 174px 210px);
    transform-origin: 213px 52.5px;
}
img.icon-scribe  {
    object-position: -177px -114px;
    width: 24px;
    height: 16px;
}
img.icon-secret_door  {
    object-position: -207px -121px;
    width: 9px;
    height: 21px;
}
img.icon-seamans_guild  {
    object-position: -101px -78px;
    width: 15px;
    height: 14px;
}
span.icon-shadowlords_faction  {
    margin: -198px -198px -11px -33px;
}
span.icon-shadowlords_faction:hover:after {
    left: 198px;
    top: 198px;
}
img.icon-shadowlords_faction  {
    clip-path: inset(198px 198px 11px 33px);
    transform-origin: 42px 207.5px;
}
img.icon-ship  {
    object-position: -228px -4px;
    width: 19px;
    height: 23px;
}
img.icon-shipwrights_guild  {
    object-position: -227px -34px;
    width: 15px;
    height: 14px;
}
img.icon-shipwright  {
    object-position: -222px -121px;
    width: 24px;
    height: 16px;
}
img.icon-shrine  {
    object-position: -228px -51px;
    width: 11px;
    height: 15px;
}
img.icon-sorcerers_guild  {
    object-position: -228px -70px;
    width: 15px;
    height: 11px;
}
img.icon-stable  {
    object-position: -222px -143px;
    width: 24px;
    height: 16px;
}
img.icon-stairs  {
    object-position: -229px -88px;
    width: 9px;
    height: 8px;
}
img.icon-stealable_item  {
    object-position: -59px -165px;
    width: 30px;
    height: 33px;
    transform: scale(0.7);
    image-rendering: initial;
}
span.icon-tailor  {
    margin: -165px -131px -46px -95px;
}
span.icon-tailor:hover:after {
    left: 165px;
    top: 131px;
}
img.icon-tailor  {
    clip-path: inset(165px 131px 46px 95px);
    transform-origin: 103px 177px;
    transform: translate(-54px, 52px);
}
img.icon-tailors_guild  {
    object-position: -100px -213px;
    width: 15px;
    height: 14px;
}
span.icon-tanner  {
    margin: -165px -101px -46px -125px;
}
span.icon-tanner:hover:after {
    left: 165px;
    top: 101px;
}
img.icon-tanner  {
    clip-path: inset(165px 101px 46px 125px);
    transform-origin: 133px 177px;
}
span.icon-tavern  {
    margin: -165px -20px -46px -206px;
}
span.icon-tavern:hover:after {
    left: 165px;
    top: 20px;
}
img.icon-tavern  {
    clip-path: inset(165px 20px 46px 206px);
    transform-origin: 214px 177px;
}
img.icon-teleporter  {
    object-position: -229px -103px;
    width: 7px;
    height: 7px;
}
span.icon-terrain  {
    margin: -114px -126px -107px -105px;
}
span.icon-terrain:hover:after {
    left: 114px;
    top: 126px;
}
img.icon-terrain  {
    clip-path: inset(114px 126px 107px 105px);
    transform-origin: 108px 123.5px;
}
span.icon-theater  {
    margin: -187px -131px -24px -95px;
}
span.icon-theater:hover:after {
    left: 187px;
    top: 131px;
}
img.icon-theater  {
    clip-path: inset(187px 131px 24px 95px);
    transform-origin: 103px 199px;
}
img.icon-thieves_guild  {
    object-position: -155px -165px;
    width: 15px;
    height: 14px;
}
span.icon-tinkers_guild  {
    margin: -187px -80px -29px -155px;
}
span.icon-tinkers_guild:hover:after {
    left: 187px;
    top: 80px;
}
img.icon-tinkers_guild  {
    clip-path: inset(187px 80px 29px 155px);
    transform-origin: 160.5px 194.5px;
}
span.icon-tinker  {
    margin: -187px -101px -24px -125px;
}
span.icon-tinker:hover:after {
    left: 187px;
    top: 101px;
}
img.icon-tinker  {
    clip-path: inset(187px 101px 24px 125px);
    transform-origin: 133px 199px;
}
span.icon-traders_guild  {
    margin: -187px -29px -29px -206px;
}
span.icon-traders_guild:hover:after {
    left: 187px;
    top: 29px;
}
img.icon-traders_guild  {
    clip-path: inset(187px 29px 29px 206px);
    transform-origin: 211.5px 194.5px;
}
img.icon-true_britannians_faction  {
    object-position: -227px -188px;
    width: 19px;
    height: 18px;
}
img.icon-veterinarian  {
    object-position: -49px -150px;
    width: 15px;
    height: 14px;
}
img.icon-warriors_guild  {
    object-position: -59px -213px;
    width: 15px;
    height: 14px;
}
img.icon-weapons_guild  {
    object-position: -80px -213px;
    width: 15px;
    height: 14px;
}

.mw-headline .icon {
  transform: unset;
}

@media screen and (max-width: 1027px) {
    .mapOuterDiv {
        height: calc(var(--mapheight) * 1.5);        
    }
    .mapInnerDiv {
        transform: scale(1.5);
    }
    .UOLinksList {
        width: 100%;
    }
}

@media screen and (min-width: 1028px) {
    .mapOuterDiv {
        height: calc(var(--mapheight) * 2.5);
    }
    .mapInnerDiv {
        transform: scale(2.5);
    }
    .UOLinksList {
        width: var(--linksWidth);
    }
}
/* End UO Atlas css. */