1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .noselect {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- /*html {
- height: 100%;
- }*/
- body {
- /*height: 100%;*/
- color: #eee;
- background: black;
- margin: 0;
- overflow-x: hidden;
- }
- a {
- font-weight: bold;
- text-decoration: none;
- }
- h1 {
- color: #bec5d6;
- font-family: sans-serif;
- text-shadow: 2px 3px 3px #127e7a;
- }
- .wrap {
- width: 800px;
- left: 50%;
- transform: translateX(-50%);
- height: 100%;
- position: relative;
- }
- .wrap > h1 {
- font-size: 2.5em;
- text-align: center;
- padding-bottom: 3px;
- }
- #showcase {
- visibility: hidden;
- height: 100%;
- }
- .cloud9-item {
- overflow: visible !important;
- position: relative;
- }
- footer {
- display: block;
- position: relative;
- }
- #get {
- font-size: 20px;
- text-align: center;
- }
- #download {
- margin: 8px auto;
- margin-top: 12px;
- display: block;
- }
- #license {
- font-size: 18px;
- text-align: center;
- margin: 0;
- }
- #share {
- position: absolute;
- left: 4px;
- }
- .fb-like {
- vertical-align: top;
- }
- .twitter-share-button {
- width: 84px !important;
- margin-left: 8px;
- }
- #credits {
- color: #c9c9c9;
- text-align: right;
- padding-right: 25px;
- position: absolute;
- right: 0;
- }
- #credits h1 {
- font-size: 1em;
- margin: 2px auto;
- }
- #credits ul {
- font-size: 14px;
- list-style-type: none;
- padding-left: 2px;
- margin: 2px 0;
- }
|