background-color: var(--back-color);
font-family: sans-serif;
- font-size: 100%;
+ font-size: 112.5%;
--h1-size: 1.6em;
--h2-size: 1.4em;
--panel-fill: rgba(255, 204, 51, 40%);
--selection-fg: #eee;
- --selection-bg: rgba(170, 136, 34, 0.6);
+ --selection-bg: rgba(170, 136, 34, 60%);
--h1-border: #862;
--h1-shadow: #431;
--comment-stroke: #541;
--comment-fill: #ec6;
- --quote-bg: rgba(0, 0, 0, 0.1);
+ --quote-bg: rgba(0, 0, 0, 10%);
/*************
* url params *
--panel-fill: rgba(85, 68, 17, 40%);
--selection-fg: #111;
- --selection-bg: rgba(255, 221, 119, 0.9);
+ --selection-bg: rgba(255, 221, 119, 90%);
--h1-border: #862;
--h1-shadow: #c93;
--comment-stroke: #feb;
--comment-fill: #652;
- --quote-bg: rgba(255, 255, 255, 0.1);
+ --quote-bg: rgba(255, 255, 255, 10%);
/*************
* url params *
--panel-fill: rgba(255, 204, 51, 40%);
--selection-fg: #eee;
- --selection-bg: rgba(170, 136, 34, 0.6);
+ --selection-bg: rgba(170, 136, 34, 60%);
--h1-border: #862;
--h1-shadow: #431;
--comment-stroke: #541;
--comment-fill: #ec6;
- --quote-bg: rgba(0, 0, 0, 0.1);
+ --quote-bg: rgba(0, 0, 0, 10%);
/*************
* url params *
--panel-fill: rgba(85, 68, 17, 40%);
--selection-fg: #111;
- --selection-bg: rgba(255, 221, 119, 0.9);
+ --selection-bg: rgba(255, 221, 119, 90%);
--h1-border: #862;
--h1-shadow: #c93;
--comment-stroke: #feb;
--comment-fill: #652;
- --quote-bg: rgba(255, 255, 255, 0.1);
+ --quote-bg: rgba(255, 255, 255, 10%);
/*************
* url params *
@media only screen and (min-width: 9.6in) {
html {
- padding: 1.25rem 4vw;
+ padding: 0;
--h1-size: 2.6em;
--h2-size: 2.2em;
}
main {
- padding: 4vh 0;
+ padding: 2vh 0;
}
/*noinspection CssOverwrittenProperties*/
main > section, nav.desktop, aside.desktop {
- border: 0.25em solid var(--panel-stroke);
- border-radius: 1.5em;
+ border: 0.125em solid var(--panel-stroke);
+ border-radius: 0.75em;
background-color: var(--panel-fill);
box-sizing: border-box;
- padding: 2.5em 3em;
+ padding: 1.25em 1.5em;
position: relative;
z-index: 1;
}
main > section {
- width: 48vw;
- margin: 4vh auto;
+ width: 64vw;
+ margin: 2vh auto;
}
main > section:first-of-type {
- margin: 0 auto 4vh;
+ margin: 0 auto 2vh;
}
main > section:last-of-type {
- margin: 4vh auto 0;
+ margin: 2vh auto 0;
}
main > section:only-of-type {
}
nav.desktop {
- width: 16vw;
+ width: 12vw;
float: left;
- margin: 4vh 4vw;
+ margin: 0 2vw;
position: sticky;
- top: calc(4vh + 1.25rem);
- max-height: calc(92vh - 2.5rem);
+ top: 2vh;
+ max-height: 96vh;
}
aside.desktop {
- width: 16vw;
+ width: 12vw;
float: right;
- margin: 4vh 4vw;
+ margin: 0 2vw;
position: sticky;
- top: calc(4vh + 1.25rem);
- max-height: calc(92vh - 2.5rem);
+ top: 2vh;
+ max-height: 96vh;
}
aside.desktop img {
}
aside.desktop div.list {
- max-height: calc(92vh - 7.5rem);
+ max-height: calc(96vh - 3.75rem);
overflow-y: auto;
}