|
@@ -229,6 +229,95 @@ label { |
|
|
|
99% {background-color: #B7C89E;} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.black_bright { |
|
|
|
color: #A18E87 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.green_bright { |
|
|
|
color: #D3EBB0 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.blue_bright { |
|
|
|
color: #BDD6FF !important; |
|
|
|
} |
|
|
|
|
|
|
|
.orange_bright { |
|
|
|
color: #FFBA85 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.red_bright { |
|
|
|
color: #FF9B78 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.yellow_bright { |
|
|
|
color: #FFDF9E !important; |
|
|
|
} |
|
|
|
|
|
|
|
.white_bright { |
|
|
|
color: #FAE5D2 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.black_bright_bg { |
|
|
|
background-color: #A18E87 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.green_bright_bg { |
|
|
|
background-color: #D3EBB0 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.blue_bright_bg { |
|
|
|
background-color: #BDD6FF !important; |
|
|
|
} |
|
|
|
|
|
|
|
.orange_bright_bg { |
|
|
|
background-color: #FFBA85 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.red_bright_bg { |
|
|
|
background-color: #FF9B78 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.yellow_bright_bg { |
|
|
|
background-color: #FFDF9E !important; |
|
|
|
} |
|
|
|
|
|
|
|
.white_bright_bg { |
|
|
|
background-color: #FAE5D2 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.back_green { |
|
|
|
background-color: rgba(183, 200, 158, 1) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.back_red { |
|
|
|
background-color: rgba(221, 130, 99, 1) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.back-white { |
|
|
|
background-color: #FAE5D2 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.green { |
|
|
|
color: rgba(183, 200, 158, 1) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.blue { |
|
|
|
color: rgba(170, 190, 223, 1) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.orange { |
|
|
|
color: rgba(226, 166, 120, 1) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.red { |
|
|
|
color: rgba(221, 130, 99, 1) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.white { |
|
|
|
color: #FAE5D2 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.auto_width { |
|
|
|
width: auto !important; |
|
|
|
} |
|
@@ -578,18 +667,19 @@ span { |
|
|
|
} |
|
|
|
|
|
|
|
.card_tile_odds { |
|
|
|
text-indent: -3px; |
|
|
|
text-indent: -2px; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
color: white; |
|
|
|
font-size: 10px; |
|
|
|
font-size: 12px; |
|
|
|
height: 24px; |
|
|
|
min-width: 32px; |
|
|
|
width: 32px; |
|
|
|
margin-top: 3px; |
|
|
|
margin-bottom: 3px; |
|
|
|
line-height: 12px; |
|
|
|
text-align: center; |
|
|
|
font-family: var(--main-font-name); |
|
|
|
font-family: var(--main-font-name-bold); |
|
|
|
background: url(../images/odds.png); |
|
|
|
background-size: cover; |
|
|
|
} |
|
|
0 comments on commit
3b79979