No edit summary |
No edit summary |
||
| Line 26: | Line 26: | ||
font-family: Chiller; | font-family: Chiller; | ||
} | } | ||
#april-fool-audio { | |||
display: none; | |||
} | |||
#april-fool-button { | |||
font-size: 16px; | |||
color: #eee; | |||
position: absolute; | |||
top: 50%; | |||
left: 50%; | |||
transform: translate(-50%, -50%); | |||
width: 200px; | |||
padding: 15px; | |||
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; | |||
} | |||
#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); | |||
Revision as of 11:54, 1 April 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;
}
#april-fool-audio {
display: none;
}
#april-fool-button {
font-size: 16px;
color: #eee;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 200px;
padding: 15px;
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;
}
#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);