A patriotic American-themed background to the online drawing game Drawaria. The script uses a GIF of the American flag.
Drawaria.America by mputa616
Details
Authormputa616
LicenseMIT
Categoryuserstyles.world/user/AmericaDrawaria
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Key Features:
- American Flag Background: The script sets a looping GIF of the American flag as the background for the Drawaria website, giving it a patriotic and festive look.
- Customizable Elements: While the main focus is on the body background, the script includes commented-out sections that suggest additional customization options for other elements like the login section, main content area, avatar container, and loading screen. These sections are currently inactive but can be modified or uncommented to apply similar themed backgrounds to other parts of the site.
- Easy to Use: The script is simple and straightforward, making it easy for users to install and apply to their Drawaria experience.
How to Use:
- Install a user style manager extension (like Stylus or UserCSS) in your browser.
- Create a new style and paste the provided code.
- Save and enable the style.
- Visit Drawaria to see the American-themed background in action.
This script is perfect for users who want to add a touch of patriotism or simply enjoy a visually dynamic background while playing Drawaria.
Source code
/* ==UserStyle==
@name Drawaria.America
@version 1.0
@namespace userstyles.world/user/AmericaDrawaria
@description en: America theme for Drawaria.
@author YouTubeDrawaria
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://drawaria.online") {
body {
background: url(https://media2.giphy.com/media/xCigPhwwgKWtFsZEpU/giphy.gif?cid=6c09b952ebck963jpimkn1sj65d88t4bil88nh89l153c5d4&ep=v1_internal_gif_by_id&rid=giphy.gif&ct=g) center fixed !important;
}
/*
#login-midcol {
background: url(https://i.gifer.com/7Njy.gif) right bottom no-repeat, url(paper.gif) left top repeat;
padding: 15px;
}
#login {
background: url(https://i.gifer.com/7Njy.gif) right bottom no-repeat, url(paper.gif) left top repeat;
padding: 15px;
}
#main {
background: url(https://i.gifer.com/7Njy.gif) right bottom no-repeat, url(paper.gif) left top repeat;
padding: 30px;
}
#avatarcontainer {
background: url(https://i.gifer.com/7Njy.gif) right bottom no-repeat, url(paper.gif) left top repeat;
padding: 15px;
}
#loading {
background: url(https://i.gifer.com/7Njy.gif) right bottom no-repeat, url(paper.gif) left top repeat;
padding: 15px;
}
*/
}