-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Fairless
authored and
Paul Fairless
committed
Feb 14, 2011
1 parent
b8c5904
commit cd90865
Showing
58 changed files
with
503 additions
and
232 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
* { | ||
float: none; /* Screens are not big enough to account for floats */ | ||
background: #fff; /* As much contrast as possible */ | ||
float: none; | ||
background: #fff; | ||
color: #000; | ||
} | ||
|
||
/* Slightly reducing font size to reduce need to scroll */ | ||
|
||
body { font-size: 80%; } |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* page styles */ | ||
body { font-size:62.5%; } | ||
|
||
/*demo styles*/ | ||
table {width: 500px; height: 200px; margin-left: 30px; } | ||
table.accessHide { position: absolute; left: -999999px; } | ||
td, th { font-size: 1.2em; padding: 2px; width: 13%; } | ||
th { background-color:#f4f4f4; } | ||
caption { font-size: 1.5em; } | ||
|
||
/*visualize extension styles*/ | ||
.visualize { margin: 60px 0 0 30px; padding: 70px 40px 90px; background: #ccc url(../images/chartbg-vanilla.png) top repeat-x; border: 1px solid #ddd; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; } | ||
.visualize canvas { border: 1px solid #aaa; margin: -1px; background: #fff; } | ||
.visualize-labels-x, .visualize-labels-y { top: 70px; left: 40px; z-index: 100; } | ||
.visualize-pie .visualize-labels { position: absolute; top: 70px; left: 40px; } | ||
.visualize-labels-x li span.label, .visualize-labels-y li span.label { color: #444; font-size: 1.3em; padding-right: 5px; } | ||
.visualize-labels-y li span.line { border-style: solid; opacity: .7; } | ||
.visualize .visualize-info { border: 0; position: static; opacity: 1; background: none; } | ||
.visualize .visualize-title { position: absolute; top: 20px; color: #333; margin-bottom: 0; left: 20px; font-size: 2.1em; font-weight: bold; } | ||
.visualize ul.visualize-key { position: absolute; bottom: 15px; background: #eee; z-index: 10; padding: 10px 0; color: #aaa; width: 100%; left: 0; } | ||
.visualize ul.visualize-key li { font-size: 1.2em; margin-left: 20px; padding-left: 18px; } | ||
.visualize ul.visualize-key .visualize-key-color { width: 10px; height: 10px; margin-top: -4px; } | ||
.visualize ul.visualize-key .visualize-key-label { color: #333; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/*plugin styles*/ | ||
.visualize { border: 1px solid #888; position: relative; background: #fafafa; } | ||
.visualize canvas { position: absolute; } | ||
.visualize ul,.visualize li { margin: 0; padding: 0;} | ||
|
||
/*table title, key elements*/ | ||
.visualize .visualize-info { padding: 3px 5px; background: #fafafa; border: 1px solid #888; position: absolute; top: -20px; right: 10px; opacity: .8; } | ||
.visualize .visualize-title { display: block; color: #333; margin-bottom: 3px; font-size: 1.1em; } | ||
.visualize ul.visualize-key { list-style: none; } | ||
.visualize ul.visualize-key li { list-style: none; float: left; margin-right: 10px; padding-left: 10px; position: relative;} | ||
.visualize ul.visualize-key .visualize-key-color { width: 6px; height: 6px; left: 0; position: absolute; top: 50%; margin-top: -3px; } | ||
.visualize ul.visualize-key .visualize-key-label { color: #000; } | ||
|
||
/*pie labels*/ | ||
.visualize-pie .visualize-labels { list-style: none; } | ||
.visualize-pie .visualize-label-pos, .visualize-pie .visualize-label { position: absolute; margin: 0; padding:0; } | ||
.visualize-pie .visualize-label { display: block; color: #fff; font-weight: bold; font-size: 1em; } | ||
.visualize-pie-outside .visualize-label { color: #000; font-weight: normal; } | ||
|
||
/*line,bar, area labels*/ | ||
.visualize-labels-x,.visualize-labels-y { position: absolute; left: 0; top: 0; list-style: none; } | ||
.visualize-labels-x li, .visualize-labels-y li { position: absolute; bottom: 0; } | ||
.visualize-labels-x li span.label, .visualize-labels-y li span.label { position: absolute; color: #555; } | ||
.visualize-labels-x li span.line, .visualize-labels-y li span.line { position: absolute; border: 0 solid #ccc; } | ||
.visualize-labels-x li { height: 100%; } | ||
.visualize-labels-x li span.label { top: 100%; margin-top: 5px; } | ||
.visualize-labels-x li span.line { border-left-width: 1px; height: 100%; display: block; } | ||
.visualize-labels-x li span.line { border: 0;} /*hide vertical lines on area, line, bar*/ | ||
.visualize-labels-y li { width: 100%; } | ||
.visualize-labels-y li span.label { right: 100%; margin-right: 5px; display: block; width: 100px; text-align: right; } | ||
.visualize-labels-y li span.line { border-top-width: 1px; width: 100%; } | ||
.visualize-bar .visualize-labels-x li span.label { width: 100%; text-align: center; } |
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.