Files
Vince 3fe570a629 Within update: copied background and logo images to repo (#7208)
* within update to copy background and logo to repo

- copied images to github
- set css/html to use new image locations

* image url updates to match images on repo

* updated path to use the proper subfolder name case
2020-08-17 12:03:58 -05:00

78 lines
1.5 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);
*/
background: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/WIthin/images/within_background.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;
}