mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-22 01:34:20 -05:00
45 lines
471 B
CSS
45 lines
471 B
CSS
.icon16 {
|
|
height: 16px;
|
|
}
|
|
|
|
.icon20 {
|
|
height: 20px;
|
|
}
|
|
|
|
.icon24 {
|
|
height: 24px;
|
|
}
|
|
|
|
.card_img {
|
|
width: 250px;
|
|
height: 350px;
|
|
}
|
|
|
|
.card_img img {
|
|
max-width: 250px;
|
|
max-height: 350px;
|
|
}
|
|
|
|
.thumb {
|
|
width: 100px;
|
|
height: 98px;
|
|
}
|
|
|
|
.SearchForm {
|
|
text-align: left;
|
|
}
|
|
|
|
.brainwashed {
|
|
background-color: #dcdddf;
|
|
color: black !important;
|
|
}
|
|
|
|
.flavortext {
|
|
font-style: italic;
|
|
}
|
|
|
|
.disciplines input {
|
|
width: 30px;
|
|
height: 14px;
|
|
}
|