Interface administrators, moderator
2,770
edits
No edit summary |
No edit summary |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
#firstHeading { | #firstHeading { | ||
font-family: Sans-Serif; | font-family: Sans-Serif; | ||
Line 13: | Line 6: | ||
.mainPageLinksBox | .mainPageLinksBox | ||
{ | { | ||
min-height: | min-height: 200px; | ||
float: left; | float: left; | ||
width: | width: 24%; | ||
} | } | ||
.mainPageLinksBox:not(:last-child) | .mainPageLinksBox:not(:last-child) | ||
Line 21: | Line 14: | ||
margin-right: 5px; | margin-right: 5px; | ||
} | } | ||
} | } | ||
Line 54: | Line 40: | ||
.wikitable-callback td:nth-child(3) | .wikitable-callback td:nth-child(3) | ||
{ | { | ||
line-height: | line-height: 23px; | ||
font-family: 'Source Code Pro', monospace; | font-family: 'Source Code Pro', monospace; | ||
} | } | ||
.wikitable-parameters tr:not(:last-child) td, | .wikitable-parameters tr:not(:last-child) td, | ||
.wikitable-callback tr:not(:last-child) td | .wikitable-callback tr:not(:last-child) td | ||
{ | { | ||
Line 65: | Line 50: | ||
} | } | ||
.wikitable-parameters tr:hover td, | |||
.wikitable-callback tr:hover td | |||
. | { | ||
background-color: #E5FDFE; | |||
} | } | ||
Line 78: | Line 63: | ||
.mainPageLinksBox | .mainPageLinksBox | ||
{ | { | ||
min-height: | min-height: 648px; | ||
float: left; | float: left; | ||
width: | width: 24%; | ||
} | } | ||
.mainPageLinksBox:not(:last-child) | .mainPageLinksBox:not(:last-child) | ||
Line 88: | Line 73: | ||
} | } | ||
. | /* CSS placed here will be applied to all skins */ | ||
{ | .mw-highlight pre { | ||
font-size: 90%; | |||
font-family: "Courier New", monospace; | |||
border: 0px; | |||
padding: 1px; | |||
margin: 1px; | |||
} | |||
.code pre { | |||
font-size: 90%; | |||
font-family: "Courier New", monospace; | |||
border: 0px; | |||
padding: 1px; | |||
margin: 1px; | |||
} | } |