This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.block-language-toggl h3 { | |
margin-bottom: 0px; | |
} | |
.block-language-toggl { | |
font-size: 14px; | |
} | |
.block-language-toggl:first-child .container { | |
min-height: 230px; | |
align-items: center; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from enum import Enum | |
from typing import Optional, Union, Literal | |
class Color(Enum): | |
gray = "30" | |
red = "31" | |
green = "32" | |
yellow = "33" | |
blue = "34" | |
purple = "35" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.boxes { | |
width: 95%; | |
max-width: 2050px; | |
} | |
.seat-page.seat-grid .seat-box-left { | |
width: calc(100% - 280px); | |
} | |
#datesbar{ | |
width: calc(100% - 280px) !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"translatorID":"BA3A62C2-E8B8-11E3-8533-A664DDBCE621", | |
"translatorType":2, | |
"label":"Modified ZotSelect Link", | |
"creator":"Max Masnick, based on work of Scott Campbell, Avram Lyon, and Nathan Schneider", | |
"target":"html", | |
"minVersion":"2.0", | |
"maxVersion":"", | |
"priority":200, | |
"inRepository":false, |