User:Blackwolfe/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
(Replaced content with " ")
imported>Blackwolfe
No edit summary
Line 1: Line 1:
/* -------------------------------------------------- TOC */
/* Title */
.toc .toctitle {   
text-align: center;
}
.toc .toctitle h2 {
    font-weight: bold;
}


/* List */
.mw-parser-output .toc ul {
    list-style-type: none;    margin: 0 0 0 0.5em;
}
.mw-parser-output .toc ul ul {
    margin: 0 0 0 1.5em;
} .mw-parser-output .toc ul li {
    margin-right: 3px;
}

Revision as of 14:26, 16 November 2020

/* -------------------------------------------------- TOC */
/* Title */ 
.toc .toctitle {    
	text-align: center; 
} 
.toc .toctitle h2 {
    font-weight: bold; 
} 

/* List */ 
.mw-parser-output .toc ul {
    list-style-type: none;    margin: 0 0 0 0.5em; 
} 
.mw-parser-output .toc ul ul {
    margin: 0 0 0 1.5em; 
} .mw-parser-output .toc ul li {
    margin-right: 3px; 
}