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}}
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 @@Log in to an existing channel:
{{>channelLoginForm}} -Create a brand new channel:
{{>channelCreationForm}}Embed HTML