shin-neo-lyrical-tokarev/public/styles/home/index.css

58 lines
921 B
CSS
Raw Normal View History

2024-11-16 02:11:07 -05:00
#cc{
border: 1px solid white;
image-rendering: auto;
}
2024-11-27 01:00:06 -05:00
.kiki_table{
2024-11-16 02:11:07 -05:00
border-color: green;
}
#darkness{
color: black;
}
.blue{
color: blue;
}
.red{
color: red;
2024-11-27 01:00:06 -05:00
}
2024-11-28 16:46:58 -05:00
#buster{
width: 123px;
animation-name: spin;
animation-duration: 0.7s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}
2024-11-29 20:07:52 -05:00
.gang > img, .gang > * > img{
2024-11-28 16:46:58 -05:00
border: 1px solid var(--celeste);
}
2024-11-27 01:00:06 -05:00
/* .main_div{
background-image: url("/public/images/backgrounds/index.png");
background-size: contain;
background-repeat: no-repeat;
2024-12-04 01:46:31 -05:00
} */
.matsurigoto_div{
height: 800px;
overflow-y: scroll;
border: 1px solid var(--celeste)
2024-12-04 12:47:20 -05:00
}
.maotatsu > small::selection{
background-color: var(--celeste);
2024-12-04 22:56:01 -05:00
}
.visitor_table > tbody > tr > td{
max-width: 160px;
overflow-x: scroll;
2024-12-04 01:46:31 -05:00
}