×
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
 
(37 intermediate revisions by 2 users not shown)
Line 10: Line 10:
.watchlistredir {
.watchlistredir {
   font-style: italic;
   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%);
}
}


.WikiaNotiifications li div{
.related-wikis-wrapper .related-wikis img
     background-color: red;
{
     border-radius: 4px;
    border-color: rgb(170, 184, 198);
}
}
.WikiaArticle{
 
     font-family: "Old English Text MT";
.WikiHeader li {font-family: "Blackadder ITC";}
 
.nav-item{
     font-family: "Blackadder ITC";
}
}

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";
}