Jump to content

MediaWiki:Common.css: Difference between revisions

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

@font-face {
  font-family: "Adishila";
  src: url("/resources/fonts/adishila/Adishila.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Adishila";
  src: url("/resources/fonts/adishila/AdishilaBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}