Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Paraiso committed Mar 20, 2012
1 parent 6439112 commit 4b53960
Show file tree
Hide file tree
Showing 9 changed files with 407 additions and 335 deletions.
28 changes: 20 additions & 8 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ a{
}
a:hover{
text-decoration:underline;
color:inherit;
}
h1,h2{
margin:0;
Expand All @@ -22,9 +23,13 @@ h1:hover{
}
.head{
z-index: 101;

}
.logo-container{
background-image: url(../images/bg3.png) ;
}
.header{
background:url(../images/background.png) ;
.bg{
background:url(../images/bg2.png) ;
background-color:none;

}
Expand Down Expand Up @@ -56,12 +61,19 @@ input[type=submit]:hover{
/******************************************
UI CLASSES
*******************************************/
#stage{
transition: all .7s;
-webkit-transition: all .7s;
-o-transition: all .7s;
-moz-transition: all .7s;
-ms-transition: a:: .7s;
}
.tweet{
transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: a:: .5s;
transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: a:: .2s;
border:0px solid;
color:#FFF;
}
Expand All @@ -86,7 +98,7 @@ div.tweet:hover{
}
.tweet-container{
width: 100%;

z-index: 50;
margin: auto ;

}
Expand Down
12 changes: 8 additions & 4 deletions publish/css/index.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
body{
font-size: 15px;
font-family:'Open Sans', Arial,sans-serif;
background: #000;
}
a{
color:inherit;
text-decoration:none;
}
a:hover{
text-decoration:underline;
color:inherit;
}
h1,h2{
margin:0;
Expand All @@ -23,9 +23,13 @@ h1:hover{
}
.head{
z-index: 101;

}
.header{
background:url(../images/background.png) ;
.logo-container{
background-image: url(../images/bg3.png) ;
}
.bg{
background:url(../images/bg2.png) ;
background-color:none;

}
Expand Down Expand Up @@ -87,7 +91,7 @@ div.tweet:hover{
}
.tweet-container{
width: 100%;

z-index: 50;
margin: auto ;

}
Expand Down
2 changes: 1 addition & 1 deletion publish/twitter_client_edge.js

Large diffs are not rendered by default.

37 changes: 21 additions & 16 deletions publish/twitter_client_edgeActions.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions publish/twitter_client_edgePreload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4b53960

Please sign in to comment.