Jump to content

MediaWiki:Common.css

From Grantha
Revision as of 12:00, 4 March 2026 by Nakha>ImportBot (Initial import)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Nakha Stotra — commentary styles */
.commentary-block {
    margin: 0.8em 0;
    border-radius: 3px;
    overflow: hidden;
}
.commentary-header:hover {
    background: #e8d9b8 !important;
}
.verse-block {
    scroll-margin-top: 80px;
}
.commentary-shloka {
    border-radius: 3px;
}
/* Verse ID badge link */
.verse-id-badge a {
    color: #8b6914;
    text-decoration: none;
}
.verse-id-badge a:hover {
    text-decoration: underline;
}