4,554
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
body { | body { | ||
Line 54: | Line 13: | ||
background-color: white; | background-color: white; | ||
transition: background-color 1s ease; | transition: background-color 1s ease; | ||
} | } | ||
/* Mediawiki horizontal navigation styles */ | /* Mediawiki horizontal navigation styles */ | ||
Line 194: | Line 152: | ||
width: 40%; | width: 40%; | ||
height: 100vh; /* Set to full viewport height */ | height: 100vh; /* Set to full viewport height */ | ||
overflow | overflow: auto; /* Enables scrolling if content overflows */ | ||
scrollbar-width: none; /* Firefox */ | |||
-ms-overflow-style: none; /* Internet Explorer 10+ */ | |||
z-index: 2; /* Ensure it's above #list */ | z-index: 2; /* Ensure it's above #list */ | ||
} | } | ||
/* Hides scrollbar for Webkit browsers */ | |||
#show-article-wrapper::-webkit-scrollbar { | |||
display: none; | |||
} | |||
#show-article { | #show-article { | ||
background-color: white; | background-color: white; |