screp -a to write an SVG file with apm history per player
[perl/schtarr.git] / apm.css
diff --git a/apm.css b/apm.css
new file mode 100644 (file)
index 0000000..0d534c7
--- /dev/null
+++ b/apm.css
@@ -0,0 +1,176 @@
+.svgBackground {
+       fill: #000;
+}
+
+/* graphs titles */
+.mainTitle {
+       text-anchor: middle;
+       fill: #CCC;
+       font-size: 14px;
+       font-family: "Arial", sans-serif;
+       font-weight: normal;
+}
+.subTitle {
+       text-anchor: middle;
+       fill: #888;
+       font-size: 12px;
+       font-family: "Arial", sans-serif;
+       font-weight: normal;
+}
+
+.graphBackground {
+       fill: #121;
+}
+.axis {
+       stroke: #8A8;
+       stroke-width: 1px;
+}
+.guideLines {
+       stroke: #242;
+       stroke-width: 1px;
+       stroke-dasharray: 5 5;
+}
+
+.xAxisLabels, .yAxisLabels {
+       fill: #CCC;
+       text-anchor: middle;
+       font-size: 12px;
+       font-family: "Arial", sans-serif;
+       font-weight: normal;
+}
+.yAxisLabels {
+       text-anchor: end;
+}
+.keyText {
+       fill: #CCC;
+       text-anchor: start;
+       font-size: 18px;
+       font-family: "Arial", sans-serif;
+       font-weight: normal;
+}
+
+.xAxisTitle, .yAxisTitle {
+       fill: #FF0;
+       text-anchor: middle;
+       font-size: 14px;
+       font-family: "Arial", sans-serif;
+       font-weight: normal;
+}
+
+.dataPointLabel {
+       fill: #CCC;
+       text-anchor:middle;
+       font-size: 10px;
+       font-family: "Arial", sans-serif;
+       font-weight: normal;
+}
+.staggerGuideLine {
+       fill: none;
+       stroke: #000000;
+       stroke-width: 0.5px;    
+}
+
+/* default fill styles */
+.fill1 {
+       fill: #cc0000;
+       fill-opacity: 0.2;
+       stroke: none;
+}
+.fill2 {
+       fill: #0000cc;
+       fill-opacity: 0.2;
+       stroke: none;
+}
+.fill3 {
+       fill: #00cc00;
+       fill-opacity: 0.2;
+       stroke: none;
+}
+.fill4 {
+       fill: #ffcc00;
+       fill-opacity: 0.2;
+       stroke: none;
+}
+.fill5 {
+       fill: #00ccff;
+       fill-opacity: 0.2;
+       stroke: none;
+}
+.fill6 {
+       fill: #ff00ff;
+       fill-opacity: 0.2;
+       stroke: none;
+}
+.fill7 {
+       fill: #00ffff;
+       fill-opacity: 0.2;
+       stroke: none;
+}
+.fill8 {
+       fill: #ffff00;
+       fill-opacity: 0.2;
+       stroke: none;
+}
+
+/* default line styles */
+.line1, .line2, .line3, .line4, .line5, .line6, .line7, .line8 {
+       fill: none;
+       stroke-width: 1px;      
+}
+.line1 {
+       stroke: #3C3;
+}
+.line2 {
+       stroke: #CC0;
+}
+.line3 {
+       stroke: #C60;
+}
+.line4 {
+       stroke: #C30;
+}
+.line5 {
+       stroke: #2C9;
+}
+.line6 {
+       stroke: #1C5;
+}
+.line7 {
+       stroke: #6C0;
+}
+.line8 {
+       stroke: #C90;
+}
+
+/* default line styles */
+.key1, .key2, .key3, .key4,
+.key5, .key6, .key7, .key8,
+.fill1 {
+       stroke: none;
+       stroke-width: 1px;      
+}
+.key1, .fill1 {
+       fill: #3C3;
+}
+.key2, .fill2 {
+       fill: #CC0;
+}
+.key3, .fill3 {
+       fill: #C60;
+}
+.key4, .fill4 {
+       fill: #C30;
+}
+.key5, .fill5 {
+       fill: #2C9;
+}
+.key6, .fill6 {
+       fill: #1C5;
+}
+.key7, .fill7 {
+       fill: #6C0;
+}
+.key8, .fill8 {
+       fill: #C90;
+}
+