|
1 | | -#navbar .item[href$="/issues"]{display:none!important} |
2 | | -#navbar .item[href$="/pulls"]{display:none!important} |
3 | | -#navbar .item[href$="/explore/repos"]{display:none!important} |
4 | | -#navbar .item[href$="https://docs.gitea.com"]{display:none!important} |
| 1 | +/* Navigation */ |
| 2 | + |
| 3 | +#navbar-logo {display: none !important;} |
| 4 | + |
| 5 | +#navbar .item[href$="/issues"]{display: none !important;} |
| 6 | +#navbar .item[href$="/pulls"]{display: none !important;} |
| 7 | +#navbar .item[href$="/explore/repos"]{display: none !important;} |
| 8 | +#navbar .item[href$="https://docs.gitea.com"]{display: none !important;} |
5 | 9 |
|
6 | 10 | #navbar svg.octicon-triangle-down{display: none;} |
7 | 11 | #navbar .text:has(img[src*="/avatars/"]) > * svg {display: inline-block !important;} |
8 | 12 | #navbar .tw-ml-1{display: none;} |
9 | 13 |
|
10 | | -.navbar-right a[href="/notifications"]{display:none!important} |
11 | | -.navbar-right a[href$="/-/admin"]{display:none!important} |
12 | | -.navbar-right .user-menu a[href="/notifications/subscriptions"]{display:none!important} |
| 14 | +.navbar-right a[href="/notifications"]{display: none !important;} |
| 15 | +.navbar-right a[href$="/-/admin"]{display: none !important;} |
| 16 | +.navbar-right .user-menu a[href="/notifications/subscriptions"]{display: none !important;} |
| 17 | + |
| 18 | +/* View */ |
| 19 | + |
| 20 | +.ui.menu .item:has(.resize-for-semibold[data-text="Activity"]) {display: none !important;} |
| 21 | +.ui.grid [class*="five"].wide.column{display: none !important;} |
| 22 | +.ui.grid [class*="eleven"].wide.column{width: 100% !important;} |
| 23 | + |
| 24 | + |
| 25 | +.ui a.item[href*="/projects"] {display: none !important;} |
| 26 | +.ui a.item[href*="/packages"] {display: none !important;} |
| 27 | +.ui a.item[href*="/teams"] {display: none !important;} |
| 28 | +.ui a.item[href*="/worktime"] {display: none !important;} |
| 29 | + |
| 30 | +/* Mixed */ |
13 | 31 |
|
14 | | -.ui.menu .item:has(.resize-for-semibold[data-text="Activity"]){display:none!important} |
| 32 | +#user-heatmap,.total-contributions,.vch__legend{display: none !important;} |
15 | 33 |
|
16 | | -.ui.grid [class*="five"].wide.column{display:none!important} |
17 | | -.ui.grid [class*="eleven"].wide.column{width: 100%!important;} |
| 34 | +button[hx-post*="follow"] {display: none !important;} |
18 | 35 |
|
19 | | -#user-heatmap,.total-contributions,.vch__legend{display:none!important} |
| 36 | +/* Footer */ |
20 | 37 |
|
21 | | -.page-footer:not(#customized-footer){display:none!important} |
| 38 | +.page-footer:not(#customized-footer){display: none !important;} |
0 commit comments