Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the flicker issue #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Pixo is a Retro Styled Theme for CTFd which consists of numerous features like O
Compatible with CTFd **Version 3.3.0**

Few Screenshots:

![Index Page](https://i.imgur.com/lL7zYrg.gif "Index Page")

![Challenge Page](https://i.imgur.com/o1XHK2t.png "Challenge Page")

![Challenge Popup](https://i.imgur.com/7YAQFs5.png "Challenge Popup")

![Score Board](https://i.imgur.com/COI4yAo.png "Score Board")

![Login Page](https://i.imgur.com/206O99m.png "Login Page")


Expand All @@ -29,6 +29,16 @@ That's it! Now you are good to goo..
1. User may edit the item, but can't replace My Theme Copyright & CTFd Copyright.
1. User need confirmation with us before removing copyright mark (footer).

## Change

In "pixo/static/css/main.min.css",
Search "[@Keyframes](https://github.com/Keyframes) flicker",
Change "0%-100%" to "0%" and "100%", delete the middle,
and
Change the value of the parameter "opacity" to ".5".

To solve the problem of too much flickering.


## Credits
- [Freepik](https://www.freepik.com "Freepik") For their awesome images (Arrow & Coin).
Expand Down
11,976 changes: 11,973 additions & 3 deletions static/css/main.min.css

Large diffs are not rendered by default.