Template:Character infobox/styles.css: Difference between revisions
Template page
More actions
No edit summary Tag: Reverted |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Karakter Bilgi Kutusu (Infobox) | /* Karakter Bilgi Kutusu (Infobox) Stilleri */ | ||
.infobox | .character-infobox { | ||
float: right; | float: right; | ||
width: 300px; | width: 300px; | ||
border: 1px solid | border: 1px solid #a2a9b1; | ||
background-color: | background-color: #f8f9fa; | ||
margin: 0 0 1em | margin: 0 0 1em 1.5em; | ||
font-size: 90%; | font-size: 90%; | ||
line-height: 1.4; | |||
} | } | ||
.infobox | |||
background-color: | .character-infobox .infobox-title { | ||
background-color: #eaecf0; | |||
font-size: 1.3em; | font-size: 1.3em; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
padding: 10px; | padding: 10px; | ||
color: | color: #000; | ||
} | } | ||
.infobox | |||
.character-infobox .infobox-image { | |||
padding: 10px; | padding: 10px; | ||
text-align: center; | text-align: center; | ||
border-top: 1px solid #c8ccd1; | |||
border-bottom: 1px solid #c8ccd1; | |||
} | } | ||
.infobox | |||
.character-infobox .infobox-caption { | |||
font-size: 0.9em; | font-size: 0.9em; | ||
font-style: italic; | font-style: italic; | ||
color: | color: #54595d; | ||
padding: | padding: 5px 10px 10px 10px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox | |||
.character-infobox .infobox-row { | |||
.infobox | |||
display: flex; | display: flex; | ||
padding: | padding: 8px 10px; | ||
border-top: 1px solid | border-top: 1px solid #c8ccd1; | ||
align-items: center; | |||
} | } | ||
.infobox | |||
.character-infobox .infobox-label { | |||
font-weight: bold; | font-weight: bold; | ||
width: 35%; | width: 35%; | ||
} | } | ||
.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%; }