-
Notifications
You must be signed in to change notification settings - Fork 2
/
snapstyle.css
103 lines (89 loc) · 1.99 KB
/
snapstyle.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
h1, h3 { text-align:center }
li { font-size: 1.2em;
line-height: 1.3em;
}
#container {
width: 400;
height: 400;
}
#navigation {
float: left;
# margin-top: -0.2em;
width: 500px;
border-right:10px;
background: #cccccc;
border: 6px solid #eeeeee;
border-radius: 5px;
# background-image: -moz-linear-gradient(top, #CC661A 0%, #CC661A 100%);
# background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CC661A), color-stop(100%,#CC661A));
# background-image: -webkit-linear-gradient(top, #CC661A 0%,#CC661A 100%);
# background-image: -o-linear-gradient(top, #CC661A 0%,#CC661A 100%);
# background-image: -ms-linear-gradient(top, #CC661A 0%,#CC661A 100%);
# background-image: linear-gradient(top, #CC661A 0%,#CC661A 100%);
padding-left: 10px;
padding-right: 10px;
margin-right: 1em;
}
.codediv {
# font-family: 'Ubuntu Mono', monospace;
font-size: 1em;
padding: 2px 3px;
# background-color: rgb(200,200,200);
# display: inline;
}
.codestuff, .demoout {
outline: none;
background-color: #F9F9F9;
border: 1px dashed #2F6FAB;
color: black;
line-height: 1.1em;
padding: 1em;
width: 70%;
margin-left: 10%;
}
.intro {
color: black;
padding: 1em;
width: 80%;
margin-left: 12%;
}
.run {
color: black;
width: 80px;
right: 0px;
}
.outxxx {
color: black;
width: 70%;
margin-left: 10%;
border: 1px dashed #2F6FAB;
}
#svgout {
color: black;
width: 70%;
margin-left: 12%;
border: 1px dashed #2F6FAB;
}
#menu {
color: black;
width: 70%;
margin-left: 12%;
border: 1px dashed #2F6FAB;
height: 50px;
}
#htmlraw {
color: black;
width: 70%;
margin-left: 12%;
border: 1px dashed #2F6FAB;
}
code .keyword { font-weight: bold }
code .string, code .regexp { color: green }
code .class, code .special { color: blue }
code .number { color: pink }
code .comment { color: grey }
code { outline: none }
.bordered {
border: 4px;
rotateZ: 20deg;
}