This commit is contained in:
Mr. Stallion 2020-06-19 14:46:46 -05:00
parent 72b7a4094a
commit 424c32be98
9 changed files with 13 additions and 10 deletions

View File

@ -26,12 +26,15 @@ show_downloads: true
markdown: kramdown markdown: kramdown
# theme: jekyll-theme-slate # theme: jekyll-theme-slate
plugins: # plugins:
- jekyll-feed # - jekyll-feed
# Exclude from processing. # Exclude from processing.
# The following items will not be processed, by default. Create a custom list # The following items will not be processed, by default. Create a custom list
# to override the default setting. # to override the default setting.
exclude:
- summary.psd
# exclude: # exclude:
# - Gemfile # - Gemfile
# - Gemfile.lock # - Gemfile.lock

View File

@ -15,7 +15,7 @@
height:45px; height:45px;
text-indent: -5000px; text-indent: -5000px;
overflow: hidden; overflow: hidden;
background: url(../assets/mac.png) no-repeat bottom left; background: url(../assets/images/mac.png) no-repeat bottom left;
margin-left: 18px; margin-left: 18px;
background-size: contain; background-size: contain;
} }
@ -27,18 +27,18 @@
height:45px; height:45px;
text-indent: -5000px; text-indent: -5000px;
overflow: hidden; overflow: hidden;
background: url(../assets/win.png) no-repeat bottom right; background: url(../assets/images/win.png) no-repeat bottom right;
background-size: contain; background-size: contain;
} }
.mac_download_link:hover { .mac_download_link:hover {
background: url(../assets/mac.png) no-repeat top left; background: url(../assets/images/mac.png) no-repeat top left;
background-size: contain; background-size: contain;
filter: brightness(1.2); filter: brightness(1.2);
} }
.win_download_link:hover { .win_download_link:hover {
background: url(../assets/win.png) no-repeat top right; background: url(../assets/images/win.png) no-repeat top right;
background-size: contain; background-size: contain;
filter: brightness(1.2); filter: brightness(1.2);
} }

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 307 KiB

After

Width:  |  Height:  |  Size: 307 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -19,22 +19,22 @@ See a [detailed list of features](https://github.com/mrstallion/flist-rising/blo
## Link Previews ## Link Previews
Hover your mouse on any link to view the image. Hover your mouse on any link to view the image.
![Smarter Ads](assets/link-preview.png) ![Smarter Ads](assets/images/link-preview.png)
## Smarter Ads ## Smarter Ads
Characters who match your preferences have highlighted ads. Characters who match your preferences have highlighted ads.
![Smarter Ads](assets/smarter-ads.png) ![Smarter Ads](assets/images/smarter-ads.png)
## Improved Search ## Improved Search
See immediately who is a good match for you. See immediately who is a good match for you.
![Improved Search](assets/improved-search.png) ![Improved Search](assets/images/improved-search.png)
## UI Tweaks ## UI Tweaks
Dozens of useful improvements all around! Dozens of useful improvements all around!
![UI Tweaks](assets/ui-tweaks.png) ![UI Tweaks](assets/images/ui-tweaks.png)