You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

unsupported_browser.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. body {
  2. width:100%;
  3. height:100%;
  4. background-color: white;
  5. color: #424242;
  6. font-family:Helvetica,'YanoneKaffeesatzLight',Verdana,Tahoma,Arial;
  7. font-size: 28px;
  8. margin:0;
  9. padding:0;
  10. }
  11. #wrap{
  12. display: block;
  13. position: absolute;
  14. width:900px;
  15. height: 345px;
  16. overflow:hidden;
  17. text-align: center;
  18. margin: auto;
  19. top: 0; left: 0; bottom: 0; right: 0;
  20. }
  21. .firefox{
  22. font-size: 11pt;
  23. color: #c8c8c8;
  24. width: 468px;
  25. text-align: center;
  26. margin: 30px auto 0px auto;
  27. padding-left: 15px;
  28. }
  29. #text{
  30. display:inline-block;
  31. font-size: 28px;
  32. width: 568px;
  33. vertical-align:middle;
  34. padding-top: 25px;
  35. }
  36. a {
  37. color: #087dba;
  38. text-decoration:none;
  39. }
  40. .browser {
  41. width: 138px;
  42. height: 163px;
  43. margin-top: 5px;
  44. background-color: #e8e8e8;
  45. border: 1px solid #cfcfcf;
  46. border-radius: 10px;
  47. }
  48. .browser_wrapper
  49. {
  50. width: 138px;
  51. height: 188px;
  52. vertical-align: middle;
  53. color: #929391;
  54. font-size: 20px;
  55. float: left;
  56. margin-left: 15px;
  57. }
  58. .supported_browsers
  59. {
  60. margin: 0px auto 0px auto;
  61. width: 460px;
  62. }
  63. .clear
  64. {
  65. clear: both;
  66. }
  67. .button
  68. {
  69. background-color: #62c82a;
  70. border: 1px solid #3c8117;
  71. border-radius: 10px;
  72. color: #FFFFFF;
  73. font-size: 12px;
  74. text-align: center;
  75. width: 115px;
  76. height: 26px;
  77. padding-top: 13px;
  78. margin: 15px auto 0px auto;
  79. }
  80. .logo
  81. {
  82. margin: 20px auto 0px auto;
  83. }
  84. #chrome_logo
  85. {
  86. width: 78px;
  87. height: 78px;
  88. background-image: url('/images/chrome.png');
  89. }
  90. #chromium_logo
  91. {
  92. width: 77px;
  93. height: 79px;
  94. background-image: url('/images/chromium.png');
  95. }
  96. #opera_logo
  97. {
  98. width: 73px;
  99. height: 78px;
  100. background-image: url('/images/opera.png');
  101. }