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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
/* global */
html {background:#5BA6F8}
body {
background-image: -moz-linear-gradient(top, #BCEAFF, #5BA6F8);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BCEAFF), to(#5BA6F8));
background-image: -webkit-linear-gradient(top, #BCEAFF, #5BA6F8);
background-image: -o-linear-gradient(top, #BCEAFF, #5BA6F8);
background-image: linear-gradient(to bottom, #BCEAFF, #5BA6F8);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBCEAFF', endColorstr='#ff5BA6F8', GradientType=0);
}
table {border-collapse:collapse;padding:0;margin:0;width:100%;table-layout:fixed}
caption {font-weight:bold}
th {text-align:left;overflow:hidden}
th a {color:#ff0}
td {vertical-align:top}
hr {border:1px dotted #bab7ac;border-width:1px 0 0 0;background:transparent;margin:2em 0}
p {margin:1em auto}
code {font-family:monospace}
h1 {font-size:140%;}
h2 {font-size:120%;}
h3 {font-size:110%}
h1,h2,h3 {font-weight:700;}
.clear {clear:both}
.center {text-align:center}
.alright {text-align:right}
/* links */
a {text-decoration:none}
a.external {background:transparent url(images/external.gif) no-repeat right 4px;padding-right:10px}
a:hover {text-decoration:underline}
.icon {border:0;vertical-align:middle}
a img {border:0}
footer { background:none; }
/* forms */
form {clear:both}
form,
input,
textarea,
select {margin:0;padding:0;border-width:1px;padding:0.2em}
textarea {width:99%}
/* layout */
div#container {width:93%;margin:0 auto;max-width:1100px}
/* header */
/*
#header {background:transparent url(images/bg_header.png) no-repeat right top}
a#bitweaver_logo {display:block;clear:both;height:123px;width:66px;margin:0 0 0 3%;background:transparent url(images/bg_header_logo-trans.png) -66px 0 no-repeat}
a#bitweaver_logo:hover {background-position:0 0}
a#bitweaver_logo em {display:none}
*/
#header h1 {display:block;margin:0;padding:0;font-size:13px;line-height:17px;font-family:monospace}
#header h1 strong {color:#fff;font-weight:500}
#header h1 em {color:#fff;font-style:normal;padding:0 0 0 0.6em}
#header div.bittop {max-width:785px;margin:0 auto}
#wrapper {border:4px solid #ffe339;margin:0 auto;max-width:777px}
#content {background:#fff url(images/bg_content.png) repeat-x;border:1px solid #fff}
#footer {text-align:center;padding:4em 0 1em 0}
#footer a,#footer:visited {color:#00e;border-bottom:1px solid #f0f0f0}
#footer a:hover {color:#00f;border-bottom:1px solid #ddd;text-decoration:none}
/* extra */
#extra {text-align:center}
#extra ul {text-align:center}
#extra li {display:inline;padding-left:28px;background-position:6px 6px;border:1px solid #fefc6b;margin-right:4px}
#extra li.help {border-color:#ddd}
#extra li.warning {border-color:#ffc994}
/* step nav */
#stepmenu {background:#ffe339 url(images/favicon.ico) no-repeat 8px 7px;padding:4px 0 0 28px;margin:3em auto 0em auto}
#stepmenu li {padding:26px 0.5em 0.5em 0.5em;display:inline;color:#000;border:0}
#stepmenu li.current {background:transparent url(images/software-update-available-trans.png) no-repeat top;color:#fff;font-weight:700}
#stepmenu li.current a {color:#000}
#stepmenu li.success {background-position:top;background-color:transparent}
#stepmenu li.success a {color:#a73}
#stepmenu li.uncompleted {}
#stepmenu li.uncompleted a {}
.odd {background:#f4f4f3;color:#000}
.even {color:#000}
.danger {padding:0.5em;background:#ffdddd url(images/danger-trans.png) no-repeat 16px center;border:3px solid #a00;padding:1em 1em 1em 160px;min-height:100px}
.formfeedback ul {padding:0;margin:0}
.formfeedback li {border-bottom:1px dotted #aaa}
/* lists */
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%}
#content ul {padding-left:24px}
/* 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}
.tabsystem h4 {margin:0;padding:0}
.tabsystem .tabcontainer {line-height:16px}
.tabsystem .tabcontainer .tab,
.tabsystem .tabcontainer .tab-hover,
.tabsystem .tabcontainer .tab-active {top:3px;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 #ffe339}
.tabsystem .tabcontainer .tab-active {top:1px;padding:2px 8px 4px 8px;margin:0 3px;border-top:2px solid #ffe339;background:#fdf9ec;font-weight:700}
.tabsystem .tabpage {border-top:1px solid #ccc}
.tabcontainer a {color:#888;text-decoration:none}
.tabcontainer a:hover {color:#000;text-decoration:none}
.tabsystem .tab-active a {color:#000}
/* hacks */
form.checks legend {display:none}
form.checks .formlabel {display:none}
form.checks .forminput {margin-left:0}
form.checks .requirements p.success {background-color:transparent;border:0;background-position:11px 50%;text-indent:0px;padding-left:44px}
form.checks .recommended p.success,
form.checks .recommended p.warning {background-color:transparent;border:0;background-position:11px 12px;text-indent:0px;padding-left:44px}
form.checks #phpini tr.success,
form.checks #phpini tr.warning {background-color:transparent;border:0;background-position:11px 50%;text-indent:0px}
form.checks #phpini td,
form.checks #phpini th {padding-left:33px}
form.checks #phpini {max-width:44em}
#install_welcome legend {display:none}
#install_welcome div.row.submit input {border-width:3px;padding:.25em .5em;font-size:1.3em;font-family:sans-serif}
#install_welcome table {margin-bottom:3em}
#install_welcome table * {list-style:none;padding:0;margin:0}
#install_welcome table ul {line-height:23px}
table#requirements tr.error,
table#requirements tr.success,
table#requirements tr.warning {border:0;background-position:right 50%;text-indent:0px}
table#requirements tr.success {background-color:transparent}
ul#fixedpermlist,ul#fixedpermlist li {list-style-type:none}
/* vim: set ts=40: */
|