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.
Template:MainPage/Container/styles.css
From SECApedia
Jump to navigationJump to search
.mp-box {
border: 1px solid;
margin-bottom: 0.5em;
background: #fff;
border-radius: 2px;
overflow: hidden;
}
.mp-head {
padding-left: 0.5em;
line-height: 1.6em;
font-size: 131%;
font-weight: bold;
letter-spacing: 0.7px;
text-shadow:
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
}
.mp-body {
padding: 0.5em;
line-height: 130%;
font-size: 93%;
}
/* Force MediaWiki list formatting inside the box */
.mp-body ul {
margin: 0 0 0 1.5em !important;
padding: 0;
list-style-type: disc !important;
}
.mp-body li {
margin: 0;
padding: 0;
}
.mp-stats-row {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
}
.mp-stats-item {
text-align: center;
flex: 1;
}
/* News Layout Modifier */
.mp-news .mp-body ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
list-style-image: none !important; /* Kills the wiki's custom blue square bullet */
}
.mp-news .mp-body li {
margin: 0 !important;
padding: 3px 2px !important; /* Significantly reduced vertical padding */
border-bottom: 1px solid #c8ccd1;
background-image: none !important; /* Failsafe to kill background-image bullets */
list-style-type: none !important;
line-height: 1.2em !important; /* Tightens text vertically so it doesn't look overly large */
}
/* Removes the line under the final news item so it looks clean */
.mp-news .mp-body ul li:last-child {
border-bottom: none;
}
/* Small spacing for the "Old news / Suggest happenings" text below the list */
.mp-news .mp-body > p {
margin: 5px 2px 0 2px;
}
/* Variant Styles */
.mp-def { border-color: #000; }
.mp-def .mp-head { background-image: linear-gradient(to bottom, #288CF8, #81B6D3, #95A3F4); color: #fff; }
.mp-alt { border-color: #000; color: #000; }
.mp-alt .mp-head { background: #93A4F6; color: #fff; }