MediaWiki:Vector.css: Difference between revisions
From Screamer Wiki
(Replaced content with "→CSS placed here will affect users of the Vector skin: ") Tag: Replaced |
(experimenting with this skin) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
.portable-infobox { | |||
background-color: #f1f1f1; | |||
color: #333333; | |||
border: 1px solid #dddddd; | |||
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); | |||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |||
} | |||
.pi-header { | |||
background-color: #a5a5a5; | |||
color: #ffffff; | |||
font-weight: bold; | |||
font-size: 18px; | |||
padding: 8px; | |||
text-align: center; | |||
} | |||
.pi-section-heading { | |||
background-color: #d9d9d9; | |||
color: #333333; | |||
font-weight: bold; | |||
font-size: 16px; | |||
padding: 8px; | |||
} | |||
.pi-data-label { | |||
background-color: #e5e5e5; | |||
color: #333333; | |||
font-weight: bold; | |||
font-size: 14px; | |||
padding: 8px; | |||
} | |||
.pi-data-value { | |||
background-color: #f6f6f6; | |||
color: #333333; | |||
font-size: 14px; | |||
padding: 8px; | |||
} |
Revision as of 05:47, 5 April 2023
/* CSS placed here will affect users of the Vector skin */
.portable-infobox {
background-color: #f1f1f1;
color: #333333;
border: 1px solid #dddddd;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.pi-header {
background-color: #a5a5a5;
color: #ffffff;
font-weight: bold;
font-size: 18px;
padding: 8px;
text-align: center;
}
.pi-section-heading {
background-color: #d9d9d9;
color: #333333;
font-weight: bold;
font-size: 16px;
padding: 8px;
}
.pi-data-label {
background-color: #e5e5e5;
color: #333333;
font-weight: bold;
font-size: 14px;
padding: 8px;
}
.pi-data-value {
background-color: #f6f6f6;
color: #333333;
font-size: 14px;
padding: 8px;
}