Path of Exile Wiki

Please consider helping keep the wiki up to date. Check the to-do list of updates needed for version 3.14.0.

Game data exports will becoming later as the technical changes in addition to regular changes take some more time.

READ MORE

Path of Exile Wiki
mNo edit summary
mNo edit summary
 
Line 29: Line 29:
   
 
/* List styles */
 
/* List styles */
.page-content ul:not(.plainlist ul) {
+
.page-content ul:not(.plainlist ul):not(.toc ul) {
 
list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QILBTYv67Mf9wAAAAZQTFRF////o41tM9LLpAAAAAF0Uk5TAEDm2GYAAAABYktHRACIBR1IAAAAE0lEQVQI12NgQAEFDD/AsICBAQAakgPJO2sGpQAAAABJRU5ErkJggg==");
 
list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QILBTYv67Mf9wAAAAZQTFRF////o41tM9LLpAAAAAF0Uk5TAEDm2GYAAAABYktHRACIBR1IAAAAE0lEQVQI12NgQAEFDD/AsICBAQAakgPJO2sGpQAAAABJRU5ErkJggg==");
 
}
 
}

Latest revision as of 21:20, 8 December 2021

.fandom-community-header__background::before {
	background-image: linear-gradient(to bottom,var(--theme-body-background-color) 0%,hsla(0,0%,100%,0));
}

.page {
    border: 3px solid #7c5436;
    border-radius: 5px;
    box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.5);
}
.page__main { color: #a38d6d; }

/* Page history ?action=history */
.theme-fandomdesktop-dark #pagehistory li.selected {
    background-color: transparent;
    border: 1px dashed #75511d;
    color: white;
}
.theme-fandomdesktop-dark #pagehistory li {
    border: 1px solid #75511d;
}

/* Image gallery thumbs */
ul.mw-gallery-traditional li.gallerybox div.thumb {
    background-color: transparent;
    border: 1px solid #75511d;
    margin: 2px;
    text-align: center;
}

/* List styles */
.page-content ul:not(.plainlist ul):not(.toc ul) {
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QILBTYv67Mf9wAAAAZQTFRF////o41tM9LLpAAAAAF0Uk5TAEDm2GYAAAABYktHRACIBR1IAAAAE0lEQVQI12NgQAEFDD/AsICBAQAakgPJO2sGpQAAAABJRU5ErkJggg==");
}

.page-header .page-header__action-button::before {
	background-color: transparent; /* Remove border between edit and dropdown buttons */
}