MediaWiki:Common.css: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
(bigger font stack)
Miraheze>Adám Brudzewsky
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.c td {
pre, code {
  text-align: center;
}
.mw-highlight pre, code.mw-highlight {
   font-family: 'DejaVu Sans Mono','Iosevka','PragmataPro','APL385 Unicode','SImPL medium','SImPL','Menlo',monospace;
   font-family: 'DejaVu Sans Mono','Iosevka','PragmataPro','APL385 Unicode','SImPL medium','SImPL','Menlo',monospace;
   line-height: 2.3ex;
   line-height: 2.3ex;
}
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;
}
a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
  margin-bottom: -3em;
  display: block;
}
.worksin:hover, a.external[href^="https://tryapl.org/?a="]:hover, a.external[href^="https://tio.run/##SyzI0"]:hover {
opacity:1;
}
}
.worksin, a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
.worksin, a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
Line 16: Line 27:
.worksin {
.worksin {
   margin-top: -3em;
   margin-top: -3em;
}
a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
  margin-bottom: -3em;
  display: block;
}
.worksin:hover, a.external[href^="https://tryapl.org/?a="]:hover, a.external[href^="https://tio.run/##SyzI0"]:hover {
opacity:1;
}
#f-poweredbyico,#footer-poweredbyico{
visibility: hidden;
position: absolute;
}
}
.pi-title{
.pi-title{
Line 39: Line 39:
     border-bottom-style: none;
     border-bottom-style: none;
}
}
kbd {
.c td {
border: 0.25ex solid currentcolor;
  text-align: center;
    padding: 0 0.5ex;
}
    border-radius: 0.5ex;
#f-poweredbyico,#footer-poweredbyico{
    box-shadow: 0 0.125ex 0 0 currentcolor;
visibility: hidden;
    font-family: unset;
position: absolute;
}
}

Revision as of 22:25, 30 October 2019

/* CSS placed here will be applied to all skins */
pre, code {
  font-family: 'DejaVu Sans Mono','Iosevka','PragmataPro','APL385 Unicode','SImPL medium','SImPL','Menlo',monospace;
  line-height: 2.3ex;	
}
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;
}
a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
  margin-bottom: -3em;
  display: block;
}
.worksin:hover, a.external[href^="https://tryapl.org/?a="]:hover, a.external[href^="https://tio.run/##SyzI0"]:hover {
	opacity:1;
}
.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;
}
.pi-title{
	text-align: center;
	font-weight: bold;
}
.pi-data-label {
	flex:none;
	width:110px;
}
.pi-data {
    border-bottom-style: none;
}
.c td {
  text-align: center;
}
#f-poweredbyico,#footer-poweredbyico{
	visibility: hidden;
	position: absolute;
}