X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=style.styl;h=54a5e0d73b804ee1c1e843cf2ac7b9f2fda5695f;hp=ca5a1971c76b9bfd6066ec1ace6645b4f1195675;hb=d7d9898f16c11d98423ff35278a123813cf8393e;hpb=912bd53ea7a631dce774bb7dd380e77dfd0e0680 diff --git a/style.styl b/style.styl index ca5a197..54a5e0d 100644 --- a/style.styl +++ b/style.styl @@ -10,6 +10,9 @@ p * p margin-top: 10px +.footer + font-size: 13px + color_crayon = #8c8c8c color_selected = #544c4c color_hover = #777 @@ -28,7 +31,7 @@ color_controls_dragging = #666 stroke-miterlimit: 4 stroke-opacity: 1 stroke-dasharray: none - // fails in firefox (must be inline) filter: url(#crayon) + // svg element has: filter: url(#crayon) (firefox can't handle it being here) .canvas_border overflow: hidden fill: none @@ -38,14 +41,13 @@ color_controls_dragging = #666 stroke-linejoin:miter stroke-dasharray:2 4 stroke-dashoffset:1 - //stroke-opacity:1;marker:none;enable-background:accumulate .box stroke: color_crayon fill: none stroke-width: 4 stroke-linecap: butt stroke-linejoin:miter - // this doesn't work in firefox: filter: url(#crayon) + // svg element has: filter: url(#crayon) (firefox can't handle it being here) .box, .polyline stroke: color_crayon .box.selected, .polyline.selected