Last active
November 22, 2016 04:53
-
-
Save gotoken/e90aaf4ada84efe64122978a166197e4 to your computer and use it in GitHub Desktop.
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
body | |
{ | |
font: 13px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; | |
} | |
h1 | |
{ | |
font-size: 180%; | |
font-weight: bold; | |
margin: 1em 0 1em 0; | |
} | |
h2 | |
{ | |
font-size: 140%; | |
padding: 5px; | |
border-bottom: 1px solid #a0c0f0; | |
color: #2B7CE9; | |
} | |
h3 | |
{ | |
font-size: 100%; | |
} | |
hr | |
{ | |
border: none 0; | |
border-top: 1px solid #a0c0f0; | |
height: 1px; | |
} | |
pre.code | |
{ | |
display: block; | |
padding: 8px; | |
border: 1px dashed #ccc; | |
} | |
table | |
{ | |
border-collapse: collapse; | |
} | |
th, td | |
{ | |
font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; | |
text-align: left; | |
vertical-align: top; | |
/*border: 1px solid #888;*/ | |
padding: 3px; | |
} | |
th | |
{ | |
font-weight: bold; | |
} | |
textarea { | |
width: 500px; | |
height: 200px; | |
border: 1px solid #888; | |
} | |
input[type=text] { | |
border: 1px solid #888; | |
} | |
#datasourceText, #googlespreadsheetText { | |
width: 500px; | |
} | |
.info { | |
color: gray; | |
} | |
a { | |
color: gray; | |
} | |
a:hover { | |
color: red; | |
} | |
#graph { | |
width: 100%; | |
height: 600px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment