This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (79 loc) · 2.51 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Wikidata termbox prototype</title>
</head>
<body>
<style>
a
{
text-decoration: none;
color: #3366cc;
}
.wikibase-statementgrouplistview, .wikibase-sitelinklistview {
-webkit-column-width: 280px;
-moz-column-width: 280px;
column-width: 280px;
}
.wikibase-statementgroupview {
background-color: #f8f9fa;
border: 1px solid #eaecf0;
display: inline-block;
margin: 0 0 10px;
width: 100%;
}
.wikibase-statementgroupview > div {
padding: 2px 5px;
font-family: 'Helvetica Neue','Helvetica','Nimbus Sans L','Arial','Liberation Sans',sans-serif;
}
.wikibase-statementgroupview-property-label a, .wikibase-snakview-property a {
color: #54595d;
}
.wikibase-statementview {
margin-bottom: 10px;
}
.wikibase-rankselector.ui-state-disabled {
cursor: default;
}
.wikibase-rankselector {
border: 0;
background: none transparent;
cursor: pointer;
}
.wikibase-rankselector.ui-state-disabled .ui-icon.wikibase-rankselector-normal, .wb-edit.wikibase-rankselector.ui-state-active .ui-icon.wikibase-rankselector-normal {
background-position: -36px;
}
.wikibase-statementview-rankselector .ui-icon.ui-icon-rankselector {
display: block;
float: left;
margin: 5px 5px 0 0;
}
.wikibase-rankselector .ui-icon.wikibase-rankselector-normal {
background-position: -9px;
}
.wikibase-rankselector .ui-icon.ui-icon-rankselector {
background-image: url(https://www.wikidata.org/w/extensions/Wikibase/view/resources/jquery/wikibase/themes/default/images/rankselector.png);
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlin…=%22%23447ff5%22 x=%2281%22 y=%220%22 xlink:href=%22%23b%22/%3E %3C/svg%3E);
width: 8px;
height: 20px;
}
.wikibase-snakview div {
display: inline;
}
.wikibase-statementview-mainsnak .wikibase-snakview-value {
font-size: 1em;
}
.wikibase-statementview-references-container, .wikibase-statementview-qualifiers {
font-size: 0.8em;
}
#statementbox > h2 {
margin-left: 0.3em;
border-bottom: 1px solid #eaecf0;
}
</style>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>