-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
84 lines (71 loc) · 1.35 KB
/
style.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
.wtf {
position:absolute;
width:770px;
margin-left:-385px;
left:50%;
top:0px;
}
a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration:none; font-weight:normal; color:#000000; }
a:hover { text-decoration:none; font-weight:normal; background-color:#aaa; }
a:active { text-decoration:none; font-weight:normal; background-color: #fff; }
a:focus { text-decoration:none; font-weight:normal; background-color: #fff; }
body {
font-family: monospace;
background-color: #fff;
margin: 1em;
}
p4 {color: #000;position:fixed; right: 50px; bottom: 12px;
color: #000;
font-size: 14px;
font-family:monospace} /* beschreibung */
#fancy-navigation {
height: 32em;
position: relative;
}
.barcode, #previews {
/* für die zentrierung vertikal*/
width: 350px;
margin: 0 auto;
}
#previews {
height: 16em;
overflow-y: hidden;
margin-bottom: 1em;
}
#previews div {
display: none;
}
#previews div.show {
display: block;
}
.barcode {
font-size: 40px;
line-height: 40px;
}
.barcode div {
height: 3em;
float: left;
}
.barcode .b {
background: black;
}
.barcode .w {
background: white;
}
.barcode .s1 {
width: 2px;
}
.barcode .s2 {
width: 4px;
}
.barcode .s3 {
width: 6px;
}
.barcode .s4 {
width: 8px;
}
.barcode a:hover div.w,
.barcode a:hover div.b {
background: #aaa;
}