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 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. body {
  2. width:100%;
  3. height:100%;
  4. background-color: white;
  5. color: #424242;
  6. font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, sans-serif;
  7. font-size: 28px;
  8. margin:0;
  9. padding:0;
  10. }
  11. #wrap{
  12. display: block;
  13. position: absolute;
  14. width:500px;
  15. height: 565px;
  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. margin-top: 5px;
  58. }
  59. .browser_text
  60. {
  61. height: 2em;
  62. }
  63. .supported_browsers
  64. {
  65. margin: 0px auto 0px auto;
  66. /* width: 660px; */
  67. }
  68. .clear
  69. {
  70. clear: both;
  71. }
  72. .button
  73. {
  74. background-color: #62c82a;
  75. border: 1px solid #3c8117;
  76. border-radius: 10px;
  77. color: #FFFFFF;
  78. font-size: 12px;
  79. text-align: center;
  80. width: 115px;
  81. height: 26px;
  82. padding-top: 13px;
  83. margin: 15px auto 0px auto;
  84. }
  85. .logo
  86. {
  87. margin: 20px auto 0px auto;
  88. }
  89. #chrome_logo
  90. {
  91. width: 78px;
  92. height: 78px;
  93. background-image: url('/images/chrome.png');
  94. }
  95. #chromium_logo
  96. {
  97. width: 77px;
  98. height: 78px;
  99. background-image: url('/images/chromium.png');
  100. }
  101. #firefox_logo
  102. {
  103. width: 86px;
  104. height: 80px;
  105. background-image: url('/images/firefox.png');
  106. }
  107. #opera_logo
  108. {
  109. width: 73px;
  110. height: 78px;
  111. background-image: url('/images/opera.png');
  112. }
  113. #safari_logo
  114. {
  115. width: 78px;
  116. height: 79px;
  117. background-image: url('/images/safari.png');
  118. }
  119. #ie_logo
  120. {
  121. width: 80px;
  122. height: 78px;
  123. background-image: url('/images/ie.png');
  124. }