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

From OniGalore
Jump to navigation Jump to search
No edit summary
m (+cat)
 
(12 intermediate revisions by one other user not shown)
Line 8: Line 8:
div#mw-panel
div#mw-panel
{
{
   position:relative;
   position:absolute;
top: 10px;
  height: 100%;
}
}
/* 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]]*/