×
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
Removing custom cursors
 
(12 intermediate revisions by one other user not shown)
Line 27: Line 27:
}
}


#musicPlayerAllow {
    display:inline-block;
    color:#444;
    border:1px solid #AAA;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
    padding: 3px;
    text-align: center;
}
#musicPlayerAllow:active {
    color:red;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
/* Migrated from Wikia.css */


#april-fool-audio {
/* Not sure what this was for, other than the font styles */
  display: none;
 
.related-wikis-wrapper
{
    height: 55px;
    position: relative;
}
}
#april-fool-button {
 
  font-size: 16px;
.related-wikis-wrapper .related-wikis
  color: #eee;
{
  position: absolute;
    margin: 0;
  top: 100px;
    position: absolute;
  left: 50%;
    top: 50%;
  transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%);
  width: 300px;
    -webkit-transform: translateY(-50%);
  border: none;
    -moz-transform: translateY(-50%);
  border-radius: 2px;
    -o-transform: translateY(-50%);
  outline: none;
    transform: translateY(-50%);
  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 {
.related-wikis-wrapper .related-wikis img
  opacity: 0;
{
    border-radius: 4px;
    border-color: rgb(170, 184, 198);
}
}


#april-fool-button.april-fool-fade {
.WikiHeader li {font-family: "Blackadder ITC";}
  opacity: 0;
 
  top: 0;
.nav-item{
  left: 0;
    font-family: "Blackadder ITC";
  transform: translate(0, 0);
}

Latest revision as of 21:40, 25 January 2023

/***** 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;
}

#musicPlayerAllow {
    display:inline-block;
    color:#444;
    border:1px solid #AAA;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
    padding: 3px;
    text-align: center;
}
#musicPlayerAllow:active {
    color:red;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

/* Migrated from Wikia.css */

/* Not sure what this was for, other than the font styles */

.related-wikis-wrapper
{
    height: 55px;
    position: relative;
}

.related-wikis-wrapper .related-wikis
{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.related-wikis-wrapper .related-wikis img
{
    border-radius: 4px;
    border-color: rgb(170, 184, 198);
}

.WikiHeader li {font-family: "Blackadder ITC";}

.nav-item{
    font-family: "Blackadder ITC";
}