Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facebook UI and functions #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added css/Straight-mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
161 changes: 141 additions & 20 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -29,7 +44,6 @@ overflow: auto;
top: 43%;
background: url('Play.png') no-repeat;
background-size: 52px 93px;

z-index: 999;


Expand All @@ -56,6 +70,9 @@ overflow: auto;
border-radius:100%;

z-index: 999;

/* new changes, can merge */
display:none;
}


Expand All @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}



133 changes: 123 additions & 10 deletions css/style.css~
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -62,6 +69,9 @@ overflow: auto;
border-radius:100%;

z-index: 999;

/* new changes, can merge */
display:none;
}


Expand All @@ -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 {
Expand Down Expand Up @@ -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;
}



Loading