User:Paradox-01/vector.css: Difference between revisions
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 14: | Line 14: | ||
textarea | textarea | ||
{ | { | ||
font-family: Arial; | font-family: Arial !important; | ||
background-color: #fed; | background-color: #fed; | ||
} | } | ||
Revision as of 22:07, 6 December 2021
/* Prevent sidewards scrolling in pre elements */
pre
{
overflow: auto;
max-height: 25em;
}
div#mw-panel
{
position:absolute;
}
/* edit box */
textarea
{
font-family: Arial !important;
background-color: #fed;
}