Initial commit!
This commit is contained in:
23
default.css
Normal file
23
default.css
Normal file
@ -0,0 +1,23 @@
|
||||
body {
|
||||
font-family: Tahoma;
|
||||
height: 98vh;
|
||||
/* Use below BG for crimmis */
|
||||
/*background-image: linear-gradient(#4d4e4f 50%, rgb(154, 156, 156));*/
|
||||
/* use below BG for pride */
|
||||
/*background-image: url('siteimg/LGBTQplus_Progress_Flag.png');*/
|
||||
background-image: url('siteimg/winntskywaifu2x.png');
|
||||
/* ^ win nt sky by sequency on deviantart. enhanced size with waifu2x.*/
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-color: black;
|
||||
color: rgb(208, 208, 208);
|
||||
/* use below default text color for pride */
|
||||
/*color: rgb(134, 134, 134);*/
|
||||
}
|
||||
.imgfix img {
|
||||
background-color: grey
|
||||
}
|
||||
table {
|
||||
background-color:black;
|
||||
background:rgba(32, 32, 32, 0.8)
|
||||
}
|
Reference in New Issue
Block a user