Difference between revisions of "MediaWiki:Common.css"
BrianFreud (talk | contribs) m |
BrianFreud (talk | contribs) m |
||
Line 666: | Line 666: | ||
z-index: 0; | z-index: 0; | ||
} | } | ||
− | .pin | + | .pin:after,.menutrigger:hover:after { |
background: rgba(0,0,0,.7); | background: rgba(0,0,0,.7); | ||
box-shadow: inset 0px -10px 10px rgba(0,0,0,.7), 0px 0px 0px 1px rgba(0,0,0,1), inset 0px 1px 0px 0px rgba(255,255,255,.3); | box-shadow: inset 0px -10px 10px rgba(0,0,0,.7), 0px 0px 0px 1px rgba(0,0,0,1), inset 0px 1px 0px 0px rgba(255,255,255,.3); |
Revision as of 01:40, 23 August 2020
/*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;
}
.pin:after,.menutrigger:hover:after {
background: rgba(0,0,0,.7);
box-shadow: inset 0px -10px 10px rgba(0,0,0,.7), 0px 0px 0px 1px rgba(0,0,0,1), inset 0px 1px 0px 0px rgba(255,255,255,.3);
border-radius: 3px;
color: #fff;
font-family: "Helvetica Neue", Helvetica, Sans;
position: absolute;
text-align: center;
display: block;
padding: 4px 8px 8px 8px;
text-shadow: 0 -1px 0 #000;
white-space: nowrap;
z-index: 98;
opacity: 1;
}
.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;
}
.icon-archers_guild {
margin: -3px -232px -213px -3px;
clip-path: inset(3px 232px 213px 3px);
transform-origin: 8.5px 10.5px;
}
.icon-architect {
margin: -42px -86px -169px -140px;
clip-path: inset(42px 86px 169px 140px);
transform-origin: 148px 54px;
}
.icon-armaments_guild {
margin: -3px -211px -213px -24px;
clip-path: inset(3px 211px 213px 24px);
transform-origin: 29.5px 10.5px;
}
.icon-armorer {
margin: -3px -181px -208px -45px;
clip-path: inset(3px 181px 208px 45px);
transform-origin: 53px 15px;
}
.icon-armorers_guild {
margin: -3px -160px -213px -75px;
clip-path: inset(3px 160px 213px 75px);
transform-origin: 80.5px 10.5px;
}
.icon-artist {
margin: -90px -80px -122px -145px;
clip-path: inset(90px 80px 122px 145px);
transform-origin: 153.5px 101.5px;
}
.icon-artists_guild {
margin: -103px -27px -112px -207px;
-webkit-clip-path: inset(103px 27px 112px 207px);
transform-origin: 213px 111px;
}
.icon-assasins_guild {
margin: -3px -139px -213px -96px;
clip-path: inset(3px 139px 213px 96px);
transform-origin: 101.5px 10.5px;
}
.icon-baker {
margin: -3px -109px -208px -117px;
clip-path: inset(3px 109px 208px 117px);
transform-origin: 125px 15px;
}
.icon-bank {
margin: -3px -78px -208px -147px;
clip-path: inset(3px 78px 208px 147px);
transform-origin: 155px 15.5px;
}
.icon-barber {
margin: -3px -58px -213px -177px;
clip-path: inset(3px 58px 213px 177px);
transform-origin: 182.5px 10.5px;
}
.icon-barbers_guild {
margin: -3px -58px -213px -177px;
clip-path: inset(3px 58px 213px 177px);
transform-origin: 182.5px 10.5px;
}
.icon-bard {
margin: -20px -223px -191px -3px;
clip-path: inset(20px 223px 191px 3px);
transform-origin: 11px 32px;
}
.icon-bardic_guild {
margin: -16px -160px -200px -75px;
clip-path: inset(16px 160px 200px 75px);
transform-origin: 80.5px 23.5px;
}
.icon-barterers_guild {
margin: -15px -139px -200px -95px;
clip-path: inset(15px 139px 200px 95px);
transform-origin: 99px 25px;
}
.icon-beekeeper {
margin: -20px -49px -191px -177px;
clip-path: inset(20px 49px 191px 177px);
transform-origin: 185px 32px;
}
.icon-blacksmiths_guild {
margin: -16px -139px -200px -96px;
clip-path: inset(16px 139px 200px 96px);
transform-origin: 11px 54px;
}
.icon-blacksmith {
margin: -42px -223px -169px -3px;
clip-path: inset(42px 223px 169px 3px);
transform-origin: 101.5px 23.5px;
}
.icon-body_of_water {
margin: -41px -196px -176px -32px;
clip-path: inset(41px 196px 176px 32px);
transform-origin: 37px 52px;
}
.icon-bowyer {
margin: -42px -167px -169px -59px;
clip-path: inset(42px 167px 169px 59px);
transform-origin: 67px 54px;
}
.icon-bridge {
margin: -41px -145px -178px -88px;
clip-path: inset(41px 145px 178px 88px);
transform-origin: 92px 49.5px;
}
.icon-butcher {
margin: -42px -116px -169px -110px;
clip-path: inset(42px 116px 169px 110px);
transform-origin: 118px 54px;
}
.icon-carpenter {
margin: -42px -86px -169px -140px;
clip-path: inset(42px 86px 169px 140px);
transform-origin: 148px 54px;
}
.icon-cartographer {
margin: -121px -4px -90px -222px;
clip-path: inset(121px 4px 90px 222px);
transform-origin: 230px 133px;
}
.icon-cavalry_guild {
margin: -42px -65px -174px -170px;
clip-path: inset(42px 65px 174px 170px);
transform-origin: 175.5px 49.5px;
}
.icon-cave {
margin: -59px -203px -151px -32px;
clip-path: inset(59px 203px 151px 32px);
transform-origin: 40.5px 66.5px;
}
.icon-champion {
margin: -41px -45px -168px -190px;
clip-path: inset(41px 45px 168px 190px);
transform-origin: 199px 48.5px;
}
.icon-city {
margin: -64px -228px -147px -3px;
clip-path: inset(64px 228px 147px 3px);
transform-origin: 11px 73.5px;
}
.icon-cooks_guild {
margin: -59px -146px -157px -89px;
clip-path: inset(59px 146px 157px 89px);
transform-origin: 94.5px 66.5px;
}
.icon-council_of_mages_faction {
margin: -64px -177px -143px -53px;
clip-path: inset(64px 177px 143px 53px);
transform-origin: 63px 74px;
}
.icon-counselors_guild {
margin: -136px -157px -75px -69px;
clip-path: inset(136px 157px 75px 69px);
transform-origin: 77px 148px;
}
.icon-customs {
margin: -64px -86px -147px -140px;
clip-path: inset(64px 86px 147px 140px);
transform-origin: 148px 76px;
}
.icon-daily_rare {
margin: -59px -66px -149px -170px;
clip-path: inset(59px 66px 149px 170px);
transform-origin: 179.5px 66px;
}
.icon-dock {
margin: -63px -50px -153px -189px;
clip-path: inset(63px 50px 153px 189px);
transform-origin: 194.5px 68.5px;
}
.icon-dungeon {
margin: -80px -152px -127px -79px;
clip-path: inset(80px 152px 127px 79px);
transform-origin: 89px 89.5px;
}
.icon-engineers_guild {
margin: -186px -80px -30px -154px;
clip-path: inset(186px 80px 30px 154px);
transform-origin: 158px 195.5px;
}
.icon-exit {
margin: -79px -53px -141px -190px;
clip-path: inset(79px 53px 141px 190px);
transform-origin: 193.5px 82.5px;
}
.icon-farm {
margin: -92px -236px -128px -3px;
clip-path: inset(92px 236px 128px 3px);
transform-origin: 6.5px 97.5px;
}
.icon-fighters_guild {
margin: -92px -215px -124px -20px;
clip-path: inset(92px 215px 124px 20px);
transform-origin: 25.5px 99.5px;
}
.icon-fishermans_guild {
margin: -92px -194px -124px -41px;
clip-path: inset(92px 194px 124px 41px);
transform-origin: 46.5px 99.5px;
}
.icon-fletcher {
margin: -92px -122px -119px -104px;
clip-path: inset(92px 122px 119px 104px);
transform-origin: 112px 104px;
}
.icon-flight_path {
margin: -26px -127px -194px -117px;
clip-path: inset(26px 127px 194px 117px);
transform-origin: 120.5px 29px;
}
.icon-fort {
margin: -20px -106px -187px -131px;
clip-path: inset(20px 106px 187px 131px);
transform-origin: 141px 26.5px;
}
.icon-gate {
margin: -91px -177px -125px -61px;
clip-path: inset(91px 177px 125px 61px);
transform-origin: 66.5px 97px;
}
.icon-graveyard {
margin: -91px -108px -125px -132px;
clip-path: inset(91px 108px 125px 132px);
transform-origin: 137.5px 96px;
}
.icon-guild {
margin: -136px -157px -75px -69px;
clip-path: inset(136px 157px 75px 69px);
transform-origin: 77px 148px;
}
.icon-healers_guild {
margin: -114px -232px -102px -3px;
clip-path: inset(114px 232px 102px 3px);
transform-origin: 8.5px 121.5px;
}
.icon-healer {
margin: -92px -49px -119px -177px;
clip-path: inset(92px 49px 119px 177px);
transform-origin: 185px 104px;
}
.icon-herbalist {
margin: -114px -201px -97px -24px;
clip-path: inset(114px 201px 97px 24px);
transform-origin: 32px 126.5px;
}
.icon-illusionists_guild {
margin: -114px -181px -102px -54px;
clip-path: inset(114px 181px 102px 54px);
transform-origin: 59.5px 121.5px;
}
.icon-inn {
margin: -114px -151px -97px -75px;
clip-path: inset(114px 151px 97px 75px);
transform-origin: 83px 126px;
}
.icon-island {
margin: -114px -126px -102px -105px;
clip-path: inset(114px 126px 102px 105px);
transform-origin: 110.5px 123.5px;
}
.icon-jeweler {
margin: -114px -95px -97px -130px;
clip-path: inset(114px 95px 97px 130px);
transform-origin: 138px 126.5px;
}
.icon-ladder {
margin: -176px -203px -34px -36px;
clip-path: inset(176px 203px 34px 36px);
transform-origin: 37.5px 188.5px;
}
.icon-lair {
margin: -20px -200px -190px -31px;
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;
}
.icon-library {
margin: -114px -49px -97px -177px;
clip-path: inset(114px 49px 97px 177px);
transform-origin: 185px 126px;
}
.icon-lockpicking_box {
margin: -21px -180px -188px -55px;
clip-path: inset(21px 180px 188px 55px);
transform-origin: 64px 28.5px;
}
.icon-mage {
margin: -136px -208px -75px -18px;
clip-path: inset(136px 208px 75px 18px);
transform-origin: 26px 148px;
}
.icon-mages_guild {
margin: -136px -187px -80px -48px;
clip-path: inset(136px 187px 80px 48px);
transform-origin: 53.5px 143.5px;
}
.icon-mariner {
margin: -64px -86px -147px -140px;
clip-path: inset(64px 86px 147px 140px);
transform-origin: 148px 76px;
}
.icon-market {
margin: -136px -157px -75px -69px;
clip-path: inset(136px 157px 75px 69px);
transform-origin: 77px 148px;
}
.icon-merchants_guild {
margin: -136px -136px -80px -99px;
clip-path: inset(136px 136px 80px 99px);
transform-origin: 104.5px 143.5px;
}
.icon-minax_faction {
margin: -136px -109px -72px -120px;
clip-path: inset(136px 109px 72px 120px);
transform-origin: 129.5px 146.5px;
}
.icon-miners_guild {
margin: -136px -89px -80px -146px;
clip-path: inset(136px 89px 80px 146px);
transform-origin: 151.5px 143.5px;
}
.icon-moongate {
margin: -136px -74px -71px -167px;
clip-path: inset(136px 74px 71px 167px);
transform-origin: 177px 140.5px;
}
.icon-other {
margin: -136px -58px -81px -181px;
clip-path: inset(136px 58px 81px 181px);
transform-origin: 186px 141.5px;
}
.icon-painter {
margin: -162px -223px -49px -3px;
clip-path: inset(162px 223px 49px 3px);
transform-origin: 11px 174px;
}
.icon-player {
margin: -152px -50px -36px -182px;
clip-path: inset(152px 50px 36px 182px);
transform-origin: 201.5px 161px;
}
.icon-point_of_interest {
margin: -3px -38px -216px -198px;
clip-path: inset(3px 38px 216px 198px);
transform-origin: 202px 10px;
}
.icon-provisioners_guild {
margin: -17px -27px -199px -207px;
clip-path: inset(17px 27px 199px 207px);
transform-origin: 212.5px 25px;
}
.icon-provisioner {
margin: -197px -223px -14px -3px;
clip-path: inset(197px 223px 14px 3px);
transform-origin: 11px 209px;
}
.icon-quest_npc {
margin: -64px -28px -129px -207px;
clip-path: inset(64px 28px 129px 207px);
transform-origin: 224px 71.5px;
}
.icon-ranger {
margin: -3px -232px -213px -3px;
clip-path: inset(3px 232px 213px 3px);
transform-origin: 6.5px 12.5px;
}
.icon-rangers_guild {
margin: -3px -232px -213px -3px;
clip-path: inset(3px 232px 213px 3px);
transform-origin: 6.5px 12.5px;
}
.icon-rogues_guild {
margin: -104px -22px -112px -207px;
clip-path: inset(104px 22px 112px 207px);
transform-origin: 212.5px 114.5px;
}
.icon-ruins {
margin: -33px -33px -185px -210px;
clip-path: inset(33px 33px 185px 210px);
transform-origin: 214.5px 36.5px;
}
.icon-sailors_guild {
margin: -62px -120px -153px -115px;
clip-path: inset(62px 120px 153px 115px);
transform-origin: 118.5px 72px;
}
.icon-scenic_point {
margin: -47px -29px -174px -210px;
clip-path: inset(47px 29px 174px 210px);
transform-origin: 213px 52.5px;
}
.icon-scribe {
margin: -114px -49px -97px -177px;
clip-path: inset(114px 49px 97px 177px);
transform-origin: 185px 126px;
}
.icon-secret_door {
margin: -121px -34px -84px -207px;
clip-path: inset(121px 34px 84px 207px);
transform-origin: 218px 125.5px;
}
.icon-seamans_guild {
margin: -77px -134px -138px -100px;
clip-path: inset(77px 134px 138px 100px);
transform-origin: 104px 87px;
}
.icon-shadowlords_faction {
margin: -198px -198px -11px -33px;
clip-path: inset(198px 198px 11px 33px);
transform-origin: 42px 207.5px;
}
.icon-ship {
margin: -3px -3px -199px -227px;
clip-path: inset(3px 3px 199px 227px);
transform-origin: 239.5px 13px;
}
.icon-shipwrights_guild {
margin: -34px -8px -182px -227px;
clip-path: inset(34px 8px 182px 227px);
transform-origin: 232.5px 41.5px;
}
.icon-shipwright {
margin: -121px -4px -90px -222px;
clip-path: inset(121px 4px 90px 222px);
transform-origin: 230px 133px;
}
.icon-shrine {
margin: -51px -11px -163px -228px;
clip-path: inset(51px 11px 163px 228px);
transform-origin: 234.5px 56.5px;
}
.icon-sorcerers_guild {
margin: -70px -7px -146px -228px;
clip-path: inset(70px 7px 146px 228px);
transform-origin: 233.5px 77.5px;
}
.icon-stable {
margin: -143px -4px -68px -222px;
clip-path: inset(143px 4px 68px 222px);
transform-origin: 230px 155px;
}
.icon-stairs {
margin: -88px -12px -131px -229px;
clip-path: inset(88px 12px 131px 229px);
transform-origin: 233px 92.5px;
}
.icon-stealable_item {
margin: -165px -161px -29px -59px;
clip-path: inset(165px 161px 29px 59px);
transform-origin: 75.5px 180px;
}
.icon-tailor {
margin: -165px -131px -46px -95px;
clip-path: inset(165px 131px 46px 95px);
transform-origin: 103px 177px;
}
.icon-tailors_guild {
margin: -213px -135px -2px -100px;
clip-path: inset(213px 135px 2px 100px);
transform-origin: 103.5px 223px;
}
.icon-tanner {
margin: -165px -101px -46px -125px;
clip-path: inset(165px 101px 46px 125px);
transform-origin: 133px 177px;
}
.icon-tavern {
margin: -165px -20px -46px -206px;
clip-path: inset(165px 20px 46px 206px);
transform-origin: 214px 177px;
}
.icon-teleporter {
margin: -102px -14px -117px -228px;
clip-path: inset(102px 14px 117px 228px);
transform-origin: 232px 106px;
}
.icon-terrain {
margin: -114px -126px -107px -105px;
clip-path: inset(114px 126px 107px 105px);
transform-origin: 108px 123.5px;
}
.icon-theater {
margin: -187px -131px -24px -95px;
clip-path: inset(187px 131px 24px 95px);
transform-origin: 103px 199px;
}
.icon-thieves_guild {
margin: -165px -80px -51px -155px;
clip-path: inset(165px 80px 51px 155px);
transform-origin: 160.5px 172.5px;
}
.icon-tinkers_guild {
margin: -187px -80px -29px -155px;
clip-path: inset(187px 80px 29px 155px);
transform-origin: 160.5px 194.5px;
}
.icon-tinker {
margin: -187px -101px -24px -125px;
clip-path: inset(187px 101px 24px 125px);
transform-origin: 133px 199px;
}
.icon-traders_guild {
margin: -187px -29px -29px -206px;
clip-path: inset(187px 29px 29px 206px);
transform-origin: 211.5px 194.5px;
}
.icon-true_britannians_faction {
margin: -187px -3px -21px -227px;
clip-path: inset(187px 3px 21px 227px);
transform-origin: 236.5px 197px;
}
.icon-veterinarian {
margin: -150px -186px -66px -49px;
clip-path: inset(150px 186px 66px 49px);
transform-origin: 52.5px 159.5px;
}
.icon-warriors_guild {
margin: -213px -176px -3px -59px;
clip-path: inset(213px 176px 3px 59px);
transform-origin: 64.5px 220.5px;
}
.icon-weapons_guild {
margin: -213px -155px -3px -80px;
clip-path: inset(213px 155px 3px 80px);
transform-origin: 85.5px 220.5px;
}
/* End UO Atlas css. */