MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
Nakha>ImportBot Initial import |
||
| Line 1: | Line 1: | ||
/* 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; | |||
} | } | ||
Revision as of 12:00, 4 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;
}