Template:Character infobox/styles.css: Difference between revisions
Template page
More actions
Created page with "→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 {..." |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
margin: 0 0 1em | margin: 0 0 1em 1.5em; | ||
font-size: 90%; | font-size: 90%; | ||
line-height: 1.4; | line-height: 1.4; | ||
Line 15: | Line 15: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
padding: | padding: 10px; | ||
color: #000; | |||
} | } | ||
.character-infobox .infobox-image { | .character-infobox .infobox-image { | ||
padding: 10px; | |||
text-align: center; | text-align: center; | ||
border-top: 1px solid #c8ccd1; | |||
border-bottom: 1px solid #c8ccd1; | border-bottom: 1px solid #c8ccd1; | ||
} | } | ||
Line 28: | Line 30: | ||
font-style: italic; | font-style: italic; | ||
color: #54595d; | color: #54595d; | ||
padding: | padding: 5px 10px 10px 10px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.character-infobox | .character-infobox .infobox-row { | ||
display: flex; | |||
padding: 8px 10px; | |||
border-top: 1px solid #c8ccd1; | |||
align-items: center; | |||
} | |||
.character-infobox .infobox-label { | |||
font-weight: bold; | font-weight: bold; | ||
width: 35%; | width: 35%; | ||
} | } | ||
.character-infobox | .character-infobox .infobox-data { | ||
width: 65%; | width: 65%; | ||
} | } |
Latest revision as of 21:19, 12 June 2025
/* Karakter Bilgi Kutusu (Infobox) Stilleri */ .character-infobox { float: right; width: 300px; border: 1px solid #a2a9b1; background-color: #f8f9fa; margin: 0 0 1em 1.5em; 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: 10px; color: #000; } .character-infobox .infobox-image { padding: 10px; text-align: center; border-top: 1px solid #c8ccd1; border-bottom: 1px solid #c8ccd1; } .character-infobox .infobox-caption { font-size: 0.9em; font-style: italic; color: #54595d; padding: 5px 10px 10px 10px; text-align: center; } .character-infobox .infobox-row { display: flex; padding: 8px 10px; border-top: 1px solid #c8ccd1; align-items: center; } .character-infobox .infobox-label { font-weight: bold; width: 35%; } .character-infobox .infobox-data { width: 65%; }