4,554
edits
No edit summary |
No edit summary |
||
Line 105: | Line 105: | ||
/* Style the article window */ | /* Style the article window */ | ||
#show-article-wrapper { | |||
transition: all 0.3s ease; /* Add a transition for smoother effect */ | |||
} | |||
#show-article-wrapper:hover { | |||
border: 10px solid red; /* Change the border color to red for testing */ | |||
} | |||
#show-article { | #show-article { | ||
display: none; position: fixed; top: 0; right: 0; width: 37%; height: max-content; margin-right: 2%; margin-top: 2%; background-color: white; padding: 20px; border: 1px solid; | display: none; position: fixed; top: 0; right: 0; width: 37%; height: max-content; margin-right: 2%; margin-top: 2%; background-color: white; padding: 20px; border: 1px solid; | ||
} | } | ||