4,554
edits
No edit summary |
No edit summary |
||
Line 114: | Line 114: | ||
#show-article { | #show-article { | ||
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
width: inherit; | width: inherit; | ||
background-color: white; | background-color: white; | ||
Line 129: | Line 126: | ||
} | } | ||
#show-article-wrapper:hover { | #show-article-wrapper:hover #article-frame { | ||
border: 1px solid black; | |||
transform: rotate(-2.5deg); | |||
} | } | ||
#article-frame { | #article-frame { | ||
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
width: inherit; | width: inherit; | ||
background-color: white; | background-color: white; | ||
Line 145: | Line 141: | ||
} | } | ||
.article-metadata { | .article-metadata { |