vrifox/gitea-theme
Archived
1
0
Fork 0

more no-js fixes; global $font-family variable instead of @mixin (more flexible and less bulkier); …

This commit is contained in:
Vrifox 2020-10-04 18:28:14 +02:00
parent b76a32d1e9
commit e00bd70989
8 changed files with 153 additions and 92 deletions

View file

@ -10,7 +10,7 @@
body {
background: #28283c;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
a {
color: white;
@ -28,7 +28,7 @@ body > .full.height::first-line,
border-bottom: 0;
font-size: 1em;
min-height: 64px;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.ui.main.menu #navbar {
width: 1127px;
padding: 0; }
@ -95,7 +95,7 @@ body > .full.height::first-line,
box-shadow: none;
color: #f5f5ff;
transition: background .2s, color .2s;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .header-wrapper .repo-header .repo-buttons .button:hover {
background: #32324b;
color: white; }
@ -110,7 +110,7 @@ body > .full.height::first-line,
.repository .header-wrapper .tabs.container .menu.navbar .item {
color: #d7d7e1;
transition: color .2s;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .header-wrapper .tabs.container .menu.navbar .item:hover {
color: white; }
.repository .header-wrapper .tabs.container .menu.navbar .item.active {
@ -145,7 +145,7 @@ body > .full.height::first-line,
border: 0;
box-shadow: none; }
.repository .container .repository-summary .repository-menu {
background: #32324b; }
background: #3c3c5a !important; }
.repository .container .repository-summary .repository-menu .item a {
color: #f5f5ff !important; }
.repository .container .repository-summary .repository-menu .item a:hover {
@ -164,7 +164,7 @@ body > .full.height::first-line,
.repository .container .secondary.menu .item #clone-panel #repo-clone-ssh {
color: #f5f5ff;
box-shadow: none !important;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .container .secondary.menu .item #clone-panel #repo-clone-https:not(.blue),
.repository .container .secondary.menu .item #clone-panel #repo-clone-ssh:not(.blue) {
background: #3c3c5a; }
@ -180,7 +180,7 @@ body > .full.height::first-line,
background: #28283c;
border: 2px solid #3c3c5a;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .container .secondary.menu .item #clone-panel input#repo-clone-url:focus {
background: #32324b;
border: 2px solid #3c3c5a;
@ -253,7 +253,7 @@ body > .full.height::first-line,
background: #32324b;
border: 0;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .container .non-diff-file-content .table {
background: #1e1e2d;
border: 0;
@ -262,19 +262,19 @@ body > .full.height::first-line,
/* repository: releases */
.repository.release .container .header {
background: transparent;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository.release .container #release-list {
border-top: 1px solid #3c3c5a; }
/* repository: activity */
.repository.commits .container h2.header {
font-family: monospace, 'Lucida Console', 'Monaco' !important;
font-family: monospace, "Lucida Console", "Monaco";
background: transparent; }
.repository.commits .container h2.header .filter .button {
background: #3c3c5a;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository.commits .container h2.header .filter .button:hover {
background: #32324b; }
.repository.commits .container h2.header .filter .menu {
@ -287,28 +287,31 @@ body > .full.height::first-line,
background: #32324b; }
.repository.commits .container .segment {
background: #1e1e2d;
border: 0; }
.repository.commits .container .segment .text {
background: #1e1e2d; }
.repository.commits .container .segment h4.header {
background: #1e1e2d; }
/* repository: commits */
.repository.commits .secondary.menu {
.repository.commits .container .secondary.menu {
margin-left: -15px; }
.repository.commits .secondary.menu .item .button {
.repository.commits .container .secondary.menu .item .button {
background: #3c3c5a;
color: #f5f5ff; }
.repository.commits .secondary.menu .item .button:hover {
.repository.commits .container .secondary.menu .item .button:hover {
background: #32324b; }
.repository.commits .header form .search.input input {
.repository.commits .container .header form .search.input input {
background: #28283c;
border: 0;
color: #f5f5ff; }
.repository.commits .header form .search.input input:focus {
.repository.commits .container .header form .search.input input:focus {
background: #32324b;
color: white; }
.repository.commits .header form .checkbox label {
.repository.commits .container .header form .checkbox label {
color: #f5f5ff; }
/* repository: branches */
@ -432,7 +435,7 @@ body > .full.height::first-line,
background: #464669;
box-shadow: none;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository.file .container .non-diff-file-content .file-header .file-header-right .file-actions .buttons .button:hover {
background: #3c3c5a; }
@ -524,7 +527,7 @@ body > .full.height::first-line,
overflow-y: hidden; }
.user .container .grid .secondary.menu .item {
color: #d7d7e1;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.user .container .grid .secondary.menu .item:hover {
color: white; }
.user .container .grid .secondary.menu .item.active {
@ -556,7 +559,7 @@ body > .full.height::first-line,
border-top: 1px solid #3c3c5a; }
.user .container .grid .repository.list .item .header a.name {
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.user .container .grid .repository.list .item .header a.name i.archive.icon {
color: #d7d7e1 !important; }

View file

@ -10,7 +10,7 @@
body {
background: #28283c;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
a {
color: white;
@ -28,7 +28,7 @@ body > .full.height::first-line,
border-bottom: 0;
font-size: 1em;
min-height: 64px;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.ui.main.menu #navbar {
width: 1127px;
padding: 0; }
@ -101,7 +101,7 @@ body > .full.height::first-line,
box-shadow: none;
color: #f5f5ff;
transition: background .2s, color .2s;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .header-wrapper .repo-header .repo-buttons .button:hover {
background: #32324b;
color: white; }
@ -116,7 +116,7 @@ body > .full.height::first-line,
.repository .header-wrapper .tabs.container .menu.navbar .item {
color: #d7d7e1;
transition: color .2s;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .header-wrapper .tabs.container .menu.navbar .item:hover {
color: white; }
.repository .header-wrapper .tabs.container .menu.navbar .item.active {
@ -125,6 +125,8 @@ body > .full.height::first-line,
color: #f5f5ff; }
.repository .header-wrapper .tabs.container .menu.navbar .item.active span.label {
background: #32324b; }
.repository .header-wrapper .tabs.container .menu.navbar .item svg {
display: none; }
.repository .header-wrapper .tabs.container .menu.navbar .item span.label {
background: #3c3c5a; }
@ -153,13 +155,15 @@ body > .full.height::first-line,
height: initial;
overflow: auto; }
.repository .container .repository-summary .repository-menu {
background: #32324b; }
background: #3c3c5a !important; }
.repository .container .repository-summary .repository-menu .item a {
color: #f5f5ff !important; }
.repository .container .repository-summary .repository-menu .item a:hover {
color: white !important; }
.repository .container .repository-summary .repository-menu .item a svg {
display: none; }
.repository .container .repository-summary .language-stats-details {
background: #3c3c5a;
background: #32324b;
padding: 0; }
.repository .container .repository-summary .language-stats-details .horizontal.list .item {
padding: 10px;
@ -171,6 +175,9 @@ body > .full.height::first-line,
.repository .container .repository-summary .language-stats {
display: none; }
.repository .container .secondary.menu .item.choose.reference {
display: none; }
.repository .container .secondary.menu .item .blue.buttons .button {
background: #3c3c5a;
box-shadow: none;
@ -182,7 +189,7 @@ body > .full.height::first-line,
.repository .container .secondary.menu .item #clone-panel #repo-clone-ssh {
color: #f5f5ff;
box-shadow: none !important;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .container .secondary.menu .item #clone-panel #repo-clone-https:not(.blue),
.repository .container .secondary.menu .item #clone-panel #repo-clone-ssh:not(.blue) {
background: #3c3c5a; }
@ -198,7 +205,7 @@ body > .full.height::first-line,
background: #28283c;
border: 2px solid #3c3c5a;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .container .secondary.menu .item #clone-panel input#repo-clone-url:focus {
background: #32324b;
border: 2px solid #3c3c5a;
@ -273,7 +280,7 @@ body > .full.height::first-line,
background: #32324b;
border: 0;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository .container .non-diff-file-content .table {
background: #1e1e2d;
border: 0;
@ -282,19 +289,21 @@ body > .full.height::first-line,
/* repository: releases */
.repository.release .container .header {
background: transparent;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository.release .container #release-list {
border-top: 1px solid #3c3c5a; }
/* repository: activity */
.repository.commits .container h2.header {
font-family: monospace, 'Lucida Console', 'Monaco' !important;
font-family: monospace, "Lucida Console", "Monaco";
background: transparent; }
.repository.commits .container h2.header .filter:hover .menu {
display: block; }
.repository.commits .container h2.header .filter .button {
background: #3c3c5a;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository.commits .container h2.header .filter .button:hover {
background: #32324b; }
.repository.commits .container h2.header .filter .menu {
@ -307,28 +316,33 @@ body > .full.height::first-line,
background: #32324b; }
.repository.commits .container .segment {
background: #1e1e2d;
border: 0; }
.repository.commits .container .segment .text {
background: #1e1e2d; }
.repository.commits .container .segment h4.header {
background: #1e1e2d; }
.repository.commits .container .segment #app {
display: none; }
/* repository: commits */
.repository.commits .secondary.menu {
margin-left: -15px; }
.repository.commits .secondary.menu .item .button {
background: #3c3c5a;
color: #f5f5ff; }
.repository.commits .secondary.menu .item .button:hover {
background: #32324b; }
.repository.commits .container .secondary.menu .item .button {
background: #3c3c5a;
color: #f5f5ff; }
.repository.commits .container .secondary.menu .item .button:hover {
background: #32324b; }
.repository.commits .container .secondary.menu .item .button .text {
display: none; }
.repository.commits .header form .search.input input {
.repository.commits .container .header form .search.input input {
background: #28283c;
border: 0;
color: #f5f5ff; }
.repository.commits .header form .search.input input:focus {
.repository.commits .container .header form .search.input input:focus {
background: #32324b;
color: white; }
.repository.commits .header form .checkbox label {
.repository.commits .container .header form .checkbox label {
color: #f5f5ff; }
/* repository: branches */
@ -452,7 +466,7 @@ body > .full.height::first-line,
background: #464669;
box-shadow: none;
color: #f5f5ff;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.repository.file .container .non-diff-file-content .file-header .file-header-right .file-actions .buttons .button:hover {
background: #3c3c5a; }
@ -547,7 +561,7 @@ body > .full.height::first-line,
overflow-y: hidden; }
.user .container .grid .secondary.menu .item {
color: #d7d7e1;
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.user .container .grid .secondary.menu .item:hover {
color: white; }
.user .container .grid .secondary.menu .item.active {
@ -586,7 +600,7 @@ body > .full.height::first-line,
border-top: 1px solid #3c3c5a; }
.user .container .grid .repository.list .item .header a.name {
font-family: monospace, 'Lucida Console', 'Monaco' !important; }
font-family: monospace, "Lucida Console", "Monaco"; }
.user .container .grid .repository.list .item .header a.name i.archive.icon {
color: #d7d7e1 !important; }