mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
75 lines
1.3 KiB
CSS
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;
|
|
}
|