2016-08-25 07:53:31 +00:00
|
|
|
/**
|
|
|
|
* PrivateBin
|
|
|
|
*
|
2024-04-23 19:49:57 +00:00
|
|
|
* Cascading style sheets for bootstrap template.
|
2016-08-25 07:53:31 +00:00
|
|
|
*
|
|
|
|
* @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
|
2024-05-13 17:18:30 +00:00
|
|
|
* @version 1.7.3
|
2016-08-25 07:53:31 +00:00
|
|
|
*/
|
2015-08-23 13:49:51 +00:00
|
|
|
|
2024-04-23 19:49:57 +00:00
|
|
|
@import url("../common.css");
|
|
|
|
|
2015-08-23 13:49:51 +00:00
|
|
|
body {
|
2015-09-18 07:31:17 +00:00
|
|
|
padding: 0 0 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.navbar-spacing {
|
|
|
|
padding-top: 70px;
|
2015-08-23 13:49:51 +00:00
|
|
|
}
|
|
|
|
|
2017-02-17 19:46:10 +00:00
|
|
|
body.loading {
|
|
|
|
cursor: wait;
|
|
|
|
}
|
|
|
|
|
2016-08-09 13:06:21 +00:00
|
|
|
.buttondisabled {
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
|
2015-09-17 19:55:28 +00:00
|
|
|
.navbar-nav {
|
2015-09-20 18:05:48 +00:00
|
|
|
margin: 0 8px;
|
2016-08-10 18:20:36 +00:00
|
|
|
}
|
|
|
|
|
2016-08-12 15:03:08 +00:00
|
|
|
.nav.navbar-nav > li {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2016-08-10 18:20:36 +00:00
|
|
|
.navbar-brand {
|
2016-08-21 14:51:54 +00:00
|
|
|
padding: 6px 4px 0 8px;
|
2015-09-17 19:55:28 +00:00
|
|
|
}
|
|
|
|
|
2016-08-12 15:03:08 +00:00
|
|
|
.navbar-form {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2015-09-17 19:55:28 +00: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 17:24:01 +00:00
|
|
|
.pull-right .dropdown-menu {
|
2016-06-24 08:53:46 +00:00
|
|
|
margin-left: -5em;
|
2016-06-18 17:24:01 +00:00
|
|
|
}
|
|
|
|
|
2016-06-24 08:53:46 +00:00
|
|
|
#language {
|
|
|
|
margin-right: 8px;
|
2016-06-18 17:30:07 +00:00
|
|
|
}
|
|
|
|
|
2017-11-26 14:59:12 +00:00
|
|
|
#qrcodemodalClose {
|
|
|
|
float: right;
|
|
|
|
}
|
2023-09-19 05:29:49 +00:00
|
|
|
|
2017-11-26 14:59:12 +00:00
|
|
|
#qrcode-display {
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
margin: auto;
|
2015-08-23 13:49:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#pastelink {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2016-06-18 17:03:33 +00:00
|
|
|
#pastelink > a {
|
2016-06-18 17:06:05 +00:00
|
|
|
word-wrap: break-word;
|
2016-06-18 17:03:33 +00:00
|
|
|
}
|
|
|
|
|
2016-07-11 09:09:41 +00:00
|
|
|
#preview {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2019-08-19 12:46:01 +00:00
|
|
|
#message, .replymessage {
|
2015-08-23 16:07:38 +00:00
|
|
|
font-family: monospace;
|
2019-08-19 12:46:01 +00:00
|
|
|
resize: vertical;
|
2015-08-23 16:07:38 +00:00
|
|
|
}
|
|
|
|
|
2015-08-23 13:49:51 +00:00
|
|
|
#nickname {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
2015-09-05 15:12:11 +00:00
|
|
|
#comments, #comments button {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2015-08-23 13:49:51 +00:00
|
|
|
.comment {
|
|
|
|
border-left: 1px solid #ccc;
|
2015-09-05 15:12:11 +00:00
|
|
|
padding: 5px 0 5px 10px;
|
2017-02-17 19:46:10 +00:00
|
|
|
transition: background-color 0.75s ease-out;
|
2015-08-23 13:49:51 +00:00
|
|
|
}
|
2015-09-05 00:24:56 +00:00
|
|
|
|
2015-09-05 15:12:11 +00:00
|
|
|
footer h4 {
|
2015-09-05 00:24:56 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-09-05 15:12:11 +00: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 17:03:33 +00:00
|
|
|
}
|
2018-10-02 00:06:44 +00:00
|
|
|
|
|
|
|
.dark-theme .alert-info .alert-link {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2019-08-20 15:57:22 +00: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 21:36:22 +00: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;
|
|
|
|
}
|
2023-09-19 05:29:49 +00:00
|
|
|
|
|
|
|
/* right-to-left overrides */
|
|
|
|
html[dir="rtl"] .checkbox label {
|
|
|
|
padding-left: inherit;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html[dir="rtl"] .checkbox input[type="checkbox"] {
|
|
|
|
margin-left: inherit;
|
|
|
|
margin-right: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html[dir="rtl"] #language {
|
|
|
|
margin-left: inherit;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html[dir="rtl"] #deletelink, html[dir="rtl"] #qrcodemodalClose {
|
|
|
|
float: left;
|
|
|
|
}
|