4,554
edits
No edit summary |
No edit summary |
||
Line 433: | Line 433: | ||
background: #FFFFFF; | background: #FFFFFF; | ||
border: 1px solid #080808; | border: 1px solid #080808; | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
opacity: 0; /* Initially hidden */ | opacity: 0; /* Initially hidden */ | ||
z-index: -1; /* Ensures it's under the main content */ | z-index: -1; /* Ensures it's under the main content */ | ||
} | } | ||
#show-article:hover #show-article-before { | #show-article:hover #show-article-before { | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
#article-frame { | #article-frame { |