Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
.tab-panel
2
{
3
	position: relative;
4
	float: left;
5
	width: 100%;
6
}
7
 
8
.tab-normal
9
{
10
	font-family:	Verdana, Helvetica, Arial;
11
	font-size:		12px;
12
	display:		inline;
13
	margin:			1px -5px 1px 5px;
14
	float:			left;
15
	padding:		3px 6px 4px 6px;
16
	background:		rgb(234,242,255);
17
	border:			1px  solid;
18
	border-color:	rgb(120,172,255);
19
	z-index:		1;
20
	position:		relative;
21
	top:			0;
22
}
23
 
24
.tab-active
25
{
26
	position:		relative;
27
	display:		inline;
28
	float:			left;
29
 
30
	font-family:	Verdana, Helvetica, Arial;
31
	font-size:		12px;
32
 
33
	border:			1px solid rgb(120,172,255);
34
	border-bottom:	0;
35
	z-index:		3;
36
	padding:		2px 6px 8px 6px;
37
	margin:			1px -6px -2px 0px;
38
	top:			-2px;
39
	background:		white;
40
}
41
 
42
.tab-view
43
{
44
	clear:			both;
45
	border:			1px solid rgb(120,172,255);
46
	z-index:		2;
47
	position:		relative;
48
	top:			-2px;
49
	padding:		10px;
50
}
51
 
52
.tab-active a
53
{
54
	color: black;
55
	text-decoration: none;
56
	font-weight: bold;
57
}
58
 
59
.tab-normal a
60
{
61
	color: gray;
62
	text-decoration: none;
63
	font-weight: bold;
64
}
65
 
66
.tab-normal a:hover, .tab-normal a:focus
67
{
68
	color: rgb(120,172,255);
69
	text-decoration: none;
70
	font-weight: bold;
71
}