MediaWiki:Common.css: Difference between revisions

From Instructional Technologies
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 11: Line 11:
/*TOC Styling*/
/*TOC Styling*/
.sidebar-toc .vector-pinnable-header-label {
.sidebar-toc .vector-pinnable-header-label {
     overflow: unset;
     overflow: hidden;
}
}
.vector-pinnable-header-label {
.vector-pinnable-header-label {

Revision as of 11:34, 5 January 2023

/*Paragraph style*/
* {
	font-family: Tahoma, System sans-serif; 
}

/*Body styling*/
html {
	font-size: 125%
}

/*TOC Styling*/
.sidebar-toc .vector-pinnable-header-label {
    overflow: hidden;
}
.vector-pinnable-header-label {
    display: inline-block;
    color: #54595d;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
    border: 0;
}