diff --git a/chromeonly.html b/chromeonly.html deleted file mode 100644 index 2d080f78ab..0000000000 --- a/chromeonly.html +++ /dev/null @@ -1,20 +0,0 @@ - - -Jitsi Meet: Unsupported Browser - - - - - -
-
-
-
-

This application is currently only supported by Chrome, Chromium and Opera

-

Download Chrome

-

We are hoping that multistream support for Firefox would not be long so that we could all use this application with our favorite browser.

-
- -
- - diff --git a/css/chromeonly.css b/css/chromeonly.css deleted file mode 100644 index 8851adf8fd..0000000000 --- a/css/chromeonly.css +++ /dev/null @@ -1,54 +0,0 @@ -body { - width:100%; - height:100%; - background-color: white; - color: #424242; - font-family:'YanoneKaffeesatzLight',Verdana,Tahoma,Arial; - margin:0; - padding:0; -} -#wrap{ - display: block; - position: absolute; - width:900px; - height: 262px; - overflow:hidden; - text-align: center; - margin: auto; - top: 0; left: 0; bottom: 0; right: 0; -} -#left{ - display:inline-block; - background-image:url(../images/chromelogo.png); - background-repeat:no-repeat; - width:246px; - height:262px; - float: left; -} -.firefox{ - font-size: 11pt; - color: #c8c8c8; -} -#middle{ - display:inline-block; - background-image:url(../images/chromepointer.png); - background-repeat:no-repeat; - width:53px; - height:262px; - float: left; -} -#text{ - display:inline-block; - font-size: 18pt; - width: 560px; - vertical-align:middle; - padding-top: 30px; -} - -a { - color: #087dba; - text-decoration:none; -} - - - diff --git a/css/unsupported_browser.css b/css/unsupported_browser.css new file mode 100644 index 0000000000..072e8b0e0a --- /dev/null +++ b/css/unsupported_browser.css @@ -0,0 +1,111 @@ +body { + width:100%; + height:100%; + background-color: white; + color: #424242; + font-family:Helvetica,'YanoneKaffeesatzLight',Verdana,Tahoma,Arial; + font-size: 28px; + margin:0; + padding:0; +} +#wrap{ + display: block; + position: absolute; + width:900px; + height: 345px; + overflow:hidden; + text-align: center; + margin: auto; + top: 0; left: 0; bottom: 0; right: 0; +} +.firefox{ + font-size: 11pt; + color: #c8c8c8; + width: 468px; + text-align: center; + margin: 30px auto 0px auto; + padding-left: 15px; +} +#text{ + display:inline-block; + font-size: 28px; + width: 568px; + vertical-align:middle; + padding-top: 25px; +} + +a { + color: #087dba; + text-decoration:none; +} + +.browser { + width: 138px; + height: 163px; + margin-top: 5px; + background-color: #e8e8e8; + border: 1px solid #cfcfcf; + border-radius: 10px; +} + +.browser_wrapper +{ + width: 138px; + height: 188px; + vertical-align: middle; + color: #929391; + font-size: 20px; + float: left; + margin-left: 15px; +} + +.supported_browsers +{ + margin: 0px auto 0px auto; + width: 460px; +} + +.clear +{ + clear: both; +} + +.button +{ + background-color: #62c82a; + border: 1px solid #3c8117; + border-radius: 10px; + color: #FFFFFF; + font-size: 12px; + text-align: center; + width: 115px; + height: 26px; + padding-top: 13px; + margin: 15px auto 0px auto; +} + +.logo +{ + margin: 20px auto 0px auto; +} + +#chrome_logo +{ + width: 78px; + height: 78px; + background-image: url('/images/chrome.png'); +} +#chromium_logo +{ + width: 77px; + height: 79px; + background-image: url('/images/chromium.png'); +} +#opera_logo +{ + width: 73px; + height: 78px; + background-image: url('/images/opera.png'); +} + + diff --git a/images/chrome.png b/images/chrome.png new file mode 100644 index 0000000000..774be6e89a Binary files /dev/null and b/images/chrome.png differ diff --git a/images/chromelogo.png b/images/chromelogo.png deleted file mode 100644 index 090a37176c..0000000000 Binary files a/images/chromelogo.png and /dev/null differ diff --git a/images/chromepointer.png b/images/chromepointer.png deleted file mode 100644 index ebd1df47bd..0000000000 Binary files a/images/chromepointer.png and /dev/null differ diff --git a/images/chromium.png b/images/chromium.png new file mode 100644 index 0000000000..ef4516f9d3 Binary files /dev/null and b/images/chromium.png differ diff --git a/images/firefox.png b/images/firefox.png new file mode 100644 index 0000000000..5e2b110a52 Binary files /dev/null and b/images/firefox.png differ diff --git a/images/opera.png b/images/opera.png new file mode 100644 index 0000000000..e0548b1400 Binary files /dev/null and b/images/opera.png differ diff --git a/unsupported_browser.html b/unsupported_browser.html new file mode 100644 index 0000000000..481ff4a9d7 --- /dev/null +++ b/unsupported_browser.html @@ -0,0 +1,42 @@ + + +Jitsi Meet: Unsupported Browser + + + + + +
+
+

This application is currently only supported by

+ +
+
+ Chrome +
+ +
DOWNLOAD
+
+
+
+ Chromium +
+ +
DOWNLOAD
+
+
+
+ Opera +
+ +
DOWNLOAD
+
+
+
+
+
We are hoping that multistream support for Firefox would not be long so that we could all use this application with our favorite browser.
+
+ +
+ +