MediaWiki:Common.css: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 133: | Line 133: | ||
/* @noflip */ | /* @noflip */ | ||
clear: right; | clear: right; | ||
width: | /* Memperlebar ukuran kotak dari 22em ke 24.5em standar Wikipedia */ | ||
width: 24.5em; | |||
} | } | ||
} | } | ||
| Line 197: | Line 198: | ||
.infobox .infobox-below { | .infobox .infobox-below { | ||
text-align: center; | text-align: center; | ||
} | |||
/* Mengatur teks di area foto/image info (caption) agar otomatis miring (italic) */ | |||
.infobox .infobox-image, | |||
.infobox td [style="text-align: center"] { | |||
font-style: italic; | |||
font-size: 95%; /* Sedikit lebih kecil agar kontras sebagai keterangan foto */ | |||
} | |||
/* Jangan buat teks judul utama ikut miring meskipun memakai tag th/td */ | |||
.infobox .infobox-above, | |||
.infobox .infobox-title { | |||
font-style: normal; | |||
} | } | ||