-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathufoglif.css
96 lines (80 loc) · 1.31 KB
/
ufoglif.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
.content {
text-overflow: ellipsis;
margin-left: 10%;
color: blue;
}
.content span {
font-size: small;
font-weight: bold;
font-style: italic;
}
td, th {
padding: 4px;
vertical-align: top;
}
.table, .grid {
border-collapse: collapse;
border: 0px solid #111111;
width: 98%;
text-align:center;
}
.blank {
height: 20px;
}
fieldset {
width: 90%;
margin: 10px;
padding: 10px;
border-color: #EEEEEE;
}
input[type=text], button {
height: 32px;
}
button {
width: 32px;
text-overflow: ellipsis;
}
input[type=text], textarea, select {
width: 100%;
margin: 2px;
border: 0px solid #dddddd;
border-bottom: 1px solid #dddddd;
color: blue;
font-style: italic;
text-overflow: ellipsis;
}
.ol {
list-style: none;
}
.ol li p {
border: 1px solid #EEEEEE;
padding: 4px;
}
.right {
text-align: right;
width: 100%;
}
.svg {
fill: rgb(255,255,0);
stroke-width: 2;
fill-opacity: 0.4;
stroke: rgb(0,0,0);
border: 2px solid #DDD;
}
.path {
stroke: #F60;
stroke-width: 4;
}
.circle {
stroke-linecap: round;
}
.first {
stroke-linecap: square;
stroke-width: 4;
stroke: red;
}
.ploygon {
fill: none;
stroke: green;
stroke-width: 1;
}