Created
August 6, 2022 16:10
-
-
Save discatte/a7794b657d2e9d7a75f1846c5aa3dabb to your computer and use it in GitHub Desktop.
Pastel Palace
This file contains 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
// ---- | |
// Sass (vundefined) | |
// Compass (vundefined) | |
// dart-sass (v1.18.0) | |
// ---- | |
$selector: "*"; | |
$selector_rule: "*"; | |
$selector_join: " + "; | |
$hsl_degree: 0; | |
$hsl_step: 34; | |
@for $depth from 1 through 100 { | |
#{$selector} { | |
$clr: hsl(random(360), 75%, 75%); | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: $clr !important; | |
border-color: darken($clr, 25%) !important; | |
color: darken($clr, 55%) !important; | |
} | |
$hsl_degree: $hsl_degree + $hsl_step; | |
$selector: $selector + $selector_join + $selector_rule; | |
} |
This file contains 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
* { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d48fef !important; | |
border-color: #a920df !important; | |
color: #440d59 !important; | |
} | |
* + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fdcef !important; | |
border-color: #20b9df !important; | |
color: #0d4a59 !important; | |
} | |
* + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8f8f !important; | |
border-color: #df2020 !important; | |
color: #590d0d !important; | |
} | |
* + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efb78f !important; | |
border-color: #df7020 !important; | |
color: #592d0d !important; | |
} | |
* + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefd1 !important; | |
border-color: #20dfa3 !important; | |
color: #0d5941 !important; | |
} | |
* + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fcaef !important; | |
border-color: #2096df !important; | |
color: #0d3c59 !important; | |
} | |
* + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fb4 !important; | |
border-color: #df2069 !important; | |
color: #590d2a !important; | |
} | |
* + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefe2 !important; | |
border-color: #20dfc6 !important; | |
color: #0d594f !important; | |
} | |
* + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #c2ef8f !important; | |
border-color: #86df20 !important; | |
color: #36590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #b18fef !important; | |
border-color: #6320df !important; | |
color: #280d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efb78f !important; | |
border-color: #df7020 !important; | |
color: #592d0d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fab !important; | |
border-color: #df2056 !important; | |
color: #590d22 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #dcef8f !important; | |
border-color: #b9df20 !important; | |
color: #4a590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #c68fef !important; | |
border-color: #8c20df !important; | |
color: #380d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fd9 !important; | |
border-color: #df20b3 !important; | |
color: #590d47 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #96ef8f !important; | |
border-color: #2ddf20 !important; | |
color: #12590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef9b8f !important; | |
border-color: #df3620 !important; | |
color: #59160d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #c98fef !important; | |
border-color: #9320df !important; | |
color: #3b0d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d68fef !important; | |
border-color: #ac20df !important; | |
color: #450d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefa9 !important; | |
border-color: #20df53 !important; | |
color: #0d5921 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ea8fef !important; | |
border-color: #d620df !important; | |
color: #550d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efc28f !important; | |
border-color: #df8620 !important; | |
color: #59360d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fe6 !important; | |
border-color: #df20cc !important; | |
color: #590d52 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fe7ef !important; | |
border-color: #20cfdf !important; | |
color: #0d5359 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #df8fef !important; | |
border-color: #bf20df !important; | |
color: #4d0d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fea !important; | |
border-color: #df20d6 !important; | |
color: #590d55 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efb18f !important; | |
border-color: #df6320 !important; | |
color: #59280d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #998fef !important; | |
border-color: #3320df !important; | |
color: #140d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fbcef !important; | |
border-color: #2079df !important; | |
color: #0d3059 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fef9c !important; | |
border-color: #20df39 !important; | |
color: #0d5917 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efd48f !important; | |
border-color: #dfa920 !important; | |
color: #59440d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefe4 !important; | |
border-color: #20dfc9 !important; | |
color: #0d5950 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fd4 !important; | |
border-color: #df20a9 !important; | |
color: #590d44 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefcc !important; | |
border-color: #20df99 !important; | |
color: #0d593d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefe7 !important; | |
border-color: #20dfcf !important; | |
color: #0d5953 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #e2ef8f !important; | |
border-color: #c6df20 !important; | |
color: #4f590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #cf8fef !important; | |
border-color: #9f20df !important; | |
color: #400d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #9bef8f !important; | |
border-color: #36df20 !important; | |
color: #16590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8f91 !important; | |
border-color: #df2023 !important; | |
color: #590d0e !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #af8fef !important; | |
border-color: #6020df !important; | |
color: #260d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efd18f !important; | |
border-color: #dfa320 !important; | |
color: #59410d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efb48f !important; | |
border-color: #df6920 !important; | |
color: #592a0d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #9e8fef !important; | |
border-color: #3d20df !important; | |
color: #180d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d48fef !important; | |
border-color: #a920df !important; | |
color: #440d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #afef8f !important; | |
border-color: #60df20 !important; | |
color: #26590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efcc8f !important; | |
border-color: #df9920 !important; | |
color: #593d0d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efd78f !important; | |
border-color: #dfaf20 !important; | |
color: #59460d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #c1ef8f !important; | |
border-color: #83df20 !important; | |
color: #34590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fe2ef !important; | |
border-color: #20c6df !important; | |
color: #0d4f59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fec !important; | |
border-color: #df20d9 !important; | |
color: #590d57 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #b3ef8f !important; | |
border-color: #66df20 !important; | |
color: #29590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8f96ef !important; | |
border-color: #202ddf !important; | |
color: #0d1259 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d7ef8f !important; | |
border-color: #afdf20 !important; | |
color: #46590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8f91 !important; | |
border-color: #df2023 !important; | |
color: #590d0e !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #e78fef !important; | |
border-color: #cf20df !important; | |
color: #530d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #cc8fef !important; | |
border-color: #9920df !important; | |
color: #3d0d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fc7 !important; | |
border-color: #df208f !important; | |
color: #590d39 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8f9e !important; | |
border-color: #df203d !important; | |
color: #590d18 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fd2 !important; | |
border-color: #df20a6 !important; | |
color: #590d42 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efd68f !important; | |
border-color: #dfac20 !important; | |
color: #59450d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #b7ef8f !important; | |
border-color: #70df20 !important; | |
color: #2d590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefec !important; | |
border-color: #20dfd9 !important; | |
color: #0d5957 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefa7 !important; | |
border-color: #20df50 !important; | |
color: #0d5920 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8f91 !important; | |
border-color: #df2023 !important; | |
color: #590d0e !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d6ef8f !important; | |
border-color: #acdf20 !important; | |
color: #45590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fdc !important; | |
border-color: #df20b9 !important; | |
color: #590d4a !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efb98f !important; | |
border-color: #df7320 !important; | |
color: #592e0d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #e18fef !important; | |
border-color: #c220df !important; | |
color: #4e0d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d1ef8f !important; | |
border-color: #a3df20 !important; | |
color: #41590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efdf8f !important; | |
border-color: #dfbf20 !important; | |
color: #594d0d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d28fef !important; | |
border-color: #a620df !important; | |
color: #420d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8f93 !important; | |
border-color: #df2026 !important; | |
color: #590d0f !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fc7 !important; | |
border-color: #df208f !important; | |
color: #590d39 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #e9ef8f !important; | |
border-color: #d2df20 !important; | |
color: #54590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #b1ef8f !important; | |
border-color: #63df20 !important; | |
color: #28590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fc1ef !important; | |
border-color: #2083df !important; | |
color: #0d3459 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d7ef8f !important; | |
border-color: #afdf20 !important; | |
color: #46590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #91ef8f !important; | |
border-color: #23df20 !important; | |
color: #0e590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efcf8f !important; | |
border-color: #df9f20 !important; | |
color: #59400d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fc7 !important; | |
border-color: #df208f !important; | |
color: #590d39 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefc1 !important; | |
border-color: #20df83 !important; | |
color: #0d5934 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fca !important; | |
border-color: #df2096 !important; | |
color: #590d3c !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8f96ef !important; | |
border-color: #202ddf !important; | |
color: #0d1259 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fd6 !important; | |
border-color: #df20ac !important; | |
color: #590d45 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fe2 !important; | |
border-color: #df20c6 !important; | |
color: #590d4f !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ae8fef !important; | |
border-color: #5c20df !important; | |
color: #250d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fc2ef !important; | |
border-color: #2086df !important; | |
color: #0d3659 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8f99 !important; | |
border-color: #df2033 !important; | |
color: #590d14 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #d18fef !important; | |
border-color: #a320df !important; | |
color: #410d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #e68fef !important; | |
border-color: #cc20df !important; | |
color: #520d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efbf8f !important; | |
border-color: #df8020 !important; | |
color: #59330d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef9e8f !important; | |
border-color: #df3d20 !important; | |
color: #59180d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefac !important; | |
border-color: #20df59 !important; | |
color: #0d5924 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fefc4 !important; | |
border-color: #20df89 !important; | |
color: #0d5937 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #c68fef !important; | |
border-color: #8c20df !important; | |
color: #380d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #9cef8f !important; | |
border-color: #39df20 !important; | |
color: #17590d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #ef8fb3 !important; | |
border-color: #df2066 !important; | |
color: #590d29 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #efec8f !important; | |
border-color: #dfd920 !important; | |
color: #59570d !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #c78fef !important; | |
border-color: #8f20df !important; | |
color: #390d59 !important; | |
} | |
* + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * { | |
font-size: 14px !important; | |
font-family: cursive !important; | |
padding: 0 !important; | |
margin: 0 !important; | |
border: 1px outset !important; | |
border-radius: 0 !important; | |
background-color: #8fef9e !important; | |
border-color: #20df3d !important; | |
color: #0d5918 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment