MediaWiki: Common.css: Difference between revisions

From ElixirBlocks
Jump to: navigation, search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 20: Line 20:
}
}


.mw-highlight pre {
.hljs-formula, .hljs-function, .hljs-params, .hljs-subst, .hljs-title {
font-size: 80%;
 
}
 
.hljs {
 
}
}

Latest revision as of 07:05, 24 December 2023

main{
font-size:1.1em !important;

}

iframe {
    border: 0;
    margin: 0;
    padding: 0;
    width: 150%;
    height: 80vh;
   left: - 400px;
}


main{
background-color:white;

}

.hljs-formula, .hljs-function, .hljs-params, .hljs-subst, .hljs-title {

}

.hljs {
   
}