my retrostic, feel free to edit as you wish, or use the code for your own stuff for this site
Zodiac's Retrostic by zodiacbadcoderacc2415346346
Details
Authorzodiacbadcoderacc2415346346
LicenseNo License
CategoryRetrostic
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Zodiac's Retrostic
@version 20240215.07.03
@namespace https://userstyles.world/user/zodiacbadcoderacc2415346346
@description my retrostic, feel free to edit as you wish, or use the code for your own stuff for this site
@author zodiacbadcoderacc2415346346
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.retrostic.com/"), url-prefix("retrostic.com") {
body {
color: #0046ff;
background-color: #00063b;
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #00063b;
border-radius: 0.3rem;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #1647ab;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.25rem;
}
.bg-light {
background-color: #00063b!important;
}
.bg-dark {
background-color: #000523!important;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #00f9ff;
background-color: #1500ff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-light {
color: #2d00ff;
background-color: #1300ff;
border-color: #00fbff;
}
.btn {
color: #00fff7
}
.table-dark {
color: #2f00ff;
background-color: #03083c;
}
/*delete the note thingies to make the page's background a gif or png by copying a image address and pasting it in there*/
/*
body {
background: url(https://images.fineartamerica.com/images-medium-large-5/blue-nebula-frank-wilson.jpg) no-repeat;
background-size: cover;
}
*/
}