MediaWiki:Common.css

From APL Wiki
Revision as of 22:07, 28 October 2019 by Miraheze>Adám Brudzewsky (fonts)
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;
}
.apl{
  font-family: 'APL385 Unicode','DejaVu Sans Mono','Iosevka','PragmataPro','Menlo',monospace;
  line-height: 2.4ex;	
  white-space: pre-wrap;
  font-size: 1.2em;
}
code {
  border: none;
}
.worksin {
  position: relative;
  text-align: right;
  margin-top: -3em;
  right: 1ex;
  font-size: smaller;
  opacity: 0.6;
}
.worksin:hover{
	opacity:1;
}
#f-poweredbyico,#footer-poweredbyico{
	visibility: hidden;width:0;
}
.pi-title{
	text-align: center;
	font-weight: bold;
}
.pi-data-label {
	flex:none;
	width:110px;
}
.pi-data {
    border-bottom-style: none;
}