File: style.css

package info (click to toggle)
php-font-lib 0.2.2%2Bdfsg-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 740 kB
  • sloc: php: 2,542; makefile: 4
file content (121 lines) | stat: -rw-r--r-- 1,740 bytes parent folder | download | duplicates (4)
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
body {
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
	margin: 0.5em;
}

ul {
	list-style-position: inside;
	padding-left: 0.4em;
}

pre {
	font-size: 11px;
}

h2 {
	border-bottom: 1px solid #ccc;
}

hr {
	clear: both;
}

.unicode-map {
  line-height: 0px;
	font-size: 3px;
	width: 768px;
	border: 1px solid #333;
	font-family: unicode-map;
}

.unicode-map i, .unicode-map b {
  display: inline-block;
  width: 3px;
  height: 3px;
  position: relative;
}

.unicode-map i .info {
	font-family: tahoma, verdana, arial, sans-serif;
  font-size: 12px;
	line-height: 14px;
}

.unicode-map i s, .unicode-map b s {
  text-decoration: none;
  font-style: normal;
	text-align: center;
  display: none;
  position: absolute;
	border: 1px solid #999;
	font-size: 32px;
	background: #fff;
  padding: 3px;
	line-height: 1.2;
	z-index: 5000;
  bottom: 5px;
  left: -12px;
}

.unicode-map i:hover s, .unicode-map b:hover s {
	display: inline-block;
}

.unicode-map i {
	background: #0f0;
}

.unicode-map b {
  background: #999;
}

.glyph-view {
  display: inline-block;
  background: #ddd;
  padding: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.glyph-view.composite {
  background: #bbe;
}

.glyph-view span {
  display: inline-block;
  padding: 1px;
  min-width: 1em;
  margin-bottom: 2px;
  white-space: pre;
}
  
.glyph-view .char {
  background: #bbb;
  float: left;
}

.glyph-view .glyph-id {
  float: right;
}

.glyph-view .char:empty {
  display: none;
}

.glyph-view canvas {
  background: #fff;
}

.glyph-view:target {
  outline: 2px dotted red;
}
.glyph-view:target canvas {
  background: #ddffdd;
}

.glyph-view a.glyph-component-id {
  font-size: 0.8em;
}