summaryrefslogtreecommitdiffstats
path: root/css/statsstyle.css
diff options
context:
space:
mode:
authorraylu <raylu@cmu.edu>2011-04-07 00:27:27 -0400
committerraylu <raylu@cmu.edu>2011-04-07 00:27:27 -0400
commitf8c9eb5220afaf2f9a62f9a176a45913240f4081 (patch)
tree99775178acfcef6e86e39184be0ac96083042f1b /css/statsstyle.css
downloadpathery-f8c9eb5220afaf2f9a62f9a176a45913240f4081.tar.xz
Initial import from Dropbox
Diffstat (limited to 'css/statsstyle.css')
-rw-r--r--css/statsstyle.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/css/statsstyle.css b/css/statsstyle.css
new file mode 100644
index 0000000..a15636f
--- /dev/null
+++ b/css/statsstyle.css
@@ -0,0 +1,25 @@
+table {
+ border-collapse: collapse;
+}
+td, th {
+ padding: 3px;
+}
+.lbrow {
+ background: #000000;
+ transition:background .5s;
+ -webkit-transition:background .5s;
+ -o-transition:color .5s;
+ -moz-transition:color .5s;
+ cursor: default;
+}
+.lbrow:hover {
+ background: #338899;
+ transition:background 0s;
+ -webkit-transition:background 0s;
+ -o-transition:color 0s;
+ -moz-transition:color 0s;
+}
+.hidden-stats {
+ display: none;
+}
+