forked from varia/web-narrowcast
Spacing for readability
This commit is contained in:
parent
f2784ae2fb
commit
9836513e77
@ -7,6 +7,7 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Computer Modern Typewriter Light";
|
font-family: "Computer Modern Typewriter Light";
|
||||||
src: url("cmunbtl.eot");
|
src: url("cmunbtl.eot");
|
||||||
@ -16,6 +17,7 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Computer Modern Typewriter Light";
|
font-family: "Computer Modern Typewriter Light";
|
||||||
src: url("cmunbto.eot");
|
src: url("cmunbto.eot");
|
||||||
@ -25,12 +27,14 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
line-height: 16pt;
|
line-height: 16pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
*:before,
|
*:before,
|
||||||
*:after {
|
*:after {
|
||||||
@ -38,21 +42,25 @@ html {
|
|||||||
-moz-box-sizing: inherit;
|
-moz-box-sizing: inherit;
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0rem;
|
margin: 0rem;
|
||||||
font-family: "Computer Modern Typewriter Light";
|
font-family: "Computer Modern Typewriter Light";
|
||||||
background-color: #393c56;
|
background-color: #393c56;
|
||||||
color: #ffe4fd;
|
color: #ffe4fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe,
|
iframe,
|
||||||
video {
|
video {
|
||||||
border: none;
|
border: none;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
button {
|
button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -60,6 +68,7 @@ button {
|
|||||||
right: 0;
|
right: 0;
|
||||||
margin: 0.2rem;
|
margin: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about {
|
.about {
|
||||||
font-family: "Computer Modern Classical Serif Italic";
|
font-family: "Computer Modern Classical Serif Italic";
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
@ -70,11 +79,13 @@ button {
|
|||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
color: #ffffe5;
|
color: #ffffe5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about a {
|
.about a {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #ffffe5;
|
color: #ffffe5;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -99,6 +110,7 @@ button {
|
|||||||
transition: margin-left 2s;
|
transition: margin-left 2s;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.minimize {
|
button.minimize {
|
||||||
box-shadow: 0.3rem 0.2rem 0.6rem #ffe4fd;
|
box-shadow: 0.3rem 0.2rem 0.6rem #ffe4fd;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@ -111,6 +123,7 @@ button.minimize {
|
|||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidetop,
|
.sidetop,
|
||||||
.sidebottom {
|
.sidebottom {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
@ -123,6 +136,7 @@ button.minimize {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 1rem 1rem;
|
padding: 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidetop {
|
.sidetop {
|
||||||
height: 45vh;
|
height: 45vh;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
@ -153,40 +167,49 @@ button.minimize {
|
|||||||
.middle p {
|
.middle p {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#livetitle {
|
#livetitle {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
animation: glow 1.6s infinite alternate;
|
animation: glow 1.6s infinite alternate;
|
||||||
-webkit-animation: glow 1.6s infinite alternate;
|
-webkit-animation: glow 1.6s infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes glow {
|
@-webkit-keyframes glow {
|
||||||
to {
|
to {
|
||||||
text-shadow: 0 0 8px #ff029c;
|
text-shadow: 0 0 8px #ff029c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes glowbutton {
|
@-webkit-keyframes glowbutton {
|
||||||
to {
|
to {
|
||||||
box-shadow: 0 0 8px #ff029c;
|
box-shadow: 0 0 8px #ff029c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebottom {
|
.sidebottom {
|
||||||
height: 45vh;
|
height: 45vh;
|
||||||
box-shadow: 10rem -6rem 4rem #ffe4fd;
|
box-shadow: 10rem -6rem 4rem #ffe4fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebottom p {
|
.sidebottom p {
|
||||||
margin: 0.25rem 0rem;
|
margin: 0.25rem 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebottom a {
|
.sidebottom a {
|
||||||
color: #aec7ea;
|
color: #aec7ea;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebottom p:last-child {
|
.sidebottom p:last-child {
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.live {
|
.live {
|
||||||
margin-left: 300px;
|
margin-left: 300px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.live > * {
|
.live > * {
|
||||||
/* touch-action: none;*/
|
/* touch-action: none;*/
|
||||||
}
|
}
|
||||||
@ -201,6 +224,7 @@ button.minimize {
|
|||||||
border-radius: 0.1rem 0.1rem 0.2rem 0.1rem;
|
border-radius: 0.1rem 0.1rem 0.2rem 0.1rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drag::before,
|
.drag::before,
|
||||||
.resize-drag::before,
|
.resize-drag::before,
|
||||||
.live > *::before {
|
.live > *::before {
|
||||||
@ -238,6 +262,7 @@ button.minimize {
|
|||||||
-webkit-border-radius: 1% 0% 0% 0% / 45% 0% 0% 0%;
|
-webkit-border-radius: 1% 0% 0% 0% / 45% 0% 0% 0%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes corners {
|
@-webkit-keyframes corners {
|
||||||
0% {
|
0% {
|
||||||
border-radius: 2rem 0rem 1rem 2rem;
|
border-radius: 2rem 0rem 1rem 2rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user