sc-adventures/styles/warriors-of-seanine.css

157 lines
3.5 KiB
CSS
Raw Normal View History

2023-10-25 18:32:17 +00:00
/* FOR USE WITH https://github.com/cswendrowski/FoundryVTT-Custom-CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
2023-10-27 15:52:41 +00:00
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
p {
margin-bottom: 0;
padding-bottom: 0;
}
p + p {
text-indent: 20px;
margin-top: 0;
padding-top: 0;
}
/* PAGES */
.wos-page {
padding : 10px;
font-family : 'Mookmania Regular';
}
.wos-page b {
color: #b36d68;
}
.wos-page h1,h3,h4,h5{
font-family: 'AlegreyaSC Regular';
}
.wos-page h2{
font-family: 'AlegreyaSC Regular';
font-weight: bold;
}
/* NOTES */
.wos-page .note {
background-color : #d1b6b4;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.wos-page .note h5{
font-size: medium;
padding-top: 20;
margin-bottom: -10px;
}
.wos-page .note p{
font-size: small;
margin-right: 20;
margin-bottom: 20;
}
/* FOR USE WITH https://github.com/cswendrowski/FoundryVTT-Custom-CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
2023-10-25 18:32:17 +00:00
.drop-cap {
2023-10-27 15:52:41 +00:00
font-family: 'Volbera Regular';
2023-10-25 18:32:17 +00:00
color: rgb(0, 0, 0);
font-size: 70px;
2023-10-27 15:52:41 +00:00
line-height: 60px;
2023-10-25 18:32:17 +00:00
vertical-align: top;
display: inline-block;
float: left;
margin: 0 10px 0 0;
}
p {
margin-bottom: 0;
padding-bottom: 0;
2023-10-27 15:52:41 +00:00
/* line-height: 1.5; */
font-stretch: wider;
2023-10-25 18:32:17 +00:00
}
p + p {
text-indent: 20px;
margin-top: 0;
padding-top: 0;
}
/* PAGES */
.wos-page {
padding :50;
2023-10-27 15:52:41 +00:00
font-family : 'Mookmania Regular';
2023-10-25 18:32:17 +00:00
}
.wos-page b {
color: #b36d68;
}
2023-10-27 15:52:41 +00:00
.wos-page h1,h3,h4,h5{
font-family: 'AlegreyaSC Regular';
}
2023-10-25 18:32:17 +00:00
2023-10-27 15:52:41 +00:00
.wos-page h2{
font-family: 'AlegreyaSC Regular';
font-weight: bold;
}
2023-10-25 18:32:17 +00:00
/* NOTES */
.wos-page .note {
background-color : #d1b6b4;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.wos-page .note h5{
font-size: medium;
padding-top: 20;
margin-bottom: -10px;
}
.wos-page .note p{
font-size: small;
margin-right: 20;
margin-bottom: 20;
}
.wos-page .descriptive {
background-color : #d1c5b4;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px;
border-image-width : 11px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.wos-page br {
text-indent: 20px;
}
/* TABLES */
.wos-page tr:nth-child(odd) td {
background-color : #d1c5b4;
}
table, th, td, tr {
border-style : none;
}