Template:Character infobox/styles.css
Template page
More actions
/* Karakter Bilgi Kutusu (Infobox) Stilleri */ .character-infobox { float: right; width: 300px; border: 1px solid #a2a9b1; background-color: #f8f9fa; margin: 0 0 1em 1em; /* Sayfanın sağında boşluk bırakır */ font-size: 90%; line-height: 1.4; } .character-infobox .infobox-title { background-color: #eaecf0; font-size: 1.3em; font-weight: bold; text-align: center; padding: 8px; } .character-infobox .infobox-image { text-align: center; padding: 10px; border-bottom: 1px solid #c8ccd1; } .character-infobox .infobox-caption { font-size: 0.9em; font-style: italic; color: #54595d; padding: 0 10px 10px 10px; text-align: center; border-bottom: 1px solid #c8ccd1; } .character-infobox th.infobox-label { font-weight: bold; text-align: left; padding: 5px 10px; background-color: #f0f2f5; width: 35%; } .character-infobox td.infobox-data { padding: 5px 10px; width: 65%; }