Screamer Forums and Screamer gallery have returned.
The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.
MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 64: | Line 64: | ||
color: #333333; | color: #333333; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size: 14px; | ||
padding-left: 15px; | padding-left: 15px; | ||
text-align: left; | text-align: left; | ||
| Line 72: | Line 72: | ||
background-color: #f6f6f6; | background-color: #f6f6f6; | ||
color: #333333; | color: #333333; | ||
font-size: | font-size: 14px; | ||
padding-right: 15px; | padding-right: 15px; | ||
} | } | ||
Revision as of 06:11, 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;
font-size: 88%;
float: right;
margin: 1em 1em 1em 1.15em;
padding: 4px;
}
.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: #f1f1f1;
border-radius: 3px 3px 0 0;
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 24px;
margin-bottom: 10px;
padding: 8px 10px;
}
.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;
margin-left: 10px
}
.pi-data-label {
background-color: #e5e5e5;
color: #333333;
font-weight: bold;
font-size: 14px;
padding-left: 15px;
text-align: left;
}
.pi-data-value {
background-color: #f6f6f6;
color: #333333;
font-size: 14px;
padding-right: 15px;
}
.background-color {
padding: 20px;
}