-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (60 loc) · 1.33 KB
/
style.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
.super_timeline_9000_shortcode {
font-family: "Courier New", Courier, monospace;
background-color: #323232;
color: gainsboro;
padding: 0.25rem 0.5rem 0.25rem 0.5rem;
text-align: center;
margin: 1rem 0 2rem 0;
}
.super_timeline_9000_cloneable {
display: none;
}
.super_timeline_9000_formLine {
margin: 0 0 1rem 0;
}
.super_timeline_9000_modify {
margin: 1rem 0 2rem 0;
}
.super_timeline_9000_modify a {
background: white;
padding: 0.25rem 0.5rem 0.25rem 0.5rem;
border: 1px solid black;
border-radius: 0.25rem;
display: inline-block;
margin: 0 2rem 0 0;
width: 2rem;
text-align: center;
text-decoration: none;
color: black;
transition: background-color 0.2s ease-in-out;
}
.super_timeline_9000_modify a:hover {
background-color: rgba(0, 0, 0, 0.25);
}
.super_timeline_9000_cloneParent input {
width: 100%;
}
.super_timeline_9000_cloneParent label {
font-weight: 700;
display: block;
}
.super_timeline_9000_cloneParent textarea {
width: 100%;
height: 5rem;
}
#poststuff .super_timeline_9000_cloneParent h2 {
padding: 0;
margin: 0 0 1rem 0;
font-size: 1.25rem;
font-weight: 700;
}
.inside h2.modify-buttons#modify-buttons-h2 {
margin: 0;
padding: 0;
font-size: 1.25rem;
font-weight: 700;
}
.timeline-entry {
margin: 0 0 2rem 0;
}
/*# sourceMappingURL=style.css.map */