common.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .noselect {
  2. -webkit-touch-callout: none;
  3. -webkit-user-select: none;
  4. -khtml-user-select: none;
  5. -moz-user-select: none;
  6. -ms-user-select: none;
  7. user-select: none;
  8. }
  9. /*html {
  10. height: 100%;
  11. }*/
  12. body {
  13. /*height: 100%;*/
  14. color: #eee;
  15. background: black;
  16. margin: 0;
  17. overflow-x: hidden;
  18. }
  19. a {
  20. font-weight: bold;
  21. text-decoration: none;
  22. }
  23. h1 {
  24. color: #bec5d6;
  25. font-family: sans-serif;
  26. text-shadow: 2px 3px 3px #127e7a;
  27. }
  28. .wrap {
  29. width: 800px;
  30. left: 50%;
  31. transform: translateX(-50%);
  32. height: 100%;
  33. position: relative;
  34. }
  35. .wrap > h1 {
  36. font-size: 2.5em;
  37. text-align: center;
  38. padding-bottom: 3px;
  39. }
  40. #showcase {
  41. visibility: hidden;
  42. height: 100%;
  43. }
  44. .cloud9-item {
  45. overflow: visible !important;
  46. position: relative;
  47. }
  48. footer {
  49. display: block;
  50. position: relative;
  51. }
  52. #get {
  53. font-size: 20px;
  54. text-align: center;
  55. }
  56. #download {
  57. margin: 8px auto;
  58. margin-top: 12px;
  59. display: block;
  60. }
  61. #license {
  62. font-size: 18px;
  63. text-align: center;
  64. margin: 0;
  65. }
  66. #share {
  67. position: absolute;
  68. left: 4px;
  69. }
  70. .fb-like {
  71. vertical-align: top;
  72. }
  73. .twitter-share-button {
  74. width: 84px !important;
  75. margin-left: 8px;
  76. }
  77. #credits {
  78. color: #c9c9c9;
  79. text-align: right;
  80. padding-right: 25px;
  81. position: absolute;
  82. right: 0;
  83. }
  84. #credits h1 {
  85. font-size: 1em;
  86. margin: 2px auto;
  87. }
  88. #credits ul {
  89. font-size: 14px;
  90. list-style-type: none;
  91. padding-left: 2px;
  92. margin: 2px 0;
  93. }