aboutsummaryrefslogtreecommitdiff
path: root/public/css/override.css
blob: 5ed0b27ea5cdfd9c7a158ed455695b8d15908819 (plain)
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
body { overflow-y: scroll; }
a:hover { text-decoration: underline; }
a, .ui.breadcrumb a { color: #0055b5; }
a.active.item { border-bottom-color: transparent !important; }

@media (min-width: 768px) { .following.bar .item.brand { padding-left: 0; } }
@media only screen and (min-width: 1200px) { .dashboard-navbar, .ui.container { width: 1088px !important; margin-left: auto; margin-right: auto; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) { .dashboard-navbar, .ui.container{ width: 933px !important; margin-left: auto; margin-right: auto; } }
@media only screen and (max-width: 991px) and (min-width: 768px) { .dashboard-navbar, .ui.container { width: 95% !important; margin-left: auto; margin-right: auto; } }

.item .description .has-emoji { display: none; }
.explore .navbar, .ui.menu.new-menu { padding-bottom: 15px; }

button#clipboard-btn { display: none; }

.dashboard .dashboard-navbar { display: none; }
.dashboard > .ui.divider { display: none; }

.item .ui.label { border-radius: 1rem; background-color: #e8e9eb !important; color: #444 !important; font-weight: 700; }

#git-graph-container #graph-canvas { display: none; }

.ui .text.grey { color: #545454!important; }
.ui.container .six.wide.column { display: none; }
.ui.secondary.pointing.menu { border-bottom: none; }
.ui.basic.button, .ui.basic.buttons .button { color: #111; }
.ui.secondary.pointing.menu .dropdown.item:active, .ui.secondary.pointing.menu .link.item:active, .ui.secondary.pointing.menu a.item:active { border-color: transparent; }

.ui.tabular.menu .item { color: #111; }
.ui.borderless.pagination.menu { border: none; }
.ui.repository.list .item .ui.header .metas { display: none; }
.ui.list .list > .item .header, .ui.list > .item .header { font-weight: 400; }
.ui.top.secondary.stackable.main.menu.following.bar.light { position: sticky; top: 0; }

#user-heatmap { display: block; }
.user.profile .ui.stackable.grid .five { display: none; }
.user.profile .ui.stackable.grid .eleven { width: 100% !important; margin: 0 auto; }
.user.profile .ui.secondary.stackable.pointing.menu { justify-content: center; }

.repo-title i { display: none; }
.repo-description-topics-hide { display: none !important; }
.repository #commits-table td.sha .sha.label, .repository #repo-files-table .sha.label { border: 1px solid transparent; color: #004799; }
.repository .diff-box .header .file { color: #111; }
.repository .repo-header .fork-flag { margin: 1rem 0 0.5rem 0; background-color: #eee; padding: 0.5rem; border-radius: 0.5rem; white-space: initial; line-height: 1.5; }
.repository .ui.attached.header .right { margin-top: 0; }
.repository .ui.menu:not(.vertical) .right.menu { margin-left: initial !important; }
.repository .ui.segment.sub-menu { display: none; }
.repository .ui.table > tbody > tr > td, .ui.table > tr > td { padding: 8px; }
.repository .ui.tabs.container { overflow-x: auto; overflow-y: hidden; }
.repository .ui.tabs.divider { margin-bottom: 15px; }
.repository .ui.tabular.menu .active.item { font-weight: 400; }
.repository.commits .five.wide.column { display: flex; align-self: center; }
.repository.file.list #repo-desc, .repo-description { font-size: 1rem !important; }