diff --git a/www/file/index.html b/www/file/index.html index fc6c137e2..dfb1ab14a 100644 --- a/www/file/index.html +++ b/www/file/index.html @@ -1,5 +1,5 @@ - + CryptFiles diff --git a/www/slide/inner.html b/www/slide/inner.html index 64ae6e311..e3cdae259 100644 --- a/www/slide/inner.html +++ b/www/slide/inner.html @@ -47,34 +47,6 @@ display: flex; flex-flow: column; } - #bar > button { - margin: 5px; - } - textarea{ - width: 100%; - min-height: 90%; - - display: block; - position: relative; - - font-size: 25px; - background-color: #073642; - color: #DDD; - - overflow-x: hidden; - - /* disallow textarea resizes */ - resize: none; - border: 0px; - } - textarea[disabled] { - background-color: #275662; - color: #637476; - } - - #modal { - display: none; - } #modal.shown { display: block; position: fixed; @@ -87,11 +59,6 @@ width: 100%; } - #content { - width: 90%; - margin: auto; - } - #content h1, h2, h3, h4, h5, h6 { text-align: center; } @@ -103,20 +70,6 @@ h5 { font-size: 27px; } h6 { font-size: 24px; } - #content p, - #content ul, - #content ol { - font-size: 26px; - } - #content img { - position: relative; - max-width: 90%; - max-height: 90%; - margin: auto; - } - html { - height: 100%; - } .CodeMirror { height: 100%; } @@ -135,9 +88,13 @@
-