MediaWiki:Common.css: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
(fix scroll issue)
Miraheze>Adám Brudzewsky
No edit summary
Line 3: Line 3:
   text-align: center;
   text-align: center;
}
}
.apl{
.mw-highlight pre,{
   font-family: 'APL385 Unicode','DejaVu Sans Mono','Iosevka','PragmataPro','Menlo',monospace;
   font-family: 'APL385 Unicode','DejaVu Sans Mono','Iosevka','PragmataPro','Menlo',monospace;
   line-height: 2.4ex;
   line-height: 2.4ex;
  white-space: pre-wrap;
  font-size: 1.2em;
}
code {
   border: none;
   border: none;
}
}

Revision as of 08:55, 29 October 2019

/* CSS placed here will be applied to all skins */
.c td {
  text-align: center;
}
.mw-highlight pre,{
  font-family: 'APL385 Unicode','DejaVu Sans Mono','Iosevka','PragmataPro','Menlo',monospace;
  line-height: 2.4ex;	
  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;
	position: absolute;
}
.pi-title{
	text-align: center;
	font-weight: bold;
}
.pi-data-label {
	flex:none;
	width:110px;
}
.pi-data {
    border-bottom-style: none;
}