-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsparqplug.in.cts.browser.css
154 lines (132 loc) · 2.79 KB
/
sparqplug.in.cts.browser.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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
.plugin-column span.cts-browser-urn {
font-style: italic;
margin-left: 8px;
}
.plugin-column span.cts-browser-label {
font-weight: bold;
font-size: 12px;
}
#cts-browser-collections-searchbar {
width:calc(100% - 18px);
margin-left: 4px;
margin-top: 4px;
margin-bottom: 4px;
border-radius: 10px;
padding-left: 7px;
border:1px solid #CCC;
padding-top: 3px;
padding-bottom: 4px;
outline: 0px;
}
#cts-browser-collections.plugin-column {
width:calc(50% - 2px);
}
#cts-browser-collections li:not(:last-child) {
border-bottom: 1px solid #DDD;
}
#cts-browser-properties.plugin-column {
width: 20%;
overflow-y: scroll;
overflow-x:hidden;
}
#cts-browser-properties li.property-searchable::after {
font-size: 12px;
color: #333;
margin-left:4px;
margin-top:2px;
margin-right:4px;
font-weight: normal;
content:'\f002';
font-family:FontAwesome;
float:right;
}
#cts-browser-properties li.type-string::before {
font-size: 12px;
color: #333;
margin-left:4px;
margin-right:4px;
font-weight: normal;
content:'\f15c';
font-family:FontAwesome;
}
#cts-browser-properties li.type-citeimg::before {
font-size: 12px;
color: #333;
margin-left:4px;
margin-right:4px;
font-weight: normal;
content:'\f1c5';
font-family:FontAwesome;
}
#cts-browser-search.plugin-column {
border-right:0px;
}
#cts-browser-search-header {
font-size: 12px;
word-wrap: break-word;
}
#cts-browser-search input {
width:calc(100% - 12px);
margin-left: 3px;
}
#cts-browser-search-submit {
font-size: 12px;
margin-right: 4px;
float:right;
cursor:pointer;
}
#cts-browser-search-submit::after {
font-size: 12px;
color: #333;
margin-left:4px;
margin-top:2px;
margin-right:4px;
font-weight: normal;
content:'\f002';
font-family:FontAwesome;
float:right;
cursor:pointer;
}
#data-area .plugin-column .cts-browser-header {
font-weight: bold;
text-align: center;
font-size: 16px;
padding-top:3px;
padding-bottom:3px;
background:#FFF;
border-bottom: 1px solid #CCC;
}
/* Sticky List */
/* Reset some list defaults for all lists */
#cts-browser-collections ul {
list-style: none;
margin: 0;
padding: 0;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
/* The main container */
#cts-browser-collections.plugin-column {
overflow: hidden;
position: relative;
}
/* The main list */
#cts-browser-collections > ul {
height: 100%;
overflow: auto;
}
#data-area #cts-browser-collections.plugin-column > ul > li {
padding: 0px;
}
/* Section headers, defined through "headlineSelector" */
#cts-browser-collections > ul > div.cts-browser-header {
display: block;
}
/* Section headers when "sticky", defined through "stickyClass" */
#cts-browser-collections > ul > li.sticky .cts-browser-header {
position: absolute;
top: 0;
}