557
edits
No edit summary |
No edit summary |
||
| (22 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 174: | Line 174: | ||
display: none; | display: none; | ||
} | } | ||
. | @media only screen and (max-width: 767px) { | ||
display: none | .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; | |||
} | |||