605
edits
SadanYagci (talk | contribs) No edit summary |
SadanYagci (talk | contribs) No edit summary |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body{ | |||
font-size: 14px; | |||
line-height: 130%; | |||
} | |||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ | ||
cite, | cite, | ||
dfn { | dfn { | ||
font-style: inherit; | font-style: inherit; | ||
} | |||
h2{ | |||
clear:both; | |||
} | |||
.mw-parser-output > ul { | |||
margin:0.3em 0 1rem 1.6em !important; | |||
} | } | ||
Line 604: | Line 617: | ||
/* Article message box styles */ | /* Article message box styles */ | ||
table.ambox { | table.ambox { | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
/* @noflip */ | /* @noflip */ | ||
Line 1,150: | Line 1,162: | ||
.mw-special-Book #coll-downloadbox { | .mw-special-Book #coll-downloadbox { | ||
display: none; | display: none; | ||
} | } | ||
Line 1,166: | Line 1,167: | ||
div#mw-panel div.portal h3 { | div#mw-panel div.portal h3 { | ||
font-size: 1em; /* original was 0.75em */ | font-size: 1em; /* original was 0.75em */ | ||
} | } | ||
Line 1,209: | Line 1,177: | ||
#mw-content-text :target{ | #mw-content-text :target{ | ||
background: yellow; | background: yellow; | ||
border-top: 2px solid yellow; | |||
border-bottom: 2px solid yellow; | |||
border-top: solid; | |||
border-bottom: solid; | |||
} | } | ||
ul#mp-portals{ | |||
margin:0; | |||
} | } |