Files
Hector-Montsegur 66cdc49cbc initial_version (#6345)
First version of the character sheet
2020-05-11 10:29:28 -04:00

75 lines
1.3 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Coming+Soon&display=swap');
@import url('https://fonts.googleapis.com/css?family=Special+Elite&display=swap');
* {
font-weight: normal;
}
.charsheet {
background: url(https://cdn.inspirationhut.net/wp-content/uploads/2012/11/Grungy-Paper-Textures.jpg);
width: 800px;
color: black;
}
hr {
border: 1px solid rgb(196,148,75);
}
img {
width: 250px;
background-color: transparent;
opacity: 0.7;
}
select {
width: 90px;
background-color: rgba(255,255,235,0.7);
border: 1px solid rgb(196,148,75);
border-radius: 10px 10px 10px 10px;
font-family: 'Coming Soon';
font-size: 16px;
color: rgb(40,40,50);
}
select option {
font-family: 'Lucida Bright', Lucida, serif;
font-size: 14px;
color: black;
}
input {
width: 180px;
background-color: rgba(255,255,235,0.7);
border: 1px solid rgb(196,148,75);
border-radius: 10px 10px 10px 10px;
font-family: 'Coming Soon';
font-size: 16px;
color: rgb(40,40,50);
}
table {
font-size: 20px;
color: black;
}
td {
vertical-align: top;
font-family: 'Courier';
}
textarea {
height: auto;
background-color: rgba(255,255,235,0.7);
border: 1px solid rgb(196,148,75);
border-radius: 10px 10px 10px 10px;
font-family: 'Coming Soon';
font-size: 16px;
color: rgb(40,40,50);
}
h2 {
font-family: 'Courier';
color: black;
}