From acd0755b7037a696e90319c4f430ba63d37023f1 Mon Sep 17 00:00:00 2001 From: mkstadler Date: Sat, 23 Nov 2024 14:48:23 -0500 Subject: [PATCH] Restoring css --- css/group.scss | 112 +------------------------------------------------ 1 file changed, 1 insertion(+), 111 deletions(-) diff --git a/css/group.scss b/css/group.scss index 138e8b3..5d97f6b 100644 --- a/css/group.scss +++ b/css/group.scss @@ -185,114 +185,4 @@ details { user-select: none; -webkit-user-select: none; touch-action: manipulation; -} - -.yearGroup { -font-size: 20px; -} - -.papers { -padding-left: 5px; -margin: 5px; -} - -// .papers li { -// margin: 10px; -// padding-left: 0px; -// } - -.mainAuthor { -color:$primary; -font-weight: normal; -} - -.mainAuthor a { -color:$primary; -font-weight: bold; -} - -.title { -font-weight: bold; -display: block; -} - -.venue { -font-style: italic; -} - -.emphasisNote { -font-weight: bold; -color: $primary; -} - -.note { -font-style: italic; -color: $primary; -} - -.abstract { -display: none; -margin-block-start: 1em; -margin-block-end: 1em; -} - -.tag { -margin-left: 10px; -padding: 3px; -} - -.collapse { - display: none; -} - -.details-panel { -margin: 2px; -padding: 2px; -font-size: 12px; -} - -.tag_Conference { -background-color: $primary; -color: $white; -} - -.tag_Journal { -background-color: $primary; -color: $white; -} - -.tag_Workshop { -background-color: $link; -color: $white; -} - -.tag_Chapter { -background-color: $link-hover; -color: $black; -} - -.tag_Demo { -background-color: $link-hover; -color: $black; -} - - -/* .link a { -display: inline-block; -} */ - - -/* .details-panel-body { -margin: 0px; -border: 0px; -padding: 10px; -font-size: 12px; -} - -.details-panel-body:before { -content: ""; -} - -.details-panel-body:after { -content: ""; -} */ +} \ No newline at end of file