Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators, trusted
11,022
edits
mNo edit summary |
mNo edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Change default font and paragraph parameters*/ | /* Change default font and paragraph parameters*/ | ||
.mw-body-content{ | .mw-body-content { | ||
font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif; | font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif; | ||
} | } | ||
Line 10: | Line 10: | ||
} | } | ||
.mw-charinsert-item p{ | /* Remove indent for some classes */ | ||
.poem p { | |||
text-indent: 0; | |||
} | |||
.gallerytext p { | |||
text-indent: 0; | |||
text-align: center; | |||
} | |||
#editpage-specialchars p { | |||
text-indent: 0; | |||
text-align: left; | |||
} | |||
.mw-charinsert-item p { | |||
text-indent: 0; | text-indent: 0; | ||
text-align: left; | text-align: left; |