mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-15 08:31:18 -08:00
f87578c94f
* Used `modern-normalize` instead of outdated `nornalizecss` * Update filelist.php * Update page_header.tpl * Update sidebar1.html * Update CHANGELOG.md
25 lines
717 B
CSS
25 lines
717 B
CSS
/*
|
||
* 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";
|