557
edits
Tags: Undo Reverted |
No edit summary |
||
| (30 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
@font-face { | @font-face { | ||
font-family: "Ekatra"; | font-family: "Ekatra"; | ||
src: url(" | src: url("/fonts/Ekatra-Normal.ttf"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Ekatra"; | font-family: "Ekatra"; | ||
src: url(" | src: url("/fonts/Ekatra-Bold.ttf"); | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Ekatra"; | font-family: "Ekatra"; | ||
src: url(" | src: url("/fonts/Ekatra-Italic.ttf"); | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
| Line 163: | Line 163: | ||
max-width:70%; | max-width:70%; | ||
height:auto; | height:auto; | ||
} | } | ||
| Line 173: | Line 170: | ||
#wikisource-download-mobi { | #wikisource-download-mobi { | ||
display: none; | display: none; | ||
} | |||
.mw-indicators { | |||
display: none; | |||
} | |||
@media only screen and (max-width: 767px) { | |||
.pre-content h1, | |||
.content h1, | |||
.content h2 { | |||
display: none; | |||
} | |||
} | |||
.mw-parser-output a.external { | |||
background-image: none !important; | |||
} | |||
.mw-ui-button.mw-ui-progressive:not(:disabled) { | |||
background-color: #3366cc !important; | |||
} | |||
#editpage-specialchars { | |||
position: sticky; | |||
top: 0; | |||
z-index: 1000; | |||
background-color: white; | |||
height: 50px; | |||
overflow-y: auto; | |||
overflow-x: hidden; | |||
} | |||
nav#p-coll-print_export { | |||
display: none; | |||
} | |||
/* For Auto number in tables*/ | |||
.wikitable.autonum tr td:first-child::before { | |||
counter-increment: rownum; | |||
content: counter(rownum); | |||
} | |||
.wikitable.autonum { | |||
counter-reset: rownum; | |||
} | } | ||