Compare commits

...

9 Commits

Author SHA1 Message Date
creme 6d29e96972
add target blank for custom links 2020-05-19 19:40:50 +02:00
creme 54b8d85520
add envs.net link to footer 2020-05-19 19:33:51 +02:00
creme 133f8df9e3
add drone ci button to nav 2020-05-19 19:18:18 +02:00
creme 1774e7da93 Merge pull request 'Updated 'public/envs.css' with a new .code-view .active colour' (#2) from login/gitea-custom:master into master 2020-03-27 11:22:36 -04:00
login 90f9df635b Updated 'public/envs.css' with a new .code-view .active colour
The new colour was chosen by a more suitable procedure. I went to https://www.w3schools.com/colors/colors_converter.asp and entered the colour of the links on the current gitea theme on envs.net (which is #87ab63). Then, I copied the HSL version (hsl(90, 30%, 53%)) and pasted it. Then, I adjusted the lightness (L) portion from 53% to 4%, and got the colour value in hex #0a1400. This preserves the exact hue and saturation of the theme, while only decreasing the lightness. The previous colour was pure green, which doesn't match the theme perfectly.
2020-03-27 11:07:04 -04:00
Gitea c0c719394f add own envs.css for custom things 2020-03-27 13:23:19 +00:00
creme 0db1d77b30 Merge pull request 'Update 'public/darkmode.css' to change the selected/active lines in .code-view' (#1) from login/gitea-custom:master into master 2020-03-27 07:16:34 -04:00
login e49f3c20b2 Update 'public/darkmode.css' to change the selected/active lines in .code-view
The colour was changed from #554a00 to #001200 due to contrast problems with the former colour.
2020-03-27 07:11:00 -04:00
creme 4c2f828448
changes for envs 2020-03-24 12:20:44 +01:00
12 changed files with 14 additions and 2438 deletions

View File

@ -1,6 +1,6 @@
# gitea-custom
this repository tracks the customizations for [tildegit](https://git.tilde.team).
this repository tracks the customizations for [https://git.envs.net](https://git.envs.net).
feel free to use any or all parts of this.
@ -8,11 +8,11 @@ feel free to use any or all parts of this.
if you want all of it, simply clone this in to your gitea root. otherwise, copy other files as needed!
example: gitea root is `/home/git/gitea`:
example: gitea root is `/var/lib/gitea`:
```
cd /home/git/gitea
git clone https://git.tilde.team/meta/gitea-custom custom
cd /var/lib/gitea
git clone https://tildegit.org/envs/gitea-custom.git custom
```
make sure that you restart gitea afterwards.

View File

@ -1161,3 +1161,6 @@ a.ui.labels .label:hover {
background-color: inherit
}
.code-view .active {
background: #001200
}

3
public/envs.css Normal file
View File

@ -0,0 +1,3 @@
.code-view .active {
background: #0a1400
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -1 +0,0 @@
avatar_default.png

View File

@ -1 +0,0 @@
avatar_default.png

View File

@ -1 +0,0 @@
avatar_default.png

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
<a class="item" target="_blank" href="https://drone.envs.net">Drone CI</a>

View File

@ -0,0 +1 @@
<a target="_blank" href="https://envs.net">envs.net</a>

View File

@ -1,2 +1,2 @@
<!--<link rel="stylesheet" href="{{AppSubUrl}}/styles.css">-->
<link rel="stylesheet" href="{{AppSubUrl}}/darkmode.css">
<!--<link rel="stylesheet" href="{{AppSubUrl}}/darkmode.css">-->
<link rel="stylesheet" href="{{AppSubUrl}}/envs.css">