Skip to content

Commit

Permalink
added page css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim V committed May 9, 2012
1 parent f455c3e commit 7de7283
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions css/pages/d3_no_svg.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.bubble {
display: block;
position: absolute;
}


.bubbleFill {
background: #DEDEDE;
position: absolute;
display: block;
width: 100px;
height: 100px;
border: solid 1px white;
-webkit-transition-property: border-radius;
-webkit-transition-duration: 3.5s;
-moz-transition-property: border-radius;
-moz-transition-duration: 3.5s;
-ms-transition-property: border-radius;
-ms-transition-duration: 3.5s;
transition-property: border-radius;
transition-duration: 3.5s;
}

.circleLayout .bubbleFill {
border-radius: 70px;
box-shadow: 0 2px 0px rgba(0,0,0,0.16);
}

/* .circleLayout .bubbleFill { */
/* zoom: 1; */
/* behavior: url(/css/border-radius.htc); */
/* border-radius: 70px; */
/* } */


0 comments on commit 7de7283

Please sign in to comment.