Browse Source

Run formatter there

master
decentral1se 3 years ago
parent
commit
f2784ae2fb
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 59
      narrowstyle.css

59
narrowstyle.css

@ -1,30 +1,27 @@
@font-face { @font-face {
font-family: 'Computer Modern Classical Serif Italic'; font-family: "Computer Modern Classical Serif Italic";
src: url('cmunci.eot'); src: url("cmunci.eot");
src: url('cmunci.eot?#iefix') format('embedded-opentype'), src: url("cmunci.eot?#iefix") format("embedded-opentype"),
url('cmunci.woff') format('woff'), url("cmunci.woff") format("woff"), url("cmunci.ttf") format("truetype"),
url('cmunci.ttf') format('truetype'), url("cmunci.svg#cmunci") format("svg");
url('cmunci.svg#cmunci') format('svg');
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");
src: url('cmunbtl.eot?#iefix') format('embedded-opentype'), src: url("cmunbtl.eot?#iefix") format("embedded-opentype"),
url('cmunbtl.woff') format('woff'), url("cmunbtl.woff") format("woff"), url("cmunbtl.ttf") format("truetype"),
url('cmunbtl.ttf') format('truetype'), url("cmunbtl.svg#cmuntt") format("svg");
url('cmunbtl.svg#cmuntt') format('svg');
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");
src: url('cmunbto.eot?#iefix') format('embedded-opentype'), src: url("cmunbto.eot?#iefix") format("embedded-opentype"),
url('cmunbto.woff') format('woff'), url("cmunbto.woff") format("woff"), url("cmunbto.ttf") format("truetype"),
url('cmunbto.ttf') format('truetype'), url("cmunbto.svg#cmunbto") format("svg");
url('cmunbto.svg#cmunbto') format('svg');
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
} }
@ -34,22 +31,26 @@ html {
font-size: 14pt; font-size: 14pt;
line-height: 16pt; line-height: 16pt;
} }
*, *:before, *:after { *,
*:before,
*:after {
-webkit-box-sizing: inherit; -webkit-box-sizing: inherit;
-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, video { iframe,
video {
border: none; border: none;
width: inherit; width: inherit;
} }
a, button { a,
button {
cursor: pointer; cursor: pointer;
} }
.note { .note {
@ -60,7 +61,7 @@ a, button {
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;
line-height: 0.6rem; line-height: 0.6rem;
position: fixed; position: fixed;
@ -110,7 +111,8 @@ button.minimize{
margin: 0.5rem; margin: 0.5rem;
border: none; border: none;
} }
.sidetop, .sidebottom { .sidetop,
.sidebottom {
overflow-y: scroll; overflow-y: scroll;
scrollbar-width: none; scrollbar-width: none;
overflow: -moz-scrollbars-none; overflow: -moz-scrollbars-none;
@ -199,7 +201,9 @@ 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, .resize-drag::before, .live > *::before { .drag::before,
.resize-drag::before,
.live > *::before {
content: "⇱"; content: "⇱";
font-size: 2rem; font-size: 2rem;
width: 1rem; width: 1rem;
@ -248,6 +252,3 @@ button.minimize{
-webkit-border-radius: 1% 0% 0% 0% / 45% 0% 0% 0%; -webkit-border-radius: 1% 0% 0% 0% / 45% 0% 0% 0%;
} }
} }

Loading…
Cancel
Save