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 15: Line 15:
   font-family: 'APL385 Unicode';
   font-family: 'APL385 Unicode';
   line-height: 2.4ex;
   line-height: 2.4ex;
  border: none;
}
}
.worksin {
.worksin {
border:1px solid #eaecf0;
  margin-top: -3em;
border-top:none;
  font-size: smaller;
margin-top:-2em;
  width: 100%;
font-size: smaller;
  text-align: right;
background: #f8f9fa;
  right: 1ex;
width:100%;  
  position: relative;
text-align:center
  opacity: 0.5;
}
.worksin:hover{
opacity:1;
}
}
#f-poweredbyico,#footer-poweredbyico{
#f-poweredbyico,#footer-poweredbyico{
visibility: hidden;width:0;
visibility: hidden;width:0;
}
}

Revision as of 13:00, 19 September 2019

/* CSS placed here will be applied to all skins */
@font-face {
  font-family: 'APL385 Unicode';
  src: local("APL385 Unicode"),
    url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff2') format('woff2'),
    url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff') format('woff'),
    url('//github.com/rikedyp/APLCourse/raw/master/assets/Apl385.otf'),
    url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.ttf');
}
pre.apl{
  font-family: 'APL385 Unicode';
  line-height: 2.4ex;	
}
code.apl {
  font-family: 'APL385 Unicode';
  line-height: 2.4ex;	
}
.worksin {
  margin-top: -3em;
  font-size: smaller;
  width: 100%;
  text-align: right;
  right: 1ex;
  position: relative;
  opacity: 0.5;
}
.worksin:hover{
	opacity:1;
}
#f-poweredbyico,#footer-poweredbyico{
	visibility: hidden;width:0;
}