Prototype website for VPN service, Bitcoin payments via the Blockchain.info API
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.

96 lines
1.3 KiB

10 years ago
  1. body {
  2. }
  3. #top-bar {
  4. position: absolute;
  5. width:100%;
  6. top:0;
  7. left:0;
  8. background-color: rgba(255,255,255,0.85);
  9. }
  10. #top-bar div:last-child {
  11. margin: 1.0%;
  12. }
  13. #big-top-bar {
  14. background: url('/static/img/binary.jpg') no-repeat;
  15. min-height: 400px;
  16. position:relative;
  17. }
  18. .pc-market-block {
  19. max-width: 60%;
  20. margin-top: 2em;
  21. }
  22. #tech-images > img {
  23. border-radius: 1.0;
  24. padding: 40px 30px;
  25. display: inline-block;
  26. width: 100px;
  27. }
  28. #pc-dashboard-wrapper {
  29. max-width:60%;
  30. }
  31. #footer {
  32. padding-top:4em;
  33. }
  34. #footer-social > img {
  35. border-radius: 100px;;
  36. padding: 0 8px;
  37. display: inline-block;
  38. width: 60px;
  39. }
  40. #three-fold-container {
  41. max-width: 80%;
  42. }
  43. #two-fold-container {
  44. padding-top:6em;
  45. max-width:80%;
  46. }
  47. #container {
  48. }
  49. #form-container {
  50. margin-top:20px;
  51. }
  52. #form-container .uk-form-row > textarea {
  53. width: 100%;
  54. height: 200px;
  55. }
  56. #bitcoin-logo {
  57. bottom: 10px;
  58. position: absolute;
  59. right: 10px;
  60. width: 200px;
  61. }
  62. #btc_qr {
  63. margin: 0 auto;
  64. display:block
  65. }
  66. .pc-form-row {
  67. margin-bottom: 2em;
  68. }
  69. #form-info {
  70. width:55%;
  71. }
  72. #form-info > .uk-button {
  73. margin-top:2em;
  74. }
  75. #form-container > form {
  76. width:40%;
  77. display:inline-block;
  78. }
  79. .pc-form-row > input {
  80. width:100%;
  81. }