MediaWiki:Common.css: Difference between revisions

From Equinox Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 55: Line 55:
}
}


div.toolbar {
div#toolbar {
   display: none;
   display: none;
}
}

Revision as of 12:22, 12 November 2024

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

    a {
        text-decoration: none;
        color: #36c;
        background: none
    }

    a:not([href]) {
        cursor: pointer
    }

    a:visited {
        color: #36c;
    }

    a:active {
        color: #36c;
    }

    a:hover,a:focus {
        text-decoration: underline
    }

    a:lang(ar),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur) {
        text-decoration: none
    }

	:link.new {
        color: #D7452A;
    }
  .layered.box {
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;
  }
 body {
 	font-family: 'Lato';
 }
 .mw-body h1, h1, .mw-heading {font-family: 'Merriweather';}
 
.mw-collapsible .mw-collapsible-toggle {
    float:right;
    margin-left:0;
    margin-right:1em;
    padding-top: 0.7em;
}

div#toolbar {
  display: none;
}
#viewerContainer {
  top: 0;
}
.pdfViewer .page {
  margin: 0;
  border: 0;
  padding: 0;
}