diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-01 19:14:20 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-01 19:14:20 +0200 |
commit | bc83b07e4aa4c68f63f4e1b9f6f00757388ea13c (patch) | |
tree | ccb9a45430645ea80bca1b3717e453e254229a0e /web/stream.gathering.org/resources/css | |
parent | 1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (diff) | |
parent | 3dc8afb739a03459393d3cda79bd16cefff15cae (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/stream.gathering.org/resources/css')
-rw-r--r-- | web/stream.gathering.org/resources/css/core.css | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/web/stream.gathering.org/resources/css/core.css b/web/stream.gathering.org/resources/css/core.css index 536cb89..e4bc7c2 100644 --- a/web/stream.gathering.org/resources/css/core.css +++ b/web/stream.gathering.org/resources/css/core.css @@ -1,5 +1,5 @@ body { - background-color: rgb(32, 32, 64); + background-color: rgb(54, 54, 54); color: #FFFFFF; } @@ -65,9 +65,9 @@ body { padding-top: 150px; } -.videoframe { - left: 50%; -} +/*.videoframe {*/ +/* left: 50%;*/ +/*}*/ .section { padding: 8rem 0 7rem; @@ -100,6 +100,10 @@ body { border: 1px solid #000000; } +.vjs-poster { + background-size: cover !important; +} + .footer { text-align: center; padding-top: 50px; @@ -164,11 +168,11 @@ body { min-width: 320px; min-height: 183px; } - .videoframe { + /*.videoframe { margin-left: -160px; - } - .videoframe:-webkit-full-screen { margin-left: 0px; } - .videoframe:-moz-full-screen { margin-left: 0px; } + }*/ + /*.videoframe:-webkit-full-screen { margin-left: 0px; } + .videoframe:-moz-full-screen { margin-left: 0px; }*/ } /* Bigger than 920 */ @@ -188,11 +192,13 @@ body { min-width: 500px; min-height: 280px; } + /* .videoframe { - margin-left: -250px; + margin-left: -490px; } .videoframe:-webkit-full-screen { margin-left: 0px; } .videoframe:-moz-full-screen { margin-left: 0px; } +*/ } /* Bigger than 1200 */ @@ -210,11 +216,13 @@ body { min-width: 700px; min-height: 393px; } +/* .videoframe { margin-left: -350px; } .videoframe:-webkit-full-screen { margin-left: 0px; } .videoframe:-moz-full-screen { margin-left: 0px; } +*/ } /* Bigger than 1600 */ @@ -234,9 +242,11 @@ body { height: 540px; min-height: 540px; } +/* .videoframe { margin-left: -480px; } .videoframe:-webkit-full-screen { margin-left: 0px; } .videoframe:-moz-full-screen { margin-left: 0px; } -}
\ No newline at end of file +*/ +} |