MediaWiki:Common.css: Difference between revisions
mNo edit summary |
m clear .quote |
||
| (25 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* don't show categories on main page */ | |||
body.page-Main_Page #catlinks { display : none } | |||
#mainpage h2 { | #mainpage h2 { | ||
| Line 61: | Line 64: | ||
border-style:solid; | border-style:solid; | ||
border-color:Blue; | border-color:Blue; | ||
padding: 0 0 | padding: 0 0 0 1em; | ||
margin: 0 0 | margin: 0 0 1em 1em; | ||
} | |||
.quote { | |||
} | } | ||
.red{ | .red{ | ||
color:red; | color:red; | ||
} | |||
.thumbborder { | |||
border:1px solid #000; | |||
} | } | ||
/* From IntactWiki */ | /* From IntactWiki */ | ||
.infobox { | .infobox { | ||
clear: right; | clear:right; | ||
float: right; | float:right; | ||
border: 1px solid #8898BF; | border:1px solid #8898BF; | ||
margin-left:1em; | |||
} | } | ||
| Line 85: | Line 96: | ||
display: none; | display: none; | ||
} | } | ||
/* To make images responsive */ | |||
.res-img img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
/* numbered lists */ | |||
ol li > ol { | |||
list-style-type: lower-alpha; | |||
} | |||
ol li > ol li > ol { | |||
list-style-type: lower-roman; | |||
} | |||
<noinclude>[[de:MediaWiki:Common.css]]</nowiki> | <noinclude>[[de:MediaWiki:Common.css]]</nowiki> | ||