From 7a6d8d19b5c2951cbf713f59b558fb4847a65bfc Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 3 Jun 2020 13:53:04 -0600 Subject: tidy up formatting --- dist/style.css | 59 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) (limited to 'dist/style.css') diff --git a/dist/style.css b/dist/style.css index 46b73d5..f46a147 100644 --- a/dist/style.css +++ b/dist/style.css @@ -1,62 +1,65 @@ body { - font-family: helvetica, arial, sans-serif; - margin: 2em; - --video-width: 30vw; + font-family: helvetica, arial, sans-serif; + margin: 2em; + --video-width: 30vw; } h1 { - font-style: italic; - color: #373fff; + font-style: italic; + color: #373fff; } nav, main { - display: flex; - flex-flow: row wrap; + display: flex; + flex-flow: row wrap; } main video, main img { - width: var(--video-width); + width: var(--video-width); } main { - padding-right: 1px; + padding-right: 1px; } main h2 { - cursor: move; + cursor: move; } main button.close { - float: right; + float: right; } ul { - list-style-type: none; - margin: 0; - padding: 0; + list-style-type: none; + margin: 0; + padding: 0; } /* from Dragula */ .gu-mirror { - position: fixed !important; - margin: 0 !important; - z-index: 9999 !important; - opacity: 0.8; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; - filter: alpha(opacity=80); + position: fixed !important; + margin: 0 !important; + z-index: 9999 !important; + opacity: 0.8; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; + filter: alpha(opacity=80); } + .gu-hide { - display: none !important; + display: none !important; } + .gu-unselectable { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; + -webkit-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; } + .gu-transit { - opacity: 0.2; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; - filter: alpha(opacity=20); + opacity: 0.2; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; + filter: alpha(opacity=20); } -- cgit v1.2.3