Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmccu committed Aug 3, 2012
1 parent 46d9b7e commit 5d7f97f
Showing 1 changed file with 191 additions and 0 deletions.
191 changes: 191 additions & 0 deletions css/default.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
.box { font: 10px sans-serif; }
.box line, .box rect, .box circle { stroke: #000; stroke-width: 1px; fill: #fff; }
.box .center { stroke-dasharray: 3 3; }
.box .outlier { stroke: #444; fill: none; }

.placeholder { width: 120px; height: 80px; float:left}

#counties path {
stroke: #fff;
stroke-width: .25px;
}

#states path {
fill: none;
stroke: #fff;
stroke-width: 1.5px;
}


svg {
font: 10px sans-serif;
}
foreignObject body {
margin: 0px;
padding: 0px;
height: 100%
}
li.infobox {
padding: 3px;
margin-bottom:10px;
font: 12px sans-serif;
vertical-align:bottom;
background-color: Bisque;
border: 1px solid Orange;
min-height: 100%;
}
li.infobox h3 {
font: 14px sans-serif;
}
.axis {
shape-rendering: crispedges;
}
.axis line {
stroke: #DDDDDD;
stroke-width: 0.5px;
}
.axis path {
display: none;
}
rect.extent {
fill: #000000;
fill-opacity: 0.125;
stroke: #FFFFFF;
}
rect.frame {
fill: #FFFFFF;
fill-opacity: 0.7;
stroke: #AAAAAA;
}
circle {
fill: #000000;
fill-opacity: 0.25;
}
.cell text {
pointer-events: none;
}
.setosa {
fill: #880000;
}
.versicolor {
fill: #008800;
}
.virginica {
fill: #000088;
}


/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider {
text-decoration: none !important;
}
.ui-slider .ui-slider-handle {
overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
display: none;
}
.ui-slider .screenReaderContext {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
left: -999999999px;
}
.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
display: block;
position: absolute;
bottom: 2.5em;
text-align: center;
padding: .3em .2em .4em;
font-size: .9em;
width: 8em;
margin-left: -3.7em;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
position: absolute;
display: block;
width:0;
height:0;
border-bottom-width: 0;
background: none;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {
border-left: 7px dashed transparent;
border-right: 7px dashed transparent;
border-top-width: 8px;
bottom: -8px;
right: auto;
left: 50%;
margin-left: -7px;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
border-left: 6px dashed transparent;
border-right: 6px dashed transparent;
border-top: 7px solid #fff;
bottom: auto;
top: -9px;
left: -6px;
}
.ui-slider a {
text-decoration: none;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
list-style: none;
margin: 0;
padding: 0;
}
.ui-slider ol, .ui-slider dl {
position: relative;
top: 1.3em;
width: 100%;
}
.ui-slider dt {
top: 1.5em;
position: absolute;
padding-top: .2em;
text-align: center;
border-bottom: 1px dotted #ddd;
height: .7em;
color: #999;
}
.ui-slider dt span {
background: #fff;
padding: 0 .5em;
}
.ui-slider li, .ui-slider dd {
position: absolute;
overflow: visible;
color: #666;
}
.ui-slider span.ui-slider-label {
position: absolute;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
display: block;
}
.ui-slider span.ui-slider-tic {
position: absolute;
left: 0;
height: .8em;
top: -1.3em;
}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
border-right: 0;
border-left-width: 1px;
border-left-style: solid;
border-top: 0;
border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
display: none;
}

fieldset { height: 0px;; border:0; margin-top: 0;}
label {display: none; font-weight: normal; float: left; margin-right: .5em; font-size: 1.1em;}
select {display: none; margin-right: 1em; float: left;}
.ui-slider {margin-left: 1em;width: 800px; clear: both; top: 0;}

0 comments on commit 5d7f97f

Please sign in to comment.