Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

unsupported_browser.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /*
  2. * Copyright @ 2015 Atlassian Pty Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. body {
  17. width:100%;
  18. height:100%;
  19. background-color: white;
  20. color: #424242;
  21. font-family:Helvetica,'YanoneKaffeesatzLight',Verdana,Tahoma,Arial;
  22. font-size: 28px;
  23. margin:0;
  24. padding:0;
  25. }
  26. #wrap{
  27. display: block;
  28. position: absolute;
  29. width:900px;
  30. height: 365px;
  31. overflow:hidden;
  32. text-align: center;
  33. margin: auto;
  34. top: 0; left: 0; bottom: 0; right: 0;
  35. }
  36. .firefox{
  37. font-size: 11pt;
  38. color: #c8c8c8;
  39. width: 468px;
  40. text-align: center;
  41. margin: 30px auto 0px auto;
  42. padding-left: 15px;
  43. }
  44. #text{
  45. display:inline-block;
  46. font-size: 28px;
  47. width: 568px;
  48. vertical-align:middle;
  49. padding-top: 25px;
  50. }
  51. a {
  52. color: #087dba;
  53. text-decoration:none;
  54. }
  55. .browser {
  56. width: 138px;
  57. height: 163px;
  58. margin-top: 5px;
  59. background-color: #e8e8e8;
  60. border: 1px solid #cfcfcf;
  61. border-radius: 10px;
  62. }
  63. .browser_wrapper
  64. {
  65. width: 138px;
  66. height: 188px;
  67. vertical-align: middle;
  68. color: #929391;
  69. font-size: 20px;
  70. float: left;
  71. margin-left: 15px;
  72. }
  73. .supported_browsers
  74. {
  75. margin: 0px auto 0px auto;
  76. width: 660px;
  77. }
  78. .clear
  79. {
  80. clear: both;
  81. }
  82. .button
  83. {
  84. background-color: #62c82a;
  85. border: 1px solid #3c8117;
  86. border-radius: 10px;
  87. color: #FFFFFF;
  88. font-size: 12px;
  89. text-align: center;
  90. width: 115px;
  91. height: 26px;
  92. padding-top: 13px;
  93. margin: 15px auto 0px auto;
  94. }
  95. .logo
  96. {
  97. margin: 20px auto 0px auto;
  98. }
  99. #chrome_logo
  100. {
  101. width: 78px;
  102. height: 78px;
  103. background-image: url('/images/chrome.png');
  104. }
  105. #chromium_logo
  106. {
  107. width: 77px;
  108. height: 79px;
  109. background-image: url('/images/chromium.png');
  110. }
  111. #firefox-nightly_logo
  112. {
  113. width: 73px;
  114. height: 79px;
  115. background-image: url('/images/firefox-nightly.png');
  116. }
  117. #opera_logo
  118. {
  119. width: 73px;
  120. height: 78px;
  121. background-image: url('/images/opera.png');
  122. }