New mission: revamp the portals to make them look actually tolerable to the eye. They are currently placeholders as of now.
The Gold Network: Soyworld | SNCApedia | SoyPlace


Please do not be surprised when the site randomly loads extremely slow. It is probably being DDoSed.


I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)

Template:Brimstone/styles.css: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
testing...
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*
/*
   BRIMSTONE CONTAINMENT CSS
   BRIMSTONE HAZARD LABEL & INVENTORY CSS
   Industrial hazard crate design.
   Shrink-wrapped (Sanitizer-safe) with larger bottom text
*/
*/


.brim-box {
.brim-wrapper {
     margin: 1em auto;
     margin: 1em auto;
     border: 2px solid #530014;
     display: table; /* MAGIC FIX: Shrink-wraps the container safely */
    background: #0a0a0a;
     font-family: "Arial Black", "Arial Bold", sans-serif;
    max-width: 800px;
     border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.6);
    overflow: hidden;
    font-family: sans-serif;
}
}


.brim-header {
/* THE CLICKABLE STICKER */
     background: repeating-linear-gradient(
.brim-sticker {
        -45deg,
     background: #fff;
        #2a000a,
    border: 4px solid #000;
        #2a000a 15px,
    border-radius: 0;
        #1a0005 15px,
    cursor: pointer;
        #1a0005 30px
    user-select: none;
    ); /* Dark maroon hazard stripes */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
     padding: 20px 15px;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
     overflow: hidden;
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
    align-items: center;
    position: relative;
    border-bottom: 3px solid #bfc200;
}
}


/* Yellow Hazard Tape at the very top */
.brim-sticker:active {
.brim-header::before {
     transform: scale(0.98);
     content: "";
     box-shadow: 0 2px 5px rgba(0,0,0,0.4);
     position: absolute;
    top: 0; left: 0; right: 0;
    height: 8px;
    background: repeating-linear-gradient(
        45deg,
        #000,
        #000 10px,
        #bfc200 10px,
        #bfc200 20px
    );
}
}


.brim-title {
/* TOP HEADER */
     order: 1; /* Flexbox trick: Keeps title above the auto-injected toggle */
.brim-sticker-head {
     font-size: 1.5em;
     background: #ffcc00;
    border-bottom: 4px solid #000;
    padding: 8px 12px; /* Very tight padding */
    text-align: center;
     font-size: 2.1em; /* Larger header */
     font-weight: 900;
     font-weight: 900;
     color: #bfc200;
     color: #000;
    text-align: center;
    text-shadow: 0 0 8px rgba(191, 194, 0, 0.4);
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     gap: 10px;
     gap: 12px;
     margin-top: 5px;
     text-transform: uppercase;
    line-height: 1;
}
}


.brim-title img {
/* The Black Box behind "BRIMSTONE" */
     border-radius: 50%;
.brim-sticker-head .brim-hl {
     background: #fff; /* In case the doctos.png needs a backdrop to pop */
    background: #000;
    padding: 4px 10px;
     border-radius: 0;
     display: inline-block;
}
}


/* MediaWiki's auto-generated Expand/Collapse button styling */
.brim-sticker-head .brim-hl a {
.brim-header .mw-collapsible-toggle {
     text-decoration: none !important;
     order: 2; /* Flexbox trick: Forces the button below the title */
    float: none !important;
    margin: 15px 0 0 0;
    font-size: 0; /* Hides the default MediaWiki [ ] brackets */
}
}


.brim-header .mw-collapsible-toggle a {
/* BOTTOM SECTION */
     display: inline-block;
.brim-sticker-body {
     background: #000;
    display: flex;
     color: #bfc200;
    background: #fff;
     font-size: 14px; /* Restores text size inside the hidden-bracket wrapper */
}
 
/* Left side: The Icon */
.brim-sticker-icon {
    padding: 10px 15px;
    border-right: 4px solid #000;
     display: flex;
    align-items: center;
     justify-content: center;
}
 
/* Right side: The Warning Text */
.brim-sticker-text {
    padding: 10px 18px;
     color: #000;
     font-size: 1.8em; /* BIG MAIN TEXT */
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}
 
.brim-sticker-text .brim-subtext {
    font-family: Arial, sans-serif;
     font-weight: bold;
     font-weight: bold;
     padding: 8px 16px;
     font-size: 0.75em; /* BIG SUBTEXT */
    border: 2px solid #bfc200;
     margin-top: 6px;
    border-radius: 4px;
     color: #333;
     text-decoration: none;
     text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
}
}


.brim-header .mw-collapsible-toggle a:hover,
/* THE INVENTORY PANEL */
.brim-header .mw-collapsible-toggle a:focus {
.brim-inventory {
     background: #bfc200;
    margin-top: 10px;
     color: #000;
     background: rgba(0, 0, 0, 0.85);
     box-shadow: 0 0 12px rgba(191, 194, 0, 0.8);
     color: #eee;
    padding: 15px;
    font-family: sans-serif;  
     box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    line-height: 1.5;
}
}


.brim-content {
.brim-wrapper .mw-collapsible-toggle {  
     padding: 20px;
     display: none !important;  
    background: #110005; /* Deep, dark vile interior */
    color: #e0e0e0;
    border-top: 1px solid #000;
    line-height: 1.6;
}
}

Latest revision as of 14:59, 20 April 2026

/*
  BRIMSTONE HAZARD LABEL & INVENTORY CSS
  Shrink-wrapped (Sanitizer-safe) with larger bottom text
*/

.brim-wrapper {
    margin: 1em auto;
    display: table; /* MAGIC FIX: Shrink-wraps the container safely */
    font-family: "Arial Black", "Arial Bold", sans-serif;
}

/* THE CLICKABLE STICKER */
.brim-sticker {
    background: #fff;
    border: 4px solid #000;
    border-radius: 0;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.brim-sticker:active {
    transform: scale(0.98);
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

/* TOP HEADER */
.brim-sticker-head {
    background: #ffcc00;
    border-bottom: 4px solid #000;
    padding: 8px 12px; /* Very tight padding */
    text-align: center;
    font-size: 2.1em; /* Larger header */
    font-weight: 900;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    line-height: 1;
}

/* The Black Box behind "BRIMSTONE" */
.brim-sticker-head .brim-hl {
    background: #000;
    padding: 4px 10px;
    border-radius: 0;
    display: inline-block;
}

.brim-sticker-head .brim-hl a {
    text-decoration: none !important;
}

/* BOTTOM SECTION */
.brim-sticker-body {
    display: flex;
    background: #fff;
}

/* Left side: The Icon */
.brim-sticker-icon {
    padding: 10px 15px;
    border-right: 4px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Right side: The Warning Text */
.brim-sticker-text {
    padding: 10px 18px;
    color: #000;
    font-size: 1.8em; /* BIG MAIN TEXT */
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.brim-sticker-text .brim-subtext {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 0.75em; /* BIG SUBTEXT */
    margin-top: 6px;
    color: #333;
}

/* THE INVENTORY PANEL */
.brim-inventory {
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.85);
    color: #eee;
    padding: 15px;
    font-family: sans-serif; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    line-height: 1.5;
}

.brim-wrapper .mw-collapsible-toggle { 
    display: none !important; 
}