-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths.css
More file actions
81 lines (71 loc) · 1.04 KB
/
s.css
File metadata and controls
81 lines (71 loc) · 1.04 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
body{
font-family:monospace
}
h3 {
padding: 0px;
margin-top: 5px;
margin-bottom: 0px;
}
li {
list-style-type: none;
}
a {
color: brown
}
.search {
margin: 5px
}
.samples {
font-size: smaller;
color:gray;
word-wrap: break-word
}
.info {
color:grey
}
.samples>div>small:hover {
color:black;
cursor:pointer;
}
.status {
margin: 5px;
bottom: 10px;
padding: 10px;
}
.schemas {
margin-left: 40px;
margin: 10px;
padding:2px;
border: 1px solid gray;
border-radius: 3px;
background-color: lightgrey;
}
.schemas>ul>li{
list-style-type:circle;
}
.schemaName {
font-style: italic;
}
.component {
width: fit-content;
padding: 10px;
border: gray solid 2px;
border-radius: 5px;
background-color:antiquewhite;
margin-bottom: 5px;
}
li.righter {
margin-left: 40px;
}
.anchor {
text-decoration: underline;
cursor: pointer;
}
.error {
color: red
}
.description {
font-size: smaller;
font-style: italic;
font-weight: lighter;
}