Dark-compact for FreshRSS
This commit is contained in:
parent
ea45099d61
commit
5a93486766
5 changed files with 1219 additions and 1 deletions
21
README.md
21
README.md
|
@ -1,3 +1,22 @@
|
|||
# freshrss-theme-dark-compact
|
||||
|
||||
a more compact "Dark" theme for FreshRSS.
|
||||
A more compact "Dark" theme for FreshRSS.
|
||||
|
||||
Two ways of getting this done:
|
||||
|
||||
1. Clone/copy files to p/themes/Dark-compact/ in FreshRSS directory, or
|
||||
2. Get xExtension-CustomCSS from [FreshRSS extensions](https://github.com/FreshRSS/Extensions), activate it and copy/paste this in extension's settings:
|
||||
|
||||
/* compact mode :) */
|
||||
.flux .item {
|
||||
line-height: 30px;
|
||||
}
|
||||
.tree-folder-title {
|
||||
font-size: 1rem;
|
||||
line-height: 2.1rem;
|
||||
|
||||
}
|
||||
.flux_header .title {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
|
|
1192
dark-compact.css
Normal file
1192
dark-compact.css
Normal file
File diff suppressed because it is too large
Load diff
BIN
loader.gif
Normal file
BIN
loader.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 404 B |
7
metadata.json
Normal file
7
metadata.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Dark-compact",
|
||||
"author": "AD",
|
||||
"description": "Le coté obscur du thème “Origine”, version compacte.",
|
||||
"version": 0.2,
|
||||
"files": ["_template.css", "dark-compact.css"]
|
||||
}
|
BIN
thumbs/original.png
Normal file
BIN
thumbs/original.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
Loading…
Reference in a new issue