-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
124 lines (104 loc) · 1.94 KB
/
style.css
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
html, body {
height: 100%;
}
body {
background-color: #fff;
font-family: sans-serif;
overflow: hidden;
text-align: center;
}
#else {
position: absolute;
right: 0;
width: 30%;
}
h1 {
font-weight: normal;
font-size: 140%;
margin-bottom: 0px;
width: 100%;
}
.version {
font-weight: normal;
margin-top: 0px;
color: #333333;
opacity: 0.8;
width: 100%;
}
#importExport,#importExportjson {
font-family: monospace;
width: 90%;
height: 15em;
margin-bottom: 0px;
resize: none;
}
.button { /* Make anchor tags look like buttons */
font: 13px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: black;
padding: 2px 7px;
border: 1px solid #737272;
border-radius: 2.5px;
}
.button:hover {
background-color: #e3e3e3;
border: 1px solid #333333;
}
input[type='button'] {
cursor: pointer;
}
.description {
width: 90%;
padding-left: 5%;
}
/** BLOCKLY THEMING */
/* Adds padding around the group of categories and separators. */
.blocklyToolboxContents {
padding: .5em;
}
/* Adds space between the categories, rounds the corners and adds space around the label. */
.blocklyTreeRow {
padding: 3px;
margin-bottom: .5em;
border-radius: 4px;
}
.blocklyTreeSeparator {
border-bottom: solid #acacac 1px;
margin-bottom: 8px;
}
.ioLabel>.blocklyFlyoutLabelText {
font-style: italic;
}
#blocklyDiv.renderingDebug .blockRenderDebug {
display: block;
}
.playgroundToggleOptions {
list-style: none;
padding: 0;
}
.playgroundToggleOptions li {
margin-top: 1em;
}
.zelos-renderer .blocklyFlyoutButton .blocklyText {
font-size: 1.5rem;
}
#blocklyDiv {
float: left;
height: 95%;
width: 70%;
}
.discordIcon::before {
content: 'q';
color: transparent;
width: 27px;
height: 20px;
margin-right: 5px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-image: url("https://i.ibb.co/F6hBwcS/image.png");
}
.discordIcon {
margin-bottom: 10px;
}