diff options
author | Sam Ockman | 2012-07-19 17:27:08 -0400 |
---|---|---|
committer | Sam Ockman | 2012-07-19 17:27:08 -0400 |
commit | a72bc7c8c4a27b9e3456c5c1971034b526cdf352 (patch) | |
tree | f3d5dc9d41de6f20c18d93c74b6f0f986f3e1548 /wqflask | |
parent | 0f6f0030439acfce43babfed516262bc78354d71 (diff) | |
download | genenetwork2-a72bc7c8c4a27b9e3456c5c1971034b526cdf352.tar.gz |
Added example nginx.conf
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/static/new/css/table.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/wqflask/wqflask/static/new/css/table.css b/wqflask/wqflask/static/new/css/table.css new file mode 100644 index 00000000..1910ef88 --- /dev/null +++ b/wqflask/wqflask/static/new/css/table.css @@ -0,0 +1,36 @@ +/* Adapted from http://coding.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ */ + +.one-column-emphasis +{ + font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; + font-size: 12px; + line-height: 1.6em; + margin: 45px; + width: 480px; + text-align: left; + border-collapse: collapse; +} +.one-column-emphasis th +{ + font-size: 14px; + font-weight: normal; + padding: 12px 15px; + color: #039; +} +.one-column-emphasis td +{ + padding: 10px 15px; + color: #669; + border-top: 1px solid #e8edff; +} +.oce-first +{ + background: #d0dafd; + border-right: 10px solid transparent; + border-left: 10px solid transparent; +} +.one-column-emphasis tr:hover td +{ + color: #339; + background: #eff2ff; +} |