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

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