base2.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  1. body, html {
  2. font-family: sans-serif;
  3. font-size: 13px;
  4. color: #333;
  5. text-align: center;
  6. line-height: 1.5;
  7. margin: 0;
  8. padding: 0;
  9. }
  10. #co {
  11. width: 750px;
  12. margin: auto;
  13. text-align: left;
  14. position: relative;
  15. clear: both;
  16. margin-bottom: 25px;
  17. }
  18. @media only screen and (max-width: 1200px) {
  19. #co {
  20. width: auto;
  21. margin-left: 10px;
  22. margin-right: 360px;
  23. min-width: 200px;
  24. }
  25. }
  26. @media only screen and (max-width: 980px) {
  27. body #co {
  28. width: 750px;
  29. margin: auto;
  30. }
  31. }
  32. /* For mobile sites*/
  33. @media only screen and (max-width: 800px) {
  34. body #co {
  35. width: auto;
  36. margin-left: 10px;
  37. margin-right: 10px;
  38. min-width: 200px;
  39. padding-top: 0;
  40. }
  41. }
  42. @media only screen and (max-width: 600px) {
  43. body .logos, body .logos td, body .logos tr {
  44. display: block;
  45. width: auto;
  46. margin: 0;
  47. text-align: center;
  48. }
  49. body .logos tbody {
  50. display: inline-block;
  51. }
  52. body .logos td {
  53. width: 48%;
  54. display: inline-block;
  55. padding: 0;
  56. }
  57. body .numbs p {
  58. width: auto;
  59. display: block;
  60. }
  61. body .header, body .innerhead {
  62. position: static;
  63. }
  64. body {
  65. position: relative;
  66. padding-bottom: 60px;
  67. }
  68. body .advantages li {
  69. width: auto;
  70. display: block;
  71. padding: 38px 0 20px 0;
  72. }
  73. body .generate #browserversionchooser {
  74. margin: 0;
  75. padding-left: 0;
  76. }
  77. body #browserversionchooser select {
  78. background: white;
  79. padding: 1px;
  80. font-size: 10px;
  81. }
  82. body .tagline {
  83. font-size: 11px;
  84. }
  85. #browserlist ~ .whatnow {
  86. display: none;
  87. }
  88. #browserlist a.l {
  89. padding-top: 93px;
  90. background-size: 90px auto;
  91. }
  92. }
  93. @media only screen and (max-width: 400px) {
  94. body #cookiebar {
  95. left: 0;
  96. text-align: center;
  97. border-left: none;
  98. }
  99. }
  100. img {
  101. border: none;
  102. }
  103. a {
  104. color: #e25600;
  105. }
  106. ul {
  107. padding-left: 20px;
  108. }
  109. ul h3 {
  110. margin: 0;
  111. color: #333;
  112. margin-bottom: 7px;
  113. }
  114. .message {
  115. font-size: 1.2em;
  116. margin: .5em;
  117. margin-bottom: 1.3em;
  118. padding: 1em;
  119. padding-top: .1em;
  120. padding-bottom: .3em;
  121. overflow: hidden;
  122. font-weight: normal;
  123. background: rgb(247, 112, 0);
  124. box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  125. color: #fff;
  126. zoom: 1;
  127. }
  128. #mainmessage {
  129. font-family: 'Open Sans';
  130. font-size: 20px;
  131. font-weight: 400;
  132. }
  133. .message p {
  134. margin-top: .7em;
  135. }
  136. .advantages {
  137. font-size: 13px;
  138. list-style: none;
  139. padding-left: 0;
  140. }
  141. .advantages li {
  142. background-repeat: no-repeat;
  143. background-position: center top;
  144. color: #777;
  145. display: inline-block;
  146. width: 35%;
  147. text-align: center;
  148. vertical-align: top;
  149. background-size: 32px;
  150. padding: 38px 7% 20px 7%;
  151. }
  152. .advantages li h3 {
  153. font-size: 20px;
  154. line-height: 30px;
  155. }
  156. .notavailable {
  157. zoom: 1;
  158. opacity: .5;
  159. text-decoration: none;
  160. }
  161. .numbs {
  162. margin: -24px 0;
  163. }
  164. .numbs p {
  165. width: 360px;
  166. display: inline-block;
  167. text-align: center;
  168. }
  169. .numbs b {
  170. display: block;
  171. font-size: 35px;
  172. color: #E97A00;
  173. margin-bottom: -8px;
  174. font-family: 'Open Sans', sans-serif;
  175. font-weight: 300;
  176. }
  177. .generate {
  178. margin: 1em 0;
  179. padding: .2em .6em;
  180. border: 1px solid #eee;
  181. background-color: rgb(250, 250, 250);
  182. }
  183. .generate #browserversionchooser {
  184. margin: 0;
  185. padding-left: 25px;
  186. }
  187. .generate textarea {
  188. display: block;
  189. width: 95%;
  190. height: 17em;
  191. background: #fff;;
  192. border: 1px solid #F1F1F1;
  193. clear: both;
  194. color: #606060;
  195. font-size: 11px;
  196. margin: 0 0 10px 5px;
  197. padding: 6px;
  198. position: relative;
  199. }
  200. select, textarea, input {
  201. background-color: #FAFAFF;
  202. border: 1px solid #ddd;
  203. color: #669;
  204. }
  205. input {
  206. vertical-align: top;
  207. }
  208. .steps {
  209. font-size: 11pt;
  210. counter-reset: listNumbering;
  211. padding-left: 25px;
  212. }
  213. .steps li {
  214. margin-bottom: 20px;
  215. counter-increment: listNumbering;
  216. display: block;
  217. position: relative;
  218. }
  219. .steps li::before {
  220. content: counter(listNumbering, decimal);
  221. font-size: 35px;
  222. color: #555;
  223. position: absolute;
  224. left: -30px;
  225. top: -12px;
  226. font-weight: bold;
  227. font-family: 'Open Sans';
  228. font-weight: 300;
  229. }
  230. /*Table*/
  231. table {
  232. border-collapse: collapse;
  233. width: 100%;
  234. margin-bottom: 0.8em;
  235. /*table-layout: fixed;*/
  236. clear: both;
  237. }
  238. table th {
  239. text-align: left;
  240. background-color: #eee;
  241. }
  242. table thead th,
  243. table thead td,
  244. table.log thead td,
  245. table.notifications thead td {
  246. background-color: #eee;
  247. font-weight: bold;
  248. border-bottom: 2px solid #aaa;
  249. }
  250. table tbody th:nth-child(odd),
  251. table tbody td:nth-child(odd) {
  252. /*background-color: #fff;*/
  253. }
  254. td,
  255. th {
  256. /*overflow: hidden;*/
  257. padding: 0.2em;
  258. padding-right: 1em;
  259. vertical-align: top;
  260. }
  261. .bordered td,
  262. .bordered th {
  263. border: 1px solid #ddd;
  264. }
  265. pre {
  266. color: maroon;
  267. overflow-x: auto;
  268. }
  269. code {
  270. color: maroon;
  271. }
  272. .centered {
  273. text-align: center;
  274. display: block;
  275. }
  276. .commenttitle {
  277. margin-bottom: 0;
  278. margin-top: 60px;
  279. }
  280. .commenttitle a {
  281. text-decoration: none;
  282. }
  283. .commentimage {
  284. text-align: center;
  285. }
  286. h1, h2, h3, a.l {
  287. font-family: 'Open Sans', sans-serif;
  288. font-weight: 300;
  289. }
  290. h1 {
  291. margin-bottom: 0;
  292. margin-top: 18px;
  293. }
  294. h2 {
  295. margin-top: 1.8em;
  296. text-align: center;
  297. font-size: 33px;
  298. }
  299. .logos {
  300. width: 100%;
  301. border: none;
  302. }
  303. .logos td {
  304. vertical-align: top;
  305. padding: 10px;
  306. border: none;
  307. background: none;
  308. width: 25%;
  309. }
  310. .header {
  311. position: relative;
  312. top: 0;
  313. margin-bottom: 10px;
  314. padding: 5px;
  315. padding-left: 10px;
  316. padding-top: 3px;
  317. background: no-repeat 0% 0% rgb(238, 238, 238);
  318. height: auto;
  319. text-align: left;
  320. border-bottom: 1px dashed rgb(170, 170, 170);
  321. }
  322. .header a {
  323. text-decoration: none;
  324. color: #000;
  325. }
  326. .header h1 {
  327. margin: 0px;
  328. display: inline;
  329. }
  330. .tagline {
  331. color: rgb(136, 136, 136);
  332. padding-left: 2px;
  333. }
  334. .innerhead {
  335. position: relative;
  336. margin: auto;
  337. max-width: 1280px;
  338. }
  339. a.l {
  340. display: block;
  341. padding: 4px;
  342. padding-top: 117px;
  343. background-repeat: no-repeat;
  344. background-size: 110px auto;
  345. background-position: center 4px;
  346. text-decoration: none;
  347. text-align: center;
  348. border: 2px solid transparent;
  349. position: relative;
  350. }
  351. a.l:hover {
  352. border: 2px dotted rgb(170, 170, 170);
  353. }
  354. a.l .bro {
  355. white-space: nowrap;
  356. text-decoration: underline;
  357. font-size: 19px;
  358. }
  359. a .vendor {
  360. color: #aaa;
  361. text-align: center;
  362. font-size: 10px;
  363. display: block;
  364. }
  365. a .na {
  366. color: #000;
  367. cursor: default;
  368. }
  369. a.notavailable .bro {
  370. text-decoration: none !important;
  371. }
  372. .whatnow {
  373. text-align: center;
  374. margin: 13px 25px;
  375. font-size: 20px;
  376. font-family: 'Open Sans', sans-serif;
  377. font-weight: 400;
  378. }
  379. .whatnow-small {
  380. font-family: "Open Sans";
  381. font-size: 15px;
  382. margin: 13px;
  383. text-align: center;
  384. font-weight: 300;
  385. }
  386. .noti {
  387. margin: 15px 0;
  388. box-shadow: 0 0 8px #888;
  389. background: #FFF4F4;
  390. text-align: center;
  391. padding: 2px;
  392. }
  393. .noti h2,
  394. .noti p {
  395. margin: 13px 10px;
  396. }
  397. #lang2 {
  398. position: relative;
  399. z-index: 500;
  400. }
  401. #lang2 div {
  402. position: absolute;
  403. padding: 5px;
  404. margin: 0;
  405. margin-top: 18px;
  406. top: 0;
  407. background-color: #ddd;
  408. display: none;
  409. width: 200px;
  410. left: -60px;
  411. }
  412. #lang2:hover div {
  413. display: block;
  414. background-color: #ddd;
  415. }
  416. #lang2 div a {
  417. display: block;
  418. float: left;
  419. min-width: 97px;
  420. }
  421. #cookiebar {
  422. position: fixed;
  423. right: 0;
  424. bottom: 0;
  425. border-top: 1px solid #aaa;
  426. background: #eee;
  427. padding: 2px;
  428. border-left: 1px solid #aaa;
  429. }
  430. #cookiebar a {
  431. cursor: pointer;
  432. padding: 1px 3px;
  433. border-radius: 4px;
  434. background: rgba(230, 230, 230, 0);
  435. }
  436. .testwarning {
  437. background: repeating-linear-gradient(45deg, #ffd545, #ffd545 10px, #FFF754 10px, #FFF754 20px);
  438. text-align: center;
  439. padding: 20px 20px;
  440. font-size: 16px;
  441. }
  442. /* display of bar inside the page */
  443. .example {
  444. background: #FDF2AB url(/static/img/dialog-warning.gif) no-repeat 1em 0.55em;
  445. background-position: 8px 17px;
  446. z-index: 111111;
  447. border-bottom: 1px solid #A29330;
  448. text-align: left;
  449. cursor: pointer;
  450. background-color: #fff8ea;
  451. font: 17px Calibri, Helvetica, Arial, sans-serif;
  452. /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
  453. }
  454. .example div {
  455. padding: 11px 12px 11px 30px;
  456. line-height: 1.7em;
  457. }
  458. .example div a, .example div a:visited, .button {
  459. text-indent: 0;
  460. color: #fff;
  461. text-decoration: none;
  462. box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  463. padding: 1px 10px;
  464. border-radius: 4px;
  465. font-weight: normal;
  466. background: #5ab400;
  467. white-space: nowrap;
  468. margin: 0 2px;
  469. display: inline-block;
  470. }
  471. #buorgig, .button-ignore, .button.ignore {
  472. background-color: #edbc68;
  473. }
  474. /* Menu *******************************************/
  475. #menu {
  476. display: block;
  477. position: absolute;
  478. top: 0px;
  479. right: 0px;
  480. z-index: 1;
  481. -webkit-user-select: none;
  482. user-select: none;
  483. margin: 10px;
  484. }
  485. #menu a {
  486. color: #777;
  487. }
  488. #menu input {
  489. display: none;
  490. width: 40px;
  491. height: 32px;
  492. position: absolute;
  493. top: -5px;
  494. right: -5px;
  495. cursor: pointer;
  496. opacity: 0; /* hide this */
  497. z-index: 2; /* and place it over the hamburger */
  498. -webkit-touch-callout: none;
  499. }
  500. /*Just a quick hamburger */
  501. #menu span {
  502. width: 33px;
  503. height: 4px;
  504. margin-bottom: 5px;
  505. position: relative;
  506. background: #cdcdcd;
  507. border-radius: 3px;
  508. z-index: 1;
  509. transform-origin: 4px 0px;
  510. transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
  511. background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
  512. opacity 0.55s ease;
  513. right: 0;
  514. top: 0;
  515. }
  516. #menu span:first-child {
  517. transform-origin: 0% 0%;
  518. }
  519. #menu span:nth-last-child(2) {
  520. transform-origin: 0% 100%;
  521. }
  522. /* Transform all the slices of hamburger into a crossmark. */
  523. #menu input:checked ~ span {
  524. opacity: 1;
  525. transform: rotate(45deg) translate(-2px, -1px);
  526. background: #232323;
  527. }
  528. #menu input:checked ~ span:nth-last-child(3) {
  529. opacity: 0;
  530. transform: rotate(0deg) scale(0.2, 0.2);
  531. }
  532. #menu input:checked ~ span:nth-last-child(2) {
  533. transform: rotate(-45deg) translate(0, -1px);
  534. }
  535. nav > div {
  536. display: inline-block;
  537. margin-left: 20px;
  538. }
  539. @media only screen and (max-width: 600px) {
  540. #menu > input,
  541. #menu > span {
  542. display: block;
  543. }
  544. nav {
  545. position: absolute;
  546. width: 300px;
  547. display: none;
  548. right: 0;
  549. top: 0;
  550. padding: 0px;
  551. padding-top: 25px;
  552. background: #ededed;
  553. list-style-type: none;
  554. transform: translate(320px, 0);
  555. transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  556. }
  557. nav > div {
  558. padding: 10px 0;
  559. font-size: 22px;
  560. display: block;
  561. }
  562. #menu input:checked ~ nav {
  563. transform: none;
  564. display: block;
  565. }
  566. }
  567. .plugins a {
  568. text-decoration: none;
  569. display: inline-block;
  570. margin: 4px;
  571. padding: 10px;
  572. background-color: #fff8ea;
  573. width: 117px;
  574. color: #000;
  575. text-align: center;
  576. border-radius: 8px;
  577. }
  578. .help {
  579. font-size: 20px;
  580. margin: 30px;
  581. margin-bottom: 60px;
  582. }
  583. /* button */
  584. .button {
  585. box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  586. padding: 5px 37px;
  587. border-radius: 4px;
  588. font-weight: normal;
  589. background: #5ab400;
  590. white-space: nowrap;
  591. margin: 0 2px;
  592. display: inline-block;
  593. color: #fff;
  594. text-decoration: none;
  595. }
  596. /*ads*/
  597. .adc {
  598. text-align: center;
  599. }
  600. @media only screen and (min-width: 1200px) {
  601. #co {
  602. left: -155px;
  603. }
  604. }
  605. .adt {
  606. color: #666;
  607. visibility: hidden;
  608. }
  609. .ad-shown .adt {
  610. visibility: visible;
  611. }
  612. .ad {
  613. display: block;
  614. border: 2px transparent;
  615. text-align: center;
  616. }
  617. .ad-shown .ad {
  618. border: 2px solid #aaa;
  619. }
  620. @media only screen and (min-width: 980px) {
  621. .adc {
  622. text-align: right;
  623. position: absolute;
  624. top: -9px;
  625. right: -350px;
  626. }
  627. }
  628. .first-ad {
  629. width: 336px;
  630. height: 280px;
  631. }
  632. @media only screen and (min-width: 680px) and (max-width: 979px) {
  633. body .ad {
  634. height: 280px;
  635. position: relative;
  636. }
  637. body .first-ad {
  638. position: absolute;
  639. left: 0;
  640. width: 336px;
  641. height: 280px;
  642. }
  643. body .second-ad {
  644. position: absolute;
  645. right: 0;
  646. width: 336px;
  647. height: 280px;
  648. }
  649. }
  650. @media only screen and (max-width: 600px) {
  651. body .ad {
  652. }
  653. body .adc {
  654. text-align: center;
  655. margin: auto;
  656. width: auto;
  657. position: relative;
  658. left: 0;
  659. top: 0;
  660. margin: -10px;
  661. margin-bottom: 0;
  662. }
  663. }