MediaWiki: Common.css: Difference between revisions
From ElixirBlocks
No edit summary |
No edit summary |
||
(89 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
main{ | main{ | ||
font-size:1.1em !important; | |||
background-color: | } | ||
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 { | |||
} | } |
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 {
}