mostly IoD updates
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
<li>6</li>
|
||||
<li>7</li>
|
||||
<li>8</li>
|
||||
<li class="currDay">9</li>
|
||||
<li>10</li>
|
||||
<li>9</li>
|
||||
<li class="currDay">10</li>
|
||||
<li>11</li>
|
||||
<li>12</li>
|
||||
<li>13</li>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<div class="todayWrapper">
|
||||
|
||||
As of last session, it is the **early afternoon of Trado, the 9th day of Porma, in the 78th year since the Eradication of King Ranulf the Just and his court**.
|
||||
As of last session, it is the **evening of Pordo, the 10th day of Porma, in the 78th year since the Eradication of King Ranulf the Just and his court**.
|
||||
|
||||
</div>
|
||||
|
@@ -159,7 +159,6 @@ figure[data-type="image"]>a[target="_blank"]::after {
|
||||
|
||||
figure img {
|
||||
width: 100%;
|
||||
/* Scale down */
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -229,7 +228,7 @@ li {
|
||||
margin-bottom: 0.6em;
|
||||
}
|
||||
|
||||
/* turn on for that "authentic" OSE feel! */
|
||||
/* turn on for that authentic OSE feel! */
|
||||
/*
|
||||
ul li::marker {
|
||||
content: "▶ ";
|
||||
@@ -389,14 +388,14 @@ table th {
|
||||
}
|
||||
|
||||
.encounterButtonsWrapper {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.encounterButtonsWrapper > * {
|
||||
/* margin-left: auto; */
|
||||
border: 1px solid #e94e5c;
|
||||
border-radius: .3rem;
|
||||
padding: .25rem .5rem .5rem;
|
||||
@@ -591,12 +590,13 @@ a.licenseLink:hover {
|
||||
top: 1rem;
|
||||
}
|
||||
|
||||
.menubar {/**
|
||||
* Scrolling shadows by @kizmarh and @leaverou
|
||||
* Only works in browsers supporting background-attachment: local; & CSS gradients
|
||||
* Degrades gracefully
|
||||
*/
|
||||
|
||||
/**
|
||||
* Scrolling shadows by https://kizu.dev/ and https://lea.verou.me/
|
||||
* Only works in browsers supporting background-attachment: local; & CSS gradients
|
||||
* Degrades gracefully
|
||||
*/
|
||||
|
||||
.menubar {
|
||||
html {
|
||||
background: white;
|
||||
font: 120% sans-serif;
|
||||
@@ -817,10 +817,6 @@ a.licenseLink:hover {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.navMenu ul li.hasSubMenu details a {
|
||||
/* padding-left: 0; */
|
||||
}
|
||||
|
||||
.navMenu ul li.hasSubMenu details details {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@@ -1064,12 +1060,6 @@ a.pageTitle-sublink {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
/*
|
||||
.searchBox {
|
||||
margin-left: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
*/
|
||||
.searchBox {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -1234,6 +1224,10 @@ a.pageTitle-sublink {
|
||||
box-shadow: rgba(0, 0, 0, 0.35) 0px 50px 36px 28px inset;
|
||||
}
|
||||
|
||||
.zine-filler {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
* JS Overrides
|
||||
|
Reference in New Issue
Block a user