4,554
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
} | } | ||
/* Style the article window */ | |||
/* Style the article window */ | /* Style the article window */ | ||
#show-article-wrapper { | #show-article-wrapper { | ||
Line 124: | Line 125: | ||
transform: rotate(-10deg); /* Adjust the rotation angle as needed */ | transform: rotate(-10deg); /* Adjust the rotation angle as needed */ | ||
} | } | ||
#show-article-content { | #show-article-content { | ||
Line 131: | Line 131: | ||
#show-article { | #show-article { | ||
/* Styles for show-article */ | |||
} | } | ||
#show-article | #show-article:hover { | ||
/* | /* Styles for show-article when hovered */ | ||
} | } | ||
.article-metadata { | .article-metadata { |