2016-08-25 09:53:31 +02:00
|
|
|
/**
|
|
|
|
* 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
|
2020-03-22 06:44:04 +01:00
|
|
|
* @version 1.3.4
|
2016-08-25 09:53:31 +02:00
|
|
|
*/
|
2015-08-23 15:49:51 +02:00
|
|
|
|
|
|
|
body {
|
2015-09-18 09:31:17 +02:00
|
|
|
padding: 0 0 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.navbar-spacing {
|
|
|
|
padding-top: 70px;
|
2015-08-23 15:49:51 +02:00
|
|
|
}
|
|
|
|
|
2017-02-17 20:46:10 +01:00
|
|
|
body.loading {
|
|
|
|
cursor: wait;
|
|
|
|
}
|
|
|
|
|
2016-08-09 15:06:21 +02:00
|
|
|
.buttondisabled {
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
|
2015-09-17 21:55:28 +02:00
|
|
|
.navbar-nav {
|
2015-09-20 20:05:48 +02:00
|
|
|
margin: 0 8px;
|
2016-08-10 20:20:36 +02:00
|
|
|
}
|
|
|
|
|
2016-08-12 17:03:08 +02:00
|
|
|
.nav.navbar-nav > li {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2016-08-10 20:20:36 +02:00
|
|
|
.navbar-brand {
|
2016-08-21 16:51:54 +02:00
|
|
|
padding: 6px 4px 0 8px;
|
2015-09-17 21:55:28 +02:00
|
|
|
}
|
|
|
|
|
2016-08-12 17:03:08 +02:00
|
|
|
.navbar-form {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2015-09-17 21:55:28 +02:00
|
|
|
.dropdown-menu > li > label, .dropdown-menu > li > div {
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.42857;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu > li > label {
|
|
|
|
color: #333;
|
|
|
|
padding: 3px 20px 3px 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu > li > div {
|
|
|
|
color: #777;
|
|
|
|
padding: 3px 20px;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2016-06-18 19:24:01 +02:00
|
|
|
.pull-right .dropdown-menu {
|
2016-06-24 10:53:46 +02:00
|
|
|
margin-left: -5em;
|
2016-06-18 19:24:01 +02:00
|
|
|
}
|
|
|
|
|
2016-06-24 10:53:46 +02:00
|
|
|
#language {
|
|
|
|
margin-right: 8px;
|
2016-06-18 19:30:07 +02:00
|
|
|
}
|
|
|
|
|
2017-02-12 15:35:37 +01:00
|
|
|
#attachmentPreview img {
|
2015-09-18 21:41:50 +02:00
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
2015-09-19 14:22:29 +02:00
|
|
|
margin-bottom: 20px;
|
2015-09-18 21:41:50 +02:00
|
|
|
}
|
|
|
|
|
2017-02-12 15:35:37 +01:00
|
|
|
#attachmentPreview .pdfPreview {
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2019-08-16 01:28:42 +02:00
|
|
|
#dropzone {
|
|
|
|
text-align: center;
|
2019-08-21 08:24:56 +02:00
|
|
|
position: fixed;
|
2019-08-16 01:28:42 +02:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 1000;
|
|
|
|
opacity: 0.6;
|
|
|
|
background-color: #99ccff;
|
|
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z'/%3E%3C/svg%3E");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-size: 25vh;
|
|
|
|
outline: 2px dashed #228bff;
|
|
|
|
outline-offset: -50px;
|
|
|
|
}
|
|
|
|
|
2017-02-12 15:35:37 +01:00
|
|
|
.dragAndDropFile{
|
2019-08-16 01:28:42 +02:00
|
|
|
color: #777;
|
|
|
|
font-size: 1em;
|
|
|
|
display: inline;
|
|
|
|
white-space: normal;
|
2017-02-12 15:35:37 +01:00
|
|
|
}
|
|
|
|
|
2015-08-23 15:49:51 +02:00
|
|
|
#deletelink {
|
|
|
|
float: right;
|
2017-11-26 15:59:12 +01:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qrcodemodalClose {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#qrcode-display {
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
margin: auto;
|
2015-08-23 15:49:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#pastelink {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2016-06-18 19:03:33 +02:00
|
|
|
#pastelink > a {
|
2016-06-18 19:06:05 +02:00
|
|
|
word-wrap: break-word;
|
2016-06-18 19:03:33 +02:00
|
|
|
}
|
|
|
|
|
2016-07-11 11:09:41 +02:00
|
|
|
#preview {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2019-08-19 14:46:01 +02:00
|
|
|
#message, .replymessage {
|
2015-08-23 18:07:38 +02:00
|
|
|
font-family: monospace;
|
2019-08-19 14:46:01 +02:00
|
|
|
resize: vertical;
|
2015-08-23 18:07:38 +02:00
|
|
|
}
|
|
|
|
|
2015-08-23 15:49:51 +02:00
|
|
|
#nickname {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
2015-09-05 17:12:11 +02:00
|
|
|
#comments, #comments button {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2019-08-16 01:28:42 +02:00
|
|
|
#filewrap {
|
|
|
|
transition: background-color 0.75s ease-out;
|
|
|
|
}
|
|
|
|
|
2015-08-23 15:49:51 +02:00
|
|
|
.comment {
|
|
|
|
border-left: 1px solid #ccc;
|
2015-09-05 17:12:11 +02:00
|
|
|
padding: 5px 0 5px 10px;
|
2015-08-23 15:49:51 +02:00
|
|
|
white-space: pre-wrap;
|
2017-02-17 20:46:10 +01:00
|
|
|
transition: background-color 0.75s ease-out;
|
2015-08-23 15:49:51 +02:00
|
|
|
}
|
2015-09-05 02:24:56 +02:00
|
|
|
|
2019-08-16 01:28:42 +02:00
|
|
|
.highlight {
|
2017-02-17 20:46:10 +01:00
|
|
|
background-color: #ffdd86;
|
|
|
|
transition: background-color 0.2s ease-in;
|
|
|
|
}
|
|
|
|
|
2015-09-05 17:12:11 +02:00
|
|
|
footer h4 {
|
2015-09-05 02:24:56 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-09-05 17:12:11 +02:00
|
|
|
|
|
|
|
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
|
|
|
|
list-style-type: decimal !important;
|
2016-06-18 19:03:33 +02:00
|
|
|
}
|
2018-10-02 02:06:44 +02:00
|
|
|
|
|
|
|
.dark-theme .alert-info .alert-link {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2019-08-20 17:57:22 +02:00
|
|
|
|
|
|
|
/* address 2K or 4K monitors when using bootstrap 3 */
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
padding-left: 4ch;
|
|
|
|
padding-right: 4ch;
|
|
|
|
}
|
|
|
|
}
|
2019-08-21 23:36:22 +02:00
|
|
|
|
|
|
|
.modal-dialog {
|
|
|
|
margin: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* makeup for the original margin on modal-dialog */
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.modal-content {
|
|
|
|
margin: 30px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal .modal-content button {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|