mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Testtool Style
This commit is contained in:
+45
-26
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user