FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TeachingKidsProgramming.javascript/logo.css at master · TeachingKidsProgramming/TeachingKidsProgramming.javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TeachingKidsProgramming
/
TeachingKidsProgramming.javascript
Public
forked from
inexorabletash/jslogo
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
TeachingKidsProgramming.javascript
/
logo.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
74 lines (58 loc) · 1.31 KB
Breadcrumbs
TeachingKidsProgramming.javascript
/
logo.css
Copy path
File metadata and controls
74 lines (58 loc) · 1.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
h1
,
h2
,
h3
,
p
{
margin-bottom
:
6
pt
;
margin-top
:
6
pt
; }
body
,
p
,
h1
,
h2
,
h3
{
font-family
:
sans-serif; }
dt
,
dd
{
font-size
:
8
pt
; }
code
{
font-family
:
monospace; }
/* Language Reference */
#
guide
{
position
:
absolute;
right
:
10
px
;
top
:
10
px
;
width
:
400
px
;
padding
:
5
pt
;
padding-top
:
0
px
;
z-index
:
10
;
color
:
black;
background-color
:
white;
border
:
solid
1
px
black;
}
#
guide_body
{
width
:
400
px
;
height
:
450
px
;
border
:
none; }
#
guide
#
toggle_link
{
display
:
block;
float
:
right;
margin-top
:
8
pt
; }
/* Graphical and Textual Display */
#
display
{
width
:
760
px
;
height
:
480
px
;
position
:
relative;
}
#
sandbox
{
position
:
absolute;
border
:
solid
1
px
black;
z-index
:
0
;
}
#
sandbox
span
{
color
:
red;
background-color
:
yellow;
font-weight
:
bold;
}
#
turtle
{
position
:
absolute;
border
:
solid
1
px
black;
z-index
:
1
;
}
#
overlay
{
width
:
740
px
;
height
:
460
px
;
padding
:
10
px
;
margin
:
0
;
position
:
absolute;
z-index
:
2
;
background-color
:
transparent;
overflow
:
hidden;
white-space
:
pre-wrap;
font-family
:
Monospace;
}
/* User Input */
#
input
{
width
:
760
px
;
padding
:
0
;
padding-top
:
5
px
;
}
#
entry_single
{
width
:
660
px
;
font-family
:
monospace;
}
#
entry_multi
{
width
:
660
px
;
height
:
200
px
;
font-family
:
monospace;
}
Back
|
FazBrowse Home
|
New Git URL