MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 2: Line 2:
@font-face {
@font-face {
     font-family: "Ekatra";
     font-family: "Ekatra";
     src: url("https://wiki.ekatrafoundation.org/fonts/Ekatra-Normal.ttf");
     src: url("/fonts/Ekatra-Normal.ttf");
}
}
@font-face {
@font-face {
     font-family: "Ekatra";
     font-family: "Ekatra";
     src: url("https://wiki.ekatrafoundation.org/fonts/Ekatra-Bold.ttf");
     src: url("/fonts/Ekatra-Bold.ttf");
     font-weight: bold;
     font-weight: bold;
}
}
@font-face {
@font-face {
     font-family: "Ekatra";
     font-family: "Ekatra";
     src: url("https://wiki.ekatrafoundation.org/fonts/Ekatra-Italic.ttf");
     src: url("/fonts/Ekatra-Italic.ttf");
     font-style: italic;
     font-style: italic;
}
}
Line 186: Line 186:
.mw-ui-button.mw-ui-progressive:not(:disabled) {
.mw-ui-button.mw-ui-progressive:not(:disabled) {
     background-color: #3366cc !important;
     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;
}
}