MediaWiki:Gadget-floodstyle.css

From Wikinews, the free news source you can write!
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

/* the following code makes the sidebar and personal links red */
#content, #mw-head-base, #footer {
border-color:#CC2200 !important;
}
body {
background-color:#fff6f6;
}
#mw-page-base {
background-image: linear-gradient(#fff 50%, #fff6f6 100%)
}
div.vectorTabs span, div.vectorTabs {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAYAAADp73NqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gQMEA8hjGFhZgAAAD1JREFUCNeFjkkOACAIAwn/f7EQxpMQ0eit6TKpACg2RDETxZeK8myI4qnKy6CXdxQXVBTgP4v+4HUtTtQEa6WJVMvfC1YAAAAASUVORK5CYII=');
}
div.vectorTabs ul li {
background-image: linear-gradient(#fff 0px, #ffe6e6 40px, #cc2200 2px);
border:1px solid #cc22000;
}