Skip to content

Commit

Permalink
Merge pull request #1 from ianbattersby/master
Browse files Browse the repository at this point in the history
Made it pretty, but also made it slow! Gonna work on this.
  • Loading branch information
robashton committed May 6, 2012
2 parents 44a3f7c + 28e6859 commit 80b8c4b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -4,6 +4,8 @@
"dependencies": {
"paperboy": "",
"socket.io": "",
"underscore": ""
"underscore": "",
"uglify-js": "",
"active-x-obfuscator": ""
}
}
4 changes: 2 additions & 2 deletions site/index.html
Expand Up @@ -146,7 +146,7 @@

</script>
<body>
<h1>Github Live</h1>
<h1 class="title">Github Fall</h1>
<div id="container">

</div>
Expand All @@ -159,4 +159,4 @@ <h4 class="author"></h4>
</div>
</div>
</body>
</html>
</html>
23 changes: 20 additions & 3 deletions site/style.css
@@ -1,3 +1,9 @@
body {
background-color: #181907;
font-style: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
color: #eeeeee;
}

#container {
-webkit-transform-origin: 0px 0px;
-webkit-transform: scale(1.0);
Expand All @@ -12,16 +18,29 @@
position: absolute;
}

h1 {
font-variant: small-caps;
}

h1.title {
color: #D7DF01;
text-shadow: 0 0 3px #F3F781;
}

.bucket h1 {
font-size: 100px;
}

.bucket div {
float: left;
padding: 0 10px 10px 0;
}

.bucket img {
width: 145px;
border-radius: 15px;
-moz-border-radius: 15px;
box-shadow: 3px 3px 10px 5px #F3F781;
}

.push {
Expand All @@ -31,8 +50,6 @@

.highlighted {
-webkit-transform: scale(5.0);
paddding: 10px 10px 10px 10px;
background-color: '#00F';
opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=5);
Expand All @@ -53,4 +70,4 @@
#event-display span {
display: block;
margin-bottom: 3px;
}
}

0 comments on commit 80b8c4b

Please sign in to comment.