2014-04-06, 04:36 PM
Kunagisa Wrote:I need to make a userstyle for the gradient background.
Code:
/* Makes top area is transparent */
.above_body {
background: transparent !important;
}
/* Pink gradient */
html {
background: #ffffff url(http://i.imgur.com/PjDm42B.jpg) repeat-x fixed left top !important;
}
