User:Paradox-01/vector.css: Difference between revisions
m (+cat) |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
/* Redesigned outbound arrow for external links */ | |||
div#content a.external | |||
{ | |||
background-image: none; | |||
background-size:10px; | |||
background-position:top right; | |||
background-repeat:no-repeat; | |||
padding-right:11px; | |||
} | |||
/* Prevent sidewards scrolling in pre elements */ | /* Prevent sidewards scrolling in pre elements */ | ||
pre | pre | ||
Revision as of 18:54, 3 January 2026
/* Redesigned outbound arrow for external links */
div#content a.external
{
background-image: none;
background-size:10px;
background-position:top right;
background-repeat:no-repeat;
padding-right:11px;
}
/* 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]]*/