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:Swinny/style.css
From SECApedia
Jump to navigationJump to search
/* Container Layout */
.swinny-banner {
position: relative;
background-color: #006AA7;
margin: 5px auto;
display: table; /* This natively shrink-wraps to eliminate all dead space */
border-radius: 12px;
overflow: hidden;
box-shadow:
inset 0 0 0 3px rgba(255, 255, 255, 0.25),
0 4px 10px rgba(0, 0, 0, 0.15);
font-family: sans-serif;
z-index: 1;
}
/* Neutralize MediaWiki parser artifacts */
.swinny-banner p { display: contents; }
.swinny-banner br { display: none; }
/* The Swedish Cross (Exact original dimensions) */
.swinny-flag-bg {
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
z-index: 0;
}
.swinny-flag-bg::before {
content: "";
position: absolute;
background-color: #FECC02;
width: 30px;
height: 100%;
left: 90px;
}
.swinny-flag-bg::after {
content: "";
position: absolute;
background-color: #FECC02;
height: 30px;
width: 100%;
top: 32px;
}
/* Content Flex Layout - Packed tightly to the center */
.swinny-content {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: center; /* Pulls characters inward instead of pushing them away */
align-items: flex-end;
}
/* Characters */
.swinny-char {
flex: 0 0 auto;
line-height: 0;
}
.swinny-char a { border: none !important; background: transparent !important; }
.swinny-char img { display: block; }
/* Center Wrapper */
.swinny-center {
flex: 0 1 auto; /* Stops this section from needlessly stretching */
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 5px 15px; /* Slight 15px gap so text doesn't literally touch Lars's ear */
}
/* Header Text */
.swinny-title {
font-size: 20px;
font-weight: bold;
color: #006AA7;
text-shadow:
-1px -1px 0 #FECC02, 1px -1px 0 #FECC02,
-1px 1px 0 #FECC02, 1px 1px 0 #FECC02,
0px -1px 0 #FECC02, 0px 1px 0 #FECC02,
-1px 0px 0 #FECC02, 1px 0px 0 #FECC02,
1px 3px 4px rgba(0, 0, 0, 0.7);
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-bottom: 2px;
letter-spacing: 0.5px;
}
.swinny-title a { color: inherit; }
/* Body Text */
.swinny-text {
font-size: 13px;
font-weight: bold;
color: #006AA7;
text-shadow:
-1px -1px 0 #FECC02, 1px -1px 0 #FECC02,
-1px 1px 0 #FECC02, 1px 1px 0 #FECC02,
0px -1px 0 #FECC02, 0px 1px 0 #FECC02,
-1px 0px 0 #FECC02, 1px 0px 0 #FECC02,
1px 2px 3px rgba(0, 0, 0, 0.6);
max-width: 400px;
line-height: 1.3;
margin-bottom: 4px;
letter-spacing: -0.3px;
}
/* Audio Player */
.swinny-audio {
width: 100%;
max-width: 320px;
}