-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsvault.css
97 lines (93 loc) · 1.75 KB
/
jsvault.css
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
body {
font-family: Arial, Helvetica, sans-serif;
background: #fff;
}
#vpwform {
position: absolute;
top: 20%;
left: 25%;
width: 50%;
border: 1px #a00 solid;
background: #ddd;
text-align: center;
padding: 2em;
box-shadow: 4px 4px 5px #888;
-webkit-box-shadow: 4px 4px 5px #888;
}
.biglogo {
font-size: 300%;
font-family: Times New Roman, serif;
font-style: italic;
margin: 0;
}
.vpwconf {
display: none;
}
#msg {
color: #a00;
}
#newuser {
float: right;
font-size: small;
}
#login {
display: none;
float: left;
font-size: small;
}
table { width: 100%; }
th { text-align: left; }
#treasure { display: none; }
#search { width: 100%; }
table.search { width: 100%; border-collapse: collapse; }
td.search { width: 100%; }
.lockctrl {
padding-left: 1ex;
white-space: nowrap;
width: 0;
}
.pw { color: #fff; }
.pw::-moz-selection { color: #33f; background: #33f; }
.pw::selection { color: #33f; background: #33f; }
td.menugroup {
width: 10em;
vertical-align: top;
}
div.menugroup {
width: 10em;
position: absolute;
}
.dialog {
display: none;
position: absolute;
top: 10%;
left: 25%;
width: 50%;
border: 1px #a00 solid;
background: #ddd;
padding: 1ex;
box-shadow: 4px 4px 5px #888;
-webkit-box-shadow: 4px 4px 5px #888;
}
.dialogbuttons td { text-align: center; }
.submitflash {
position: absolute;
background: #fff;
width: 100%;
height: 100%;
margin: -8px 0 0 -8px;
}
.label {
text-align: right;
width: 5em;
vertical-align: top;
}
table.editform input { width: 100%; }
table.editform textarea { width: 100%; }
textarea { font-family: Arial, Helvetica, sans-serif; }
#created, #modified { font-size: 70%; }
#import {
width: 100%;
height: 12em;
font-family: DejaVu Sans Mono, Andale Mono, fixed;
}