summaryrefslogtreecommitdiff
path: root/lib/head.html
blob: 77ae7438f9485ea95a50db767f56b415f756addc (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
131
132
133
134
135
136
137
138
139
140
<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 {
      padding-top: 5px;
      padding-left: 10px;
      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;
    }
    #dwb_settings_panel {
      top: 12px;
      position: relative;
    }
    #setting_bar {
      display: table;
      color #000000;
      position:fixed;
      top : 44px;
      left : 0px;
      background: #eeeeee;
      width: 100%;
      z-index: 5;
      font: bold 15px helvetica;
      border-bottom: solid 1px #151515;
      border-top: solid 1px #151515;
    }
    a.setting_button {
      padding-left: 10px;
      padding-right: 10px;
      color: #999;
      text-decoration: none;
      width: 11%;
    }
    a.setting_button:hover {
      color: #333;
      text-decoration: none;
    }
    .dwb_settings_headline {
      position: relative;
      font: bold 13px helvetica;
      line-height:25px;
      background: #999;
      color: #fff;
    }
    .dwb_settings_headline a {
      color: #fff;
      padding-left: 10px;
      padding-top: 68;
    }
  </style>
</head><!--}}}-->