blob: e2383a3d3b404aeca2537aaf335e3faaf4c0378b (
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
|
<head>
<title>dwb - %s</title>
<style type="text/css">
body {
background:white;
color:black;
}
#bar {
position: fixed;
top: 0pt;
left: 0pt;
background: #333;
color: #000000;
width: 100%;
z-index: 2;
-webkit-user-select: none;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABACAAAAAD+ekKcAAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAEgAAABIAEbJaz4AAABqSURBVAjXDcPBCkEBAACwJUmSJEmSJEmSJEmSJEmSJEmSHCRJkiTJx3urEQgJi4iKiUtISknLyMrJKygqKauoqqlraGpp6+jq6RsYGhmbmJqZW1haWdvY2tk7ODo7BS+ubu4enl7ePr5+f3zID0eV/ZdFAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDExLTAzLTEwVDAzOjExOjExKzAxOjAwCEbCmgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxMS0wMy0xMFQwMzoxMToxMSswMTowMHkbeiYAAAAASUVORK5CYII=);
}
.dwb_button, .dwb_sbutton {
position: relative;
display: inline;
padding-left: 20px;
padding-right: 20px;
font: normal bold 14px sans-serif;
color: #909090;
padding-top: 15px;
padding-bottom: 12px;
}
.dwb_sbutton { float: right; }
.dwb_button { float:left; }
#bar a:hover { color: #fff; }
#bar a {
color: #909090;
text-decoration: none;
}
/* a:active { color: #fff } */
.dwb_infopanel {
display: table;
width: 100%;
position: absolute;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
top: 70px;
left: 0px;
}
.dwb_infopanel a {
text-decoration: none;
font-weight: bold;
color: #326f32;
padding-left: 10px;
}
.dwb_infopanel a:visited { color: #666666; text-decoration: none; }
.dwb_infopanel a:hover { text-decoration: underline; }
.dwb_qm {
font-weight: bold;
color: #333;
float: left;
min-width: 25px;
text-align: center;
height: 23px;
border: 1px outset #aaa;
border-color: #aaa;
-webkit-border-radius: 5px;
}
.dwb_line0,.dwb_line1 {
position: relative;
font: normal 13px helvetica;
line-height:25px;
}
.dwb_line0 {
background: #dddddd;
}
.dwb_line1 {
background: #efefef;
}
.dwb_attr {
float: left;
font: bold 13px helvetica;
color: #326f32;
}
.dwb_desc {
font: normal 13px helvetica;
color: #909090;
}
#buttonbox {
float:left;
padding-top: 15px;
padding-bottom: 15px;
}
#dwb_icon {
float: left;
padding-right: 20px;
padding-left: 20px;
padding-top: 8px;
}
</style>
</head>
|