toolkit/exemples/couple/javascript/d3/examples/population/population.css
changeset 47 c0b4a8b5a012
equal deleted inserted replaced
46:efd9c589177a 47:c0b4a8b5a012
       
     1 svg {
       
     2   font: 10px sans-serif;
       
     3 }
       
     4 
       
     5 text.title {
       
     6   font: 300 78px Helvetica Neue;
       
     7   fill: #666;
       
     8 }
       
     9 
       
    10 .rule line {
       
    11   stroke: #fff;
       
    12   stroke-opacity: .2;
       
    13   shape-rendering: crispEdges;
       
    14 }
       
    15 
       
    16 .rule:first-child line {
       
    17   stroke: #000;
       
    18   stroke-opacity: 1;
       
    19 }
       
    20 
       
    21 rect {
       
    22   fill-opacity: .6;
       
    23   fill: #e377c2;
       
    24 }
       
    25 
       
    26 rect:first-child {
       
    27   fill: #1f77b4;
       
    28 }