From 1c009430af80260d67c47652783931414989c75d Mon Sep 17 00:00:00 2001 From: gsmselftest Date: Wed, 9 Nov 2011 16:41:00 +0100 Subject: Final folder team project --- Website/css/tableCSS.css | 147 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 Website/css/tableCSS.css (limited to 'Website/css/tableCSS.css') diff --git a/Website/css/tableCSS.css b/Website/css/tableCSS.css new file mode 100644 index 0000000..32a6d71 --- /dev/null +++ b/Website/css/tableCSS.css @@ -0,0 +1,147 @@ +/* ------------------------------------------------------- +Author: Vitaly Friedman but edited by Refik Hadzialic +Theme: Green Life - A Fresh, Warm and Readable Table +URL: http://www.alvit.de/vf +------------------------------------------------------- +*/ + + html { + height: 100%; + } + #main { + float: left; + width: 350px; + } + #sidebar + { + float: left; + width: 700px; + } + #footer + { + position: absolute; + bottom: 0; + padding-top: 0px; + padding-right: 220px; + padding-left: 350px; + border: 0; + border-style: none; + } + body { + background-color: #F0F0F0; + font-family: verdana, verdana, ariel; + height: 100%; + } + + a.pChart + { + text-decoration: none; + color: #6A6A6A; + } + + table { + font: 11px verdana,verdana, arial; + margin: 0; + padding: 0; + border-collapse: collapse; + text-align: left; + color: #333; + line-height: 19px; + } + + caption { + font-size: 14px; + font-weight: bold; + margin-bottom: 20px; + text-align: left; + text-transform: uppercase; + } + + td { + margin: 0; + padding: 20px 10px; + border: 1px dotted #f5f5f5; + } + + + th { + font-weight: normal; + text-transform: uppercase; + } + + thead tr th { + background-color: #575757; + padding: 20px 10px; + color: #fff; + font-weight: bold; + border-right: 2px solid #333; + text-transform: uppercase; + text-align:center; + } + + tfoot tr th, tfoot tr td { + background-color: transparent; + padding: 20px 10px; + color: #ccc; + border-top: 1px solid #ccc; + } + + tbody tr th { + padding: 20px 10px; + border-bottom: 1px dotted #fafafa; + } + + tr { + background-color: #FBFDF6; + } + tr.odd { + background-color: #EDF7DC; + } + + tr:hover { + } + + tr:hover td, tr:hover td a, tr:hover th a { + color: #a10000; + } + + td:hover { + } + + tr:hover th a:hover { + background-color: #F7FBEF; + border-bottom: 2px solid #86C200; + } + + table a { + color: #608117; + background-image: none; + text-decoration: none; + border-bottom: 1px dotted #8A8F95; + padding: 2px; + padding-right: 12px; background: transparent url(link.gif) no-repeat 100% 50%; + } + + table a:hover { + color: #BBC4CD; + background-image: none; + text-decoration: none; + border-bottom: 3px solid #333; + padding: 2px; + padding-right: 12px; color: #A2A2A2; background: transparent url(link.gif) no-repeat 100% 50%; + } + + table a:visited { + text-decoration: none; + border-bottom: 1px dotted #333; + text-decoration: none; + padding-right: 12px; color: #A2A2A2; background: transparent url(visitedLink.gif) no-repeat 100% 50%; + } + + table a:visited:hover { + background-image: none; + text-decoration: none; + border-bottom: 3px solid #333; + padding: 2px; + padding-right: 12px; color: #A2A2A2; background: transparent url(visitedLink.gif) no-repeat 100% 50%; + } -- cgit v1.2.3-55-g7522