diff --git a/chromeonly.html b/chromeonly.html index 268bbc2ce..21eed9f46 100644 --- a/chromeonly.html +++ b/chromeonly.html @@ -1 +1,19 @@ -Sorry, this currently only works with chrome because it uses "Plan B". + + + + + + + + +
+
+
+
+

This service only works with Chrome.

+

Download Chrome

+
+ +
+ + diff --git a/css/chromeonly.css b/css/chromeonly.css new file mode 100644 index 000000000..31325272a --- /dev/null +++ b/css/chromeonly.css @@ -0,0 +1,50 @@ +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:766px; + 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; +} +#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: 20pt; + width: 400px; + vertical-align:middle; + padding-top: 30px; +} + +a { + color: #087dba; + text-decoration:none; +} + + + diff --git a/css/modaldialog.css b/css/modaldialog.css index a1e8f854b..d328940e1 100644 --- a/css/modaldialog.css +++ b/css/modaldialog.css @@ -1,3 +1,7 @@ +.jqistates { + font-size: 14px; +} + .jqistates h2 { padding-bottom: 10px; border-bottom: 1px solid #eee; diff --git a/images/chromelogo.png b/images/chromelogo.png new file mode 100644 index 000000000..090a37176 Binary files /dev/null and b/images/chromelogo.png differ diff --git a/images/chromepointer.png b/images/chromepointer.png new file mode 100644 index 000000000..ebd1df47b Binary files /dev/null and b/images/chromepointer.png differ diff --git a/images/estoslogo.png b/images/estoslogo.png index 085435f17..d8e78a831 100644 Binary files a/images/estoslogo.png and b/images/estoslogo.png differ