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

From OniGalore
Jump to navigation Jump to search
m (sidebar hallo?)
m (+cat)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
td.diff-addedline, td.diff-deletedline, td.diff-context {font-size:90%}
/* Prevent sidewards scrolling in pre elements */
pre
{
  overflow: auto;
  max-height: 25em;
}


div#mw-panel
div#mw-panel
{
{
   position: fixed;
   position:absolute;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  background-color: #F6F6F6;
  border-right: 1px solid #A7D7F9;
}
}


/* Prevent sidewards scrolling in pre elements */
/* edit box */
pre
textarea
{
{
   overflow: auto;
   font-family: Arial !important;
   max-height: 25em;
  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]]*/