Skip to content

Instantly share code, notes, and snippets.

@osvein
Last active September 25, 2017 01:33
Show Gist options
  • Select an option

  • Save osvein/934e55e7ffd42d4a9b24241a8c17688d to your computer and use it in GitHub Desktop.

Select an option

Save osvein/934e55e7ffd42d4a9b24241a8c17688d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
.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;
}
.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;
}
.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