4,092
edits
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 398: | Line 398: | ||
position: fixed; /* Change to fixed */ | position: fixed; /* Change to fixed */ | ||
top: 86px; | top: 86px; | ||
right: | right: 30px; | ||
width: 39%; | width: 39%; | ||
height: 100vh; /* Set to full viewport height */ | height: 100vh; /* Set to full viewport height */ | ||
Line 415: | Line 415: | ||
padding: 10px; | padding: 10px; | ||
position: relative; | position: relative; | ||
} | } | ||
#show-article:before { | #show-article:before { | ||
Line 426: | Line 425: | ||
background: #FFFFFF; | background: #FFFFFF; | ||
border: 1px solid #080808; | border: 1px solid #080808; | ||
transform: matrix(1, -0. | transform: matrix(1, -0.02, 0.02, 1, 0, 0); | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
opacity: 0; /* Initially hidden */ | opacity: 0; /* Initially hidden */ | ||
Line 667: | Line 666: | ||
#related-articles { | #related-articles { | ||
margin-top: 60px; | |||
margin-right: 4.5%; | |||
} | } | ||
.related-articles-label { | .related-articles-label { | ||
Line 703: | Line 703: | ||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
.related-article-entry-number { | .related-article-entry-number { | ||
Line 1,272: | Line 1,271: | ||
} | } | ||
.view-buttons { | .view-buttons, .order-buttons { | ||
display: flex; | display: flex; | ||
justify-content: left; | |||
} | } | ||
.list-view-button, .block-view-button, .chronicle-button, .random-button, .alphabetical-button, .list-view-button-author, .block-view-button-author { | .list-view-button, .block-view-button, .chronicle-button, .random-button, .alphabetical-button, .list-view-button-author, .block-view-button-author { | ||
font-size: 19px; | font-size: 19px; |