User:Paradox-01/vector.css: Difference between revisions
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* 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 */ | /* Prevent sidewards scrolling in pre elements */ | ||
pre | pre | ||
| Line 15: | Line 33: | ||
{ | { | ||
font-family: Arial !important; | font-family: Arial !important; | ||
font-size: 14pt !important; | |||
background-color: #fed; | |||
} | } | ||
/*[[Category:Userspace]]*/ | |||
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]]*/