mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-03 12:06:40 -04:00
initial work on a bootstrap 5 template
current status: - renders without PHP errors & passes unit tests - displays pastes - responsive navbar - right-to-left support - auto dark mode with toggle to be done: - add "Dark Mode" to translation strings - get expiration and format selections to work - fix modals (password, QR-code, etc.) - replace glyphicons with Bootstrap Icons (no longer included) - test all the different settings and combinations - check tab alignment in HTML source
This commit is contained in:
parent
3bc09ed561
commit
7565be8ed5
7 changed files with 565 additions and 1 deletions
5
css/bootstrap5/bootstrap-5.3.3.css
vendored
Normal file
5
css/bootstrap5/bootstrap-5.3.3.css
vendored
Normal file
File diff suppressed because one or more lines are too long
5
css/bootstrap5/bootstrap.rtl-5.3.3.css
vendored
Normal file
5
css/bootstrap5/bootstrap.rtl-5.3.3.css
vendored
Normal file
File diff suppressed because one or more lines are too long
12
css/bootstrap5/privatebin.css
Normal file
12
css/bootstrap5/privatebin.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* PrivateBin
|
||||
*
|
||||
* a zero-knowledge paste bin
|
||||
*
|
||||
* @link https://github.com/PrivateBin/PrivateBin
|
||||
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.7.1
|
||||
*/
|
||||
|
||||
.hidden { display: none; }
|
Loading…
Add table
Add a link
Reference in a new issue