MediaWiki:Common.css

From APL Wiki
Revision as of 07:31, 30 October 2019 by Miraheze>Adám Brudzewsky (autoformat try-it links)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.c td {
  text-align: center;
}
.mw-highlight pre, code.mw-highlight {
  font-family: 'DejaVu Sans Mono','Iosevka','PragmataPro','APL385 Unicode','Menlo',monospace;
  line-height: 2.4ex;	
}
.worksin, a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
  position: relative;
  text-align: right;
  right: 1ex;
  font-size: smaller;
  opacity: 0.6;
}
.worksin {
  margin-top: -3em;
}
a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
  margin-bottom: -3em;
}
.worksin:hover,.try:hover{
	opacity:1;
}
#f-poweredbyico,#footer-poweredbyico{
	visibility: hidden;
	position: absolute;
}
.pi-title{
	text-align: center;
	font-weight: bold;
}
.pi-data-label {
	flex:none;
	width:110px;
}
.pi-data {
    border-bottom-style: none;
}
kbd {
	border: 0.25ex solid currentcolor;
    padding: 0 0.5ex;
    border-radius: 0.5ex;
    box-shadow: 0 0.125ex 0 0 currentcolor;
    font-family: unset;
}