forked from damianpetroff/MonteCarloAreaApproximation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (54 loc) · 974 Bytes
/
Copy pathstyle.css
File metadata and controls
62 lines (54 loc) · 974 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
53
54
55
56
57
58
59
60
61
62
a:after {
content: attr(href);
}
#holder {
border: 10px dashed #ccc;
border-radius:5px;
width: 100%;
height: 300px;
margin: 20px auto;
background-color:black;
}
#holder.hover {
border: 10px dashed #333;
}
#chronotime {
display: inline;
}
#files li {
color:#337ab7;
text-decoration: none;
}
#files li:hover, #files li:focus {
color: #23527c;
text-decoration:none;
}
dl {
margin-left: 45px;
}
dt:before{
margin-left: -10px;
content:"• ";
}
.center {
text-align: center;
}
.custom_number{
text-align: center;
width: 100%;
margin-bottom: 0;
padding-top: 0.375rem;
padding-right: 1.75rem;
padding-bottom: 0.375rem;
padding-left: 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
border-radius: .25rem;
border-style:solid;
border-width: .1rem;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}