From fe3f8d1602dc16bd22cf407ed94e5060249eed03 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Tue, 17 Mar 2015 18:37:03 +0000 Subject: Added files for bootstrap icons and scatter-plot css file --- wqflask/wqflask/static/new/css/scatter-matrix.css | 40 ++++ .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes .../fonts/glyphicons-halflings-regular.svg | 229 +++++++++++++++++++++ .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes 5 files changed, 269 insertions(+) create mode 100644 wqflask/wqflask/static/new/css/scatter-matrix.css create mode 100644 wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.eot create mode 100644 wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.svg create mode 100644 wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.ttf create mode 100644 wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.woff (limited to 'wqflask') diff --git a/wqflask/wqflask/static/new/css/scatter-matrix.css b/wqflask/wqflask/static/new/css/scatter-matrix.css new file mode 100644 index 00000000..147903be --- /dev/null +++ b/wqflask/wqflask/static/new/css/scatter-matrix.css @@ -0,0 +1,40 @@ +#scatter-matrix { font-size: 14px; } + +.axis { shape-rendering: crispEdges; } +.axis line { stroke: #ddd; stroke-width: 1px; } +.axis path { display: none; } +.axis text { font-size: 0.8em; } + +rect.extent { fill: #000; fill-opacity: .125; stroke: #fff; } +rect.frame { fill: #fff; fill-opacity: .7; stroke: #aaa; } + +circle { fill: #ccc; fill-opacity: .5; } + +.legend circle { fill-opacity: 1; } +.legend text { font-size: 18px; font-style: oblique; } + +.cell text { pointer-events: none; } + +.color-0 { fill: #800; } +.color-1 { fill: #080; } +.color-2 { fill: #008; } +.color-3 { fill: #440; } +.color-4 { fill: #044; } +.color-5 { fill: #404; } +.color-6 { fill: #400; } +.color-7 { fill: #040; } +.color-8 { fill: #004; } +.color-9 { fill: #cc0; } +.color-10 { fill: #0cc; } +.color-11 { fill: #c0c; } +.color-12 { fill: #880; } +.color-13 { fill: #088; } +.color-14 { fill: #808; } +.color-15 { fill: #c00; } +.color-16 { fill: #0c0; } +.color-17 { fill: #00c; } + +.scatter-matrix-filter-control ul { list-style: none; padding-left: 10px; } +.scatter-matrix-variable-control ul { list-style: none; padding-left: 10px; } +.scatter-matrix-drill-control ul { list-style: none; padding-left: 10px; } + diff --git a/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.eot b/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 00000000..4a4ca865 Binary files /dev/null and b/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.eot differ diff --git a/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.svg b/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 00000000..25691af8 --- /dev/null +++ b/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.ttf b/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 00000000..67fa00bf Binary files /dev/null and b/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.ttf differ diff --git a/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.woff b/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 00000000..8c54182a Binary files /dev/null and b/wqflask/wqflask/static/packages/bootstrap/fonts/glyphicons-halflings-regular.woff differ -- cgit v1.2.3