MediaWiki:Vector.css: Difference between revisions
From Screamer Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
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 { | .portable-infobox { | ||
background-color: #2e2e2e; | |||
color: #333333; | |||
border: 1px solid #3b3b3b; | |||
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); | |||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |||
font-size: 88%; | |||
float: right; | |||
padding: 8px; | |||
text-align: center; | |||
} | } | ||
Revision as of 06:30, 5 April 2023
/* CSS placed here will affect users of the Vector skin */
.portable-infobox {
background-color: #2e2e2e;
color: #333333;
border: 1px solid #3b3b3b;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 88%;
float: right;
padding: 8px;
text-align: center;
}
.portable-infobox-wide {
width: 100%;
}
.portable-infobox tr {
vertical-align: top;
}
.portable-infobox td,
.portable-infobox th,
.portable-infobox-wide td,
.portable-infobox-wide th {
padding: 2px;
}
.portable-infobox .autoResize {
margin: 0 auto !important;
}
.pi-title {
background-color: #E85636;
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 24px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
padding: 8px 10px;
}
.pi-header {
background-color: #E85636;
color: #2e2e2e;
font-weight: bold;
font-size: 18px;
padding: 3px;
text-align: center;
}
.pi-section-heading {
background-color: #E85636;
color: #333333;
font-weight: bold;
font-size: 16px;
padding: 3px;
margin-left: 10px
}
.pi-data-label {
background-color: #e5e5e5;
color: #888;
font-weight: bold;
font-size: 14px;
padding-left: 15px;
text-align: left;
margin-right: -20px;
}
.pi-data-value {
background-color: #f6f6f6;
color: #000;
font-size: 14px;
padding-right: 15px;
}
.background-color {
padding: 20px;
}