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

From OniGalore
mNo edit summary
mNo edit summary
 
Line 2: Line 2:
div#content a.external
div#content a.external
{
{
  background-image: none;
  background-image:none;
  background-size:10px;
  background-size:0px;
  background-position:top right;
  background-position:top right;
  background-repeat:no-repeat;
  background-repeat:no-repeat;
  padding-right:11px;
  padding-right:0px;
}
 
div#content a.external[href*=".oni2.net"] {
  background-image:none;
  background-size:0px;
  background-position:top right;
  background-repeat:no-repeat;
  padding-right:0px;
}
}



Latest revision as of 19:01, 3 January 2026

/* Redesigned outbound arrow for external links */
div#content a.external
{
 background-image:none;
 background-size:0px;
 background-position:top right;
 background-repeat:no-repeat;
 padding-right:0px;
}

div#content a.external[href*=".oni2.net"] {
  background-image:none;
  background-size:0px;
  background-position:top right;
  background-repeat:no-repeat;
  padding-right:0px;
}

/* 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]]*/