-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (45 loc) · 742 Bytes
/
Copy pathstyle.css
File metadata and controls
52 lines (45 loc) · 742 Bytes
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
button.square-right{
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
#searchResultContainer, #noResults{
text-align: center;
margin-top: 20px;
}
p#searchResultContainer span, #noResults{
font-weight: bold;
font-size: 1.5em;
}
p#searchResultContainer span span{
font-size: 1.0em;
}
.hidden {
display: none;
}
#resultContainer{
margin-top: 20%;
}
.disclaimer, .note{
font-style: italic;
color: #999;
}
.note{
font-size: 12px;
}
.disclaimer{
margin-top: 20%;
text-align: center;
font-size: 10px;
}
section{
border: 1px solid #e0e0e0;
padding: 15px;
}
.row{
margin-top: 10px;
}
p.version{
color: #666;
font-style: italic;
font-size: 10px;
}