From 7dffcb472f13018fd2628afd627d92790b1c164a Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 23 Jan 2020 07:18:48 -0500 Subject: public/css/override: Initial repository page override --- public/css/override.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/css/override.css b/public/css/override.css index 4d2decc..7377123 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -22,6 +22,24 @@ */ .ui.secondary.pointing.menu .active.item { font-weight: 400 !important } - -.repository .repo-header .fork-flag { display: inline-block; margin-left: 0.5rem; background-color: #e6eff7; border-radius: 0.5rem; padding: 0 1rem; } +/* + * Repository page override + */ +.repository .repo-header .fork-flag { display: inline-block; margin-left: 0.5rem; background-color: #e6eff7; border-radius: 0.5rem; padding: 0.5rem 1rem; } .ui.breadcrumb .divider { margin: 0 } +.repository .navbar .ui.label { padding: 0.25rem 0.75rem; border-radius: 1rem; } +.repository.file.list #repo-desc, .repo-description { font-size: 1rem !important; margin: 0.75rem 0; } + +.repository .item { border-top: 3px solid transparent; } +.repository a.item { padding: 0.5rem 1.5rem !important; } +.ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; } + +.non-diff-file-content .unstackable, .ui.attached.header { border: none !important; } + +.ui.repo-description { display: none !important; } +.ui.repo-description-custom { display: block !important; } +.ui.segment.sub-menu { display: none; } +.ui.table { border: unset; } + +.button, .ui.basic.button, .ui.basic.buttons .button, .ui .sha.label { background: linear-gradient(-180deg, #fafbfc, #eff3f6 90%) !important; color: #444 !important; } + -- cgit v1.2.3