MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
 
(3 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 188: Line 188:
}
}
#editpage-specialchars {
#editpage-specialchars {
  position: sticky;
    position: sticky;
  top: 0;
    top: 0;
  z-index: 1000;
    z-index: 1000;
  background-color: white;  
    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;
}
}