From 9a52fdb31d082944b64112799e1fa944cf9034b0 Mon Sep 17 00:00:00 2001 From: Miles Frain Date: Tue, 4 Aug 2020 12:46:20 -0700 Subject: [PATCH] Remove unused css for inactive backends --- client/public/css/flare.css | 207 --------------- client/public/css/mathbox.css | 461 ---------------------------------- client/public/css/slides.css | 99 -------- 3 files changed, 767 deletions(-) delete mode 100644 client/public/css/flare.css delete mode 100644 client/public/css/mathbox.css delete mode 100644 client/public/css/slides.css diff --git a/client/public/css/flare.css b/client/public/css/flare.css deleted file mode 100644 index c512eaff..00000000 --- a/client/public/css/flare.css +++ /dev/null @@ -1,207 +0,0 @@ -/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} - -@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700|Roboto:400,700); - -body { - margin: 20px; -} - -body, p, input, label, legend, h1, h2, h3, h4 { - font-family: 'Roboto', sans-serif; -} - -a, a:visited, a:active, a:hover { - color: #cc0000; -} - -.flare-input > label { - display: inline-block; - width: 150px; -} - -.flare-input { - margin-bottom: 10px; -} - -.flare-input-number { - width: 85px; -} - -input[type="range"] { - width: 150px; - border: 1px solid transparent; -} - -input:invalid { - background-color: #DEAFB4; -} - -label { - font-weight: bold; -} - -fieldset.flare-input-radioGroup { - margin: 0px; - margin-top: 15px; - border: none; - padding: 0px; -} - -.flare-input-radioGroup legend { - padding: 0px; - width: 150px; - float: left; - font-weight: bold; -} - -.flare-input-radioGroup label { - margin-left: 3px; - margin-right: 15px; - cursor: pointer; - font-weight: normal; -} - -code { - background-color: #f0f0f0; - padding-left: 3px; - padding-right: 3px; -} - -.sparkle-test pre, -.sparkle-test code, -.sparkle-test input, -.sparkle-test label, -.sparkle-test legend, -.sparkle-test select, -.sparkle-test textarea { - font-family: 'Source Code Pro', monospace; -} - -fieldset.sparkle-test { - margin-top: 15px; - margin-bottom: 40px; - max-width: 800px; - border: 1px solid #666; - border-radius: 3px; - padding: .35em .625em .75em; -} - -fieldset.sparkle-test > legend { - background-color: #f0f0f0; - border: 1px solid #666; - border-radius: 3px; - float: initial; - width: initial; -} - -.sparkle-test pre { - background-color: #f0f0f0; - padding: 10px; - max-width: 780px; - - /* http://stackoverflow.com/a/248013/704831 */ - white-space: pre-wrap; /* CSS 3 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ -} - -.sparkle-test .flare-input { - margin-bottom: 5px; -} - -.sparkle-test input:not([type="range"]) { - padding: 3px; - border-radius: 3px; - border: 1px solid #888; -} - -.sparkle-test input:invalid { - background-color: #DEAFB4; -} - -.sparkle-test .flare-input-number, -.sparkle-test .flare-input-int-number { - width: 80px; -} - -.sparkle-test fieldset { - border-radius: 3px; - margin-top: 5px; - margin-bottom: 20px; -} - -.sparkle-test label { - width: 160px; - display: inline-block; -} - -.sparkle-test legend { - padding: 2px 6px; - font-weight: 700; -} - -.sparkle-test .flare-input-list button { - margin-left: 5px; - margin-right: 5px; -} - -.sparkle-test .sparkle-okay { - background-color: #B4DEAF; -} - -.sparkle-test .sparkle-warn { - background-color: #DEAFB4; -} - -.sparkle-string { - color: #E91E63; -} - -.sparkle-number { - color: #1339E8; -} - -.sparkle-boolean { - font-weight: bold; -} - -.sparkle-constructor { - font-weight: bold; -} - -.sparkle-record-field { - font-style: italic; -} - -.sparkle-color { - width: 1em; - height: 1em; - margin-right: 0.5em; - display: inline-block; -} - -.sparkle-tooltip { - cursor: default; -} - -.sparkle-tooltip:hover { - background-color: #f2e7a6; -} - -.sparkle-tooltip > .sparkle-tooltip:hover { - background-color: #e9d563; -} - -.sparkle-tooltip > .sparkle-tooltip > .sparkle-tooltip:hover { - background-color: #dfc220; -} - -.sparkle-tooltip > .sparkle-tooltip > .sparkle-tooltip > .sparkle-tooltip:hover { - background-color: #938015; -} - -.sparkle-tooltip > .sparkle-tooltip > .sparkle-tooltip > .sparkle-tooltip > .sparkle-tooltip:hover { - background-color: #62560e; -} diff --git a/client/public/css/mathbox.css b/client/public/css/mathbox.css deleted file mode 100644 index dd93e59e..00000000 --- a/client/public/css/mathbox.css +++ /dev/null @@ -1,461 +0,0 @@ -.shadergraph-graph { - font: 12px sans-serif; - line-height: 25px; - position: relative; -} -.shadergraph-graph:after { - content: ' '; - display: block; - height: 0; - font-size: 0; - clear: both; -} -.shadergraph-graph svg { - pointer-events: none; -} -.shadergraph-clear { - clear: both; -} -.shadergraph-graph svg { - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - width: auto; - height: auto; -} -.shadergraph-column { - float: left; -} -.shadergraph-node .shadergraph-graph { - float: left; - clear: both; - overflow: visible; -} -.shadergraph-node .shadergraph-graph .shadergraph-node { - margin: 5px 15px 15px; -} -.shadergraph-node { - margin: 5px 15px 25px; - background: rgba(0, 0, 0, .1); - border-radius: 5px; - box-shadow: 0 1px 2px rgba(0, 0, 0, .2), - 0 1px 10px rgba(0, 0, 0, .2); - min-height: 35px; - float: left; - clear: left; - position: relative; -} -.shadergraph-type { - font-weight: bold; -} -.shadergraph-header { - font-weight: bold; - text-align: center; - height: 25px; - background: rgba(0, 0, 0, .3); - text-shadow: 0 1px 2px rgba(0, 0, 0, .25); - color: #fff; - border-top-left-radius: 5px; - border-top-right-radius: 5px; - margin-bottom: 5px; - padding: 0 10px; -} -.shadergraph-outlet div { -} -.shadergraph-outlet-in .shadergraph-name { - margin-right: 7px; -} -.shadergraph-outlet-out .shadergraph-name { - margin-left: 7px; -} - -.shadergraph-name { - margin: 0 4px; -} -.shadergraph-point { - margin: 6px; - width: 11px; - height: 11px; - border-radius: 7.5px; - background: rgba(255, 255, 255, 1); -} -.shadergraph-outlet-in { - float: left; - clear: left; -} -.shadergraph-outlet-in div { - float: left; -} -.shadergraph-outlet-out { - float: right; - clear: right; -} -.shadergraph-outlet-out div { - float: right; -} - -.shadergraph-node-callback { - background: rgba(205, 209, 221, .5); - box-shadow: 0 1px 2px rgba(0, 10, 40, .2), - 0 1px 10px rgba(0, 10, 40, .2); -} -.shadergraph-node-callback > .shadergraph-header { - background: rgba(0, 20, 80, .3); -} -.shadergraph-graph .shadergraph-graph .shadergraph-node-callback { - background: rgba(0, 20, 80, .1); -} - -.shadergraph-node-call { - background: rgba(209, 221, 205, .5); - box-shadow: 0 1px 2px rgba(10, 40, 0, .2), - 0 1px 10px rgba(10, 40, 0, .2); -} -.shadergraph-node-call > .shadergraph-header { - background: rgba(20, 80, 0, .3); -} -.shadergraph-graph .shadergraph-graph .shadergraph-node-call { - background: rgba(20, 80, 0, .1); -} - -.shadergraph-node-isolate { - background: rgba(221, 205, 209, .5); - box-shadow: 0 1px 2px rgba(40, 0, 10, .2), - 0 1px 10px rgba(40, 0, 10, .2); -} -.shadergraph-node-isolate > .shadergraph-header { - background: rgba(80, 0, 20, .3); -} -.shadergraph-graph .shadergraph-graph .shadergraph-node-isolate { - background: rgba(80, 0, 20, .1); -} - -.shadergraph-node.shadergraph-has-code { - cursor: pointer; -} -.shadergraph-node.shadergraph-has-code::before { - position: absolute; - content: ' '; - top: 0; - left: 0; - right: 0; - bottom: 0; - display: none; - border: 2px solid rgba(0, 0, 0, .25); - border-radius: 5px; -} -.shadergraph-node.shadergraph-has-code:hover::before { - display: block; -} -.shadergraph-code { - z-index: 10000; - display: none; - position: absolute; - background: #fff; - color: #000; - white-space: pre; - padding: 10px; - border-radius: 5px; - box-shadow: 0 1px 2px rgba(0, 0, 0, .2), - 0 1px 10px rgba(0, 0, 0, .2); - font-family: monospace; - font-size: 10px; - line-height: 12px; -} - -.shadergraph-overlay { - position: fixed; - top: 50%; - left: 0; - right: 0; - bottom: 0; - background: #fff; - border-top: 1px solid #CCC; -} -.shadergraph-overlay .shadergraph-view { - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; - overflow: auto; -} -.shadergraph-overlay .shadergraph-inside { - width: 4000px; - min-height: 100%; - box-sizing: border-box; -} -.shadergraph-overlay .shadergraph-close { - position: absolute; - top: 5px; - right: 5px; - padding: 4px; - border-radius: 16px; - background: rgba(255,255,255,.3); - color: rgba(0, 0, 0, .3); - cursor: pointer; - font-size: 24px; - line-height: 24px; - width: 24px; - text-align: center; - vertical-align: middle; -} -.shadergraph-overlay .shadergraph-close:hover { - background: rgba(255,255,255,1); - color: rgba(0, 0, 0, 1); -} -.shadergraph-overlay .shadergraph-graph { - padding-top: 10px; - overflow: visible; - min-height: 100%; -} -.shadergraph-overlay span { - display: block; - padding: 5px 15px; - margin: 0; - background: rgba(0, 0, 0, .1); - font-weight: bold; - font-family: sans-serif; -} -.mathbox-loader { - position: absolute; - top: 50%; - left: 50%; - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - padding: 10px; - border-radius: 50%; - background: #fff; -} - -.mathbox-loader.mathbox-exit { - opacity: 0; - -webkit-transition: - opacity .15s ease-in-out; - transition: - opacity .15s ease-in-out; -} - -.mathbox-progress { - height: 10px; - border-radius: 5px; - width: 80px; - margin: 0 auto 20px; - box-shadow: - 1px 1px 1px rgba(255, 255, 255, .2), - 1px -1px 1px rgba(255, 255, 255, .2), - -1px 1px 1px rgba(255, 255, 255, .2), - -1px -1px 1px rgba(255, 255, 255, .2); - background: #ccc; - overflow: hidden; -} - -.mathbox-progress > div { - display: block; - width: 0px; - height: 10px; - background: #888; -} - -.mathbox-logo { - position: relative; - width: 140px; - height: 100px; - margin: 0 auto 10px; - -webkit-perspective: 200px; - perspective: 200px; -} - -.mathbox-logo > div { - position: absolute; - left: 0; - top: 0; - bottom: 0; - right: 0; - -webkit-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.mathbox-logo > :nth-child(1) { - -webkit-transform: rotateZ(22deg) rotateX(24deg) rotateY(30deg); - transform: rotateZ(22deg) rotateX(24deg) rotateY(30deg); -} - -.mathbox-logo > :nth-child(2) { - -webkit-transform: rotateZ(11deg) rotateX(12deg) rotateY(15deg) scale3d(.6, .6, .6); - transform: rotateZ(11deg) rotateX(12deg) rotateY(15deg) scale3d(.6, .6, .6); -} - -.mathbox-logo > div > div { - position: absolute; - top: 50%; - left: 50%; - margin-left: -100px; - margin-top: -100px; - width: 200px; - height: 200px; - box-sizing: border-box; - border-radius: 50%; -} - -.mathbox-logo > div > :nth-child(1) { - -webkit-transform: scale(0.5, 0.5); - transform: rotateX(30deg) scale(0.5, 0.5); -} - -.mathbox-logo > div > :nth-child(2) { - -webkit-transform: rotateX(90deg) scale(0.42, 0.42); - transform: rotateX(90deg) scale(0.42, 0.42); -} - -.mathbox-logo > div > :nth-child(3) { - -webkit-transform: rotateY(90deg) scale(0.35, 0.35); - transform: rotateY(90deg) scale(0.35, 0.35); -} - -.mathbox-logo > :nth-child(1) > :nth-child(1) { - border: 16px solid #808080; -} -.mathbox-logo > :nth-child(1) > :nth-child(2) { - border: 19px solid #A0A0A0; -} -.mathbox-logo > :nth-child(1) > :nth-child(3) { - border: 23px solid #C0C0C0; -} -.mathbox-logo > :nth-child(2) > :nth-child(1) { - border: 27px solid #808080; -} -.mathbox-logo > :nth-child(2) > :nth-child(2) { - border: 32px solid #A0A0A0; -} -.mathbox-logo > :nth-child(2) > :nth-child(3) { - border: 38px solid #C0C0C0; -} - -.mathbox-splash-blue .mathbox-progress { - background: #def; -} -.mathbox-splash-blue .mathbox-progress > div { - background: #1979e7; -} -.mathbox-splash-blue .mathbox-logo > :nth-child(1) > :nth-child(1) { - border-color: #1979e7; -} -.mathbox-splash-blue .mathbox-logo > :nth-child(1) > :nth-child(2) { - border-color: #33b0ff; -} -.mathbox-splash-blue .mathbox-logo > :nth-child(1) > :nth-child(3) { - border-color: #75eaff; -} -.mathbox-splash-blue .mathbox-logo > :nth-child(2) > :nth-child(1) { - border-color: #18487F; -} -.mathbox-splash-blue .mathbox-logo > :nth-child(2) > :nth-child(2) { - border-color: #33b0ff; -} -.mathbox-splash-blue .mathbox-logo > :nth-child(2) > :nth-child(3) { - border-color: #75eaff; -} - - - - -.mathbox-overlays { - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; - pointer-events: none; - transform-style: preserve-3d; - overflow: hidden; -} -.mathbox-overlays > div { - transform-style: preserve-3d; -} -.mathbox-overlay > div { - position: absolute; - will-change: transform, opacity; -} -.mathbox-label { - font-family: sans-serif; -} -.mathbox-outline-1 { - text-shadow: - -1px -1px 0px rgb(255, 255, 255), - 1px 1px 0px rgb(255, 255, 255), - -1px 1px 0px rgb(255, 255, 255), - 1px -1px 0px rgb(255, 255, 255), - 1px 0px 1px rgb(255, 255, 255), - -1px 0px 1px rgb(255, 255, 255), - 0px -1px 1px rgb(255, 255, 255), - 0px 1px 1px rgb(255, 255, 255); -} -.mathbox-outline-2 { - text-shadow: - 0px -2px 0px rgb(255, 255, 255), - 0px 2px 0px rgb(255, 255, 255), - -2px 0px 0px rgb(255, 255, 255), - 2px 0px 0px rgb(255, 255, 255), - -1px -2px 0px rgb(255, 255, 255), - -2px -1px 0px rgb(255, 255, 255), - -1px 2px 0px rgb(255, 255, 255), - -2px 1px 0px rgb(255, 255, 255), - 1px 2px 0px rgb(255, 255, 255), - 2px 1px 0px rgb(255, 255, 255), - 1px -2px 0px rgb(255, 255, 255), - 2px -1px 0px rgb(255, 255, 255); -} -.mathbox-outline-3 { - text-shadow: - 3px 0px 0px rgb(255, 255, 255), - -3px 0px 0px rgb(255, 255, 255), - 0px 3px 0px rgb(255, 255, 255), - 0px -3px 0px rgb(255, 255, 255), - - -2px -2px 0px rgb(255, 255, 255), - -2px 2px 0px rgb(255, 255, 255), - 2px 2px 0px rgb(255, 255, 255), - 2px -2px 0px rgb(255, 255, 255), - - -1px -2px 1px rgb(255, 255, 255), - -2px -1px 1px rgb(255, 255, 255), - -1px 2px 1px rgb(255, 255, 255), - -2px 1px 1px rgb(255, 255, 255), - 1px 2px 1px rgb(255, 255, 255), - 2px 1px 1px rgb(255, 255, 255), - 1px -2px 1px rgb(255, 255, 255), - 2px -1px 1px rgb(255, 255, 255); -} -.mathbox-outline-4 { - text-shadow: - 4px 0px 0px rgb(255, 255, 255), - -4px 0px 0px rgb(255, 255, 255), - 0px 4px 0px rgb(255, 255, 255), - 0px -4px 0px rgb(255, 255, 255), - - -3px -2px 0px rgb(255, 255, 255), - -3px 2px 0px rgb(255, 255, 255), - 3px 2px 0px rgb(255, 255, 255), - 3px -2px 0px rgb(255, 255, 255), - - -2px -3px 0px rgb(255, 255, 255), - -2px 3px 0px rgb(255, 255, 255), - 2px 3px 0px rgb(255, 255, 255), - 2px -3px 0px rgb(255, 255, 255), - - -1px -2px 1px rgb(255, 255, 255), - -2px -1px 1px rgb(255, 255, 255), - -1px 2px 1px rgb(255, 255, 255), - -2px 1px 1px rgb(255, 255, 255), - 1px 2px 1px rgb(255, 255, 255), - 2px 1px 1px rgb(255, 255, 255), - 1px -2px 1px rgb(255, 255, 255), - 2px -1px 1px rgb(255, 255, 255); - -} -.mathbox-outline-fill, .mathbox-outline-fill * { - color: #fff !important; -} diff --git a/client/public/css/slides.css b/client/public/css/slides.css deleted file mode 100644 index 4d10df95..00000000 --- a/client/public/css/slides.css +++ /dev/null @@ -1,99 +0,0 @@ - -body { - margin: 0 auto; - -webkit-font-smoothing: antialiased; - font-size: 2vw; - color: #000; - line-height: 1.5em; -} - -pre { - font-size: 1.5vw !important; - line-height: 1.2em; -} - -h1 { - font-size: 3.5vw; -} - -h2 { - font-size: 3vw; -} - -h3 { - font-size: 1.5em -} - -img { - max-width: 100%; -} - -.flexbox { - margin: 5px; - - display: -webkit-box; - display: -moz-box; - display: -ms-flexbox; - display: -webkit-flex; - display: flex; - - flex-flow: row wrap; -} - - -.slide { - width: 80%; - height: 80%; - margin: auto; - display: flex; - justify-content: space-around; - align-items: center; -} - -.title { - display: inline-block; - text-align: center; - margin: auto; -} - -.marwid { - display: inline-block; - margin: auto; -} - -.rowflex { - display: flex; - flex-flow: row wrap; -} - -.colflex { - display: flex; - flex-flow: column wrap; -} - -.block { - display: block; -} - -.padapp { - padding: 0.2vw; -} - -.counter { - margin: 10px; - font-size: initial; -} - -.center { - display: flex; - margin: auto; - justify-content: center; -} - - -.boldEl { - font-weight: bold !important; -} -.italicEl { - font-style: italic !important; -}