2024-11-19
This commit is contained in:
97
content/css/s04.scss
Normal file
97
content/css/s04.scss
Normal file
@@ -0,0 +1,97 @@
|
||||
.season-4, .season-1 {
|
||||
--newspaper-background-texture-image: url(/images/starwars.jpg);
|
||||
--newspaper-headline-font: 'Noticia Text';
|
||||
--newspaper-base-font: 'EB Garamond';
|
||||
--newspaper-name-font: 'UnifrakturCook';
|
||||
font-family: "Libre Franklin";
|
||||
|
||||
section.prologue {
|
||||
padding: 20px;
|
||||
margin: 20px;
|
||||
border: black solid 1 px;
|
||||
border-radius: 10px;
|
||||
background: var(--newspaper-background-texture-image);
|
||||
background-repeat:repeat;
|
||||
background-position:center top;
|
||||
background-color:black;
|
||||
|
||||
color:#ffd54e;
|
||||
font-size:larger;
|
||||
div {
|
||||
width:80%;
|
||||
margin:-2em auto 4.5em auto;
|
||||
transform:perspective(300px) rotateX(10deg);
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-transform:uppercase;
|
||||
text-align:center;
|
||||
border-bottom:none;
|
||||
font-size:inherit;
|
||||
line-height:1.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-transform:uppercase;
|
||||
text-align:center;
|
||||
// font-family:trade-gothic-lt-condensed-no-18;
|
||||
padding-bottom: 8px;
|
||||
border-bottom:solid white 1.1px;
|
||||
font-size:1.5em;
|
||||
}
|
||||
|
||||
strong {
|
||||
text-transform: uppercase;
|
||||
font-weight:bold;
|
||||
padding-right:.5em;
|
||||
font-size:1.2em
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
text-align:justify;
|
||||
margin-bottom: 1em;
|
||||
line-height:1.35em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#JournalSheet-JournalEntry-oAthntGlaRbGfoHK p a.content-link {
|
||||
background: inherit;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
|
||||
// #JournalSheet-JournalEntry-oAthntGlaRbGfoHK p a.mention,
|
||||
// #JournalSheet-JournalEntry-oAthntGlaRbGfoHK p a.entity-mention,
|
||||
// #JournalSheet-JournalEntry-oAthntGlaRbGfoHK p a.mention em,
|
||||
// #JournalSheet-JournalEntry-oAthntGlaRbGfoHK p a.entity-mention em{
|
||||
// color: inherit;
|
||||
// text-transform: uppercase;
|
||||
// font-style: inherit;
|
||||
// font-weight: 900;
|
||||
// }
|
||||
|
||||
|
||||
// #JournalSheet-JournalEntry-oAthntGlaRbGfoHK article p{
|
||||
// text-align:justify;
|
||||
// margin-bottom: 1em;
|
||||
// line-height:1.35em;
|
||||
// }
|
||||
|
||||
// #JournalSheet-JournalEntry-oAthntGlaRbGfoHK article {
|
||||
// color:#ffd54e;
|
||||
// font-size:larger;
|
||||
// width:80%;
|
||||
// margin:auto;
|
||||
// transform:perspective(300px) rotateX(10deg)
|
||||
// }
|
||||
Reference in New Issue
Block a user