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

Template:Infobox/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 3: Line 3:
     width: 320px;
     width: 320px;
     padding: 16px 0;
     padding: 16px 0;
     border: 1px solid #aaa;
     border: 1px solid #ccc;
     border-radius: 12px;
     border-radius: 12px;
    border-spacing: 0;
     color: #333;
     color: #222;
     background-color: #f9f9f9;
     background-color: #f9f9f9;
     line-height: 1.3;
     line-height: 1.4;
     font-size: 14px;
     font-size: 14px;
}
}
Line 21: Line 20:
     padding-left: 16px;
     padding-left: 16px;
}
}
.tg-infobox tr > *:last-child {
.tg-infobox tr > *:last-child {
     padding-right: 16px;
     padding-right: 16px;
Line 26: Line 26:


.tg-infobox-title {
.tg-infobox-title {
     font-size: 20px;
     font-size: 18px;
    font-weight: bold;
     padding-bottom: 4px;
     padding-bottom: 4px;
    color: #333;
    line-height: 1.1;
     text-align: center;
     text-align: center;
}
}


.tg-infobox-image {
.tg-infobox .tg-infobox-image {
    text-align: center;
     padding: 0 !important;
     padding: 0 !important;
    transform: translateY(-16px);
     overflow: hidden;
     overflow: hidden;
}
.tg-infobox-caption {
     text-align: center;
     text-align: center;
    color: #777;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}
}


.tg-infobox-label {
.tg-infobox .tg-infobox-label {
    text-align: start;
     padding: 8px;
     padding: 8px;
     text-align: start;
     font-weight: bold;
}
}


.tg-infobox-data {
.tg-infobox .tg-infobox-data {
     padding: 8px;
     padding: 8px;
}
@media (max-width: 640px) {
    .tg-infobox {
        width: 100%;
    }
}
}

Latest revision as of 21:12, 12 June 2025

.tg-infobox {
    position: relative;
    width: 320px;
    padding: 16px 0;
    border: 1px solid #ccc;
    border-radius: 12px;
    color: #333;
    background-color: #f9f9f9;
    line-height: 1.4;
    font-size: 14px;
}

.tg-infobox th,
.tg-infobox td {
    padding: 0;
    vertical-align: top;
}

.tg-infobox tr > *:first-child {
    padding-left: 16px;
}

.tg-infobox tr > *:last-child {
    padding-right: 16px;
}

.tg-infobox-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: center;
}

.tg-infobox .tg-infobox-image {
    padding: 0 !important;
    overflow: hidden;
    text-align: center;
}

.tg-infobox .tg-infobox-label {
    text-align: start;
    padding: 8px;
    font-weight: bold;
}

.tg-infobox .tg-infobox-data {
    padding: 8px;
}