forked from mirrors/Gitea-Modern
parent
e95ecaa113
commit
9a7797a211
4 changed files with 37 additions and 2932 deletions
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,8 @@
|
|||
// main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true
|
||||
|
||||
/* Update 1.0.15
|
||||
- Minor Fixes
|
||||
/* Update 1.0.16
|
||||
- Fixed issue #26
|
||||
- Fixed repo files hover rows color thingy thing
|
||||
*/
|
||||
|
||||
:root {
|
||||
|
@ -1129,7 +1130,8 @@ html {
|
|||
position: relative;
|
||||
width: 100%;
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
align-items: stretch;
|
||||
background: none !important;
|
||||
td:first-child {
|
||||
width: 250px;
|
||||
max-width: 50%;
|
||||
|
@ -1139,6 +1141,11 @@ html {
|
|||
max-width: unset;
|
||||
flex-grow: 1;
|
||||
}
|
||||
td {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
td::before {
|
||||
content: "";
|
||||
|
|
File diff suppressed because it is too large
Load diff
27
Gitea/theme-gitea-modern.user.styl
Normal file
27
Gitea/theme-gitea-modern.user.styl
Normal file
|
@ -0,0 +1,27 @@
|
|||
// main: theme-gitea-modern.styl, out: theme-gitea-modern.user.css
|
||||
|
||||
/* ==UserStyle==
|
||||
@name Gitea Modern
|
||||
@version 1.0.16
|
||||
@description A modern style for Gitea and Codeberg!
|
||||
@updateURL https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.user.css
|
||||
@homepageURL https://codeberg.org/Freeplay/CSS-Styles
|
||||
@supportURL https://codeberg.org/Freeplay/CSS-Styles/issues
|
||||
|
||||
-- AUTHOR STUFF --
|
||||
@namespace Freeplay
|
||||
@author Freeplay (https://freeplay.codeberg.page/)
|
||||
|
||||
@var text notice 'Make sure you are using the "Stylus" browser extension, not "Stylish"!' "'https://add0n.com/stylus.html'"
|
||||
|
||||
==/UserStyle== */
|
||||
@-moz-document domain("codeberg.org"), domain("gitea.com"), domain("try.gitea.io"), domain("gitdab.com"), domain("git.fsfe.org"), domain("git.passageenseine.fr"), domain("dev.sum7.eu") {
|
||||
@import "theme-gitea-modern.styl"
|
||||
}
|
||||
@-moz-document domain("codeberg.org") {
|
||||
.item.brand a {
|
||||
border-radius: 100px;
|
||||
background-color: var(--color-primary) !important;
|
||||
box-shadow: 0 1px 2px var(--color-primary);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue