(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{BostonU_we_tryin}} | ||
<html> | <html> | ||
− | + | <style> | |
+ | |||
+ | #sideMenu, #top_title {display:none;} | ||
+ | body {background-color:white; } | ||
+ | #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;} | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | |||
+ | body { | ||
+ | min-width:1200px; | ||
+ | } | ||
+ | |||
+ | #one { | ||
+ | position:absolute; | ||
+ | left:10%; | ||
+ | width:80%; | ||
+ | } | ||
+ | |||
+ | #two { | ||
+ | position:absolute; | ||
+ | left:-110%; | ||
+ | } | ||
+ | |||
+ | #three { | ||
+ | position:absolute; | ||
+ | left:-110%; | ||
+ | } | ||
+ | |||
+ | #four { | ||
+ | position:absolute; | ||
+ | left:-110%; | ||
+ | } | ||
+ | |||
+ | #five { | ||
+ | position:absolute; | ||
+ | left:-110%; | ||
+ | } | ||
+ | |||
+ | #six { | ||
+ | position:absolute; | ||
+ | left:-110%; | ||
+ | } | ||
+ | |||
+ | #container { | ||
+ | width:100%; | ||
+ | height:600px; | ||
+ | position:absolute; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | #button { | ||
+ | position:absolute; | ||
+ | top:500px; | ||
+ | left:90%; | ||
+ | } | ||
+ | |||
+ | #button:hover, #buttontwo:hover, #buttontwotwo:hover, buttonthree:hover { | ||
+ | transform:scale(1.2); | ||
+ | } | ||
+ | |||
+ | #buttonname, #buttonnamewhat { | ||
+ | width:12vw; | ||
+ | height:5vw; | ||
+ | color:#0071A7; | ||
+ | text-align:center; | ||
+ | font-size:175%; | ||
+ | position:absolute; | ||
+ | top:450px; | ||
+ | left:85%; | ||
+ | } | ||
+ | |||
+ | #buttontwo { | ||
+ | position:absolute; | ||
+ | top:438px; | ||
+ | left:80%; | ||
+ | |||
+ | } | ||
+ | |||
+ | #buttonnametwo { | ||
+ | width:12vw; | ||
+ | height:5vw; | ||
+ | color:#bd162a; | ||
+ | text-align:center; | ||
+ | font-size:175%; | ||
+ | position:absolute; | ||
+ | top:383px; | ||
+ | left:75.5%; | ||
+ | } | ||
+ | |||
+ | #buttontwotwo { | ||
+ | position:absolute; | ||
+ | top:290px; | ||
+ | left:80%; | ||
+ | |||
+ | } | ||
+ | |||
+ | #buttonnametwotwo { | ||
+ | width:12vw; | ||
+ | height:5vw; | ||
+ | color:#bd162a; | ||
+ | text-align:center; | ||
+ | font-size:175%; | ||
+ | position:absolute; | ||
+ | top:240px; | ||
+ | left:75.5%; | ||
+ | } | ||
+ | |||
+ | #buttonthree:hover { | ||
+ | transform:scale(1.2) | ||
+ | } | ||
+ | |||
+ | #media { | ||
+ | background-color:white; | ||
+ | } | ||
+ | |||
+ | #twit, #face, #snap, #email { | ||
+ | width:100px; | ||
+ | height:100px; | ||
+ | padding: 30px; | ||
+ | } | ||
+ | |||
+ | #twit:hover, #face:hover, #snap:hover, #email:hover { | ||
+ | transform:scale(1.5) | ||
+ | } | ||
+ | |||
+ | .secret { | ||
+ | opacity:0; | ||
+ | background-color:red; | ||
+ | cursor:crosshair; | ||
+ | } | ||
+ | |||
+ | #buttonnamewhat { | ||
+ | color:#760E18;} | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <body> | ||
<br><br> | <br><br> | ||
<div id = "media"> | <div id = "media"> | ||
Line 152: | Line 288: | ||
}); | }); | ||
}); | }); | ||
− | </script | + | </script> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |