summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-04-28 10:49:14 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-04-28 10:49:14 -0400
commitc68cb8fffba0b2b96ef1bbeba8ee2853653cbd1a (patch)
treee00b9021a1663503af90df2efb2d83c25b92441d /www/css
parenta3e25c85ee588304ce1f908bfa1d85b37bf11fe3 (diff)
video playback mods
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 49b608c1..56ae80de 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -205,6 +205,16 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
transform: translate(-50%, -50%);
}
+.header-centered {
+ background: black;
+ color: #cccccc;
+ border-color: #ba3e3e;
+ border-style: none;
+ opacity: 80%;
+ transform: translate(-50%, -50%);
+}
+
+
.event-modal-play {
opacity: 80%;
transform: translate(-50%, -50%);