-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserstyle.css
More file actions
88 lines (70 loc) · 1.22 KB
/
userstyle.css
File metadata and controls
88 lines (70 loc) · 1.22 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
82
83
84
85
86
87
88
#add_time_tab {
display: none !important;
}
#entries {
width: 100% !important;
margin: 0px !important;
background-color: #EDEDED !important;
}
#container {
width: 100% !important;
padding: 0 !important;
background: none !important;
}
.stream_topnav {
display: none;
}
.stream_container {
background: none !important;
}
.stream_container .stream_body {
background: none !important;
background-color: #D3E2E8 !important;
}
#top-bar h1 {
width: 100% !important;
}
#top-bar {
padding-right: 10px !important;
padding-left: 10px !important;
}
#add_note_form {
margin-left: 0px !important;
width: 100% !important;
border-right: 1px solid black;
}
.stream {
width: 60% !important;
border-right: 1px solid black;
background-color: #EDEDED !important;
}
.sidebar {
width: 40% !important;
min-width: 150px !important;
background-color: #D3E2E8 !important;
}
.feedback {
display: none;
}
#controls {
color: #000 !important;
}
#controls a[target=_blank] {
display: none;
}
#controls a {
padding-left: 0px !important;
padding-right: 0px !important;
}
.sidetools {
display: none;
}
.sidebar h2 {
margin-left: -6px;
}
.stream_footer {
display: none;
}
#footer {
display: none;
}