Template:PersonInfobox/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
. | /********** 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; | |||
} | } | ||
.infobox- | .portable-infobox { | ||
border-radius: 10px; | |||
box-shadow: 0 0 12px rgba(0,0,0,0.08); | |||
border: 1px solid #ddd; | |||
background: #fff; | |||
} | } | ||
Latest revision as of 09:20, 27 November 2025
/********** 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;
}