Files
pokemon-foundry/pokemon.css
2025-08-11 15:24:07 +02:00

593 lines
14 KiB
CSS

.pokemon.sheet.characterSheet {
/* Create a custom radio button */
/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
/* Show the indicator (dot/circle) when checked */
/* Style the indicator (dot/circle) */
}
.pokemon.sheet.characterSheet .window-content {
background: #ac1a1a;
color: white;
width: 100%;
height: 100%;
font-family: "VT323", Arial, Helvetica, sans-serif;
}
@font-face {
font-family: 'VT323';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsY.ttf) format('truetype');
}
.pokemon.sheet.characterSheet .headerBox {
float: left;
width: 100%;
height: 110px;
display: flex;
justify-content: flex-start;
border-bottom: #5e0000;
}
.pokemon.sheet.characterSheet .charInfo {
width: 500px;
}
.pokemon.sheet.characterSheet .inputText {
background-color: #41c43a;
color: black;
border: black;
box-shadow: 0 0 20px #003300 inset;
-webkit-box-shadow: 0 0 20px #003300 inset;
-moz-box-shadow: 0 0 20px #003300 inset;
-o-box-shadow: 0 0 20px #003300 inset;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
}
.pokemon.sheet.characterSheet .bigInputText {
font-size: 21px;
font-weight: 600;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 5px;
}
.pokemon.sheet.characterSheet .smallInputText {
font-size: 16px;
padding-left: 10px;
padding-right: 10px;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 5px;
width: 60%;
}
.pokemon.sheet.characterSheet .invisibleInput {
background: transparent;
color: inherit;
text-align: inherit;
font-size: inherit;
padding: 0px;
}
.pokemon.sheet.characterSheet .advancementBox {
margin-left: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
.pokemon.sheet.characterSheet .lvlBox {
width: 60px;
height: 60px;
background-color: #41c43a;
color: black;
border: black;
box-shadow: 0 0 20px #003300 inset;
-webkit-box-shadow: 0 0 20px #003300 inset;
-moz-box-shadow: 0 0 20px #003300 inset;
-o-box-shadow: 0 0 20px #003300 inset;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
margin-bottom: 10px;
padding: 5px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
text-align: center;
}
.pokemon.sheet.characterSheet .lvlValue {
font-size: 25px;
}
.pokemon.sheet.characterSheet .expBox {
display: flex;
justify-content: flex-start;
align-items: center;
width: 80px;
height: 30px;
background-color: #41c43a;
color: black;
border: black;
box-shadow: 0 0 20px #003300 inset;
-webkit-box-shadow: 0 0 20px #003300 inset;
-moz-box-shadow: 0 0 20px #003300 inset;
-o-box-shadow: 0 0 20px #003300 inset;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
padding-left: 5px;
padding-right: 5px;
}
.pokemon.sheet.characterSheet .expValue {
text-align: center;
}
.pokemon.sheet.characterSheet .mainBox {
display: flex;
}
.pokemon.sheet.characterSheet .sidebarBox {
display: flex;
flex-direction: column;
align-items: center;
width: 200px;
height: 500px;
border-right: #5e0000;
}
.pokemon.sheet.characterSheet .imgBox {
height: 170px;
width: 180px;
padding: 0 20px;
background-color: #b0b0b0;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
position: absolute;
top: 120;
left: 20;
}
.pokemon.sheet.characterSheet .imgBox:after {
content: "";
border-top: 30px solid #b0b0b0;
border-left: 30px solid #ac1a1a;
height: 0;
float: left;
position: absolute;
left: 0px;
bottom: 0px;
}
.pokemon.sheet.characterSheet .screen {
height: 110px;
width: 140px;
margin-top: 20px;
margin-bottom: 9px;
background-color: #fff;
border: 3px solid #494949;
clear: both;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.pokemon.sheet.characterSheet .buttonbottomPicture {
height: 26px;
width: 26px;
background-color: #ac1a1a;
margin-left: 20px;
float: left;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
box-shadow: -2px 1px #5e0000;
-webkit-box-shadow: -2px 1px #5e0000;
-moz-box-shadow: -2px 1px #5e0000;
-o-box-shadow: -2px 1px #5e0000;
background: linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
background: -webkit-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
background: -moz-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
background: -o-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
}
.pokemon.sheet.characterSheet .speakers {
float: right;
width: 75px;
height: 25px;
margin-right: 20px;
right: 0px;
bottom: 7px;
position: absolute;
}
.pokemon.sheet.characterSheet .sp {
height: 3px;
margin-bottom: 5px;
background-color: #494949;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
}
.pokemon.sheet.characterSheet .charImg {
max-height: 95px;
max-width: 125px;
height: auto;
width: auto;
}
.pokemon.sheet.characterSheet .vertLine {
position: absolute;
height: 470px;
float: left;
left: 216px;
bottom: 0px;
width: 5px;
background-color: #5e0000;
}
.pokemon.sheet.characterSheet .calcStatBox {
margin-top: 180px;
}
.pokemon.sheet.characterSheet .hitPointBox {
display: flex;
align-items: flex-end;
}
.pokemon.sheet.characterSheet .row {
display: flex;
align-items: center;
justify-content: center;
}
.pokemon.sheet.characterSheet .charHex {
width: 75px;
height: 75px;
background-color: #41c43a;
color: black;
border: black;
box-shadow: 0 0 20px #003300 inset;
-webkit-box-shadow: 0 0 20px #003300 inset;
-moz-box-shadow: 0 0 20px #003300 inset;
-o-box-shadow: 0 0 20px #003300 inset;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
padding: 5px;
margin: 15px 10px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
text-align: center;
}
.pokemon.sheet.characterSheet .charHPCurrent {
width: 80px;
height: 80px;
margin-left: 20px;
margin-right: 0px;
}
.pokemon.sheet.characterSheet .charHPMax {
width: 60px;
height: 60px;
}
.pokemon.sheet.characterSheet .charHexValue {
font-size: 35px;
}
.pokemon.sheet.characterSheet .hpValue {
font-size: 40px;
margin-bottom: 5px;
}
.pokemon.sheet.characterSheet .hpLabel {
font-size: 18px;
}
.pokemon.sheet.characterSheet .hpMaxValue {
font-size: 22px;
}
.pokemon.sheet.characterSheet .menuBox {
background-color: #5e0000;
border: none;
padding: 0px 10px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
}
.pokemon.sheet.characterSheet .horLine {
width: 400px;
position: absolute;
right: 0px;
height: 5px;
bottom: 511px;
background-color: #5e0000;
}
.pokemon.sheet.characterSheet nav {
border: none;
height: 60px;
}
.pokemon.sheet.characterSheet .menuIcon {
height: 35px;
width: 45px;
background-color: #003300;
float: left;
text-align: center;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
background: linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -webkit-linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -moz-linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -o-linear-gradient(top, #307bfb 0%, #0530e5 80%);
box-shadow: -1px 2px #001c91;
-webkit-box-shadow: -1px 2px #001c91;
-moz-box-shadow: -1px 2px #001c91;
-o-box-shadow: -1px 2px #001c91;
}
.pokemon.sheet.characterSheet .item.active:after {
content: "";
height: 35px;
float: left;
position: relative;
left: 0px;
top: -35px;
width: 45px;
background-color: #0006;
border-radius: 10px;
}
.pokemon.sheet.characterSheet .bgCurve1 {
position: absolute;
background-color: #5e0000;
width: 121px;
height: 100px;
left: 221px;
top: 186px;
}
.pokemon.sheet.characterSheet .bgCurve2 {
position: absolute;
background-color: #5e0000;
width: 100px;
height: 55px;
left: 403px;
top: 131px;
}
.pokemon.sheet.characterSheet .curve1 {
position: absolute;
background-color: #900607;
width: 100px;
height: 55px;
left: 403px;
top: 131px;
border-top-left-radius: 60px 35px;
}
.pokemon.sheet.characterSheet .curve2 {
position: absolute;
background-color: #900607;
width: 121px;
height: 100px;
left: 221px;
top: 186px;
border-top-left-radius: 101px 60px;
}
.pokemon.sheet.characterSheet .statsBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
position: absolute;
z-index: 100;
margin-top: 25px;
margin-left: 50px;
}
.pokemon.sheet.characterSheet .categorySelectBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
}
.pokemon.sheet.characterSheet .statHex {
margin-top: 7px;
margin-bottom: 7px;
}
.pokemon.sheet.characterSheet select {
background-color: transparent;
color: black;
border: 2px solid black;
width: 100px;
height: 30px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
margin: 5px 0px 5px 15px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
text-align: center;
font-size: 16;
}
.pokemon.sheet.characterSheet .container {
display: flex;
align-items: center;
margin: 5px;
}
.pokemon.sheet.characterSheet .radioButton {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.pokemon.sheet.characterSheet .checkmark {
display: inline-block;
top: 0;
left: 0;
height: 20px;
width: 36px;
background-color: black;
border-radius: 5px;
margin-right: 8px;
box-shadow: 0 0 10px #003300 inset;
-webkit-box-shadow: 0 0 10px #003300 inset;
-moz-box-shadow: 0 0 10px #003300 inset;
-o-box-shadow: 0 0 10px #003300 inset;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
}
.pokemon.sheet.characterSheet .container:hover input ~ .checkmark {
background-color: #434343;
}
.pokemon.sheet.characterSheet .container input:checked ~ .checkmark {
background-color: #41c43a;
}
.pokemon.sheet.characterSheet .combatBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
position: absolute;
z-index: 100;
margin-top: 15px;
margin-left: 30px;
}
.pokemon.sheet.characterSheet textarea {
font-family: VT323;
width: 200px;
height: 70px;
margin: 5px;
margin-left: 15px;
}
.pokemon.sheet.characterSheet .moveName {
width: 150px;
}
.pokemon.sheet.characterSheet .typeSelectBox {
display: flex;
margin-top: 5px;
margin-left: 10px;
}
.pokemon.sheet.characterSheet .normal {
background-color: #A8A77A;
}
.pokemon.sheet.characterSheet .fire {
background-color: #EE8130;
}
.pokemon.sheet.characterSheet .water {
background-color: #6390f0;
}
.pokemon.sheet.characterSheet .electric {
background-color: #F7D02C;
}
.pokemon.sheet.characterSheet .grass {
background-color: #7AC74C;
}
.pokemon.sheet.characterSheet .ice {
background-color: #96D9D6;
}
.pokemon.sheet.characterSheet .fighting {
background-color: #C22E28;
}
.pokemon.sheet.characterSheet .poison {
background-color: #A33EA1;
}
.pokemon.sheet.characterSheet .ground {
background-color: #E2BF65;
}
.pokemon.sheet.characterSheet .flying {
background-color: #A98FF3;
}
.pokemon.sheet.characterSheet .psychic {
background-color: #F95587;
}
.pokemon.sheet.characterSheet .bug {
background-color: #A6B91A;
}
.pokemon.sheet.characterSheet .rock {
background-color: #B6A136;
}
.pokemon.sheet.characterSheet .ghost {
background-color: #735797;
}
.pokemon.sheet.characterSheet .dragon {
background-color: #6F35FC;
}
.pokemon.sheet.characterSheet .dark {
background-color: #705746;
}
.pokemon.sheet.characterSheet .steel {
background-color: #B7B7CE;
}
.pokemon.sheet.characterSheet .fairy {
background-color: #D685AD;
}
.pokemon.sheet.characterSheet .charInfoBox {
display: flex;
flex-direction: column;
}
.pokemon.sheet.characterSheet .defenseBox {
position: absolute;
bottom: 5px;
right: 10px;
}
.pokemon.sheet.characterSheet .defenseTable {
margin-top: 10px;
border-radius: 5px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.pokemon.sheet.characterSheet .defenseTable th {
padding: 3.5px;
padding-right: 4px;
font-size: 12px;
}
.pokemon.sheet.characterSheet .effectiveness0 {
background-color: black;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .effectiveness¼ {
background-color: #a40000;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .effectiveness½ {
background-color: #a40000;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .effectiveness1 {
background-color: #fff8;
color: transparent;
text-shadow: none;
}
.pokemon.sheet.characterSheet .effectiveness2 {
background-color: #4e9a06;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .effectiveness4 {
background-color: #73d216;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .header {
font-size: 25px;
text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
.pokemon.sheet.characterSheet .contentBackground {
position: absolute;
width: 430px;
height: 512px;
background-color: #900607;
z-index: -1;
bottom: 0px;
right: 0px;
border-top-left-radius: 20px;
}
.pokemon.sheet.characterSheet .inventoryBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
position: absolute;
z-index: 100;
margin-top: 15px;
margin-left: 30px;
}
.pokemon.sheet.characterSheet .inventory {
width: 350px;
height: 400px;
}