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

Template:PersonInfobox/styles.css

Template page
Revision as of 09:20, 27 November 2025 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/********** Portable Infobox – Custom Skin **********/

.pi-title {

    background: #0a6cff;

    color: #fff;

    font-size: 1.2rem;

    padding: 8px 12px;

    border-radius: 10px 10px 0 0;

}

.pi-data-label {

    font-weight: bold;

    color: #0a6cff;

}

.pi-data {

    font-size: 0.95rem;

    color: #222;

}

.pi-image img {

    border-radius: 10px;

    width: 100%;

    height: auto;

    object-fit: cover;

}

.portable-infobox {

    border-radius: 10px;

    box-shadow: 0 0 12px rgba(0,0,0,0.08);

    border: 1px solid #ddd;

    background: #fff;

}