Difference between revisions of "UserWiki:1plumb"

From Blaseball Wiki

Line 7: Line 7:
 
{{UserWiki:1plumb|season=8|date=96|category=win|content=test|bg=1}}
 
{{UserWiki:1plumb|season=8|date=96|category=win|content=test|bg=1}}
 
</ul>
 
</ul>
#181a21;
+
#181a21; - dark mode
 +
#E9EBEB; - light mode
 
rgba(30,30,30,.6392156862745098);
 
rgba(30,30,30,.6392156862745098);
  

Revision as of 07:59, 2 December 2021


  • 18
    121
    Uncle Plasma IX and Uncle Plasma II are stronger together.
  • 9
    X
    blah
  • 8
    111
    test
  • 8
    96
    test
#181a21; - dark mode
#E9EBEB; - light mode

rgba(30,30,30,.6392156862745098);

.Events-List-Item{ display:grid; grid-template-columns:25px 30px auto fit-content(25px) fit-content(50px); min-height:34px; align-items:center; padding: 0 10px 0 20px; font-family:"Lora","Courier New",monospace, serif; font-size:18px; position:relative; gap:2px; list-style-type:none; box-sizing:border-box; font-weight:400; line-height:1.5; text-align:left; }

.Events-List-Item:not(:last-child){ margin-bottom:5px; }

.theme-dark .Events-List-Season{ color:#000; background:#fff; }

.Events-List-Category, .Events-List-Date, .Events-List-Date-Long, .Events-List-Season{ width:webkit-fit-content; width:-mox-fit-content; width:fit-content; min-width:22px; padding: 0 3px; height:22px; display:flex; justify-content:center; align-items:center; font-size:16px; }

.Events-List-Date, .Events-List-Date-Long, .Events-List-Season{ font-family:"Open Sans","Helvetica Neue",sans-serif; font-weight:700; border-radius:5px; }

.Events-List-Date-Long{ font-size:14px; }

.theme-dark .Events-List-Item:nth-child(2n+1) .Events-List-Background-Standard, .theme-dark .Events-List-Item:nth-child(2n+1) .Events-List-Links-Shown{ background:rgba(30,30,30,.6392156862745098); }

.Events-List-Desc { padding: 10px; border-radius: 5px; line-height: 1.2em; width: 100%; position: relative; }

.Events-List-Row { display: flex; flex-direction: row; align-items: center; line-height:1.2em; }

.Events-List-Minor { margin-left: 10px; font-size: 14px; padding-top: 5px; }

{{#if:{{{bg|}}}|background-color: #21262e; }}

{{#switch:{{{category}}}|-1|redacted={{Spoiler{{!}}|#default=}}{{#switch:{{{category}}}|-1|redacted=}}|#default=}}

{{#vardefine:events-list-item|style="display:grid; grid-template-columns:25px 30px auto fit-content(25px) fit-content(50px); min-height:34px; align-items:center; padding: 0 10px 0 20px; font-family:"Lora","Courier New",monospace, serif; font-size:18px; position:relative; gap:2px; list-style-type:none; box-sizing:border-box; font-weight:400; line-height:1.5; text-align:left;"}}

{{#vardefine:events-list-season|style="color:#000; background:#fff; width:webkit-fit-content; width:-mox-fit-content; width:fit-content; min-width:22px; padding: 0 3px; height:22px; display:flex; justify-content:center; align-items:center; font-size:16px; font-family:"Open Sans","Helvetica Neue",sans-serif; font-weight:700; border-radius:5px;"}}

{{#vardefine:events-list-date|style="width:webkit-fit-content; width:-mox-fit-content; width:fit-content; min-width:22px; padding: 0 3px; height:22px; display:flex; justify-content:center; align-items:center; font-size:16px; font-family:"Open Sans","Helvetica Neue",sans-serif; font-weight:700; border-radius:5px;"}}

{{#vardefine:events-list-row|style="padding: 10px; border-radius: 5px; line-height: 1.2em; width: 100%; position: relative; display: flex; flex-direction: row; align-items: center; border-left:5px solid #6b0046;"}}


  • 8
    96
    test oh god this is going to be a long process
    +  0
  • <ul>
    <li {{#var:events-list-item}}>
    <div {{#var:events-list-season}}>8</div>
    <div {{#var:events-list-date}}>96</div>
    <div {{#var:events-list-row}}>
    <div {{#var:events-list-column}}>
    <div>test oh god this is going to be a long process</div>
    <div {{#var:events-list-column-minor}}>{{ModGain|0}}</div>
    </div>
    </div>
    </li>
    </ul>