From 6fc4c61824a0f13fa856d5928613205f13f5e988 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Wed, 27 Oct 2010 08:06:59 +0000 Subject: [PATCH] --- skin/wawi.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/skin/wawi.css b/skin/wawi.css index 4410adf1e..59932ae65 100644 --- a/skin/wawi.css +++ b/skin/wawi.css @@ -3,6 +3,7 @@ A:link {text-decoration: none; color: blue; } + A:visited {text-decoration: none; color: blue; } @@ -20,6 +21,10 @@ A.neutral:visited {text-decoration: underline; A.neutral:active {text-decoration: underline; color: black; } + A img{text-decoration: none; + border:none; + + } B { font-family: Verdana,Lucida,Helvetica,Arial; @@ -199,3 +204,22 @@ ul {list-style-type:none} ul.disc {list-style-type:disc} .frmField {background: #dedede;} + +table.tablesorter tbody td { + color: #3D3D3D; + padding: 4px; + background-color: #EEEEEE; + vertical-align: top; +} +table.tablesorter tbody tr.odd td { + background-color:lightgray; +} + +table.tablesorter thead tr th, table.tablesorter tfoot tr th { + background:#E1DD00; + background:#DCE4EF; + border: 1px solid #FFF; + font-size: 8pt; + padding: 4px; + +