forked from HeuristNetwork/heurist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathh6styles.css
More file actions
297 lines (270 loc) · 6.89 KB
/
Copy pathh6styles.css
File metadata and controls
297 lines (270 loc) · 6.89 KB
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
/**
* h6styles.css - Global stylesheet for Heurist Version 6.
*
* @fileOverview This file provides the global CSS styles for the Heurist academic knowledge management system, Version 6.
* It includes styles for layout, typography, forms, menus, and various UI components specific to H6.
* @project Heurist academic knowledge management system
* @package Core
* @link https://HeuristNetwork.org
* @copyright (C) 2005-2023 University of Sydney, (C) 2024 onwards Heurist Network
* @license https://www.gnu.org/licenses/gpl-3.0.txt GNU License 3.0
* @author Artem Osmakov <osmakov@gmail.com>
* @author Ian Johnson <ian.johnson.heurist@gmail.com>
* @since 6.0
*/
body {
/*overflow:hidden;*/
}
body.popup {
font-size: 13px;
background: none;
}
.logo {
background-image: url("hclient/assets/v6/h6logo_inv.png") !important;
background-repeat: no-repeat !important;
background-size: contain;
width: 98px;
height: 40px;
}
.ui-icon-file-plus {
background-image: url(hclient/assets/v6/file-plus.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-file-plus-black {
background-image: url(hclient/assets/v6/file-plus-000000.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-file-plus-import {
background-image: url(hclient/assets/v6/file-plus-import.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-file-plus-explore {
background-image: url(hclient/assets/v6/file-plus-305586.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-entity-explore {
background-image: url(hclient/assets/v6/entity-305586.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-magnify-explore {
background-image: url(hclient/assets/v6/filter-plus-305586.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-lightning-explore {
background-image: url(hclient/assets/v6/lightning-305586.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-filter-explore {
background-image: url(hclient/assets/v6/filter-305586.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-filter-plus-explore {
background-image: url(hclient/assets/v6/filter-plus-305586.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-entity {
background-image: url(hclient/assets/v6/entity-000000.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-magnify-search {
background-image: url(hclient/assets/v6/filter-plus-000000.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-database-search {
background-image: url(hclient/assets/v6/database-search.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-filter {
background-image: url(hclient/assets/v6/filter_icon.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-filter-black {
background-image: url(hclient/assets/v6/filter-000000.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-icon-filter-plus {
background-image: url(hclient/assets/v6/filter-plus-000000.png) !important;
width: 18px;
height: 18px;
background-size: contain;
}
.ui-button-action{
font-weight:bold !important;
text-transform: uppercase;
}
.ui-heurist-title{
font-size: 14px !important;
}
/* MAIN SIDE MENU */
.ui-menu6{
/* height:100%; 2024-12-08 */
/*box-shadow: 3px 1px 3px #00000080;*/
}
.ui-menu6 .ui-menu6-section, .ui-menu6 .ui-menu6-container{
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 0.25px solid #707070;
border-radius: 4px;
position:absolute;
display:none;
top:2px;
bottom:4px;
}
.ui-menu6 .ui-menu6-section{
box-shadow: 2px 3px 10px #00000080;
}
.ui-menu6 .ui-menu6-section{
left:96px;
width:200px;
overflow-y:auto;
}
.ui-menu6 .ui-menu6-container{
left:304px;
right: 0px;
}
.ui-helper-popup{
display:none;
}
.ui-helper-slideout{
position:absolute;
top:36px;
bottom:0px;
right: 0px;
width:450px;
font-size:0.9em;
border-left: 2px solid;
background: white;
}
.ui-helper-slideout #content{
padding-left: 20px;
}
.menu-text{
margin-left:0.5em;
cursor: pointer;
}
li.menu-explore{
font-size:smaller;
padding:6px 2px 6px 30px;
}
.ui-heurist-header{
/*font: Bold 20px/26px Roboto;*/
font-weight:bold;
letter-spacing: 0.26px;
color: white;
}
.ui-menu6 .ui-heurist-header{
text-align:center;
padding:10px 0px;
left:0;
right:0;
position:absolute;
}
.ui-heurist-admin .banner,
.ui-heurist-populate .banner{
display: none;
visibility: hidden;
}
.ui-suppress-border-and-shadow{
border:none !important;
box-shadow:none !important;
background:none !important;
}
/* getting started */
.gs-box {
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 1px 3px #00000033;
border: 1px solid #707070;
border-radius: 4px;
padding: 5px 10px 10px 30px;
}
.entry-box {
background: #EBEBEB 0% 0% no-repeat padding-box;
box-shadow: 0px 1px 3px #00000033;
border-radius: 4px;
padding: 5px 20px 20px;
margin: 20px 0;
min-width: 520px;
}
/* narrow scroll for saved filters list */
div.svs-list-container::-webkit-scrollbar {
width: 6px;
}
div.slidersMenu > div.ui-heurist-header:hover{
color:black;
background: white !important;
border-right: 1px solid gray;
}
.ui-dialog .ui-dialog-content{
padding: 1.5em 1em;
}
/*
General styling for vertical text in jQuery Layout togglers,
additional widths, margin-top, and font-size changes are use specific
margin-left and margin-right may need changing per situation
*/
.eastTogglerVertical {
transform: rotate(90deg);
margin-left: 30px;
}
.westTogglerVertical {
transform: rotate(-90deg);
margin-left: 8px;
}
.eastTogglerVertical, .westTogglerVertical {
transform-origin: top left;
display: inline-block;
font-size: 17px;
}
/* Space for toggler text */
.togglerVertical{
height: 500px !important;
}
/* TinyMCE Smaller Toolbar Icons */
.tox .tox-toolbar .tox-tbtn{
transform: scale(70%) !important;
width: unset !important;
height: unset !important;
padding: 0 !important;
}
.tox .tox-toolbar .tox-tbtn.tox-tbtn--select.tox-tbtn--bespoke{
transform: scale(80%) !important;
height: 22px !important;
padding: 0 !important;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label{
width: unset !important;
}
.tox .tox-toolbar{
background-image: none !important;
}
.tox .tox-toolbar__group{
height: 25px !important;
border-bottom: 1px solid #CCC !important;
}