No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
} | } | ||
# | #musicPlayerAllow { | ||
display:inline-block; | display:inline-block; | ||
color:#444; | color:#444; | ||
| Line 39: | Line 39: | ||
text-align: center; | text-align: center; | ||
} | } | ||
# | #musicPlayerAllow:active { | ||
color:red; | color:red; | ||
box-shadow: 0 0 5px -1px rgba(0,0,0,0.6); | box-shadow: 0 0 5px -1px rgba(0,0,0,0.6); | ||
} | } | ||
Revision as of 11:26, 10 June 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;
}
#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);
}