Skip to content

Commit

Permalink
Merge remote branch 'akella/master' into styles/bbubles
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrask committed Jul 5, 2011
2 parents a666932 + 7690286 commit 35aae82
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<link rel="stylesheet alternate" href="styles/twttr.css" title="twttr" data-id="twttr" data-author-name="Eugene Isakov" data-author-url="http://twitter.com/mem0ry_">
<link rel="stylesheet alternate" href="styles/retro.css" title="Retro" data-id="retro" data-author-name="Bart de Bruin" data-author-url="http://bartdebruin.nl">
<link rel="stylesheet alternate" href="styles/columns.css" title="Columns" data-id="columns" data-author-name="Alexander Makarov" data-author-url="http://rmcreative.ru">
<link rel="stylesheet alternate" href="styles/bbubles.css" title="Bbubles" data-id="bbubles" data-author-name="akella & Genn" data-author-url="http://cssing.org.ua">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script>
var _gaq=[['_setAccount','UA-8018150-3'],['_trackPageview']];
Expand Down
113 changes: 113 additions & 0 deletions styles/bbubles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
/* Whoah! Bbubles!
Design idea by Genn @ http://genn.org
css&hackery by Akella @ http://cssing.org.ua
---------------------------------------- */
body,a{
color:#333;
text-decoration:none;
font:12px/1.4 Arial;
text-align:center;
}
ol a,p a{
background:#fff;
}
h1{
color:#cd2;
font-size:6em;
-webkit-text-stroke:6px #cd2;
left:4.5em;
top:-20px;
}
/* bubblesArial
---------------------------------------- */
[role],[role]>*,nav,h1{
position:absolute;
}
body,[role]>*{
background:#eed;
}
[role]{
top:9em;
left:20em;
}
h2{
font:italic normal 130%/1 Arial;
text-transform:uppercase;
}
[role]>*{
width:15em;
height:15em;
border-radius:25em;
border:5em solid #cd2;
-webkit-transition: ease-in-out .3s;
-moz-transition: ease-in-out .3s;
-o-transition: ease-in-out .3s;
transition: ease-in-out .3s;
padding:5em;
/*background-clip:padding-box; stupid safari and +28 bytes TT */
}
[role]>*:hover{
width:25em;
height:25em;
margin:-10em 0 0 -5em;
z-index:9;
}
section{
left:30em;
}
section+section{
left:15em;
top:26em;
}
/*i like it*/
[role]>*+*+*:hover{
width:32em ;
height:32em;
margin-left:-8em;
}
/* rest of the chaos
---------------------------------------- */
nav{
padding:1em;
}
ul{
width:1em;
padding:0;
}
ul li{
width:3em;
height:3em;
background:#ddc;
overflow:hidden;
border-radius:3em;
}
ul a{
opacity:0;
display:block;
}
ul li:hover{
width:14em;
}
footer{
font-size:.9em;
padding:80em 0 0 2em;
}
/* one of my favourite places =) */
ul li,[role]>*>*:not(h2),ul li:hover a{
-webkit-transition: ease-out .1s;
-moz-transition: ease-out .1s;
-o-transition: ease-out .1s;
transition: ease-out .1s;
opacity:1;
}
[role]>*>*:not(h2){
opacity:0;
text-align:left;
}
[role]>*:hover>*{
opacity:1;
-webkit-transition: ease-in-out 1s;
-o-transition: ease-in-out 1s;
-moz-transition: ease-in-out 1s;
transition: ease-in-out 1s;
}
1 change: 1 addition & 0 deletions styles/bbulbles-min.css

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

0 comments on commit 35aae82

Please sign in to comment.