MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
inventory pop table formatting
(CSS changes from temp site, pending LESS rewrite)
(inventory pop table formatting)
 
(5 intermediate revisions by the same user not shown)
Line 1,189: Line 1,189:
}
}


/* INVENTORY: POPULATION TABLES */
.qud-inv-poptable-icon {
    font-family: var(--qud-font-terminal1);
    font-weight: bold;
    font-size: 1.25em;
    display: inline-block;
    margin: 0 5px;
    line-height: 1.5em;
}


/* INVENTORY: INLINE WEAPON STATS */
/* INVENTORY: INLINE WEAPON STATS */
Line 1,631: Line 1,640:
tt {
tt {
font-family: monospace;
font-family: monospace;
font-size: 110%;
color: var(--code-color);
color: var(--code-color);
}
}
Line 2,069: Line 2,077:
height: 32px;
height: 32px;
filter:invert(var(--invert-icons,0));
filter:invert(var(--invert-icons,0));
}
/* ------- pixel sprite scaling ------- */
.pixel-image,
.moduleinfobox .infobox-imagearea img,
.ambox-image img,
.qud-image .qud-image-link-image-container img {
  image-rendering: pixelated;
}
}


Line 2,443: Line 2,459:
     max-width: 100%;
     max-width: 100%;
     height:auto;
     height:auto;
}
.header .branding-box h1, .header .branding-box a {
    /* fix wiki header title color */
    color: var(--body-color);
}
}

Navigation menu