|
|
| 4行目: |
4行目: |
|
| |
|
| <style> | | <style> |
| #chart_div {
| |
| margin: 0;
| |
| height: 100%;
| |
| min-height: 38em;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| #chart_div .tab {
| |
| margin: 0;
| |
| padding: 0;
| |
| display: block;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| #chart_div .tab li {
| |
| display: block;
| |
| float: left;
| |
| width: 50%;
| |
| text-align: center;
| |
| background-color: #1ac779;
| |
| }
| |
|
| |
| #chart_div .tab a {
| |
| color: white;
| |
| }
| |
|
| |
| #chart_div .tab a.selected {
| |
| font-weight: bold;
| |
| cursor: text;
| |
| }
| |
|
| |
| #chart_div .tab a.selected:hover {
| |
| text-decoration: none;
| |
| }
| |
|
| |
|
| #chart_div table { | | #chart_div table { |