User:Paradox-01/vector.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:
{
{
   font-family: Arial !important;
   font-family: Arial !important;
   font-size: 12pt;
   font-size: 16pt;
   background-color: #fed;
   background-color: #fed;
}
}

Revision as of 18:54, 12 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;
  font-size: 16pt;
  background-color: #fed;
}