MediaWiki:Common.css: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
No edit summary
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 */
pre, code {
pre, code {
  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 {
kbd {
Line 12: Line 12:
}
}
a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
  margin-bottom: -3em;
margin-top: 1em;
  display: block;
}
.worksin, a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
position: relative;
float: right;
right: 1ex;
font-size: smaller;
opacity: 0.6;
}
}
.worksin:hover, a.external[href^="https://tryapl.org/?a="]:hover, a.external[href^="https://tio.run/##SyzI0"]:hover {
.worksin:hover, a.external[href^="https://tryapl.org/?a="]:hover, a.external[href^="https://tio.run/##SyzI0"]:hover {
opacity:1;
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 {
.worksin {
  margin-top: -3em;
margin-top: -3em;
}
}
.pi-title{
.pi-title{
Line 40: Line 39:
}
}
.c td {
.c td {
  text-align: center;
text-align: center;
}
}
#f-poweredbyico,#footer-poweredbyico{
#f-poweredbyico,#footer-poweredbyico{

Revision as of 22:35, 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-top: 1em;
}
.worksin, a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
	position: relative;
	float: right;
	right: 1ex;
	font-size: smaller;
	opacity: 0.6;
}
.worksin:hover, a.external[href^="https://tryapl.org/?a="]:hover, a.external[href^="https://tio.run/##SyzI0"]:hover {
	opacity:1;
}
.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;
}