From 861482a230c3a5aceb902b163e277ee1f5a4f1fa Mon Sep 17 00:00:00 2001 From: kindlm Date: Fri, 3 Apr 2015 12:03:56 +0200 Subject: [PATCH] Testtool Style --- skin/styles/tw.css | 71 +++++++++++++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 26 deletions(-) diff --git a/skin/styles/tw.css b/skin/styles/tw.css index 2715cdc47..ea3ae2b32 100644 --- a/skin/styles/tw.css +++ b/skin/styles/tw.css @@ -206,14 +206,33 @@ a:hover /*link ohne Item-Definition*/ } a.ItemTesttool { - color: #008381; - line-height:25px; + color: #000; + line-height: 25px; display:block; + padding: 0 10px 0 10px; +} +a.ItemTesttoolAktiv +{ + color: #000; + line-height: 25px; + display:block; + padding: 0 10px 0 10px; +} +a.ItemTesttoolBeendet +{ + color: #C7C8C9; + line-height: 25px; + display:block; + padding: 0 10px 0 10px; + cursor: default; + text-decoration: none; } a:hover.ItemTesttool { - color: black; - line-height:25px; + color: #0086CC; + line-height: 25px; + text-decoration: none; + padding: 0 10px 0 10px; } a.HyperItem /* ? */ { @@ -408,35 +427,35 @@ td.Inaktiv /*fuer Inaktive Items bei der Raumbeschreibung */ } td.ItemTesttool /*fuer die Button-Optik beim Testtool*/ { - color: #008381; - line-height:25px; - background-image: url(../skin/images/testtool_button.png); - background-position:center; - background-repeat:repeat-x; + color: #000; + background-color: #DEE1E2; + white-space:nowrap; + box-shadow: inset 0 0 5px #888; } -td.ItemTesttoolLeft +td.ItemTesttoolAktiv /*fuer die Button-Optik beim Testtool*/ { - color: #008381; - line-height:25px; - background-image: url(../skin/images/testtool_buttonleft.png); - background-position:left; - background-repeat:no-repeat; + color: #000; + background-color: #DEE1E2; + padding: 0 10px 0 10px; + white-space:nowrap; + box-shadow: 0px 0px 5px 5px #888888; } -td.ItemTesttoolRight +td.ItemTesttoolBeendet /*fuer die Button-Optik beim Testtool*/ { - color: #008381; - line-height:25px; - background-image: url(../skin/images/testtool_buttonright.png); - background-position:right; - background-repeat:no-repeat; + background-color: #EAECED; + white-space:nowrap; } td:hover.ItemTesttool { - color: black; - line-height:25px; - background-image: url(../skin/images/testtool_button_hover.png); - background-position:center; - background-repeat:repeat-x; + color: white; + background-color: #fff; + box-shadow: 0px 0px 5px 5px #888888; +} +td:hover.ItemTesttoolBeendet +{ + color: #C7C8C9; + background-color: #EAECED; + white-space:nowrap; } td.tdwidth10 {