halloween
Halloween Wattpad by rookcoppinger
Details
Authorrookcoppinger
LicenseNo License
Categorywattpad
Created
Updated
Size3.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Halloween Wattpad
@namespace USO Archive
@author Red Boii
@description `Changes wattpad.com into a Halloween styled website!`
@version 20210815.14.35
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("wattpad.com") {
body {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
div {
background-color: black !important;
font-family: Font1;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
a {
background-color: black !important;
color: #000 !important;
}
* {
color: #000 !important;
}
header {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
article {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
button {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
footer {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
header {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
input {
background-color: white !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
img {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
textarea {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
a.tag-item {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
input {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
ul {
background-color: black !important;
font-family: Font1 !important;
text-shadow: 1px 1px 10px orange;
color: #fff !important;
}
#header-container #header #header-item-search form button {
position: absolute;
top: 11px;
left: 0;
margin: 0;
cursor: pointer;
border: none;
background: 0 0;
padding: 7px 5px;
-webkit-transition: color .1s ease;
transition: color .1s ease;
}
#header-container #header>nav>ul>li#header-item-logo a {
display: inline-block;
width: 126px;
height: 54px;
vertical-align: middle;
background: url(https://lh3.googleusercontent.com/proxy/z8xBW5NVSg1y2RCSPJawK-WFz5431xpqD9RzJrzZMqp7R4fvsK2dYNWVL7vtrrwa7ShBxeObirK4pplPkjbAHKXDiEZrRhw);
background-size: contain;
background-repeat: no-repeat;
background-position-y: 5px;
}
@font-face {
font-family: Font1;
src: url('http://fonts.googleapis.com/css?family=Alegreya+Sans+SC');
}
}