Skip to content

Vimm Galaxy by rugal1cc

Screenshot of Vimm Galaxy

Details

Authorrugal1cc

LicenseNo License

Categoryvimm.net

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

vimm's lair w/ rainbow text and a moving starfield background.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Vimm Galaxy
@version      20221104.04.16
@namespace    userstyles.world/user/rugal1cc
@description  vimm's lair w/ rainbow text and a moving starfield background.
@author       rugal1cc
@license      No License
==/UserStyle== */

@-moz-document domain("vimm.net") {
/* ==UserStyle==
@name           Vimm Galaxy
@namespace      USO Archive
@author        dead
@description    `<p>A Theme for Vimm's Lair.<br/></p>`

==UserStyle==*/



#ads {
	position: absolute;
	top: 0;
	left: 160px;
	right: 0;
	height: 100px;
	overflow: hidden;
	background-image: linear-gradient(#000 0px,#1f629d 90px,#000 100px);
}

#main{
    background-image: url('https://i.imgur.com/EWaiJVI.gif');
}

.mainContent {
    animation: exampleAnim 5s linear 0s infinite;
}

table.cellpadding1.rounded{
    border: rgb(35, 14, 168);
    border-radius: 10px;
    padding: 3px 6px;
    background-color: rgb(0,0,0);
    
}

@keyframes exampleAnim{
	from {
		  color: #6666ff;
  	}
  10% {
    color: #0099ff;
  	}
  50% {
    color: #00ff00;
  	}
  75% {
    color: #ff3399;
  	}
  100% {
    color: #6666ff;
	}
}

#menu {
	display: flex;
	flex-direction: column;
	background-color: #13395b;
	position: absolute;
	width: 160px;
	height: 100%;
	overflow: hidden;
}

.menuColor {
	background-color: black;
}

#menuCorner {
    background-image: url('https://i.imgur.com/VO0GNBz.gif');
    background-size: contain;
}
}

Reviews

No reviews yet.