diff --git a/public/assets/css/general.css b/public/assets/css/general.css index 13d576ad..d598921e 100644 --- a/public/assets/css/general.css +++ b/public/assets/css/general.css @@ -8,6 +8,7 @@ html, body { body, button, input, textarea, label, select, option { font-family: monospace; font-size: large; + word-wrap: break-word; } p { @@ -162,6 +163,7 @@ h3 { /* INPUT FIELDS */ +/* blocks */ input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } @@ -174,10 +176,38 @@ input:-webkit-autofill { background-color: white; } +.input-disabled { + border: 1px solid black; + padding: 0.5em; + margin: 0px; + color: black; + background-color: white; +} + option { font-family: monospace; } + +.input-checkbox, .input-textarea { + border: 1px solid grey; +} + +.input-file { + width: 0.1px; + height: 0.1px; + opacity: 0; + overflow: hidden; + position: absolute; + z-index: -1; +} + +.input-file-label { + color: dodgerblue; + text-decoration: underline; + cursor: pointer; +} + .select--no-arrow { -moz-appearance:none; -webkit-appearance: none; @@ -191,6 +221,7 @@ option { padding-right: 1em; } +/* modifiers */ .input-text--primary, .select--primary, .textarea--primary { border-bottom: 1px solid dodgerblue; } @@ -212,31 +243,8 @@ option { width: calc(100% - 0.6em); } -.input-checkbox, .input-textarea { - border: 1px solid grey; -} - -.input-file-label { - color: dodgerblue; - text-decoration: underline; - cursor: pointer; -} - -.input-file { - width: 0.1px; - height: 0.1px; - opacity: 0; - overflow: hidden; - position: absolute; - z-index: -1; -} - -.input-disabled { - border: 1px solid black; - padding: 0.5em; - margin: 0.5em 0.3em 0.5em 0.3em; - color: black; - background-color: white; +.input-disabled--full-width { + width: calc(100% - 1em - 2px); } /* BUTTONS */ diff --git a/public/assets/css/mediaQueries.css b/public/assets/css/mediaQueries.css index 07f262fb..7537fb44 100644 --- a/public/assets/css/mediaQueries.css +++ b/public/assets/css/mediaQueries.css @@ -18,32 +18,38 @@ } @media (max-width: 750px ) { - .col-left, .col-right { - float: none; - margin: 0px; - padding: 0px; + + .column--med-10 { width: 100%; } - .col-right { - padding-top: 20px; - } - - .all-claims-asset { - width:30%; - } - - .all-claims-details { - font-size: small; - } - - .show-asset-lite { - width: 100%; - } - - .top-bar-tagline { - clear: both; - text-align: left; - width: 100%; + .h2--top { + margin-top: 1em; } } + + +@media (max-width: 475px) { + + .nav-bar { + height: 8rem; + } + + .nav-bar-title { + padding-bottom: 0px; + } + + .nav-bar-link-section { + position: relative; + padding-left: 0px; + } + + .row--full-height { + + height: calc(100% - 11rem); + } + + .column--sml-10 { + width: 100%; + } +} \ No newline at end of file diff --git a/views/about.handlebars b/views/about.handlebars index e711fb2a..05d17b87 100644 --- a/views/about.handlebars +++ b/views/about.handlebars @@ -1,6 +1,6 @@ {{> topBar}}
-
+
Open-source, decentralized image and video hosting
@@ -15,7 +15,7 @@ DOCUMENTATION

-
+

Spee.ch is a media-hosting site that reads and publishes content from the LBRY blockchain.

Spee.ch is a hosting service, but with the added benefit that it stores your content on a decentralized network of computers -- the LBRY network. This means that your images are stored in multiple locations without a single point of failure.

diff --git a/views/index.handlebars b/views/index.handlebars index ddb0be72..b88cf0c9 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -22,7 +22,7 @@
-
+
@@ -36,14 +36,13 @@
-
-
+
diff --git a/views/login.handlebars b/views/login.handlebars index 3e9b2227..5a60183a 100644 --- a/views/login.handlebars +++ b/views/login.handlebars @@ -1,10 +1,10 @@ {{> topBar}}
-
+

Log in to an existing channel:

{{>channelLoginForm}} -
+

Create a brand new channel:

{{>channelCreationForm}}
diff --git a/views/partials/assetInfo.handlebars b/views/partials/assetInfo.handlebars index c717dedc..f3663974 100644 --- a/views/partials/assetInfo.handlebars +++ b/views/partials/assetInfo.handlebars @@ -6,26 +6,26 @@ {{!-- short direct link to asset --}}
+ +
{{!-- html text for embedding asset--}}
- Embed HTML +

Embed HTML


{{#ifConditional fileInfo.fileType '===' 'video/mp4'}} - + {{else}} - + {{/ifConditional}} -
+
diff --git a/views/partials/channelCreationForm.handlebars b/views/partials/channelCreationForm.handlebars index d3524695..afce9838 100644 --- a/views/partials/channelCreationForm.handlebars +++ b/views/partials/channelCreationForm.handlebars @@ -1,9 +1,9 @@
-
+
-
+
@ @@ -13,9 +13,9 @@
-
+
-
+
diff --git a/views/partials/channelLoginForm.handlebars b/views/partials/channelLoginForm.handlebars index 3f67b34b..04ff1c38 100644 --- a/views/partials/channelLoginForm.handlebars +++ b/views/partials/channelLoginForm.handlebars @@ -1,9 +1,9 @@
-
+
-
+
@ @@ -12,9 +12,9 @@
-
+
-
+
diff --git a/views/partials/publishForm-Channel.handlebars b/views/partials/publishForm-Channel.handlebars index eea114e5..a6c2fce0 100644 --- a/views/partials/publishForm-Channel.handlebars +++ b/views/partials/publishForm-Channel.handlebars @@ -1,7 +1,7 @@
-
+
-
+
@@ -12,16 +12,16 @@
-
+
-
+
-
+
diff --git a/views/partials/publishForm-Url.handlebars b/views/partials/publishForm-Url.handlebars index aaedb27f..afe8ec3e 100644 --- a/views/partials/publishForm-Url.handlebars +++ b/views/partials/publishForm-Url.handlebars @@ -1,8 +1,8 @@
-
+
-
+
Spee.ch/{{#if user}}{{user.channelName}}:{{user.shortChannelId}}/{{/if}} diff --git a/views/show.handlebars b/views/show.handlebars index a75e9b84..cf291e58 100644 --- a/views/show.handlebars +++ b/views/show.handlebars @@ -1,9 +1,9 @@ {{> topBar}}
-
+
{{> asset}} -
+
{{> assetInfo}}