forked from refined-github/refined-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.css
More file actions
executable file
·107 lines (88 loc) · 1.98 KB
/
content.css
File metadata and controls
executable file
·107 lines (88 loc) · 1.98 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.subscribe-feed {
display: none !important;
}
/* allow for absolute positioning relative to the dashboard */
#dashboard {
position: relative;
}
#dashboard .new-repo {
display: none !important;
}
/* remove "Repositories you contribute to" dashboard sidebar box */
.dashboard-sidebar > div:first-child {
display: none !important;
}
/* remove border between dashboard news items */
.news .alert {
border: 0 !important;
}
/* remove tooltips */
.tooltipped:before,
.tooltipped:after {
display: none !important;
}
/* fade out the file icons */
.file-wrap .files .octicon {
opacity: 0.6;
}
/* remove annoying hover in the repo file list */
.file-wrap .files .navigation-focus td {
background: none !important;
}
#readme > h3 {
display: none !important;
}
#readme .markdown-body {
border-radius: 3px !important;
border-radius: 3px !important;
}
.paginate-protip {
display: none !important;
}
.site-footer {
visibility: hidden;
}
/* remove useless message on the right side of the PR merge box */
.alt-merge-options {
display: none !important;
}
/* remove top buttons on comment box */
.tabnav-extra {
display: none !important;
}
/* remove commentbox toolbar */
.toolbar-commenting {
display: none !important;
}
/* remove upload message on comment box */
.write-content .drag-and-drop {
display: none !important;
}
.upload-enabled textarea {
border-bottom: 1px solid #ccc !important;
border-radius: 3px !important;
}
/* remove random protip at the bottom of the page */
.protip {
display: none !important;
}
/* remove message under the `Unsubscribe` button */
.sidebar-notifications .reason {
display: none !important;
}
/* move the dashboard organization switcher to the right column */
.account-switcher {
position: absolute !important;
right: 10px !important;
}
.account-switcher button {
width: 313px !important;
}
.user-repos {
position: relative;
top: 50px;
}
/* remove "New pull request" button on repo page */
.file-navigation a[href$="/pull/new/master"] {
display: none !important;
}