Skip to content

Commit

Permalink
Restoring css
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstadler committed Nov 23, 2024
1 parent 6c7a775 commit acd0755
Showing 1 changed file with 1 addition and 111 deletions.
112 changes: 1 addition & 111 deletions css/group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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: "";
} */
}

0 comments on commit acd0755

Please sign in to comment.