No edit summary |
Removing custom cursors |
||
| (29 intermediate revisions by one other user not shown) | |||
| Line 19: | Line 19: | ||
h2{ | h2{ | ||
font-family: "Old English Text MT"; | font-family: "Old English Text MT"; | ||
} | } | ||
h3{ | h3{ | ||
font-family: "Blackadder ITC"; | font-family: "Blackadder ITC"; | ||
} | } | ||
h4{ | h4{ | ||
font-family: Chiller; | 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"; | |||
} | } | ||
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";
}