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
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*
/*
   BRIMSTONE BIOHAZARD BIN CSS
   BRIMSTONE HAZARD LABEL & INVENTORY CSS
   Physical medical waste container design
   Shrink-wrapped (Sanitizer-safe) with larger bottom text
*/
*/


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


/* The heavy black plastic lid on top */
/* THE CLICKABLE STICKER */
.brim-bio-lid {
.brim-sticker {
     background: linear-gradient(to bottom, #333 0%, #111 40%, #000 100%);
     background: #fff;
    height: 24px;
     border: 4px solid #000;
     border-top: 1px solid #555;
     border-radius: 0;
     border-bottom: 3px solid #000;
    position: relative;
}
 
/* Red plastic tub body with molded vertical ribs */
.brim-bio-header {
    background:  
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 60px,
            rgba(0,0,0,0.15) 60px,
            rgba(0,0,0,0.15) 75px
        ),
        linear-gradient(to bottom, #e32626, #a61212);
    padding: 20px 15px;
    text-align: center;
     cursor: pointer;
     cursor: pointer;
     user-select: none;
     user-select: none;
     border-bottom: 2px solid #4a0505;
     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;
}
}


/* The warning sticker slapped on the front of the tub */
.brim-sticker:active {
.brim-bio-plate {
     transform: scale(0.98);
     background: #0a0a0a;
     box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    border: 2px solid #ffcc00;
    border-radius: 6px;
    padding: 15px;
    display: inline-block;
     box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}
}


.brim-bio-title {
/* TOP HEADER */
     font-size: 1.5em;
.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;
     font-weight: 900;
     color: #ffcc00;
     color: #000;
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     gap: 12px;
     gap: 12px;
    text-transform: uppercase;
    line-height: 1;
}
}


.brim-btn {
/* The Black Box behind "BRIMSTONE" */
.brim-sticker-head .brim-hl {
    background: #000;
    padding: 4px 10px;
    border-radius: 0;
     display: inline-block;
     display: inline-block;
    background: #000;
    color: #ffcc00;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 20px;
    border: 2px solid #ffcc00;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.4);
    transition: all 0.2s ease-in-out;
}
}


/* Button lights up when hovering anywhere on the tub */
.brim-sticker-head .brim-hl a {
.brim-bio-header:hover .brim-btn {
    text-decoration: none !important;
     background: #ffcc00;
}
 
/* 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;
     color: #000;
     box-shadow: 0 0 15px rgba(255, 204, 0, 0.8);
     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 deep dark interior of the bin */
/* THE INVENTORY PANEL */
.brim-bio-content {
.brim-inventory {
     background: #0d0202;
    margin-top: 10px;
     color: #dcdcdc;
     background: rgba(0, 0, 0, 0.85);
     padding: 25px;
     color: #eee;
     border-top: 6px solid #000;
     padding: 15px;
     box-shadow: inset 0 15px 20px -10px rgba(0,0,0,1);
     font-family: sans-serif;  
     line-height: 1.6;
     box-shadow: 0 5px 15px rgba(0,0,0,0.5);
     line-height: 1.5;
}
}


/* FORCES MEDIAWIKI TO HIDE ITS DEFAULT TOGGLE BUTTON */
.brim-wrapper .mw-collapsible-toggle {  
.brim-bio-box .mw-collapsible-toggle {
     display: none !important;  
     display: none !important;
}
}

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; 
}