torrentpier/styles/templates/default/css/main.css
Roman Kelesidis f87578c94f
Used modern-normalize instead of outdated nornalize-css (#1363)
* Used `modern-normalize` instead of outdated `nornalizecss`

* Update filelist.php

* Update page_header.tpl

* Update sidebar1.html

* Update CHANGELOG.md
2024-01-31 23:59:22 +07:00

25 lines
717 B
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* TorrentPier Bull-powered BitTorrent tracker engine
*
* @copyright Copyright (c) 2005-2024 TorrentPier (https://torrentpier.com)
* @link https://github.com/torrentpier/torrentpier for the canonical source repository
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/
@import "modern-normalize.min.css";
@import "initial.css";
@import "ajax.css";
@import "alert.css";
@import "globals.css";
@import "images.css";
@import "main_content.css";
@import "menus.css";
@import "misc.css";
@import "page_content.css";
@import "page_footer.css";
@import "page_header.css";
@import "shortcuts.css";
@import "tablesorter.css";
@import "top.css";
@import "youtube.css";