Skip to content

Commit 6c7a775

Browse files
committed
Retrying collapse
1 parent 603d098 commit 6c7a775

File tree

2 files changed

+114
-4
lines changed

2 files changed

+114
-4
lines changed

_includes/bibere/paper.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@
7070
{%- endif -%}
7171
{%- endfor -%}
7272
{%- endif -%}
73-
&nbsp;<details>
73+
<!-- &nbsp;<details>
7474
<summary>BibTex]</summary>
7575
{%- include bibere/bibtex.html pid=include.pid -%}
76-
</details>
77-
<!-- <a class="collapse-clicker" onclick="$('#{{ clean_id }}_bibtex').slideToggle(200)">BibTex</a> ]
76+
</details> -->
77+
<a class="collapse-clicker" onclick="$('#{{ clean_id }}_bibtex').slideToggle(200)">BibTex</a> ]
7878
<div class="collapse" id="{{ clean_id }}_bibtex">
7979
<div class="panel panel-info">
8080
<pre class="panel-body details-panel">
8181
{%- include bibere/bibtex.html pid=include.pid -%}
8282
</pre>
8383
</div>
84-
</div> -->
84+
</div>
8585
</li>
8686
{%- else -%}
8787
<p class="text-danger">Paper with id {{include.pid}} not found!</p>

css/group.scss

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,113 @@ details {
186186
-webkit-user-select: none;
187187
touch-action: manipulation;
188188
}
189+
190+
.yearGroup {
191+
font-size: 20px;
192+
}
193+
194+
.papers {
195+
padding-left: 5px;
196+
margin: 5px;
197+
}
198+
199+
// .papers li {
200+
// margin: 10px;
201+
// padding-left: 0px;
202+
// }
203+
204+
.mainAuthor {
205+
color:$primary;
206+
font-weight: normal;
207+
}
208+
209+
.mainAuthor a {
210+
color:$primary;
211+
font-weight: bold;
212+
}
213+
214+
.title {
215+
font-weight: bold;
216+
display: block;
217+
}
218+
219+
.venue {
220+
font-style: italic;
221+
}
222+
223+
.emphasisNote {
224+
font-weight: bold;
225+
color: $primary;
226+
}
227+
228+
.note {
229+
font-style: italic;
230+
color: $primary;
231+
}
232+
233+
.abstract {
234+
display: none;
235+
margin-block-start: 1em;
236+
margin-block-end: 1em;
237+
}
238+
239+
.tag {
240+
margin-left: 10px;
241+
padding: 3px;
242+
}
243+
244+
.collapse {
245+
display: none;
246+
}
247+
248+
.details-panel {
249+
margin: 2px;
250+
padding: 2px;
251+
font-size: 12px;
252+
}
253+
254+
.tag_Conference {
255+
background-color: $primary;
256+
color: $white;
257+
}
258+
259+
.tag_Journal {
260+
background-color: $primary;
261+
color: $white;
262+
}
263+
264+
.tag_Workshop {
265+
background-color: $link;
266+
color: $white;
267+
}
268+
269+
.tag_Chapter {
270+
background-color: $link-hover;
271+
color: $black;
272+
}
273+
274+
.tag_Demo {
275+
background-color: $link-hover;
276+
color: $black;
277+
}
278+
279+
280+
/* .link a {
281+
display: inline-block;
282+
} */
283+
284+
285+
/* .details-panel-body {
286+
margin: 0px;
287+
border: 0px;
288+
padding: 10px;
289+
font-size: 12px;
290+
}
291+
292+
.details-panel-body:before {
293+
content: "";
294+
}
295+
296+
.details-panel-body:after {
297+
content: "";
298+
} */

0 commit comments

Comments
 (0)