summaryrefslogtreecommitdiff
path: root/html/includes/css/themes/tooltipster-noir.css
diff options
context:
space:
mode:
authorrandommonk <randommonk@gmail.com>2018-01-04 22:52:54 +0000
committerrandommonk <randommonk@gmail.com>2018-01-04 23:06:03 +0000
commitdfc4e20b8e9ca57340e24143539498fb82527697 (patch)
tree50cdec1c1e650e6ca8f0d055b401b2c893e43124 /html/includes/css/themes/tooltipster-noir.css
parent66b162b5f01c996fd8a5cd4e570e31f8483cdffa (diff)
Bumped version to 4.3. Added jpgraph stats developed by killerEye
Diffstat (limited to 'html/includes/css/themes/tooltipster-noir.css')
-rw-r--r--html/includes/css/themes/tooltipster-noir.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/html/includes/css/themes/tooltipster-noir.css b/html/includes/css/themes/tooltipster-noir.css
new file mode 100644
index 0000000..548b245
--- /dev/null
+++ b/html/includes/css/themes/tooltipster-noir.css
@@ -0,0 +1,12 @@
+.tooltipster-noir {
+ border-radius: 0px;
+ border: 3px solid #2c2c2c;
+ background: #fff;
+ color: #2c2c2c;
+}
+.tooltipster-noir .tooltipster-content {
+ font-family: 'Georgia', serif;
+ font-size: 14px;
+ line-height: 16px;
+ padding: 8px 10px;
+} \ No newline at end of file