koblog/bl-kernel/admin/themes/booty/css/bludit.css

338 lines
5 KiB
CSS
Raw Normal View History

2018-05-02 19:59:45 +02:00
html {
2020-11-30 22:00:54 +01:00
font-size: 0.9rem;
background: #EFEFEF;
2018-07-11 23:36:46 +02:00
}
body {
2020-11-30 22:00:54 +01:00
background: #EFEFEF;
color: #1b1b1b;
2018-05-02 19:59:45 +02:00
}
2020-11-30 22:00:54 +01:00
nav.paginator {
background: #EFEFEF;
}
2019-05-18 11:54:39 +02:00
/*
ICONS
*/
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
.fa {
2020-11-30 22:00:54 +01:00
padding-right: 2px;
line-height: inherit;
2019-05-18 11:54:39 +02:00
}
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
/*
SIDEBAR
*/
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
div.sidebar .nav-item a {
2020-11-30 22:00:54 +01:00
padding-left: 0;
padding-right: 0;
color: #555;
padding-top: 5px;
padding-bottom: 5px;
2019-05-18 11:54:39 +02:00
}
div.sidebar .nav-item a:hover {
2020-11-30 22:00:54 +01:00
color: #0078D4;
2019-05-18 11:54:39 +02:00
}
div.sidebar .nav-item h4 {
2020-11-30 22:00:54 +01:00
font-size: 1.2em;
text-transform: uppercase;
font-weight: 400;
margin-top: 10px;
2019-05-18 11:54:39 +02:00
}
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
/*
AUTOCOMPLETE SEARCH
*/
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
.search-suggestion {
2020-11-30 22:00:54 +01:00
padding: 5px;
2019-05-18 11:54:39 +02:00
}
.search-suggestion-options {
2020-11-30 22:00:54 +01:00
font-size: 0.9em;
padding-top: 2px;
2019-05-18 11:54:39 +02:00
}
2020-11-30 22:00:54 +01:00
2018-06-03 21:51:47 +02:00
/*
BOOTSTRAP Hacks
*/
2020-11-01 11:55:34 +01:00
@media (min-width: 1300px) {
2020-11-30 22:00:54 +01:00
.container {
max-width: 1350px;
}
2018-06-03 21:51:47 +02:00
}
2020-11-30 22:00:54 +01:00
/* for small devices */
2020-11-30 22:00:54 +01:00
@media (max-width: 575.98px) {
2020-11-30 22:00:54 +01:00
#jsmediaManagerButton,
#jscategoryButton,
#jsdescriptionButton {
width: 100%;
text-align: left;
}
}
2018-07-10 18:37:46 +02:00
code {
2020-11-30 22:00:54 +01:00
padding: 3px 5px 2px;
margin: 0 1px;
background: #eaeaea;
background: rgba(0, 0, 0, .07);
color: #444;
2018-07-10 18:37:46 +02:00
}
.list-group-sortable {
2020-11-30 22:00:54 +01:00
cursor: pointer;
}
2018-06-05 23:50:03 +02:00
2018-06-03 21:51:47 +02:00
/*
DASHBOARD
*/
#dashboard ul.list-group.list-group-striped li {
2020-11-30 22:00:54 +01:00
border: none;
word-break: break-word;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
2018-06-03 21:51:47 +02:00
}
#dashboard ul.list-group.list-group-striped li:nth-of-type(even) {
2020-11-30 22:00:54 +01:00
background: #f1f1f1;
2018-06-03 21:51:47 +02:00
}
#dashboard div.quick-links-icons {
2020-11-30 22:00:54 +01:00
font-size: 3em;
width: 100%;
2018-06-03 21:51:47 +02:00
}
#dashboard a.quick-links {
2020-11-30 22:00:54 +01:00
color: #777;
2018-06-03 21:51:47 +02:00
}
#dashboard a.quick-links:hover {
2020-11-30 22:00:54 +01:00
text-decoration: none;
color: #4586d4;
2018-06-03 21:51:47 +02:00
}
2018-10-01 19:05:24 +02:00
#hello-message {
2020-11-30 22:00:54 +01:00
padding: 10px 0;
color: #777;
margin-bottom: 20px;
2018-10-01 17:15:29 +02:00
}
2018-10-01 19:05:24 +02:00
#hello-message span.oi {
2020-11-30 22:00:54 +01:00
top: 3px;
2018-10-01 16:34:28 +02:00
}
2018-06-03 21:51:47 +02:00
.ct-series-a .ct-line {
2020-11-30 22:00:54 +01:00
/* Set the colour of this series line */
stroke: #4a90e2;
/* Control the thikness of your lines */
stroke-width: 2px;
/* Create a dashed line with a pattern */
2018-06-03 21:51:47 +02:00
}
.ct-series-a .ct-point {
2020-11-30 22:00:54 +01:00
/* Colour of your points */
stroke: #4a90e2;
/* Size of your points */
stroke-width: 8px;
2018-06-03 21:51:47 +02:00
}
2020-11-30 22:00:54 +01:00
2018-05-08 00:15:40 +02:00
/*
ALERT
*/
2018-10-30 16:12:44 +01:00
2018-05-08 00:15:40 +02:00
#alert {
2020-11-30 22:00:54 +01:00
display: none;
position: fixed;
text-align: center;
border-radius: 0px;
border: 0;
z-index: 1000;
bottom: 0;
right: 0;
margin: 0;
2018-06-05 23:50:03 +02:00
}
.alert-success {
2020-11-30 22:00:54 +01:00
background-color: #4586d4;
border-left: 6px solid #abd1ff !important;
color: #ffffff;
2018-06-05 23:50:03 +02:00
}
.alert-danger {
2020-11-30 22:00:54 +01:00
background-color: #d44545;
border-left: 6px solid #ff9c9c !important;
color: #ffffff;
2018-05-08 00:15:40 +02:00
}
2018-10-30 16:12:44 +01:00
2018-05-16 23:17:41 +02:00
/*
PLUGINS
*/
2018-10-30 16:12:44 +01:00
2018-05-16 23:17:41 +02:00
.plugin-form label {
2020-11-30 22:00:54 +01:00
display: block;
margin-top: 1rem !important;
2018-05-16 23:17:41 +02:00
}
.plugin-form input[type="text"],
.plugin-form textarea,
.plugin-form select {
2020-11-30 22:00:54 +01:00
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
2018-05-16 23:17:41 +02:00
}
.plugin-form textarea {
2020-11-30 22:00:54 +01:00
min-height: 120px;
2018-05-16 23:17:41 +02:00
}
.plugin-form span.tip {
2020-11-30 22:00:54 +01:00
display: block;
font-size: 80%;
font-weight: 400;
margin-top: .25rem;
color: #6c757d !important;
2018-05-16 23:17:41 +02:00
}
2020-11-30 22:00:54 +01:00
/*
Manage > Content
*/
td.child {
2020-11-30 22:00:54 +01:00
padding-left: 30px;
2018-10-17 22:35:30 +02:00
}
2020-11-30 22:00:54 +01:00
2018-10-17 22:35:30 +02:00
/*
Manage > New Content
*/
#jseditor {
2020-11-30 22:00:54 +01:00
background: #fff;
padding: 10px 5% !important;
font-size: 16px;
line-height: 1.5em;
border: 1px solid #ced4da;
2018-10-17 22:35:30 +02:00
}
2018-10-30 16:12:44 +01:00
#jseditorSidebar {
2020-11-30 22:00:54 +01:00
display: none;
height: calc(100% - 45px);
width: 50%;
max-width: 350px;
position: absolute;
z-index: 50;
top: 45px;
right: 15px;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
2018-10-30 16:12:44 +01:00
}
@media (max-width: 575.98px) {
2020-11-30 22:00:54 +01:00
#jseditorSidebar {
width: 100%;
max-width: 100%;
right: 0;
}
#editorToolbarRight button {
font-size: 0px !important;
}
#editorToolbarRight button span {
font-size: 16px !important;
}
.contentTools .btn {
font-size: 0px !important;
margin-right: 5px;
}
.contentTools .btn span {
font-size: 16px !important;
}
2018-10-30 16:12:44 +01:00
}
#jseditorSidebar nav {
2020-11-30 22:00:54 +01:00
background: #f3f3f3;
2018-10-30 16:12:44 +01:00
}
#jseditorSidebar nav a {
2020-11-30 22:00:54 +01:00
color: #000;
2018-10-30 16:12:44 +01:00
}
#jseditorSidebar .nav-tabs .nav-link {
2020-11-30 22:00:54 +01:00
border: none;
2018-10-30 16:12:44 +01:00
}
#jseditorSidebar .nav-link.active {
2020-11-30 22:00:54 +01:00
background: none;
border: none;
border-bottom: 3px solid #ccc;
2018-10-30 16:12:44 +01:00
}
#jsshadow {
2020-11-30 22:00:54 +01:00
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(72, 72, 72, 0.7);
z-index: 10;
display: none;
2018-11-09 00:59:06 +01:00
}
img.profilePicture {
2020-11-30 22:00:54 +01:00
width: 30px;
height: 30px;
border-radius: 30px;
border: 1px solid #ccc;
2018-11-28 22:01:55 +01:00
}
2020-11-30 22:00:54 +01:00
2019-01-04 14:18:40 +01:00
/* Switch button */
2020-11-30 22:00:54 +01:00
.switch-button {
2020-11-30 22:00:54 +01:00
font-size: 0.9em;
text-transform: uppercase;
cursor: pointer;
2019-01-04 14:18:40 +01:00
}
2020-11-01 11:55:34 +01:00
.switch-icon-published {
2020-11-30 22:00:54 +01:00
color: #1cb11c;
2019-01-04 14:18:40 +01:00
}
2020-11-01 11:55:34 +01:00
.switch-icon-draft {
2020-11-30 22:00:54 +01:00
color: #b11c1c;
2020-11-01 11:55:34 +01:00
}
.switch-icon-unlisted,
.switch-icon-static,
.switch-icon-sticky {
2020-11-30 22:00:54 +01:00
color: #1c81b1;
2020-11-01 11:55:34 +01:00
}