4,200
edits
mNo edit summary |
mNo edit summary |
||
Line 31: | Line 31: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
/* Don't display some stuff on the main page */ | /* Don't display some stuff on the main page */ | ||
body.page-Main_Page #deleteconfirm, | body.page-Main_Page #deleteconfirm, | ||
Line 79: | Line 78: | ||
/* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */ | /* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */ | ||
margin-right: -10px; | margin-right: -10px; | ||
} | |||
/* On rtl interfaces, we need to override the defaults. | |||
It is content included (so ltr), but positioned in part of the rtl interface */ | |||
body.rtl #protected-icon { | |||
/* @noflip */ | |||
left: 55px; | |||
} | |||
body.rtl #spoken-icon, | |||
body.rtl #commons-icon { | |||
/* @noflip */ | |||
left: 30px; | |||
} | |||
body.rtl #featured-star { | |||
/* @noflip */ | |||
left: 10px; | |||
} | } | ||
Line 86: | Line 101: | ||
} | } | ||
/* Display "From Wikipedia, the free encyclopedia" */ | |||
#siteSub { | |||
display: inline; | |||
font-size: 92%; | |||
font-weight: normal; | |||
} | |||
/* {{tl|Link GA}} */ | /* {{tl|Link GA}} */ | ||
Line 106: | Line 126: | ||
} | } | ||
/* Increase fontsize of diffs. Remove when 1.19 is live. */ | |||
td.diff-context, td.diff-addedline, td.diff-deletedline { | |||
font-size: 85%; | |||
vertical-align: top; | |||
} | |||
/* Adjust font-size for inline HTML generated TeX formulae */ | /* Adjust font-size for inline HTML generated TeX formulae */ |