Jump to content

MediaWiki:Common.css: Difference between revisions

From Grantha
No edit summary
Tag: Manual revert
Nakha>ImportBot
Initial import
Line 1: Line 1:
@font-face {
/* Nakha Stotra — commentary styles */
  font-family: "Adishila";
.commentary-block {
  src: url("/resources/fonts/adishila/Adishila.ttf") format("truetype");
    margin: 0.8em 0;
  font-weight: normal;
    border-radius: 3px;
  font-style: normal;
    overflow: hidden;
}
}
 
.commentary-header:hover {
@font-face {
    background: #e8d9b8 !important;
  font-family: "Adishila";
}
  src: url("/resources/fonts/adishila/AdishilaBold.ttf") format("truetype");
.verse-block {
  font-weight: bold;
    scroll-margin-top: 80px;
  font-style: normal;
}
.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;
}