4,554
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
} | } | ||
#show-article-wrapper { | #show-article-wrapper { | ||
display: none; | |||
position: relative; | |||
width: 40%; | width: 40%; | ||
max-height: 80vh; | max-height: 80vh; | ||
Line 112: | Line 113: | ||
#show-article { | #show-article { | ||
position: relative; | |||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
padding: 10px; | padding: 10px; | ||
z-index: 2; | |||
} | |||
#show-article:hover { | |||
/* Styles for show-article when hovered */ | |||
} | |||
#show-article-wrapper:hover #article-frame { | |||
border: 1px solid black; | |||
transform: rotate(-2.5deg); | |||
z-index: 1; | |||
} | } | ||
#article-frame { | #article-frame { | ||
position: relative; | |||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
padding: 10px; | padding: 10px; | ||
z-index: 1; | |||
} | } | ||