×
Create a new article
Write your page title here:
We currently have 302 articles on Knights of the Olde Speech. Type your article name above or click on one of the titles below and start writing!



Knights of the Olde Speech

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 37: Line 37:
   top: 100px;
   top: 100px;
   left: 50%;
   left: 50%;
  transform: translate(-50%, -50%);
 
   width: 300px;
   width: 300px;
   padding: 10px;
   padding: 10px;

Revision as of 13:51, 1 April 2020

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}
.WikiaArticle{
    font-family: "Times New Roman";
}
h1{
    font-family: Algerian;
}
h2{
    font-family: "Old English Text MT";
}
h3{
    font-family: "Blackadder ITC";
}
h4{
    font-family: Chiller;
}


#april-fool-audio {
  display: none;
}
#april-fool-button {
  font-size: 16px;
  color: #eee;
  position: absolute;
  top: 100px;
  left: 50%;

  width: 300px;
  padding: 10px;
  border: none;
  border-radius: 2px;
  outline: none;
  background: rgba(115, 67, 167, 0.8);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease-out;
  z-index: 100;
}

#april-fool-button.april-fool-fade:hover {
  opacity: 0;
}

#april-fool-button.april-fool-fade {
  opacity: 0;
  top: 0;
  left: 0;
  transform: translate(0, 0);