8,706
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| (3 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: | font-size: 14pt !important; | ||
background-color: #fed; | background-color: #fed; | ||
} | } | ||
/*[[Category:Userspace]]*/ | |||
edits