Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Character infobox/styles.css

Template page
Revision as of 19:04, 12 June 2025 by Admin (talk | contribs) (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 {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* 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%;
}