Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
d64e54c523
commit
1d275cac4d
91
js/dos/ext/vis/examples/graph3d/playground/playground.css
Normal file
91
js/dos/ext/vis/examples/graph3d/playground/playground.css
Normal file
|
@ -0,0 +1,91 @@
|
|||
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user