diff --git a/css/Straight-mask.png b/css/Straight-mask.png new file mode 100644 index 0000000..7e74774 Binary files /dev/null and b/css/Straight-mask.png differ diff --git a/css/style.css b/css/style.css index 095c795..c5c4c80 100644 --- a/css/style.css +++ b/css/style.css @@ -4,15 +4,30 @@ margin: 0; padding: 0; height: 100%; + font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; +font-size: 11px; } body{ - background: url('home_interior.jpg') no-repeat; - background-size: 100% 100%; + /*background: url('home_interior.jpg') no-repeat; + background-size: 100% 100%;*/ + + background: #7d7e7d; /* Old browsers */ + background: -moz-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(left, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */ + background: linear-gradient(to right, #7d7e7d 0%,#0e0e0e 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6- */ + + + overflow:hidden; + } - #menu { + #description { height: 100%; - width: 200px; + width: 600px; float: left; border-style:solid; background-color: #ffffff; @@ -29,7 +44,6 @@ overflow: auto; top: 43%; background: url('Play.png') no-repeat; background-size: 52px 93px; - z-index: 999; @@ -56,6 +70,9 @@ overflow: auto; border-radius:100%; z-index: 999; + + /* new changes, can merge */ + display:none; } @@ -72,6 +89,12 @@ overflow: auto; width:83.3%; position:absolute; z-index:10; + + /* new changes, can merge */ + top:13%; + height:74%; + width:86.3%; + left: 6%; } #mask { @@ -99,36 +122,82 @@ overflow: auto; } - #fb { - left: 78%; - position: absolute; - width:235px; - height:75px; - z-index: 999; - } - #fb-container { - left: 78%; + left: 82%; position: absolute; background-color: white; - opacity: 0.7; - width:235px; - height:75px; + border: 1px solid #aaa; + border-top-color: #315c99; + width:140px; + height:70px; z-index: 99; } + .fb_text { + padding-left:2px; + } + #fb_religion { position: absolute; visibility: hidden; + border: 1px solid #aaa; + border-top-color: #315c99; + z-index: 9999; + width: 220px; + height: 70px; + top: 0%; + left: 66%; + background-color: white; +} + +.fb_header { + padding: 5px 5px 5px 5px; + border-bottom: 1px solid #d8dfea; + background-color: #edeff4; +} + +.fb_button { + line-height: 10px; + padding: 2px 6px 3px; + font-weight: bold; + display: inline-block; + border: 1px solid black; + + white-space: nowrap; + border-spacing: 0; + color: #fff; + cursor: pointer; + vertical-align: top; + background-color: #5f78ab; +} + + + + #fb_relationship { + position: absolute; + visibility: hidden; + border: 1px solid #aaa; + border-top-color: #315c99; + z-index: 9999; + width: 220px; + height: 70px; + top: 0%; + left: 50%; + background-color: white; +} + + #fb_likes { + position: absolute; + visibility: hidden; z-index: 9999; width: 220px; height: 50px; top: 2%; - left: 58%; + left: 32%; background-color: white; opacity: 0.7; - -} + + } #place-markers { width: 175px; @@ -173,8 +242,60 @@ overflow: auto; padding-right: 4px; } + + + +#Straight-mask { + position: absolute; + top: 0; + left: 0; + + height: 100%; + width: 100%; + + background: url('Straight-mask.png') no-repeat; + background-size: 100% 100%; + + pointer-events:none; + z-index:10; +} + +#menu { + height:100%; + border: solid; + position: absolute; + z-index:999; + width: 350px; + left:97.4%; + overflow: hidden; + padding :10px; + margin-right: 10px; + + background: #eeeeee; /* Old browsers */ + background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 100%); /* IE10+ */ + background: linear-gradient(to right, #eeeeee 0%,#eeeeee 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */ +} + +#formdiv{ +overflow:hidden; +} + +form{ +float: left; +overflow: hidden; +padding: left; +} +#locationsdiv{ +overflow: hidden; +padding-right: 10px; +} diff --git a/css/style.css~ b/css/style.css~ index 3c18b4e..848458c 100644 --- a/css/style.css~ +++ b/css/style.css~ @@ -6,19 +6,26 @@ height: 100%; } body{ - background: url('home_interior.jpg') no-repeat; - background-size: 100% 100%; + /*background: url('home_interior.jpg') no-repeat; + background-size: 100% 100%;*/ + + background: #7d7e7d; /* Old browsers */ + background: -moz-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(left, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */ + background: linear-gradient(to right, #7d7e7d 0%,#0e0e0e 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6- */ + + + overflow:hidden; + } -<<<<<<< HEAD - - - -======= ->>>>>>> 8863c99143a1846fe1caa6559ad38839c274c21e - #menu { + #description { height: 100%; - width: 200px; + width: 600px; float: left; border-style:solid; background-color: #ffffff; @@ -62,6 +69,9 @@ overflow: auto; border-radius:100%; z-index: 999; + + /* new changes, can merge */ + display:none; } @@ -78,6 +88,12 @@ overflow: auto; width:83.3%; position:absolute; z-index:10; + + /* new changes, can merge */ + top:13%; + height:74%; + width:86.3%; + left: 6%; } #mask { @@ -135,7 +151,104 @@ overflow: auto; opacity: 0.7; } + +#place-markers { + width: 175px; + height: 75px; + position: absolute; + left: 5%; + top: 0; + background: url('Start-placing.gif') no-repeat; + background-size: 100% 100%; + z-index: 999; +} + +#stop-place { + width: 175px; + height: 75px; + position: absolute; + left: 5%; + top: 0; + background: url('Stop-placing.gif') no-repeat; + background-size: 100% 100%; + z-index: 999; +} + +#start-button{ + background-color: white; + border: 2px solid #000000; + opacity: 0.7; + cursor:pointer; + text-align: center; +} + +#start-button-bigger{ + padding:3px; + background-color:white; + display:none; +} + +#start-button-smaller{ + font-family : Arial,sans-serif; + font-size : 14px; + padding-left: 4px; + padding-right: 4px; +} + + + + +#Straight-mask { + position: absolute; + top: 0; + left: 0; + + height: 100%; + width: 100%; + + background: url('Straight-mask.png') no-repeat; + background-size: 100% 100%; + + pointer-events:none; + z-index:10; +} + +#menu { + height:100%; + border: solid; + position: absolute; + z-index:999; + width: 350px; + left:97.4%; + overflow: hidden; + padding :10px; + margin-right: 10px; + background: #eeeeee; /* Old browsers */ + background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 100%); /* IE10+ */ + background: linear-gradient(to right, #eeeeee 0%,#eeeeee 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */ +} + +#formdiv{ +overflow:hidden; +} + +form{ +float: left; +overflow: hidden; +padding: left; +} + +#locationsdiv{ +overflow: hidden; +paddin-right: 10px; +} + diff --git a/index.html b/index.html index 472184c..6794a28 100644 --- a/index.html +++ b/index.html @@ -17,14 +17,31 @@ +
-