-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo.css
More file actions
134 lines (108 loc) · 1.52 KB
/
demo.css
File metadata and controls
134 lines (108 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
/* websocket demo.css */
body {
margin:1em;
overflow: hidden;
}
pre {
background:#fffaf4;
border:1pt solid #aebdcc;
color:#008;
padding:5pt;
white-space:pre;
}
td, th {
min-width:10px;
white-space: nowrap;
padding:3px 5px 3px 5px;
vertical-align:top;
}
.alt {
background:#e4dfec;
}
.btncls {
margin:2px 0px 3px 3px;
width:70px;
}
.btnrws {
margin:3px 3px 0px 2px;
width:70px;
}
.btnslice:not(:hover) {
background-color:#eee;
}
.btnslice {
margin-right:2px;
border:1px solid #aaa;
width:70px;
}
.CodeMirror-activeline-background {background:#f0f0e8 !important;}
.listslice {
margin-right:12px;
}
.right {
text-align:right;
}
#cubepane table {
background:white;
border:0;
}
#cubetab {
overflow:auto;
}
#cubetab table {
background:#f8f8f8;
border:1pt solid #b4c4d4;
border-collapse:collapse;
margin:2px 2px 2px 0px;
}
#cubetab td, #cubetab th {
padding:3px 7px 3px 7px;
border: 1px solid #ccc;
}
#cubetab td {
text-align:right;
}
#cubetab th {
background:#f4f0ec;
font-weight:normal;
text-align:center;
}
#hdr {
display:flex;
border-bottom:2px solid silver;
margin-top:1.2em;
margin-bottom:0.5em;
line-height:1.3;
}
#tab {
overflow:auto;
}
#tab table {
margin-bottom:15px;
background:#f8f8f8;
border:1pt solid #b4c4d4;
text-align:left;
border-collapse:collapse;
}
#tabndx {
min-height:20px;
}
#term .CodeMirror {
border:1pt solid #aebdcc;
background:#fffaf4;
color:#008;
}
#title {
color:#015293;
font:bold larger sans-serif;
}
#top {
margin-bottom:15px;
}
#out {
background:#fffaf4;
font-family:monospace;
}
#wiki {
margin-left:auto;
}