Commit 1fd3afd528db904eccb909565a2d850748f7a55d
1 parent
915cc9760e
Exists in
master
and in
1 other branch
minor change
Showing
2 changed files
with
23 additions
and
28 deletions
Show diff stats
css/custom.css
... | ... | @@ -1347,7 +1347,22 @@ table { |
1347 | 1347 | cursor: context-menu; |
1348 | 1348 | } |
1349 | 1349 | |
1350 | -. | |
1350 | +.bg_dots{ | |
1351 | + position: absolute; | |
1352 | + left:0; | |
1353 | + right:0; | |
1354 | + top:0; | |
1355 | + height: 700px; | |
1356 | + position:fixed; | |
1357 | + background-position: top center; | |
1358 | + background-image: url(/images/mock_up_background.jpg); | |
1359 | + background-repeat: no-repeat; | |
1360 | + background-size: 100% auto; | |
1361 | + -webkit-background-size:100% auto; | |
1362 | +} | |
1363 | +.stage-shadow{ | |
1364 | + background:transparent; | |
1365 | +} | |
1351 | 1366 | |
1352 | 1367 | |
1353 | 1368 | |
... | ... | @@ -1392,6 +1407,13 @@ table { |
1392 | 1407 | background-size: 400% auto; |
1393 | 1408 | -webkit-background-size:400% auto;*/ |
1394 | 1409 | } |
1410 | + .bg_dots{ | |
1411 | + height:80%; | |
1412 | + background-size: 300% auto; | |
1413 | + -webkit-background-size:300% auto; | |
1414 | + position:fixed; | |
1415 | + top:0; | |
1416 | + } | |
1395 | 1417 | |
1396 | 1418 | } |
1397 | 1419 | ... | ... |
index.html
... | ... | @@ -53,33 +53,6 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
53 | 53 | height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
54 | 54 | <!-- End Google Tag Manager (noscript) --> |
55 | 55 | <div class="bg_dots"></div> |
56 | - <style> | |
57 | - .bg_dots{ | |
58 | - position: absolute; | |
59 | - left:0; | |
60 | - right:0; | |
61 | - top:0; | |
62 | - height: 700px; | |
63 | - position:fixed; | |
64 | - background-position: top center; | |
65 | - background-image: url(/images/mock_up_background.jpg); | |
66 | - background-repeat: no-repeat; | |
67 | - background-size: 100% auto; | |
68 | - -webkit-background-size:100% auto; | |
69 | - } | |
70 | - .stage-shadow{ | |
71 | - background:transparent; | |
72 | - } | |
73 | - @media screen and (max-width:767px){ | |
74 | - .bg_dots{ | |
75 | - height:80%; | |
76 | - background-size: 300% auto; | |
77 | - -webkit-background-size:300% auto; | |
78 | - position:fixed; | |
79 | - top:0; | |
80 | - } | |
81 | - } | |
82 | - </style> | |
83 | 56 | <div id="main"> |
84 | 57 | <div ng-view id="front"></div> |
85 | 58 | </div> | ... | ... |