×
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

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** 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%;
  transform: translate(-50%, -50%);
  width: 300px;
  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);