User:Paradox-01/vector.css: Difference between revisions
Jump to navigation
Jump to search
Paradox-01 (talk | contribs) (I'm not allowed to edit wiki's vector.css so i will try this at "my" place) |
m (+cat) |
||
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* Prevent sidewards scrolling in pre elements */ | |||
pre | |||
{ | { | ||
overflow: auto; | |||
max-height: 25em; | |||
} | } | ||
div#mw-panel | |||
{ | { | ||
position:absolute; | |||
} | } | ||
/* | /* edit box */ | ||
textarea | |||
{ | { | ||
font-family: Arial !important; | |||
font-size: 14pt !important; | |||
background-color: #fed; | |||
} | } | ||
/* | /*[[Category:Userspace]]*/ | ||
Latest revision as of 16:38, 8 April 2023
/* Prevent sidewards scrolling in pre elements */ pre { overflow: auto; max-height: 25em; } div#mw-panel { position:absolute; } /* edit box */ textarea { font-family: Arial !important; font-size: 14pt !important; background-color: #fed; } /*[[Category:Userspace]]*/