global.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. /* Dev */
  2. .dev_badge { display: inline-block; border-radius: 3px; background-color: #ff3b3b; color: #ffffff; font-size: 0.9em; font-weight: bold; padding: 0px 4px; }
  3. .dev_warning { font-weight: bold; font-size: 24px; color: #ff0000; border: 2px dashed #ff0000; text-align: center; padding: 4px; }
  4. /* Upstream changes */
  5. .btn-lg { overflow: hidden; }
  6. .actions.multi > a.btn { margin: 0px 8px 8px 0px; }
  7. .actions.multi > .btn + .btn:not(.btn-block) { margin: 0px 8px 8px 0px; }
  8. .page-banner-null {
  9. padding-bottom: 0px;
  10. padding-top: 100px;
  11. }
  12. .form-group.buttonalign {
  13. margin: 0px;
  14. line-height: 50px;
  15. }
  16. .flag-null {
  17. background-position: -162px -36px;
  18. }
  19. .m-t-h2 { margin-top: 84px; }
  20. .banner-breadcrumbs ul > li > span {
  21. color: rgba(196, 227, 255, 0.6);
  22. display: block;
  23. font-size: 16px;
  24. height: 100%;
  25. line-height: 18px;
  26. margin: 0 12px;
  27. padding: 30px 12px;
  28. text-transform: none;
  29. white-space: normal;
  30. }
  31. .banner-breadcrumbs ul > li.active > span {
  32. color: #ffffff;
  33. }
  34. @media (max-width: 991px)
  35. {
  36. .browser-analytics {
  37. width: 238px;
  38. height: 152px;
  39. background-repeat: no-repeat;
  40. }
  41. }
  42. @media (max-width: 299px)
  43. {
  44. .navbar-header .navbar-login {
  45. display: none;
  46. }
  47. }
  48. select.form-control {
  49. -webkit-appearance: none;
  50. -moz-appearance: none;
  51. appearance: none;
  52. background-image: url('../_images/arrow.html');
  53. background-repeat: no-repeat;
  54. background-position: 100% 50%;
  55. background-size: 30px 50px;
  56. cursor: pointer;
  57. }
  58. /* Generic */
  59. .file_hidden {
  60. width: 0.1px;
  61. height: 0.1px;
  62. opacity: 0;
  63. overflow: hidden;
  64. position: absolute;
  65. z-index: -1;
  66. }
  67. .textleft { text-align: left; }
  68. .textright { text-align: right; }
  69. .textcenter { text-align: center; }
  70. .textunderline { text-decoration:underline; }
  71. hr.hr10 { height:10px; border:none; margin:0px; padding:0px; width:100%; }
  72. hr.hr15 { height:15px; border:none; margin:0px; padding:0px; width:100%; }
  73. hr.hr20 { height:20px; border:none; margin:0px; padding:0px; width:100%; }
  74. hr.hr30 { height:30px; border:none; margin:0px; padding:0px; width:100%; }
  75. hr.hr50 { height:50px; border:none; margin:0px; padding:0px; width:100%; }
  76. /* Message blocks */
  77. .block_message { background-color: #ffffff; padding: 16px 0px; }
  78. .base_message { color: #616366; box-sizing: border-box; width: 100%; font-size: 15px; line-height: 25px; margin: 0px auto 10px auto; padding: 15px; text-align: left; border: 1px solid #000000; border-radius: 5px; overflow: hidden; }
  79. .success_message { color: #5ba65f; border-color: #66bb6a; }
  80. .warning_message { color: #fca426; border-color: #ffb13d; }
  81. .error_message { color: #e53935; border-color: #ff4d4a; }
  82. .info_message { color: #1e88e5; border-color: #54aaff; }
  83. /* Pricing */
  84. .package > .package-header > .gv { display: none; }
  85. .package.great_value > .package-header { background-color: #1e88e5; border-top-left-radius: 2px; border-top-right-radius: 2px; position: relative; }
  86. .package.great_value > .package-header > .gv { display: block; position: absolute; top: 0px; right: 0px; background-image: url('../_images/great_value.html'); width: 92px; height: 70px; opacity: 0.90; }
  87. .package.great_value > .package-header > h3 { color: #ffffff; }
  88. .package.great_value > .package-header > span { color: #ffffff; }
  89. /* News */
  90. .post > .post-avatar { display: none; }
  91. @media (max-width: 767px)
  92. {
  93. .post-header {
  94. padding-left: 0px;
  95. }
  96. }
  97. @media (min-width: 768px)
  98. {
  99. .post { padding-left: 0px; }
  100. }
  101. .news_recent_item { margin-bottom: 8px; }
  102. .news_recent_button { width: 100%; margin-bottom: 8px; position: relative; }
  103. .news_content img { max-width: 100%; }
  104. /* FAQ */
  105. @media (min-width: 768px)
  106. {
  107. .vat_table { max-width: 50%; }
  108. }
  109. #speedtest_type {
  110. display: inline-block;
  111. width: 100px;
  112. margin-left: 4px;
  113. }
  114. @media (max-width: 767px)
  115. {
  116. .speedtest_table .btn-lg {
  117. margin-bottom: 4px;
  118. }
  119. }
  120. /* API */
  121. .nav-responsive > ul > li.dropdown.header { margin-top: 8px; margin-bottom: 8px; }
  122. @media (max-width: 767px)
  123. {
  124. .nav-responsive > ul > li.dropdown.header { padding-left: 24px; }
  125. }
  126. pre code { white-space: pre; }
  127. .json_example .string { color:green; }
  128. .json_example .number { color:darkorange; }
  129. .json_example .boolean { color:blue; }
  130. .json_example .null { color:magenta; }
  131. .json_example .key { color:red; }
  132. /* Docs */
  133. .docs-title a { color: #ffffff; transition: none; }
  134. .docs-title a:hover { color: #ffffff; transition: none; }
  135. .docs-freetrial { display: block; width: 100%; padding: 16px 0px; background-color: #4cae4c; text-align: center; }
  136. .docs-freetrial > span { font-weight: bold; font-size: 22px; color: #ffffff; }
  137. .docs-contribute {}
  138. .docs-contribute .container { padding-top: 40px; border-top: 1px solid #edf0f2; }
  139. @media (min-width: 768px) {
  140. .banner-search {
  141. width: 450px;
  142. }
  143. }
  144. .doc_container { padding: 0px 20px; }
  145. /* Docs index */
  146. .article_list {}
  147. .article_list > li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  148. .docs-panel-block { width: 100%; }
  149. /* Docs article */
  150. .doc_tag {
  151. display: inline-block;
  152. height: 28px;
  153. line-height: 28px;
  154. border-radius: 3px;
  155. color: #ffffff;
  156. background-color: #1e88e4;
  157. padding: 0px 10px;
  158. white-space: nowrap;
  159. text-align: center;
  160. font-size: 14px;
  161. font-weight: bold;
  162. margin: 0px 0px 8px 6px;
  163. }
  164. .doc_tag:link,
  165. .doc_tag:visited,
  166. .doc_tag:active,
  167. .doc_tag:hover
  168. {
  169. color: #ffffff;
  170. }
  171. .doc_header { border-bottom: 1px solid #edf0f2; margin-bottom: 16px; padding: 0px 0px 6px 0px; }
  172. .doc_header h1 { margin: 0px 0px 8px 0px; }
  173. .doc_header > div { margin-bottom: 8px; }
  174. .doc_footer > div { font-size: 14px; font-style: italic; margin-top: 24px; padding: 0px; }
  175. /* Docs article content */
  176. .doc_content { font-family: "Raleway",Helvetica,Arial,sans-serif; }
  177. .doc_content { font-size: 15px; font-weight: 300; font-style: normal; line-height: 25px; color: #616366; margin: 0px 0px 17px 0px; padding: 0px; }
  178. .doc_content h1 { font-size: 28px; font-weight: 500; font-style: normal; line-height: 34px; color: #363b40; margin: 25px 0px 25px 0px; padding: 0px; }
  179. .doc_content h2 { font-size: 28px; font-weight: 500; font-style: normal; line-height: 34px; color: #363b40; margin: 25px 0px 25px 0px; padding: 0px; }
  180. .doc_content h3 { font-size: 20px; font-weight: 500; font-style: normal; line-height: 28px; color: #363b40; margin: 25px 0px 25px 0px; padding: 0px; }
  181. .doc_content h4 { font-size: 16px; font-weight: 500; font-style: normal; line-height: 22px; color: #363b40; margin: 18px 0px 18px 0px; padding: 0px; }
  182. .doc_content h5 { font-size: 15px; font-weight: bold; font-style: normal; line-height: 22px; color: #363b40; margin: 18px 0px 18px 0px; padding: 0px; }
  183. .doc_content h6 { font-size: 14px; font-weight: bold; font-style: normal; line-height: 20px; color: #363b40; margin: 18px 0px 18px 0px; padding: 0px; }
  184. .doc_content h6.s1 { font-size: 13px; font-weight: bold; font-style: normal; line-height: 20px; color: #363b40; margin: 18px 0px 18px 0px; padding: 0px; }
  185. .doc_content p { font-size: 15px; font-weight: 300; font-style: normal; line-height: 25px; color: #616366; margin: 0px 0px 17px 0px; padding: 0px; }
  186. .doc_content ul { list-style: disc; padding-left: 40px; }
  187. .doc_content ol { padding-left: 40px; }
  188. .doc_content blockquote { font-size: 14px; margin: 0px 0px 20px 0px; padding: 10px 20px; border-left: 5px solid #eeeeee; }
  189. .doc_content blockquote > p { font-size: 14px; }
  190. .doc_content code { font-family: "Consolas", "Menlo", "Monaco", monospace, serif; }
  191. .doc_content code { font-size: 0.9em; background-color: #f9f2f4; color: #c7254e; border-width: 0px; border-radius: 3px; padding: 2px 4px; }
  192. .doc_content p code { font-size: 13px; }
  193. .doc_content pre { font-size: 13px; line-height: 1.25em; background-color: #f9f2f4; color: #c7254e; border-width: 0px; border-radius: 3px; padding: 6px 10px; overflow: auto; }
  194. .doc_content pre code { font-size: 13px; border-width: 0px; padding: 0px; }
  195. .doc_content pre {
  196. padding: 0px 10px;
  197. background-color: #f9f2f4;
  198. background: linear-gradient(to bottom, #f9f2f4 0.0em, #f9f2f4 1.25em, #fffbfb 1.25em, #fffbfb 2.5em);
  199. background: -webkit-linear-gradient(to bottom, #f9f2f4 0.0em, #f9f2f4 1.25em, #fffbfb 1.25em, #fffbfb 2.5em);
  200. background-size: 100% 2.5em;
  201. border: 1px solid #f9f2f4;
  202. }
  203. .doc_content pre code {
  204. background-color: transparent;
  205. }
  206. .doc_content a { color: #1e88e5; text-decoration: none; }
  207. .doc_content a:link,
  208. .doc_content a:visited,
  209. .doc_content a:active {}
  210. .doc_content a:hover { color: #3ba3ff; text-decoration: none; }
  211. .doc_content a img { border: none; }
  212. .doc_content hr { height: 0px; margin: 35px 0px; border-width: 0px; border-top: solid 1px #eeeeee; }
  213. .doc_content img { max-width: 100%; }
  214. /* Docs submission */
  215. .tab-content .preview_text { width: 100%; height: 500px; margin: 0px; }
  216. .tab-content .preview_html { width: 100%; height: 500px; margin: 0px; overflow:scroll; }
  217. .tab-content .preview_spin { width: 100%; height: 500px; margin: 0px; position: relative; }
  218. /* Locations */
  219. .location-map-title {
  220. position: relative;
  221. z-index: 1;
  222. }
  223. @media (min-width: 768px)
  224. {
  225. .location-map-title {
  226. margin-bottom: 32px;
  227. }
  228. }
  229. @media (min-width: 992px)
  230. {
  231. .location-map-title {
  232. margin-bottom: 64px;
  233. }
  234. }
  235. /* Tools */
  236. .panel-calculator-block .row .control-label { height: 20px; overflow: hidden; margin-top: 8px; margin-bottom: 0px; white-space: nowrap; }
  237. .panel-calculator-block .row .control-label > span { vertical-align: middle; }
  238. @media (min-width: 768px)
  239. {
  240. .panel-subheader {
  241. margin: 0px;
  242. height: 50px;
  243. line-height: 50px;
  244. }
  245. }
  246. /* Legal */
  247. .legal-simple { font-size: 14px; color: #262626; }
  248. /* Error pages */
  249. .error-404sm {
  250. font-weight: bold;
  251. font-size: 64px;
  252. }
  253. @media (max-width: 767px)
  254. {
  255. .error-404 {
  256. display: none;
  257. }
  258. }
  259. @media (min-width: 768px)
  260. {
  261. .error-404sm {
  262. display: none;
  263. }
  264. }
  265. /* VBS reliability block */
  266. .aspect_div_560_400 { width: 100%; max-width: 560px; max-height: 400px; margin: 0px auto; }
  267. .aspect_div_560_400 > div { width: 100%; padding-bottom: 71%; position: relative; margin: 0px; }
  268. .image-reliability-sm .server-lg { left: 36%; top: 0%; width: 28%; height: 48%; position: absolute; z-index: 2; background-size: 100% 100%; }
  269. .image-reliability-sm .server-left { left: 0%; top: 48%; width: 16%; height: 28%; position: absolute; z-index: 2; background-size: 100% 100%; }
  270. .image-reliability-sm .server-right { left: 82%; top: 48%; width: 16%; height: 28%; position: absolute; z-index: 2; background-size: 100% 100%; }
  271. .image-reliability-sm .server-center { left: 42%; top: 68%; width: 16%; height: 28%; position: absolute; z-index: 2; background-size: 100% 100%; }
  272. .image-reliability-sm .lock { left: 60%; top: 60%; width: 51%; height: 50%; position: absolute; background-size: 100% 100%; }
  273. .image-reliability-sm .line-server-top { left: 9%; top: 23%; width: 80%; position: absolute; z-index: 1; background-size: 100% 100%; }
  274. .image-reliability-sm .line-server-left { left: 9%; top: 23%; height: 36%; position: absolute; z-index: 1; background-size: 100% 100%; }
  275. .image-reliability-sm .line-server-right { left: 89%; top: 23%; height: 36%; position: absolute; z-index: 1; background-size: 100% 100%; }
  276. .image-reliability-sm .line-server-center { left: 50%; top: 23%; height: 55%; position: absolute; z-index: 1; background-size: 100% 100%; }
  277. @media (max-width: 767px)
  278. {
  279. .image-reliability-sm { display: block; }
  280. .image-reliability { display: none; }
  281. }
  282. @media (min-width: 768px)
  283. {
  284. .image-reliability-sm { display: none; }
  285. .image-reliability { display: block; }
  286. }
  287. /* Partner logos */
  288. .partner-logos {
  289. text-align: center;
  290. width: 100%;
  291. }
  292. .partner-logos div {
  293. display: inline-block;
  294. vertical-align: middle;
  295. text-align: center;
  296. }
  297. .partner-logos div img {
  298. opacity: 0.5;
  299. max-width: 100%;
  300. }
  301. @media (max-width: 767px)
  302. {
  303. .partner-logos div {
  304. display: block;
  305. margin: 32px 0px;
  306. }
  307. }
  308. @media (min-width: 768px)
  309. {
  310. .partner-logos div {
  311. margin: 32px 16px;
  312. max-width: 14%;
  313. }
  314. }
  315. /* Logged out */
  316. .loggedout_vcenter { margin: 32px 0px; }
  317. @media (min-width: 768px) and (min-height: 700px)
  318. {
  319. .loggedout_vcenter { position: absolute; top: 50%; width: 100%; margin-top: -220px; }
  320. }