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: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
 
(2 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 1em; /* Sayfanın sağında boşluk bırakır */
     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: 8px;
     padding: 10px;
    color: #000;
}
}


.character-infobox .infobox-image {
.character-infobox .infobox-image {
    padding: 10px;
     text-align: center;
     text-align: center;
     padding: 10px;
     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: 0 10px 10px 10px;
     padding: 5px 10px 10px 10px;
     text-align: center;
     text-align: center;
    border-bottom: 1px solid #c8ccd1;
}
}


.character-infobox th.infobox-label {
.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;
    text-align: left;
    padding: 5px 10px;
    background-color: #f0f2f5;
     width: 35%;
     width: 35%;
}
}


.character-infobox td.infobox-data {
.character-infobox .infobox-data {
    padding: 5px 10px;
     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%;
}