Jump to content

MediaWiki:Common.css: Difference between revisions

From Grantha
Nakha>ImportBot
Initial import
 
Nakha>ImportBot
Initial import
(No difference)

Revision as of 00:00, 1 March 2026

/* 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;
}