From a72bc7c8c4a27b9e3456c5c1971034b526cdf352 Mon Sep 17 00:00:00 2001 From: Sam Ockman Date: Thu, 19 Jul 2012 17:27:08 -0400 Subject: Added example nginx.conf --- wqflask/wqflask/static/new/css/table.css | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 wqflask/wqflask/static/new/css/table.css (limited to 'wqflask') 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; +} -- cgit v1.2.3