Last active
September 25, 2017 01:33
-
-
Save osvein/934e55e7ffd42d4a9b24241a8c17688d to your computer and use it in GitHub Desktop.
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
| .outline { | |
| stroke: #000000; | |
| stroke-width: 1; | |
| } | |
| .skin { | |
| fill: #ffff00; | |
| } | |
| .denim { | |
| fill: #80b3ff; | |
| } | |
| .shoe { | |
| fill: black; | |
| } | |
| .overall_btn { | |
| fill: #000000; | |
| stroke: #1a1a1a; | |
| stroke-width: 1; | |
| } | |
| #goggle_strap { | |
| fill: #000000; | |
| } | |
| .mouth { | |
| stroke: none; | |
| fill: #1f1f00; | |
| } | |
| .goggle { | |
| fill: #ffffff; | |
| stroke: #666666; | |
| stroke-width: 8; | |
| } | |
| .eye { | |
| fill: #000000; | |
| stroke: #784421; | |
| stroke-width: 4; | |
| } | |
| .banana { | |
| fill: #ffff7f; | |
| stroke: black; | |
| stroke-width: 0.005; | |
| } | |
| .banana_peel { | |
| fill: #ffff3f; | |
| } | |
| .banana_peel_shade { | |
| fill: #ffff1f; | |
| } | |
| .banana_stem { | |
| fill: url(#banana_stemgrad); | |
| } | |
| .banana_end { | |
| fill: #531313; | |
| } |
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
| .bg { | |
| stroke: none; | |
| fill: #21002D; | |
| } | |
| #sung { | |
| filter: url(#sunglow); | |
| } | |
| .sun { | |
| stroke: none; | |
| fill: url(#sungrad); | |
| mask: url(#sunmask); | |
| } | |
| .grid { | |
| stroke-width: 0.005; | |
| stroke: #AE3CD7; | |
| fill: none; | |
| filter: url(#glow); | |
| } | |
| .orang { | |
| stroke: none; | |
| fill: orangered; | |
| opacity: 0; | |
| } | |
| .orang_stroke { | |
| stroke: orangered; | |
| stroke-width: 0.05; | |
| fill: none; | |
| } | |
| .orang_eye { | |
| fill: url(#orang_eye); | |
| } | |
| .orang_mouth { | |
| fill: #7F2300; | |
| } | |
| .scronch { | |
| stroke: none; | |
| fill: #ff3f3f; | |
| fill-rule: evenodd; | |
| visibility: hidden; | |
| } |
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
| .ui { | |
| font-size: 0.6%; | |
| font-family: fixedsys,terminal,system,"lucida console","misc fixed",monospace; | |
| fill: white; | |
| stroke: #744CD3; | |
| stroke-width: 0.02; | |
| } | |
| .ui text { | |
| stroke: none; | |
| fill: #744CD3; | |
| dominant-baseline: central; | |
| } | |
| .text_hidden { | |
| visibility: hidden; | |
| font-size: 50%; | |
| } | |
| .btnbox { | |
| fill-opacity: 0; | |
| stroke: none; | |
| } | |
| .btnsym { | |
| fill: #744CD3; | |
| } | |
| .uibg { | |
| fill: grey; | |
| stroke: none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment