2018-04-04 23:46:36 +02:00
|
|
|
|
2018-05-02 19:59:45 +02:00
|
|
|
html {
|
2018-06-05 23:50:03 +02:00
|
|
|
height: 100%;
|
2018-07-10 18:37:46 +02:00
|
|
|
font-size: 0.9rem;
|
2018-07-11 23:36:46 +02:00
|
|
|
background: #fcfcfc;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #fcfcfc;
|
2018-05-02 19:59:45 +02:00
|
|
|
}
|
|
|
|
|
2018-06-03 21:51:47 +02:00
|
|
|
/*
|
|
|
|
BOOTSTRAP Hacks
|
|
|
|
*/
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.container {
|
|
|
|
max-width: 1250px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-19 17:45:49 +02:00
|
|
|
/* for small devices */
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
#jsmediaManagerButton,
|
|
|
|
#jscategoryButton,
|
|
|
|
#jsdescriptionButton {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-06-03 21:51:47 +02:00
|
|
|
a {
|
|
|
|
color: #4a90e2;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #4a90e2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
background-color: #4F93E0;
|
|
|
|
border-color: #4a90e2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary:hover {
|
|
|
|
background-color: #4585CF;
|
|
|
|
border-color: #4a90e2;
|
|
|
|
}
|
|
|
|
|
2018-10-17 22:35:30 +02:00
|
|
|
.btn-light {
|
|
|
|
color: #212529;
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
border-color: #ced4d9;
|
|
|
|
}
|
|
|
|
|
2018-07-07 12:04:34 +02:00
|
|
|
.btn-form {
|
|
|
|
background-color: #F3F3F3;
|
|
|
|
border-color: #DDD;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-form:hover {
|
|
|
|
background-color: rgb(228, 228, 228);
|
|
|
|
border-color: #DDD;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2018-07-10 18:37:46 +02:00
|
|
|
code {
|
|
|
|
padding: 3px 5px 2px;
|
|
|
|
margin: 0 1px;
|
|
|
|
background: #eaeaea;
|
|
|
|
background: rgba(0,0,0,.07);
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
2018-07-20 18:36:47 +02:00
|
|
|
.list-group-sortable {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-11-28 22:01:55 +01:00
|
|
|
.modal-body {
|
|
|
|
padding: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
background-color: rgb(247, 247, 247);
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-dialog .btn-link {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2018-06-05 23:50:03 +02:00
|
|
|
/*
|
|
|
|
LOGIN
|
|
|
|
*/
|
2018-10-30 16:12:44 +01:00
|
|
|
|
2018-06-05 23:50:03 +02:00
|
|
|
body.login {
|
|
|
|
background: rgb(255,255,255);
|
|
|
|
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 53%);
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-06-03 21:51:47 +02:00
|
|
|
/*
|
|
|
|
DASHBOARD
|
|
|
|
*/
|
|
|
|
|
|
|
|
#dashboard ul.list-group.list-group-striped li {
|
|
|
|
border: none;
|
2018-10-01 16:34:28 +02:00
|
|
|
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) {
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard div.quick-links-icons {
|
|
|
|
font-size: 3em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard a.quick-links {
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard a.quick-links:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #4586d4;
|
|
|
|
}
|
|
|
|
|
2018-10-01 19:05:24 +02:00
|
|
|
#hello-message {
|
2018-10-01 17:15:29 +02:00
|
|
|
padding: 10px 0;
|
2018-10-01 16:34:28 +02:00
|
|
|
color: #777;
|
2018-10-01 17:15:29 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2018-10-01 19:05:24 +02:00
|
|
|
#hello-message span.oi {
|
|
|
|
top: 3px;
|
2018-10-01 16:34:28 +02:00
|
|
|
}
|
|
|
|
|
2018-06-03 21:51:47 +02:00
|
|
|
.ct-series-a .ct-line {
|
|
|
|
/* 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 */
|
|
|
|
}
|
|
|
|
|
|
|
|
.ct-series-a .ct-point {
|
|
|
|
/* Colour of your points */
|
|
|
|
stroke: #4a90e2;
|
|
|
|
/* Size of your points */
|
|
|
|
stroke-width: 8px;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
display: none;
|
2018-06-05 23:50:03 +02:00
|
|
|
position: fixed;
|
|
|
|
text-align: center;
|
2018-05-08 00:15:40 +02:00
|
|
|
border-radius: 0px;
|
|
|
|
border: 0;
|
2018-06-05 23:50:03 +02:00
|
|
|
z-index: 1000;
|
2018-07-01 14:17:24 +02:00
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0;
|
2018-06-05 23:50:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-success {
|
|
|
|
background-color: #4586d4;
|
2018-11-28 22:03:43 +01:00
|
|
|
border-left: 6px solid #abd1ff !important;
|
2018-06-05 23:50:03 +02:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-danger {
|
|
|
|
background-color: #d44545;
|
2018-11-28 22:03:43 +01:00
|
|
|
border-left: 6px solid #ff9c9c !important;
|
2018-06-05 23:50:03 +02:00
|
|
|
color: #ffffff;
|
2018-05-08 00:15:40 +02:00
|
|
|
}
|
|
|
|
|
2018-04-04 23:46:36 +02:00
|
|
|
/*
|
|
|
|
SIDEBAR
|
|
|
|
*/
|
2018-10-30 16:12:44 +01:00
|
|
|
|
2018-04-04 23:46:36 +02:00
|
|
|
div.sidebar .nav-item a {
|
|
|
|
padding-left:0;
|
|
|
|
padding-right:0;
|
|
|
|
color: #777;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.sidebar .nav-item a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.sidebar .nav-item h4 {
|
|
|
|
font-size: 1.3em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.sidebar .nav-item span.oi {
|
|
|
|
color: #000;
|
|
|
|
font-size: 0.8em;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
display: block;
|
|
|
|
margin-top: 1rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugin-form input[type="text"],
|
|
|
|
.plugin-form textarea,
|
|
|
|
.plugin-form select {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugin-form textarea {
|
|
|
|
min-height: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugin-form span.tip {
|
|
|
|
display: block;
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-top: .25rem;
|
|
|
|
color: #6c757d !important;
|
|
|
|
}
|
|
|
|
|
2018-08-28 19:23:21 +02:00
|
|
|
/*
|
|
|
|
Manage > Content
|
|
|
|
*/
|
|
|
|
|
|
|
|
td.child {
|
|
|
|
padding-left: 30px;
|
2018-10-17 22:35:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Manage > New Content
|
|
|
|
*/
|
|
|
|
|
|
|
|
#jseditor {
|
|
|
|
background: #fff;
|
|
|
|
padding: 10px 5% !important;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.5em;
|
2018-10-20 21:34:04 +02:00
|
|
|
|
2018-10-17 22:35:30 +02:00
|
|
|
}
|
2018-10-30 16:12:44 +01:00
|
|
|
|
|
|
|
#jseditorSidebar {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
#jseditorSidebar {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
#jseditorToolbarRight button {
|
|
|
|
font-size: 0px !important;
|
|
|
|
}
|
|
|
|
#jseditorToolbarRight button span {
|
|
|
|
font-size: 16px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#jseditorSidebar nav {
|
|
|
|
background: #f3f3f3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jseditorSidebar nav a {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jseditorSidebar .nav-tabs .nav-link {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jseditorSidebar .nav-link.active {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 3px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jsshadow {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
background-color: rgba(255,255,255,0.7);
|
|
|
|
z-index: 10;
|
|
|
|
display: none;
|
2018-11-09 00:59:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
img.profilePicture {
|
|
|
|
width: 30px;
|
2019-01-16 12:47:38 +01:00
|
|
|
height: 30px;
|
2018-11-09 00:59:06 +01:00
|
|
|
border-radius: 30px;
|
|
|
|
border: 1px solid #ccc;
|
2018-11-28 22:01:55 +01:00
|
|
|
}
|
|
|
|
|
2019-01-04 14:18:40 +01:00
|
|
|
/* Switch button */
|
|
|
|
.switch {
|
|
|
|
position: relative;
|
|
|
|
height: 26px;
|
2019-01-16 12:47:38 +01:00
|
|
|
width: 140px;
|
2019-01-04 14:18:40 +01:00
|
|
|
background: #f3f3f3;
|
|
|
|
border: 1px solid #ced4d9;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-label {
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
float: left;
|
2019-01-16 12:47:38 +01:00
|
|
|
width: 50%;
|
2019-01-04 14:18:40 +01:00
|
|
|
line-height: 25px;
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
.switch-label:active {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-label-off {
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-label-on {
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-input {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-input:checked + .switch-label {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fff;
|
|
|
|
transition: 0.15s ease-out;
|
|
|
|
transition-property: color, text-shadow;
|
|
|
|
}
|
|
|
|
.switch-input:checked + .switch-label-on ~ .switch-selection {
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-selection {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
top: 2px;
|
|
|
|
left: 2px;
|
|
|
|
display: block;
|
2019-01-16 12:47:38 +01:00
|
|
|
width: 50%;
|
2019-01-04 14:18:40 +01:00
|
|
|
height: 21px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: #6c757d;
|
|
|
|
transition: left 0.15s ease-out;
|
|
|
|
}
|