2016-05-10 02:27:05 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* UIKIT HACKs
|
2016-05-10 02:27:05 +02:00
|
|
|
---------------------------------------------------------------- */
|
2016-05-08 03:10:07 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-width-1-4 {
|
2017-07-23 23:31:39 +02:00
|
|
|
width: 15%;
|
2016-05-08 03:10:07 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-width-3-4 {
|
2017-07-23 23:31:39 +02:00
|
|
|
width: 84%;
|
2016-05-08 03:10:07 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.label-draft,
|
2017-06-22 00:21:08 +02:00
|
|
|
.label-fixed,
|
|
|
|
.label-sticky,
|
2017-06-23 00:41:00 +02:00
|
|
|
.label-scheduled,
|
2016-09-07 15:03:53 +02:00
|
|
|
.label-empty-title,
|
|
|
|
.label-time {
|
|
|
|
background: #A979D1 none repeat scroll 0 0;
|
|
|
|
border-radius: 2px;
|
|
|
|
color: #ffffff;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 8px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 5px;
|
|
|
|
font-size: 0.8em;
|
2016-05-08 03:10:07 +02:00
|
|
|
}
|
|
|
|
|
2017-06-22 00:21:08 +02:00
|
|
|
.label-fixed {
|
|
|
|
background: #7BD179;
|
2017-06-23 00:41:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.label-scheduled {
|
|
|
|
background: #7BD179;
|
2017-06-22 00:21:08 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.label-empty-title {
|
|
|
|
background: #53D192;
|
2016-05-08 03:10:07 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.label-time {
|
|
|
|
font-style: italic;
|
|
|
|
background: #A979D1;
|
2016-05-08 03:10:07 +02:00
|
|
|
}
|
|
|
|
|
2016-10-12 03:33:52 +02:00
|
|
|
.uk-tab-responsive > a::before {
|
|
|
|
content: "\f078";
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* UIKIT HACKs tabs
|
|
|
|
---------------------------------------------------------------- */
|
2016-05-08 03:10:07 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-nav-dropdown > li > a:focus,
|
|
|
|
.uk-nav-dropdown > li > a:hover {
|
|
|
|
background-color: #007add !important;
|
2016-05-08 03:10:07 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* UIKIT HACKs buttons
|
|
|
|
---------------------------------------------------------------- */
|
2016-05-08 03:10:07 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-button {
|
|
|
|
border-radius: 2px !important;
|
|
|
|
padding: 1px 20px !important;
|
2017-09-09 00:33:14 +02:00
|
|
|
margin-right: 5px;
|
2016-05-08 03:10:07 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-button-primary {
|
|
|
|
background-color: #007add !important;
|
2016-06-01 02:33:22 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-button-primary:hover,
|
|
|
|
.uk-button-primary:focus {
|
|
|
|
background-color: #0069BE !important;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* CSS defaults
|
|
|
|
---------------------------------------------------------------- */
|
|
|
|
body {
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
2016-05-28 21:47:54 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
#bl-container {
|
2016-09-14 05:09:14 +02:00
|
|
|
margin: 0 auto 20px;
|
|
|
|
max-width: 1800px;
|
2016-05-28 21:47:54 +02:00
|
|
|
}
|
|
|
|
|
2018-02-06 18:26:59 +01:00
|
|
|
.hint {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* TOPBAR
|
2016-05-28 21:47:54 +02:00
|
|
|
---------------------------------------------------------------- */
|
|
|
|
|
2016-09-14 05:09:14 +02:00
|
|
|
.bl-navbar-bg {
|
2016-09-14 05:14:31 +02:00
|
|
|
background: #222;
|
|
|
|
color: #fff;
|
2016-09-14 05:09:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bl-navbar {
|
|
|
|
margin: 0 auto 20px;
|
|
|
|
max-width: 1800px;
|
2016-05-28 21:47:54 +02:00
|
|
|
}
|
|
|
|
|
2017-07-07 23:38:01 +02:00
|
|
|
#bl-navbar img.logo {
|
|
|
|
height: 25px;
|
2017-07-08 15:53:47 +02:00
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-left: 22px;
|
|
|
|
margin-right: 0px;
|
2017-07-07 23:38:01 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 05:14:31 +02:00
|
|
|
#bl-navbar a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2017-07-08 15:53:47 +02:00
|
|
|
#bl-navbar span.bl-brand {
|
2017-07-07 23:38:01 +02:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 35px;
|
2016-09-07 15:03:53 +02:00
|
|
|
text-transform: uppercase;
|
2016-09-14 05:14:31 +02:00
|
|
|
color: #fff;
|
2016-05-28 21:47:54 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
#bl-navbar a.bl-brand:hover {
|
|
|
|
text-decoration: none;
|
2016-05-28 21:47:54 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 21:16:14 +02:00
|
|
|
#bl-navbar .bl-navbar-right {
|
|
|
|
float: right;
|
2017-07-07 23:38:01 +02:00
|
|
|
line-height: 35px;
|
2016-09-07 21:16:14 +02:00
|
|
|
margin: 0 35px 0 0;
|
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* SIDEBAR
|
2016-05-10 02:27:05 +02:00
|
|
|
---------------------------------------------------------------- */
|
2016-09-07 15:03:53 +02:00
|
|
|
|
2016-09-14 05:09:14 +02:00
|
|
|
#bl-sidebar {
|
2017-07-23 23:31:39 +02:00
|
|
|
max-width: 220px;
|
2016-09-14 05:09:14 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
#bl-sidebar a {
|
|
|
|
color: #777 !important;
|
2015-06-26 06:31:53 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 19:48:56 +02:00
|
|
|
#bl-sidebar a:hover {
|
|
|
|
color: #007add !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bl-sidebar li.uk-active {
|
|
|
|
border-left: 3px solid #007add;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bl-sidebar li.uk-active a {
|
|
|
|
color: #007add !important;
|
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
#bl-sidebar .uk-nav {
|
|
|
|
margin: 0px 0 0 20px !important;
|
2015-10-22 05:14:22 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
#bl-sidebar .uk-nav-header {
|
|
|
|
font-weight: normal !important;
|
|
|
|
font-size: 16px;
|
2015-10-22 05:14:22 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 04:59:12 +02:00
|
|
|
.uk-navbar-toggle {
|
2017-07-23 23:31:39 +02:00
|
|
|
margin-top: -2px;
|
2016-09-14 19:48:56 +02:00
|
|
|
text-shadow: 0 !important;
|
|
|
|
color: #fff;
|
2016-09-14 04:59:12 +02:00
|
|
|
}
|
|
|
|
|
2017-07-23 23:31:39 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* VIEW
|
2016-05-10 02:27:05 +02:00
|
|
|
---------------------------------------------------------------- */
|
2016-09-07 15:03:53 +02:00
|
|
|
|
|
|
|
#bl-view {
|
2016-09-14 04:59:12 +02:00
|
|
|
padding-right: 10px;
|
2015-11-30 01:45:30 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
#bl-view .uk-width-2-10 {
|
2016-09-14 04:59:12 +02:00
|
|
|
|
2015-11-15 22:37:34 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.plugin-incompatible,
|
|
|
|
.theme-incompatible {
|
|
|
|
background: #ffdc7d;
|
|
|
|
border: 1px dashed #eec24a;
|
|
|
|
color: #826106;
|
|
|
|
display: table-cell;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 6px;
|
|
|
|
padding: 1px 10px;
|
|
|
|
}
|
2015-08-02 06:40:24 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* DASHBOARD
|
|
|
|
---------------------------------------------------------------- */
|
2015-10-22 05:14:22 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
#dashboard-panel .uk-panel {
|
|
|
|
background-color: #fafafa !important;
|
|
|
|
border: 1px solid #f8f8f8;
|
|
|
|
box-shadow: 5px 1px 1px #fdfdfd;
|
|
|
|
padding: 10px !important;
|
2015-08-26 05:42:32 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
#dashboard-panel .uk-panel h4.panel-title {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 14px !important;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
div.dashboard-links {
|
|
|
|
background-color: #fafafa !important;
|
|
|
|
border: 1px solid #f8f8f8;
|
|
|
|
box-shadow: 5px 1px 1px #fdfdfd;
|
2016-09-14 04:59:12 +02:00
|
|
|
margin-bottom: 10px;
|
2016-09-07 15:03:53 +02:00
|
|
|
padding: 50px 20px;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
div.dashboard-links h4 {
|
|
|
|
margin-bottom: -8px !important;
|
2016-05-28 05:18:13 +02:00
|
|
|
}
|
|
|
|
|
2017-06-09 20:30:13 +02:00
|
|
|
#dashboard-panel .notification-date {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2017-07-16 20:10:19 +02:00
|
|
|
#dashboard-hello {
|
|
|
|
background-color: #FBDF6B;
|
|
|
|
padding: 20px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2016-05-28 05:18:13 +02:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
/* FORM
|
|
|
|
---------------------------------------------------------------- */
|
2015-03-27 02:00:01 +01:00
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="color"], .uk-form select, .uk-form textarea {
|
|
|
|
border-radius: 2px !important;
|
2015-10-22 05:14:22 +02:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-form-help-block {
|
|
|
|
color: #777 !important;
|
|
|
|
font-size: 0.9em !important;
|
2015-10-22 05:14:22 +02:00
|
|
|
}
|
|
|
|
|
2017-01-10 17:43:38 +01:00
|
|
|
.bl-publish-sidebar ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bl-publish-sidebar li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bl-publish-sidebar li:not(:first-child) {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 04:59:12 +02:00
|
|
|
.bl-publish-sidebar .uk-form-label {
|
2016-09-07 15:03:53 +02:00
|
|
|
font-size: 0.9em;
|
|
|
|
text-transform: uppercase;
|
2017-01-10 17:43:38 +01:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bl-publish-sidebar .sidebar-view {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bl-publish-sidebar h2.sidebar-button {
|
|
|
|
font-size: 0.9em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
cursor: pointer;
|
2015-12-28 23:28:42 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-form legend {
|
|
|
|
margin-top: 20px;
|
2015-12-28 23:28:42 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
.uk-form legend.first-child {
|
|
|
|
margin-top: 0 !important;
|
2015-12-31 01:35:28 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
button.aslink {
|
|
|
|
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
|
|
|
|
border: 0 none;
|
|
|
|
color: #07d;
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
2015-12-31 04:01:16 +01:00
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
button.aslink:hover {
|
|
|
|
text-decoration: underline;
|
2016-02-14 01:15:19 +01:00
|
|
|
}
|
|
|
|
|
2016-09-28 02:17:39 +02:00
|
|
|
/* TABLE
|
|
|
|
---------------------------------------------------------------- */
|
|
|
|
.uk-table td.children {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2016-02-17 04:13:44 +01:00
|
|
|
|
2017-04-26 20:16:34 +02:00
|
|
|
.uk-table td, .uk-table th {
|
|
|
|
padding: 14px 8px !important;
|
|
|
|
}
|
|
|
|
|
2018-01-21 23:23:22 +01:00
|
|
|
.uk-table td.child-title {
|
|
|
|
padding-left: 20px !important;
|
|
|
|
}
|
|
|
|
|
2016-09-14 04:59:12 +02:00
|
|
|
/* RESPONSIVE
|
2016-09-07 15:03:53 +02:00
|
|
|
---------------------------------------------------------------- */
|
|
|
|
|
2016-09-14 04:59:12 +02:00
|
|
|
@media (max-width: 960px) {
|
|
|
|
|
|
|
|
.uk-grid {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bl-container {
|
|
|
|
margin: 0 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bl-view {
|
|
|
|
width: 100% !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bl-brand {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bl-publish-sidebar {
|
2017-10-25 15:43:02 +02:00
|
|
|
width: 100% !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
margin-bottom: 25px !important;
|
2016-09-14 04:59:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bl-publish-view {
|
|
|
|
width: 100% !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2016-02-14 01:15:19 +01:00
|
|
|
}
|
|
|
|
|
2016-09-14 04:59:12 +02:00
|
|
|
/* OLD
|
|
|
|
---------------------------------------------------------------- */
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
#logo {
|
|
|
|
background: #f4f4f4;
|
|
|
|
padding:20px 0;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
h2.title {
|
2015-11-28 15:47:03 +01:00
|
|
|
margin: 0 0 20px 0;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
button.delete-button {
|
|
|
|
background: none;
|
|
|
|
border: 0 none;
|
|
|
|
color: #da2727;
|
|
|
|
cursor: pointer;
|
2015-08-03 00:05:20 +02:00
|
|
|
font-size: 0.9em;
|
2015-10-19 00:45:58 +02:00
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
2015-05-05 03:00:01 +02:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
button.delete-button:hover {
|
|
|
|
text-decoration: underline;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2015-11-07 01:23:50 +01:00
|
|
|
#jscontent {
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
2016-09-07 15:03:53 +02:00
|
|
|
|
2015-11-09 00:26:19 +01:00
|
|
|
|
2016-02-18 01:15:19 +01:00
|
|
|
table.statistics tr:last-child td {
|
|
|
|
border-bottom: none !important;
|
|
|
|
}
|
|
|
|
|
2015-11-07 01:23:50 +01:00
|
|
|
/* ----------- ALERT ----------- */
|
|
|
|
|
2015-10-22 05:14:22 +02:00
|
|
|
#alert {
|
2016-09-14 19:48:56 +02:00
|
|
|
top: 0;
|
2015-10-22 05:14:22 +02:00
|
|
|
color: #ffffff;
|
2017-07-13 22:39:04 +02:00
|
|
|
padding: 8px 80px;
|
2016-06-20 02:45:09 +02:00
|
|
|
display: none;
|
2015-10-22 05:14:22 +02:00
|
|
|
position: fixed;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 100;
|
2016-06-20 02:45:09 +02:00
|
|
|
right: 0;
|
2015-10-22 05:14:22 +02:00
|
|
|
}
|
|
|
|
|
2015-11-07 01:23:50 +01:00
|
|
|
.alert-ok {
|
2016-05-10 02:27:05 +02:00
|
|
|
background: #4374C1;
|
2015-11-07 01:23:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-fail {
|
2016-05-10 02:27:05 +02:00
|
|
|
background: #c14343;
|
2015-11-01 02:27:38 +01:00
|
|
|
}
|
|
|
|
|
2015-12-31 04:01:16 +01:00
|
|
|
/* ----------- FORM ----------- */
|
2015-12-28 23:28:42 +01:00
|
|
|
|
|
|
|
|
2016-02-13 06:50:49 +01:00
|
|
|
#bludit-tags {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-tags .uk-button {
|
2017-01-10 17:43:38 +01:00
|
|
|
margin-top: 5px;
|
2016-02-13 06:50:49 +01:00
|
|
|
}
|
|
|
|
|
2016-01-16 15:01:29 +01:00
|
|
|
#jstagList {
|
2016-02-13 06:50:49 +01:00
|
|
|
margin-top: 15px;
|
2017-01-10 17:43:38 +01:00
|
|
|
font-size: 0.9em;
|
2016-01-16 15:01:29 +01:00
|
|
|
}
|
|
|
|
|
2016-02-13 06:50:49 +01:00
|
|
|
#jstagList span.unselect,
|
|
|
|
#jstagList span.select {
|
2017-01-10 17:43:38 +01:00
|
|
|
margin-top: 7px;
|
|
|
|
margin-right: 7px;
|
|
|
|
padding: 1px 15px;
|
2016-01-16 15:01:29 +01:00
|
|
|
cursor: pointer;
|
2016-02-13 06:50:49 +01:00
|
|
|
display: inline-block;
|
|
|
|
border-radius: 3px;
|
|
|
|
background: #f1f1f1;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jstagList span.unselect:before {
|
|
|
|
font-family: FontAwesome;
|
|
|
|
content: "\f067";
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jstagList span.unselect {
|
|
|
|
color: #AAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jstagList span.unselect:hover {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jstagList span.select:before {
|
|
|
|
font-family: FontAwesome;
|
|
|
|
content: "\f00c";
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jstagList span.select {
|
2016-05-10 02:27:05 +02:00
|
|
|
color: #2196f3;
|
|
|
|
padding: 2px 13px;
|
2016-01-16 15:01:29 +01:00
|
|
|
}
|
|
|
|
|
2015-12-28 23:28:42 +01:00
|
|
|
/* ----------- BLUDIT IMAGES V8 ----------- */
|
|
|
|
#bludit-images-v8 {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-01-03 22:04:54 +01:00
|
|
|
#bludit-images-v8 .bludit-thumbnail {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
height: auto;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 0;
|
2015-12-28 23:28:42 +01:00
|
|
|
width: 15% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-images-v8-upload {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
2016-01-03 22:04:54 +01:00
|
|
|
margin-bottom: 15px !important;
|
2015-12-28 23:28:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-images-v8-drag-drop {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-images-v8-progressbar {
|
|
|
|
display: none;
|
2015-12-31 01:35:28 +01:00
|
|
|
margin: 20px;
|
2015-12-28 23:28:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-images-v8-thumbnails {
|
2016-01-03 22:04:54 +01:00
|
|
|
max-height: 350px;
|
2015-12-28 23:28:42 +01:00
|
|
|
overflow: auto;
|
2016-01-03 22:04:54 +01:00
|
|
|
font-size: 0;
|
2015-12-28 23:28:42 +01:00
|
|
|
}
|
|
|
|
|
2016-02-10 00:02:51 +01:00
|
|
|
/* Bludit Menu v8 */
|
|
|
|
|
|
|
|
#bludit-menuV8 {
|
|
|
|
display: none;
|
|
|
|
z-index: 1020;
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
background: #FFF;
|
|
|
|
color: #333;
|
|
|
|
border-radius: 2px;
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-menuV8 li {
|
|
|
|
padding: 8px 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-menuV8 li:hover {
|
|
|
|
background-color: #2672ec;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-menuV8 li i {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2015-12-28 23:28:42 +01:00
|
|
|
/* ----------- BLUDIT QUICK IMAGES ----------- */
|
|
|
|
#bludit-quick-images {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-quick-images a.moreImages {
|
|
|
|
margin: 15px 0 0;
|
|
|
|
width: 100%;
|
|
|
|
background: #F5F5F5 !important;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-quick-images h4.label {
|
|
|
|
background: #f8f8f8;
|
|
|
|
color: #aaa;
|
|
|
|
padding: 2px 5px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2015-12-31 01:35:28 +01:00
|
|
|
#bludit-quick-images-thumbnails {
|
2016-01-03 22:04:54 +01:00
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-quick-images .bludit-thumbnail {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
height: auto;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 0;
|
|
|
|
width: 31% !important;
|
2015-12-31 01:35:28 +01:00
|
|
|
}
|
|
|
|
|
2015-12-28 23:28:42 +01:00
|
|
|
/* ----------- BLUDIT COVER IMAGE ----------- */
|
|
|
|
#bludit-cover-image {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#cover-image-thumbnail {
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
color: #666;
|
|
|
|
height: 130px;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cover-image-upload {
|
|
|
|
color: #999;
|
|
|
|
position: relative;
|
|
|
|
top: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cover-image-delete {
|
|
|
|
background: rgba(255, 255, 255, 0.7);
|
|
|
|
bottom: 0;
|
|
|
|
color: #000;
|
|
|
|
display: none;
|
|
|
|
font-size: 2.2em;
|
|
|
|
padding: 4px 10px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cover-image-progressbar {
|
|
|
|
display: none;
|
2015-12-31 01:35:28 +01:00
|
|
|
left: 5%;
|
|
|
|
position: relative;
|
|
|
|
top: 33%;
|
|
|
|
width: 90%;
|
|
|
|
|
2015-12-28 23:28:42 +01:00
|
|
|
}
|
|
|
|
|
2016-01-01 00:31:51 +01:00
|
|
|
/* ----------- BLUDIT PROFILE PICTURE ----------- */
|
|
|
|
|
2016-01-02 23:51:12 +01:00
|
|
|
#bludit-profile-picture-drag-drop {
|
|
|
|
width: 100%;
|
|
|
|
padding: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bludit-profile-picture-progressbar {
|
|
|
|
display: none;
|
|
|
|
margin: 15px 0 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
/* ----------- LOGIN FORM ----------- */
|
2015-03-27 02:00:01 +01:00
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
div.login-box > h1 {
|
|
|
|
font-weight: lighter;
|
|
|
|
letter-spacing: 4px;
|
|
|
|
margin-bottom: 50px;
|
2015-09-08 02:51:48 +02:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
div.login-form {
|
|
|
|
background: #f1f1f1 none repeat scroll 0 0;
|
|
|
|
padding: 20px;
|
|
|
|
width: 400px;
|
2015-06-26 06:31:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-12-28 23:28:42 +01:00
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
/* ----------- PLUGIN LIST / THEME LIST ----------- */
|
2015-06-26 06:31:53 +02:00
|
|
|
|
2016-01-17 22:11:20 +01:00
|
|
|
tr.plugin-installed,
|
|
|
|
tr.theme-installed {
|
|
|
|
background: #F2F7FF !important;
|
|
|
|
}
|
|
|
|
|
2017-03-13 14:31:02 +01:00
|
|
|
div.plugin-name i.settings-icon {
|
|
|
|
float: right;
|
|
|
|
margin-top: 3px;
|
2017-03-13 15:03:56 +01:00
|
|
|
margin-left: 3px;
|
2017-03-13 14:31:02 +01:00
|
|
|
}
|
|
|
|
|
2017-03-14 05:21:25 +01:00
|
|
|
i.incompatible-warning {
|
2017-04-26 20:16:34 +02:00
|
|
|
color: #FFC425;
|
|
|
|
padding-right: 5px;
|
2017-03-14 05:21:25 +01:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
div.plugin-links > a {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 5px;
|
2015-08-26 05:42:32 +02:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
div.plugin-links > span.separator {
|
|
|
|
color: #ccc;
|
2015-08-26 05:42:32 +02:00
|
|
|
}
|
|
|
|
|
2018-02-06 18:26:59 +01:00
|
|
|
.plugin-position {
|
|
|
|
display: block !important;
|
|
|
|
margin: 10px 0 !important;
|
|
|
|
padding: 10px !important;
|
|
|
|
line-height: 50px !important;
|
|
|
|
height: 50px !important;
|
|
|
|
width: 30% !important;
|
|
|
|
min-width: 100px !important;
|
|
|
|
cursor: move !important;
|
|
|
|
border: 1px solid #ccc !important;
|
|
|
|
background: #fafafa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uk-sortable-item {
|
|
|
|
background: #fafafa !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uk-sortable-placeholder {
|
|
|
|
background: #fafafa !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugin-position-wrap {
|
|
|
|
z-index: 200;
|
|
|
|
}
|
2015-10-22 05:14:22 +02:00
|
|
|
|
2015-07-20 05:14:12 +02:00
|
|
|
/* ----------- PAGINATOR ----------- */
|
|
|
|
|
2017-09-04 23:09:45 +02:00
|
|
|
#paginator {
|
|
|
|
margin: 30px 0;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2015-07-20 05:14:12 +02:00
|
|
|
#paginator ul {
|
|
|
|
list-style-type: none;
|
2015-10-19 00:45:58 +02:00
|
|
|
margin: 15px 0;
|
2015-07-20 05:14:12 +02:00
|
|
|
padding: 0;
|
2017-09-05 23:46:45 +02:00
|
|
|
font-size: 1em;
|
2017-09-04 23:09:45 +02:00
|
|
|
text-align: left;
|
2015-07-20 05:14:12 +02:00
|
|
|
}
|
|
|
|
|
2017-09-04 23:09:45 +02:00
|
|
|
#paginator li {
|
|
|
|
display: inline;
|
|
|
|
margin: 0 5px;
|
2015-07-20 05:14:12 +02:00
|
|
|
}
|
|
|
|
|
2017-09-04 23:09:45 +02:00
|
|
|
#paginator li.disabled {
|
|
|
|
color: #ccc;
|
2015-07-20 05:14:12 +02:00
|
|
|
}
|
|
|
|
|
2017-07-07 23:38:01 +02:00
|
|
|
#paginator a {
|
2017-09-04 23:09:45 +02:00
|
|
|
color: #333;
|
2017-04-15 21:53:24 +02:00
|
|
|
}
|
|
|
|
|
2015-07-14 04:16:28 +02:00
|
|
|
/* ----------- PLUGINS FORM ----------- */
|
|
|
|
|
|
|
|
#jsformplugin div {
|
2017-06-18 22:44:07 +02:00
|
|
|
margin-bottom: 15px;
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
2015-07-14 04:16:28 +02:00
|
|
|
}
|
|
|
|
|
2017-06-25 22:54:59 +02:00
|
|
|
#jsformplugin button[type=submit] {
|
2017-06-19 23:14:38 +02:00
|
|
|
margin-left: 200px;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 1px 20px;
|
2017-11-16 23:22:55 +01:00
|
|
|
border: 1px solid rgba(0,0,0,.06);
|
|
|
|
line-height: 28px;
|
|
|
|
min-height: 30px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jsformplugin button[type=submit].left {
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 1px 20px;
|
|
|
|
border: 1px solid rgba(0,0,0,.06);
|
2017-06-19 23:14:38 +02:00
|
|
|
line-height: 28px;
|
|
|
|
min-height: 30px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-06-25 22:54:59 +02:00
|
|
|
#jsformplugin button[type=submit].blue {
|
2017-06-19 23:14:38 +02:00
|
|
|
background: #007add !important;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2017-06-26 22:50:56 +02:00
|
|
|
#jsformplugin button[type=submit].small {
|
|
|
|
font-size: 0.9em;
|
|
|
|
min-height: 20px;
|
2017-11-16 23:22:55 +01:00
|
|
|
background: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jsformplugin button[type=submit].small:hover {
|
|
|
|
background: #f2f2f2;
|
2017-06-26 22:50:56 +02:00
|
|
|
}
|
|
|
|
|
2017-06-25 22:54:59 +02:00
|
|
|
#jsformplugin > div > label,
|
|
|
|
#jsformplugin > div > input[type=text],
|
|
|
|
#jsformplugin > div > input[type=checkbox],
|
|
|
|
#jsformplugin > div > textarea,
|
|
|
|
#jsformplugin > div > select {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
2017-06-18 22:44:07 +02:00
|
|
|
#jsformplugin > div > span.tip {
|
|
|
|
color: #999;
|
|
|
|
margin-top: 5px;
|
2015-10-19 00:45:58 +02:00
|
|
|
font-size: 0.9em;
|
2017-06-18 22:44:07 +02:00
|
|
|
display: block;
|
2015-11-10 23:47:21 +01:00
|
|
|
}
|
|
|
|
|
2017-06-18 22:44:07 +02:00
|
|
|
#jsformplugin > div > label {
|
|
|
|
width: 200px;
|
2015-07-14 04:16:28 +02:00
|
|
|
}
|
|
|
|
|
2017-06-18 22:44:07 +02:00
|
|
|
#jsformplugin > div > textarea,
|
|
|
|
#jsformplugin > div > input[type=text] {
|
|
|
|
width: 50%;
|
2015-07-14 04:16:28 +02:00
|
|
|
}
|
|
|
|
|
2017-06-18 22:44:07 +02:00
|
|
|
#jsformplugin > div > select {
|
|
|
|
width: 35%;
|
2015-05-05 03:00:01 +02:00
|
|
|
}
|
2016-06-05 03:31:07 +02:00
|
|
|
|
2017-06-18 22:44:07 +02:00
|
|
|
#jsformplugin > div > textarea {
|
|
|
|
min-height: 100px;
|
2017-06-26 22:50:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 960px) {
|
|
|
|
|
|
|
|
#jsformplugin div {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jsformplugin button[type=submit] {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2017-10-25 15:43:02 +02:00
|
|
|
}
|