
- NOTICE: config.default.php has changed, update your config.php!! - [change] Moved magnet popups into combined function - [change] Better handling of EZTV TV Show data - [change] Better handling of YTS movie data - [change] Added 6 new public trackers for Magnets - [change] Removed regularly unresponsive trackers for Magnets - [change] Search query string processed before search so all engines don't have to do it individually - [change] Updated help page - [new] Special searches can have a note/disclaimer in the lower right corner - [new] Results pagination for all search tabs (Requires caching to be enabled) - [new] WordPress function, hook and filter lookup as a special search (See help page) - [new] Language meta data for some Magnet results - [new] Try to detect audio codec for EZTV results - [new] Show MPA Rating for some movie results - [new] Filter to include NSFW Magnet results or not - [new] Override NSFW filter with prefix keywords (see config.php) - [new] Simple search stat counter (Link in footer) - [tweak] Muted the blue and white text in dark theme a tiny bit - [tweak] Better light blue header in light theme - [tweak] Added title and alt attributes to relevant links/images - [tweak] Removed Magnet search limit of 200 results - [fix] HTML rendering issues for `<center>` tags in paragraphs - [fix] Start page buttons in light theme now use the right css variables - [fix] Properly decode quotes in code snippers for PHP special search - [fix] Image, News and Magnet search no longer work if they're disabled in config.php - [fix] 2nd search suggestion not showing if it's available - [fix] Removed non-functional checking if query is empty in every engine - [fix] Correctly uses user provided auth hash to keep searching - [fix] Correctly 'expire' share links for guests so they can not use Goosle beyond seeing the shared results
35 lines
No EOL
1.2 KiB
CSS
35 lines
No EOL
1.2 KiB
CSS
:root {
|
|
/* Main colors */
|
|
--color-accent: #1fa4d1; /* Blue */
|
|
--background: #fff; /* White */
|
|
--background-alt: #d6eaf8; /* Light blue */
|
|
--background-popup: #ebf5fb; /* Blueish white */
|
|
--text: #494949; /* Dark grey */
|
|
--text-alt: #494949; /* Dark grey */
|
|
--border: #808b96; /* Grey */
|
|
--border-alt: #466f82; /* Dark blue */
|
|
--button-bg: #1fa4d1; /* Blue */
|
|
--button-text: #f0f6fc; /* Almost white */
|
|
--button-hover: #466f82; /* Dark blue */
|
|
--link: #4495d4; /* Blue */
|
|
--link-visited: #6d59a3; /* Purple */
|
|
--link-source: #3f6e35; /* Green */
|
|
--meta: #666; /* Grey */
|
|
--result-special-background: #ebf3fa; /* Light blue */
|
|
|
|
/* Front page (Also used on oAUTH page) */
|
|
--startpage-border: #808b96; /* Grey */
|
|
--startpage-border-alt: #808b96; /* Lighter grey */
|
|
--startpage-button-text: #f0f6fc; /* Almost white */
|
|
--startpage-button-bg: #2980B9; /* Blueish grey */
|
|
--startpage-button-bg-alt: #7FB3D5; /* Lighter blueish grey */
|
|
|
|
/* Misc */
|
|
--green: #518257; /* Green */
|
|
--red: #c00; /* Red */
|
|
--yellow: #ffb900; /* Golden yellow */
|
|
--warning: #db9900; /* Dark yellow */
|
|
--warning-background: #ffffe0; /* Yellow */
|
|
--error: #c00; /* Red */
|
|
--error-background: #ffebe8; /* Faded red */
|
|
} |