added on local at 2026-07-01 12:34:09
| 1 | /* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */ | |
| 2 | @import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese); | |
| 3 | html { | |
| 4 | font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif; | |
| 5 | -webkit-text-size-adjust: 100%; | |
| 6 | -ms-text-size-adjust: 100%; | |
| 7 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
| 8 | overflow-y: scroll; | |
| 9 | color: #000; | |
| 10 | } | |
| 11 | html, | |
| 12 | body { | |
| 13 | height: 100%; | |
| 14 | min-height: 100%; | |
| 15 | } | |
| 16 | body { margin: 0; } | |
| 17 | a { background-color: transparent; } | |
| 18 | a:active, | |
| 19 | a:hover { outline: 0; } | |
| 20 | a { | |
| 21 | color: #2498e3; | |
| 22 | text-decoration: none; | |
| 23 | cursor: pointer; | |
| 24 | } | |
| 25 | a:hover { | |
| 26 | color: #188dd9; | |
| 27 | text-decoration: underline; | |
| 28 | } | |
| 29 | img { | |
| 30 | box-sizing: border-box; | |
| 31 | border: 0; | |
| 32 | vertical-align: middle; | |
| 33 | -ms-interpolation-mode: bicubic; | |
| 34 | } | |
| 35 | .page-container { | |
| 36 | position: relative; | |
| 37 | display: table; | |
| 38 | width: 100%; | |
| 39 | height: 100%; | |
| 40 | table-layout: fixed; | |
| 41 | } | |
| 42 | .page-header-wrapper, | |
| 43 | .page-content-wrapper, | |
| 44 | .page-footer-wrapper { | |
| 45 | box-sizing: border-box; | |
| 46 | display: table-row; | |
| 47 | } | |
| 48 | .page-content-wrapper { height: 100%; } | |
| 49 | .page-header { | |
| 50 | padding: 0 10px; | |
| 51 | min-height: 50px; | |
| 52 | border-bottom: 1px solid #1c2229; | |
| 53 | background: #222a32; | |
| 54 | } | |
| 55 | .page-header:before, | |
| 56 | .page-header:after { | |
| 57 | display: table; | |
| 58 | content: ""; | |
| 59 | } | |
| 60 | .page-header:after { clear: both; } | |
| 61 | .page-content { | |
| 62 | margin: auto; | |
| 63 | padding: 20px 10px; | |
| 64 | max-width: 960px; | |
| 65 | } | |
| 66 | .page-footer { | |
| 67 | padding: 5px 10px; | |
| 68 | text-align: center; | |
| 69 | color: rgba(255, 255, 255, 0.6); | |
| 70 | border-top: 1px solid #38444f; | |
| 71 | background: #222a32; | |
| 72 | font-size: 12px; | |
| 73 | line-height: 24px; | |
| 74 | } | |
| 75 | .page-footer a, | |
| 76 | .page-footer a:hover { | |
| 77 | text-decoration: none; | |
| 78 | color: rgba(255, 255, 255, 0.6); | |
| 79 | } | |
| 80 | .page-footer .separator { | |
| 81 | width: 1px; | |
| 82 | display: inline-block; | |
| 83 | height: 12px; | |
| 84 | vertical-align: -2px; | |
| 85 | margin: 0 5px; | |
| 86 | background: rgba(255, 255, 255, 0.6); | |
| 87 | } | |
| 88 | .product-logo { float: left; } | |
| 89 | .product-logo img { height: 50px; } | |
| 90 | .company-logo { | |
| 91 | float: right; | |
| 92 | margin-top: 9px; | |
| 93 | } | |
| 94 | .company-logo img { height: 31px; } | |
| 95 | .page-info-wrapper { margin-bottom: 15px; } | |
| 96 | .page-info { | |
| 97 | box-sizing: border-box; | |
| 98 | padding: 20px; | |
| 99 | border: 1px solid #ccc; | |
| 100 | background: #f2f2f2; | |
| 101 | } | |
| 102 | .page-info-heading { | |
| 103 | margin: 0 0 15px; | |
| 104 | font-size: 20px; | |
| 105 | line-height: 24px; | |
| 106 | } | |
| 107 | .page-info p, | |
| 108 | .page-info ul { margin: 15px 0; } | |
| 109 | .page-info ul { padding-left: 20px; } | |
| 110 | .product-info-wrapper p { | |
| 111 | margin: 0 0 15px; | |
| 112 | padding: 0; | |
| 113 | } | |
| 114 | .product-info-wrapper { margin: 0 -10px; } | |
| 115 | .product-info-wrapper:before, | |
| 116 | .product-info-wrapper:after { | |
| 117 | display: table; | |
| 118 | content: ""; | |
| 119 | } | |
| 120 | .product-info-wrapper:after { clear: both; } | |
| 121 | .product-info-wrapper .col { | |
| 122 | float: left; | |
| 123 | width: 100%; | |
| 124 | box-sizing: border-box; | |
| 125 | margin-bottom: 15px; | |
| 126 | padding: 0 10px; | |
| 127 | } | |
| 128 | ||
| 129 | .product-info-wrapper ul.links { | |
| 130 | display: inline-block; | |
| 131 | width: 100%; | |
| 132 | margin: 0; | |
| 133 | padding: 0; | |
| 134 | list-style: none; | |
| 135 | border-top: 1px solid #ddd; | |
| 136 | text-align: center; | |
| 137 | } | |
| 138 | .links > li { | |
| 139 | display: inline-block; | |
| 140 | float: left; | |
| 141 | vertical-align: top; | |
| 142 | width: 50%; | |
| 143 | margin-top: 15px; | |
| 144 | } | |
| 145 | .links > li > a { | |
| 146 | display: inline-block; | |
| 147 | margin: 0; | |
| 148 | cursor: pointer; | |
| 149 | text-align: center; | |
| 150 | vertical-align: top; | |
| 151 | } | |
| 152 | .links > li > a:before { | |
| 153 | content: ""; | |
| 154 | display: block; | |
| 155 | width: 32px; | |
| 156 | height: 32px; | |
| 157 | margin: 0 auto 5px; | |
| 158 | background-repeat: no-repeat; | |
| 159 | background-size: 32px 32px; | |
| 160 | } | |
| 161 | .blog:before { background-image: url(../img/blog.png); } | |
| 162 | .forum:before { background-image: url(../img/forum.png); } | |
| 163 | .knowledge-base:before { background-image: url(../img/knowledge-base.png); } | |
| 164 | .facebook:before { background-image: url(../img/facebook.png); } | |
| 165 | .twitter:before { background-image: url(../img/twitter.png); } | |
| 166 | .google-plus:before { background-image: url(../img/google-plus.png); } | |
| 167 | ||
| 168 | .fastcgi:before { background-image: url(../img/fastcgi.png); } | |
| 169 | .python:before { background-image: url(../img/python.png); } | |
| 170 | .php:before { background-image: url(../img/php.png); } | |
| 171 | .perl:before { background-image: url(../img/perl.png); } | |
| 172 | .ssi:before { background-image: url(../img/ssi.png); } | |
| 173 | ||
| 174 | .product-info { | |
| 175 | border: 1px solid #bebebe; | |
| 176 | background: #fafafa; | |
| 177 | } | |
| 178 | .product-info-heading { | |
| 179 | margin: -1px; | |
| 180 | padding: 5px 11px; | |
| 181 | font-size: 16px; | |
| 182 | color: #fff; | |
| 183 | background: #09729f; | |
| 184 | } | |
| 185 | .product-info-content { padding: 10px; } | |
| 186 | ||
| 187 | @media (max-width: 767px) { | |
| 188 | .page-header-wrapper { height: auto !important; } | |
| 189 | } | |
| 190 | @media (min-width: 480px) { | |
| 191 | .links > li { width: 33.33%; } | |
| 192 | } | |
| 193 | @media (min-width: 768px) { | |
| 194 | .page-header-wrapper { height: 51px; } | |
| 195 | .page-header { | |
| 196 | box-sizing: border-box; | |
| 197 | position: fixed; | |
| 198 | z-index: 300; | |
| 199 | top: 0; | |
| 200 | right: 0; | |
| 201 | left: 0; | |
| 202 | width: 100%; | |
| 203 | min-height: 51px; | |
| 204 | } | |
| 205 | .page-header, | |
| 206 | .page-content, | |
| 207 | .page-footer { | |
| 208 | padding-right: 20px; | |
| 209 | padding-left: 20px; | |
| 210 | } | |
| 211 | .page-info { | |
| 212 | box-sizing: border-box; | |
| 213 | min-height: 240px; | |
| 214 | padding: 20px 40px 20px 313px; | |
| 215 | border: 1px solid #ccc; | |
| 216 | background: #f2f2f2 url(../img/globe.png) no-repeat; | |
| 217 | background-size: 273px 240px; | |
| 218 | } | |
| 219 | .links > li { width: 33.33%; } | |
| 220 | .product-info-wrapper .col { | |
| 221 | width: 50%; | |
| 222 | } | |
| 223 | } | |
| 224 | ||
| 225 | .pathbar { | |
| 226 | display: inline-block; | |
| 227 | width: 100%; | |
| 228 | font-size: 12px; | |
| 229 | } | |
| 230 | .pathbar a { | |
| 231 | color: #2c2c2c; | |
| 232 | text-decoration: none; | |
| 233 | position: relative; | |
| 234 | float: left; | |
| 235 | margin-right: 3px; | |
| 236 | padding: 0 5px 0 15px; | |
| 237 | height: 20px; | |
| 238 | line-height: 20px; | |
| 239 | text-align: center; | |
| 240 | background: #ebebeb; | |
| 241 | } | |
| 242 | .pathbar a:before { | |
| 243 | position: absolute; | |
| 244 | top: 0; | |
| 245 | left: 0; | |
| 246 | border-style: solid; | |
| 247 | border-width: 10px 0 10px 10px; | |
| 248 | border-color: transparent transparent transparent #ffffff; | |
| 249 | content: ""; | |
| 250 | } | |
| 251 | .pathbar a:after { | |
| 252 | position: absolute; | |
| 253 | top: 0; | |
| 254 | right: -10px; | |
| 255 | z-index: 1; | |
| 256 | border-style: solid; | |
| 257 | border-width: 10px 0 10px 10px; | |
| 258 | border-color: transparent transparent transparent #ebebeb; | |
| 259 | content: ""; | |
| 260 | } | |
| 261 | .pathbar a:hover { background: #2298cb; color: #fff; } | |
| 262 | .pathbar a:hover:after { border-left-color: #2298cb; } | |
| 263 | .pathbar a:first-child { padding-left: 10px; } | |
| 264 | .pathbar a:first-child:before { display: none; } | |
| 265 | .test h1 { | |
| 266 | margin: 0 0 12px; | |
| 267 | padding: 0; | |
| 268 | font-size: 24px; | |
| 269 | font-weight: 400; | |
| 270 | line-height: 28px; | |
| 271 | color: #444; | |
| 272 | } | |
| 273 | .test h2 { | |
| 274 | margin: 0 0 5px; | |
| 275 | padding: 0; | |
| 276 | font-size: 18px; | |
| 277 | font-weight: 400; | |
| 278 | line-height: 20px; | |
| 279 | color: #444; | |
| 280 | } | |
| 281 | .test p { margin: 12px 0; } | |
| 282 | iframe { border: 1px solid #bebebe; } | |
| 283 | .test-data table { | |
| 284 | border-collapse: collapse; | |
| 285 | border-spacing: 0; | |
| 286 | width: 100%; | |
| 287 | } | |
| 288 | .test-data td, | |
| 289 | .test-data th { padding: 0; } | |
| 290 | .test-data table > thead > tr > th, | |
| 291 | .test-data table > tbody > tr > th, | |
| 292 | .test-data table > tfoot > tr > th, | |
| 293 | .test-data table > thead > tr > td, | |
| 294 | .test-data table > tbody > tr > td, | |
| 295 | .test-data table > tfoot > tr > td { | |
| 296 | padding: 6px 8px; | |
| 297 | line-height: 1.4; | |
| 298 | vertical-align: top; | |
| 299 | border-top: 1px solid #d6d6d6; | |
| 300 | } | |
| 301 | .test-data table > thead > tr:first-child > th, | |
| 302 | .test-data table > tbody > tr:first-child > th, | |
| 303 | .test-data table > tfoot > tr:first-child > th, | |
| 304 | .test-data table > thead > tr:first-child > td, | |
| 305 | .test-data table > tbody > tr:first-child > td, | |
| 306 | .test-data table > tfoot > tr:first-child > td { | |
| 307 | border-top: 0; | |
| 308 | } | |
| 309 | .test-data table th { | |
| 310 | text-align: left; | |
| 311 | white-space: nowrap; | |
| 312 | font-weight: 700; | |
| 313 | background: #fafafa; | |
| 314 | } |