Welcome to SECApedia! Please check out our rules, manual of style aswell as some info on the site.
The site is currently in a "grace period" where only users can edit articles so that we can set things up in peace. This should end within a few days or so. Soyoyuki (talk) 14:22, 21 June 2026 (UTC)
CURRENT MISSION: Update, uncensor and (if needed) rewrite all the imported pages from SNCApedia.
Additionally, please remove all unnecessary discussion pages, for example those with outdated info.
MediaWiki:Common.css: Difference between revisions
From SECApedia
Jump to navigationJump to search
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary Tag: Reverted |
||
| Line 34: | Line 34: | ||
a[href=""] { | a[href=""] { | ||
color: #578CA9 !important; | color: #578CA9 !important; | ||
} | |||
/* Portable Infobox CSS here */ | |||
.portable-infobox.pi-background { | |||
background-color: #EEF2FF; | |||
border-color: #D6DAF0; | |||
} | |||
.portable-infobox .pi-secondary-background { | |||
background-color: #EEF2FF; | |||
} | |||
.portable-infobox .pi-header{ | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.portable-infobox .pi-title { | |||
background-color: #D6DAF0; | |||
font-size: 125%; | |||
font-weight: bold; | |||
font-family: "Tahoma", sans-serif; | |||
text-align: center; | |||
} | |||
.portable-infobox .pi-border-color{ | |||
border-color: #D6DAF0; | |||
} | |||
.portable-infobox { | |||
width:270px; | |||
border: 1px solid #D6DAF0; | |||
} | |||
.portable-infobox .pi-horizontal-group-item.pi-data-label{ | |||
background-color: #EEF2FF; | |||
} | |||
.portable-infobox .pi-horizontal-group-item.pi-data-value{ | |||
background-color: #EEF2FF; | |||
} | |||
@media (max-width: 720px) { | |||
.portable-infobox { | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
} | |||
/* Infobox template style */ | |||
.infobox { | |||
border: 1px solid #a2a9b1; | |||
border-spacing: 3px; | |||
background-color: #f8f9fa; | |||
color: black; | |||
/* @noflip */ | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
/* @noflip */ | |||
float: right; | |||
/* @noflip */ | |||
clear: right; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
width: 22em; | |||
} | |||
.infobox-header, | |||
.infobox-label, | |||
.infobox-above, | |||
.infobox-full-data, | |||
.infobox-data, | |||
.infobox-below, | |||
.infobox-subheader, | |||
.infobox-image, | |||
.infobox-navbar, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox th, | |||
.infobox td { | |||
vertical-align: top; | |||
} | |||
.infobox-label, | |||
.infobox-data, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox th, | |||
.infobox td { | |||
/* @noflip */ | |||
text-align: left; | |||
} | |||
/* Remove .infobox when element selectors above are removed */ | |||
.infobox .infobox-above, | |||
.infobox .infobox-title, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox caption { | |||
font-size: 125%; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.infobox-title, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox caption { | |||
padding: 0.2em; | |||
} | |||
/* Remove .infobox when element selectors above are removed */ | |||
.infobox .infobox-header, | |||
.infobox .infobox-subheader, | |||
.infobox .infobox-image, | |||
.infobox .infobox-full-data, | |||
.infobox .infobox-below { | |||
text-align: center; | |||
} | |||
/* Remove .infobox when element selectors above are removed */ | |||
.infobox .infobox-navbar { | |||
/* @noflip */ | |||
text-align: right; | |||
} | } | ||
Revision as of 17:14, 21 June 2026
/* DO NOT MODIFY THIS UNLESS YOU ARE A SYSOP, CHUD. */
/* CSS placed here will be applied to all skins */
/* -------------------- User Colors -------------------- */
/* We will use this somehow */
/* a[href="/index.php/User:SNCApedia"], */
/* a[href="/index.php/User:Test"] { */
/* font-weight:bold; */
/* color:#FFFFFF !important; */
/* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
/* } */
/* bureaucrat user color */
a[href="/index.php/User:Soyoyuki"],
a[href="/index.php/User:Tether"] {
color: red !important;
font-weight: bold;
}
/* sysop user color */
a[href=""] {
color: purple !important;
font-weight: bold;
}
/* approver user color */
a[href=""] {
color: #9a52a4 !important;
}
/* bot user color */
a[href=""] {
color: #578CA9 !important;
}
/* Portable Infobox CSS here */
.portable-infobox.pi-background {
background-color: #EEF2FF;
border-color: #D6DAF0;
}
.portable-infobox .pi-secondary-background {
background-color: #EEF2FF;
}
.portable-infobox .pi-header{
font-weight: bold;
text-align: center;
}
.portable-infobox .pi-title {
background-color: #D6DAF0;
font-size: 125%;
font-weight: bold;
font-family: "Tahoma", sans-serif;
text-align: center;
}
.portable-infobox .pi-border-color{
border-color: #D6DAF0;
}
.portable-infobox {
width:270px;
border: 1px solid #D6DAF0;
}
.portable-infobox .pi-horizontal-group-item.pi-data-label{
background-color: #EEF2FF;
}
.portable-infobox .pi-horizontal-group-item.pi-data-value{
background-color: #EEF2FF;
}
@media (max-width: 720px) {
.portable-infobox {
margin-left: auto;
margin-right: auto;
}
}
/* Infobox template style */
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
vertical-align: top;
}
.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox caption {
padding: 0.2em;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}