-
Notifications
You must be signed in to change notification settings - Fork 134
/
Copy pathstyles.yml
67 lines (67 loc) · 1.51 KB
/
styles.yml
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
.pcjsContainer:
background-color: slategray;
border: 1px solid black;
border-radius: 15px;
overflow: auto;
padding: 8px;
.pcjsTitle:
font-weight: bold;
.pcjsControls:
display: table;
.pcjsControl:
display: table-cell;
padding-right: 8px;
vertical-align: middle;
.pcjsDiagnostics:
clear: both;
.pcjsConsole:
font-family: Monaco,"Lucida Console",monospace;
width: 100%;
_lifeDemo:
position: relative;
display: inline-block;
float: left;
margin-right: 32px;
margin-bottom: 16px;
_lifeColorDemo:
position: relative;
display: inline-block;
float: left;
margin-right: 32px;
margin-bottom: 16px;
_displayLife:
position: relative;
_colorSwatchLife:
display: inline-block;
width: 16px;
height: 16px;
border: 1px solid;
border-radius: 50%;
vertical-align: middle;
background-color: green;
_lbDemo:
position: relative;
display: inline-block;
float: left;
margin-right: 32px;
margin-bottom: 16px;
_displayLB:
position: relative;
line-height: 0;
margin-bottom: 8px;
background-color: rgb(26,26,26);
background-image: none;
background-size: 100% 100%;
-webkit-tap-highlight-color: transparent;
.colorSwatchLB:
display: none;
width: 16px;
height: 16px;
border: 1px solid;
border-radius: 50%;
vertical-align: middle;
background-color: green;
_diagsLB:
float: left;
_printLB:
font-family: Monaco,"Lucida Console",monospace;