diasporadiaries

a platform for writing stories with personal accounts and messages
git clone git://parazyd.org/diasporadiaries.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1d49cacd540db0e34e7ed6b6ba2ed160847c63ef
parent 992df5cd866a2aab91942e0c50eadd464aff4bde
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 21 Jan 2019 23:42:54 +0100

Indentation fixes in diaspora.css.

Diffstat:
Dstatic/css/.diaspora.css.swp | 0
Mstatic/css/diaspora.css | 108++++++++++++++++++++++++++++++++++++++++----------------------------------------
2 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/static/css/.diaspora.css.swp b/static/css/.diaspora.css.swp Binary files differ. diff --git a/static/css/diaspora.css b/static/css/diaspora.css @@ -13,8 +13,8 @@ html, body { font-size: 1em; background: linear-gradient(to bottom right, #00a8ff, #f3818181), - url('/static/img/bg.png') - repeat ; + url('/static/img/bg.png') + repeat; } main { @@ -52,17 +52,17 @@ nav { } .burger { - display: inline-block; - font-size: 1em; - border: 0; - background: none; - outline: 0; - padding: 0; - cursor: pointer; - /* border-bottom: 4px solid currentColor; */ - /* width: 28px; */ - transition: border-bottom 1s ease-in-out; - -webkit-transition: border-bottom 1s ease-in-out; + display: inline-block; + font-size: 1em; + border: 0; + background: none; + outline: 0; + padding: 0; + cursor: pointer; + /* border-bottom: 4px solid currentColor; */ + /* width: 28px; */ + transition: border-bottom 1s ease-in-out; + -webkit-transition: border-bottom 1s ease-in-out; } .burger:hover { @@ -70,71 +70,71 @@ nav { } .burger::-moz-focus-inner { - border: 0; - padding: 0; + border: 0; + padding: 0; } .burger:before { - content: ""; - display: block; - /* border-bottom: 4px solid currentColor; */ - width: 100%; - margin-bottom: 5px; - transition: -webkit-transform 0.5s ease-in-out; - transition: transform 0.5s ease-in-out; - transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; - -webkit-transition: -webkit-transform 0.5s ease-in-out; + content: ""; + display: block; + /* border-bottom: 4px solid currentColor; */ + width: 100%; + margin-bottom: 5px; + transition: -webkit-transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; + -webkit-transition: -webkit-transform 0.5s ease-in-out; } .burger:after { - content: ""; - display: block; - /*border-bottom: 4px solid currentColor; */ - width: 100%; - margin-bottom: 5px; - transition: -webkit-transform 0.5s ease-in-out; - transition: transform 0.5s ease-in-out; - transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; - -webkit-transition: -webkit-transform 0.5s ease-in-out; + content: ""; + display: block; + /*border-bottom: 4px solid currentColor; */ + width: 100%; + margin-bottom: 5px; + transition: -webkit-transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; + -webkit-transition: -webkit-transform 0.5s ease-in-out; } .burger-check { - display: none; + display: none; } .burger-check:checked ~ .burger { - /* border-bottom: 4px solid transparent; */ - transition: border-bottom 0.8s ease-in-out; - -webkit-transition: border-bottom 0.8s ease-in-out; + /* border-bottom: 4px solid transparent; */ + transition: border-bottom 0.8s ease-in-out; + -webkit-transition: border-bottom 0.8s ease-in-out; } .burger-check:checked ~ .burger:before { - transform: rotate(-405deg) translateY(1px) translateX(-3px); - -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px); - transition: -webkit-transform 0.5s ease-in-out; - transition: transform 0.5s ease-in-out; - transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; - -webkit-transition: -webkit-transform 0.5s ease-in-out; + transform: rotate(-405deg) translateY(1px) translateX(-3px); + -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px); + transition: -webkit-transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; + -webkit-transition: -webkit-transform 0.5s ease-in-out; } .burger-check:checked ~ .burger:after { - transform: rotate(405deg) translateY(-4px) translateX(-5px); - -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px); - transition: -webkit-transform 0.5s ease-in-out; - transition: transform 0.5s ease-in-out; - transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; - -webkit-transition: -webkit-transform 0.5s ease-in-out; + transform: rotate(405deg) translateY(-4px) translateX(-5px); + -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px); + transition: -webkit-transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; + -webkit-transition: -webkit-transform 0.5s ease-in-out; } .readmore { - overflow: hidden; - max-height: 0; - transition: max-height 0.5s ease-in-out; + overflow: hidden; + max-height: 0; + transition: max-height 0.5s ease-in-out; } .burger-check:checked ~ .readmore { - max-height: 300em; - transition: max-height 0.5s ease-in-out; + max-height: 300em; + transition: max-height 0.5s ease-in-out; } .note-editable {