summaryrefslogtreecommitdiff
path: root/style/install.css
blob: a2cae258028273d3aa5387f8a2f2a9c6ef511e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/*  layout */
.install	{width:800px; padding:0px; margin-left:auto; margin-right:auto;}
.body		{float:left; width:600px; background:#fff; border:1px solid #2c4268; line-height:16px;}
.nav		{float:right; width:180px;}

/* global stuff */
body	{background:#e5e5e5; font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; font-size:12px; margin:0px; padding:10px; vertical-align:middle;}
table	{border-collapse:collapse; padding:0; margin:0;}
caption	{font-weight:bold; padding:5px 0 0 0;}
th		{text-align:left; padding:3px 5px; background:#2c4268; border-bottom:2px solid #fff; color:#fff;}
td		{padding:2px 3px; vertical-align:top;}
hr		{border:1px solid #000;}
p		{margin:0; padding:1em;}

/* titles */
h1			{font-size:130%; color:#900; font-weight:900;}
h2			{font-size:120%;}
h3			{font-size:110%;}
h1,h2,h3	{margin:2px 0; padding:25px 0 0 0;}

/* links */
a			{color:#06f; text-decoration:none;}
a.external	{background:transparent url('images/external.gif') no-repeat right; padding-right:12px;}
a:hover		{text-decoration:underline;}
.icon		{border:0; vertical-align:middle;}

/* styling */
.bittop		{background:#fff url('images/bitweaver.gif') top left no-repeat;}
.bittop h1	{font-size:10px; color:#666; text-align:right; padding:110px 10px 0 0; margin:0;}
.header		{}
.clear		{clear:both;}

/* forms */
form		{clear:both;}
form,
input,
textarea,
select		{margin:0; padding:0; font-size:12px; font-family:verdana,arial,helvetica sans-serif;}
fieldset	{padding:10px; margin:10px; border:0; border-top:3px solid #f60;}
legend		{padding:2px 7px; background:#fff; font-weight:bold;}
textarea	{width:100%;}

.row				{erflow:auto; ovclear:both; padding:5px 0 0 0;}
.formlabel			{float:left; width:24%; text-align:right; padding:2px 1% 2px 0; border:1px solid #ccc; background:#eee;}
.formfeedback		{}
.formfeedback div	{display:block; padding:4px; border-bottom:1px dotted #aaa;}

.error			{background:#fcc;}
.warning		{background:#fdc;}
.success		{background:#cfc;}
.current		{background:#ffc;}
.help			{background:#eee;}
p.warning,
p.success,
p.error			{border:1px solid #999;}

.formfeedback ul {padding:0; margin:0;}
.formfeedback li {border-bottom:1px dotted #aaa;}

li.error,
li.warning,
li.success		{list-style:none; padding:4px; margin:0;}

.forminput					{float:right; width:74%; text-align:left; padding:0;}
.forminput tr				{padding:4px; border-bottom:1px dotted #aaa;}
.formhelp					{color:#666; font-size:10px; cursor:help;}
.submit						{text-align:center; margin:10px 0 2em 0;}
input[type="submit"] 		{border:1px solid black; background:#2c4268; color:#fff; padding:5px 10px;}
input[type="submit"]:hover,
input[type="submit"]:focus {background:#fc0; color:#000;}

dl	{padding:0; margin:0.5em 0; line-height:1.3em;}
dt	{padding:0; margin:0; width:30%; text-align:right; font-weight:bold;}
dd	{padding:0; margin:-1.3em 0 0.5em 32%;}

/* navigation and status */
.nav			{background:#fff; font-size:10px; border:1px solid #2c4268;}
.nav ul,
.nav li,
ul.result,
.result li		{padding:0; margin:0;}
ul				{padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0;}
.nav li,
.result li		{list-style:none; border-bottom:1px dotted #bbb; padding:7px;}
.nav .title		{letter-spacing:1px; color:#900; text-align:center; padding:110px 0 10px 0; background:#fff url('images/ometer.gif') top center no-repeat;}
.progressbar	{background:#fff; font-size:10px; color:#666; padding:15px 5px;}
.result li li	{border:0; padding:1px; list-style:circle;}

/* tabs */
.tabsystem .tabcontainer ul,
.tabsystem .tabcontainer li				{margin:0; padding:0; border:0; list-style-type:none; display:inline;}
.tabsystem .tabcontainer				{margin:0; padding:0; border:0; clear:both;}
.tabsystem .tabcontainer .tab,
.tabsystem .tabcontainer .tab-active	{position:relative; display:inline; float:left; z-index:1; white-space:nowrap;}
.tabsystem .tabpage						{clear:both;}
h4										{margin:0; padding:0;}

/* tabstyle */
.tabsystem .tabcontainer .tab,
.tabsystem .tabcontainer .tab-hover,
.tabsystem .tabcontainer .tab-active {
	top:3px;
	font:10px verdana,arial,sans-serif;
	font-weight:normal;
	margin:0 6px;
	padding:3px 5px 1px 5px;
	background:transparent url( "images/tab_shade.png" ) repeat-x;
	border:1px solid #ccc;
	border-bottom:0;
}
.tabsystem .tabcontainer .tab-hover {
	padding-top:2px;
	border-top:2px solid #f90;
}
.tabsystem .tabcontainer .tab-active {
	top:1px;
	padding:2px 8px 4px 8px;
	margin:0 3px;
	border-top:2px solid #f90;
	background:#fff;
	color:#000;
}
.tabsystem .tabpage {
	border-top:1px solid #ccc;
}
.tabcontainer a,
.tabcontainer a:hover {
	color: #000;
	text-decoration: none;
}