1,300
edits
(Created page with "→<pre>: body.wgl-darkmode { --filter-black-to-link: invert(63%) sepia(67%) saturate(242%) hue-rotate(182deg) brightness(93%) contrast(94%); --transcript-border-color: #596e96; --transcript-border-hover-color: #8596b7; --filter-transcript-icon: invert(1); --body-background-color: #071022; --body-main: #172136; --link-color: #8cabe6; --background-link-color: var(--link-color); --redlink-color: #f26d60; --sidebar: #313e59; --o...") |
No edit summary |
||
Line 19: | Line 19: | ||
--ooui-input-border--hover: #556c9b; | --ooui-input-border--hover: #556c9b; | ||
--external-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238cabe6' d='M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1Z M2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E"); | --external-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238cabe6' d='M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1Z M2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E"); | ||
background-image: url('images/Background_darkmode.jpg'); | background-image: url('wiki/images/Background_darkmode.jpg'); | ||
background-color: #071022; | background-color: #071022; | ||
} | } | ||
Line 363: | Line 363: | ||
body.wgl-darkmode .mw-mmv-image img.tiff, | body.wgl-darkmode .mw-mmv-image img.tiff, | ||
body.wgl-darkmode .mw-mmv-image img.tif { | body.wgl-darkmode .mw-mmv-image img.tif { | ||
background-image: url('images/Dark_mode_checkered_transparency.png'); | background-image: url('wiki/images/Dark_mode_checkered_transparency.png'); | ||
} | } | ||
Line 680: | Line 680: | ||
body.wgl-darkmode .filehistory a img, | body.wgl-darkmode .filehistory a img, | ||
body.wgl-darkmode table.filehistory img { | body.wgl-darkmode table.filehistory img { | ||
background-image: url('images/Dark_mode_checkered_transparency.png'); | background-image: url('wiki/images/Dark_mode_checkered_transparency.png'); | ||
} | } | ||
Line 2,680: | Line 2,680: | ||
body.wgl-darkmode .inventorytable { | body.wgl-darkmode .inventorytable { | ||
background: url('images/Inventory_tab_(dark_mode).png') no-repeat; | background: url('wiki/images/Inventory_tab_(dark_mode).png') no-repeat; | ||
} | } | ||
body.wgl-darkmode .lootingbagtable { | body.wgl-darkmode .lootingbagtable { | ||
background-image: url('images/Looting_bag_tab_(dark_mode).png'); | background-image: url('wiki/images/Looting_bag_tab_(dark_mode).png'); | ||
} | } | ||
body.wgl-darkmode .updateline { | body.wgl-darkmode .updateline { | ||
background: url('images/Dark_Horizontal_Line.png') no-repeat; | background: url('wiki/images/Dark_Horizontal_Line.png') no-repeat; | ||
background-position: center; | background-position: center; | ||
} | } | ||
Line 2,735: | Line 2,735: | ||
body.wgl-darkmode .runepouchtable { | body.wgl-darkmode .runepouchtable { | ||
background: url('images/Rune_pouch_background_(dark_mode).png') no-repeat; | background: url('wiki/images/Rune_pouch_background_(dark_mode).png') no-repeat; | ||
} | } | ||
body.wgl-darkmode .equipment { | body.wgl-darkmode .equipment { | ||
background: #242f43; | background: #242f43; | ||
border-image-source: url("images/Interface_border_(dark_mode).png"); | border-image-source: url("wiki/images/Interface_border_(dark_mode).png"); | ||
} | } | ||
body.wgl-darkmode .equipment-div { | body.wgl-darkmode .equipment-div { | ||
background-image: url('images/Worn_equipment_tab_(no_buttons)_(dark_mode).png'); | background-image: url('wiki/images/Worn_equipment_tab_(no_buttons)_(dark_mode).png'); | ||
} | } | ||
body.wgl-darkmode .equipment-div-buttons { | body.wgl-darkmode .equipment-div-buttons { | ||
background-image: url('images/Worn_equipment_tab_(dark_mode).png'); | background-image: url('wiki/images/Worn_equipment_tab_(dark_mode).png'); | ||
} | } | ||
body.wgl-darkmode .equipment-blank { | body.wgl-darkmode .equipment-blank { | ||
background-image: url('images/Blank_slot_(dark_mode).png'); | background-image: url('wiki/images/Blank_slot_(dark_mode).png'); | ||
} | } | ||
Line 3,132: | Line 3,132: | ||
body.wgl-darkmode .tile.big-tile { | body.wgl-darkmode .tile.big-tile { | ||
background: linear-gradient(to left, rgba(49, 62, 89, 0), rgba(49, 62, 89, 0.75), #313e59 40%), url("images/Main_page_Twisted_League.png") right / auto 100% no-repeat #313e59; | background: linear-gradient(to left, rgba(49, 62, 89, 0), rgba(49, 62, 89, 0.75), #313e59 40%), url("wiki/images/Main_page_Twisted_League.png") right / auto 100% no-repeat #313e59; | ||
} | } | ||