gitnet-assets/theme.css

71 lines
1.5 KiB
CSS
Raw Normal View History

2018-10-21 00:44:26 +02:00
.full > .ui.top.menu {
2018-10-21 00:27:14 +02:00
color: #fff;
2021-10-22 15:32:13 +02:00
background: #1e2430;
2018-10-21 00:27:14 +02:00
}
2018-10-21 00:44:26 +02:00
.full > .ui.top.menu i, .full > .ui.top.menu.sr-mobile-only, .full > .ui.top.menu .mobile-only {
2018-10-21 00:27:14 +02:00
color: #fff;
}
2018-10-21 00:44:26 +02:00
.full > .ui.top.menu .dropdown .item i {
2018-10-21 00:27:14 +02:00
color: #333;
}
2020-06-19 09:58:53 +02:00
.full > .ui.top.menu.main a, .full > .ui.top.menu.main .text * {
2018-10-21 00:27:14 +02:00
color: #fff;
2020-06-19 09:58:53 +02:00
filled: #fff;
2018-10-21 00:27:14 +02:00
}
.ui.top.new-menu a.item.active, .ui.top.new-menu a.item:hover {
color: #333 !important;
background: none;
}
.ui.top.tabular a.item.active, .ui.top.tabular a.item:hover {
color: #333 !important;
background: none;
}
2019-05-02 16:58:19 +02:00
.full > .ui.top.menu.main #navbar > a.item.active, .full > .ui.top.menu.main #navbar > a.item:hover {
2019-05-02 16:57:41 +02:00
color: #fff !important;
2021-10-23 17:50:36 +02:00
background: #354055;
2019-05-02 16:57:41 +02:00
}
2018-10-21 00:44:26 +02:00
.full > .ui.top.menu.main a.item.active, .full > .ui.top.menu.main a.item:hover {
2019-05-02 16:55:02 +02:00
color: #333 !important;
2021-10-23 17:50:36 +02:00
background: #354055;
2018-10-21 00:27:14 +02:00
}
@media screen and (max-width: 767px) {
.header-wrapper .tabs .item.active {
border-bottom: 1px solid #D4D4D5;
border-radius: .28571429rem !important;
}
2018-10-21 00:44:26 +02:00
2018-10-21 00:27:14 +02:00
.gitnet-activity-iframe {
display: none;
}
}
.gitnet-activity-iframe {
border: 0;
width: 100%;
height: 110px;
2020-09-09 15:04:48 +02:00
}
.user.profile > .ui > .ui > .ui > .ui.card {
box-shadow: none;
}
.user.profile > .ui > .ui > .ui > .ui.card > .content.wrap {
border-top: 0;
}
2020-09-09 15:06:53 +02:00
#profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image {
2020-09-09 15:04:48 +02:00
background: none;
}
2020-09-09 15:06:53 +02:00
#profile-avatar img, .user.profile > .ui > .ui > .ui > .ui.card > .image img {
2020-09-09 18:07:49 +02:00
border-radius: 100% 100% 100% 0;
2020-09-09 15:04:48 +02:00
}