|
| 1 | +/* Link til fargekoder i hex: http://www.w3schools.com/colors/colors_picker.asp */ |
| 2 | +@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,500,700|Lato:400,500,700,300,100|Alegreya+Sans); |
| 3 | + |
| 4 | +html { |
| 5 | + margin: 0; |
| 6 | + padding: 0; |
| 7 | + background: -moz-radial-gradient(center, ellipse cover, rgba(29, 76, 122, 1) 0%, rgba(0,0,0,0.97) 100%); |
| 8 | + background: -webkit-radial-gradient(center, ellipse cover, rgba(29, 76, 122, 1) 0%,rgba(0,0,0,0.97) 100%); |
| 9 | + background: radial-gradient(ellipse at center, rgba(29, 76, 122, 1) 0%, rgba(8, 21, 34, 1) 100%); |
| 10 | + |
| 11 | +} |
| 12 | +body { |
| 13 | + position: absolute; |
| 14 | + font-family: "Lato"; |
| 15 | + margin: 0; |
| 16 | + padding: 0px; |
| 17 | + width: 100%; |
| 18 | + height: 100%; |
| 19 | + text-align: center; |
| 20 | + min-height: 420px; |
| 21 | + overflow: hidden; |
| 22 | + background: #F9F9F9; |
| 23 | + background-size: cover; |
| 24 | + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4e91', endColorstr='#f7000000',GradientType=1 ); |
| 25 | + overflow: hidden; |
| 26 | + -webkit-user-select: none; |
| 27 | + -moz-user-select: none; |
| 28 | + -ms-user-select: none; |
| 29 | + user-select: none; |
| 30 | +} |
| 31 | + |
| 32 | +#footer { |
| 33 | + height: 40px; |
| 34 | + width: 100%; |
| 35 | + background-color: #052033; |
| 36 | + position: fixed; |
| 37 | + bottom: 0; |
| 38 | + margin: 0; |
| 39 | + clear: both; |
| 40 | + vertical-align: middle; |
| 41 | + z-index: 10; |
| 42 | + box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4); |
| 43 | +} |
| 44 | + |
| 45 | +.footer-logo { |
| 46 | + height: 18px; |
| 47 | + margin: 12px 30px 0 30px; |
| 48 | +} |
| 49 | + |
| 50 | +#main { |
| 51 | + width: 100%; |
| 52 | + height: 100%; |
| 53 | + margin-top: 10px; |
| 54 | + margin-left: auto; |
| 55 | + margin-right: auto; |
| 56 | +} |
| 57 | + |
| 58 | +#main-message { |
| 59 | + margin-top: 60px; |
| 60 | +} |
| 61 | + |
| 62 | +h1 { |
| 63 | + color: #444; |
| 64 | + font-size: 50px; |
| 65 | + text-align: center; |
| 66 | + margin: 25px auto 30px auto; |
| 67 | + text-shadow: 1px 1px 15px rgba(0, 0, 0, 0); |
| 68 | + font-family: "Alegreya Sans"; |
| 69 | + width: 100%;; |
| 70 | + border-radius: 3px; |
| 71 | + padding: 30px 0 0px 0; |
| 72 | + /*background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)); |
| 73 | + background-color: rgba(214, 10, 10, 0); |
| 74 | + box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.0);*/ |
| 75 | +} |
| 76 | + |
| 77 | +h2 { |
| 78 | + color: #FFF; |
| 79 | + font-size: 35px; |
| 80 | + text-align: center; |
| 81 | + margin: 0 auto; |
| 82 | + text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3); |
| 83 | + font-family: "Alegreya Sans"; |
| 84 | + width: 100%;; |
| 85 | + border-radius: 3px; |
| 86 | + padding: 5px 0 5px 0; |
| 87 | + /*background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)); |
| 88 | + background-color: rgba(214, 10, 10, 0); |
| 89 | + box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.0);*/ |
| 90 | + box-sizing: border-box; |
| 91 | +} |
| 92 | + |
| 93 | +h3 { |
| 94 | + color: white; |
| 95 | + text-align: center; |
| 96 | + margin-left: auto; |
| 97 | + margin-right: auto; |
| 98 | +} |
| 99 | + |
| 100 | +input[type=range] { |
| 101 | + display: inline-block; |
| 102 | + width: 50px; |
| 103 | + height: 100px; |
| 104 | + writing-mode: bt-lr; /* IE */ |
| 105 | + -webkit-appearance: slider-vertical; /* WebKit */ |
| 106 | +} |
| 107 | + |
| 108 | +#connectionStatus { |
| 109 | + display: none; |
| 110 | + padding: 2px 5px; |
| 111 | + background-color: rgb(195, 7, 12); |
| 112 | + color: white; |
| 113 | + visibility: ; |
| 114 | + text-align: center; |
| 115 | + border: 1px solid #CCC; |
| 116 | + border-radius: 2px; |
| 117 | + position: fixed; |
| 118 | + margin-left: auto; |
| 119 | + margin-right: auto; |
| 120 | + top: 10px; |
| 121 | + right: 10px; |
| 122 | + font-size: 12px; |
| 123 | +} |
| 124 | + |
| 125 | +/* Button to activate fullscreen */ |
| 126 | + |
| 127 | +#fullscreen { |
| 128 | + display: none; |
| 129 | + cursor: pointer; |
| 130 | + position: fixed; |
| 131 | + top: 0px; |
| 132 | + left: 0px; |
| 133 | + padding: 4px; |
| 134 | + background-color: #222; |
| 135 | + color: white; |
| 136 | + z-index: 10; |
| 137 | +} |
| 138 | + |
| 139 | +/**** Message if portrait orientation *****/ |
| 140 | + |
| 141 | +#orientation-message { |
| 142 | + display: none; |
| 143 | +} |
| 144 | + |
| 145 | +@media screen and (orientation:portrait) |
| 146 | +{ |
| 147 | + #orientation-message { |
| 148 | + display: block; |
| 149 | + position: fixed; |
| 150 | + width: 100%; |
| 151 | + height: 100%; |
| 152 | + font-size: 25px; |
| 153 | + background: -moz-radial-gradient(center, ellipse cover, rgba(29, 76, 122, 1) 0%, rgba(0,0,0,0.97) 100%); |
| 154 | + background: -webkit-radial-gradient(center, ellipse cover, rgba(29, 76, 122, 1) 0%,rgba(0,0,0,0.97) 100%); |
| 155 | + background: radial-gradient(ellipse at center, rgba(29, 76, 122, 1) 0%, rgba(8, 21, 34, 1) 100%); |
| 156 | + color: white; |
| 157 | + margin: 0; |
| 158 | + padding: 0; |
| 159 | + vertical-align: middle; |
| 160 | + text-align: center; |
| 161 | + font-weight: 700; |
| 162 | + padding-top: 200px; |
| 163 | + z-index: 1000; |
| 164 | + } |
| 165 | + #rotate-img img{ |
| 166 | + width: 100px; |
| 167 | + margin-top: 100px; |
| 168 | + } |
| 169 | +} |
0 commit comments