2015-10-19 00:45:58 +02:00
|
|
|
/* ----------- UIKIT HACKs FOR BLUDIT ----------- */
|
|
|
|
.uk-navbar {
|
2015-10-22 05:14:22 +02:00
|
|
|
background: #EEEEEE !important;
|
2015-10-19 00:45:58 +02:00
|
|
|
border: none !important;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.uk-button {
|
|
|
|
color: #ffffff;
|
2015-10-22 05:14:22 +02:00
|
|
|
padding: 2px 22px;
|
2015-10-19 00:45:58 +02:00
|
|
|
text-shadow: none;
|
2015-10-22 05:14:22 +02:00
|
|
|
background: #888888;
|
|
|
|
border-radius: 3px;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.uk-button:hover,
|
|
|
|
.uk-button:focus {
|
|
|
|
background-color: #777777;
|
|
|
|
color: #ffffff;
|
2015-06-26 06:31:53 +02:00
|
|
|
}
|
|
|
|
|
2015-10-22 05:14:22 +02:00
|
|
|
.uk-button-primary {
|
|
|
|
background: #2672ec;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uk-button-primary:hover {
|
|
|
|
background: #1F5FC4;
|
|
|
|
}
|
|
|
|
|
2015-11-30 01:45:30 +01:00
|
|
|
legend {
|
2015-11-15 22:37:34 +01:00
|
|
|
width: 70% !important;
|
2015-11-30 01:45:30 +01:00
|
|
|
margin-top: 40px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
legend.first-child {
|
|
|
|
margin-top: 0px !important;
|
2015-11-15 22:37:34 +01:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.uk-navbar-nav > li > a {
|
|
|
|
border: none;
|
|
|
|
height: 70px;
|
|
|
|
padding: 15px;
|
2015-08-02 06:40:24 +02:00
|
|
|
}
|
|
|
|
|
2015-10-22 05:14:22 +02:00
|
|
|
.uk-nav-navbar > li > a:hover {
|
|
|
|
background: #2672ec;
|
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.uk-form-label {
|
|
|
|
color: #666666;
|
|
|
|
font-weight: normal !important;
|
2015-08-26 05:42:32 +02:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.uk-form-help-block {
|
|
|
|
color: #AAAAAA;
|
|
|
|
font-size: 0.9em;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.uk-table th,
|
|
|
|
.uk-table td {
|
|
|
|
padding: 15px 10px;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.uk-badge {
|
|
|
|
margin-right: 5px !important;
|
|
|
|
font-size: 0.9em;
|
|
|
|
padding: 2px 7px;
|
|
|
|
font-weight: normal;
|
2015-03-27 02:00:01 +01:00
|
|
|
}
|
|
|
|
|
2015-10-22 05:14:22 +02:00
|
|
|
a {
|
|
|
|
color: #2672ec;
|
|
|
|
}
|
|
|
|
|
2015-11-21 16:31:35 +01:00
|
|
|
li.bludit-logo {
|
2015-10-19 00:45:58 +02:00
|
|
|
color: #848484 !important;
|
2015-11-21 16:31:35 +01:00
|
|
|
height: 70px;
|
|
|
|
padding: 15px;
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 40px;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
2015-07-04 01:28:54 +02:00
|
|
|
}
|
|
|
|
|
2015-10-22 05:14:22 +02:00
|
|
|
.uk-panel-box {
|
|
|
|
background: #F9F9F9 !important;
|
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
/* ----------- BLUDIT ----------- */
|
2015-03-27 02:00:01 +01:00
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2015-11-28 15:47:03 +01:00
|
|
|
.bl-view {
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
2015-11-09 00:26:19 +01:00
|
|
|
|
2015-11-07 01:23:50 +01:00
|
|
|
/* ----------- ALERT ----------- */
|
|
|
|
|
2015-10-22 05:14:22 +02:00
|
|
|
#alert {
|
2015-11-30 03:53:44 +01:00
|
|
|
bottom: 20px;
|
2015-10-22 05:14:22 +02:00
|
|
|
color: #ffffff;
|
2015-11-30 03:53:44 +01:00
|
|
|
display: none;
|
2015-10-22 05:14:22 +02:00
|
|
|
padding: 24px;
|
|
|
|
position: fixed;
|
2015-11-30 03:53:44 +01:00
|
|
|
right: 20px;
|
2015-10-22 05:14:22 +02:00
|
|
|
text-align: center;
|
2015-11-30 03:53:44 +01:00
|
|
|
width: 350px;
|
2015-10-22 05:14:22 +02:00
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
2015-11-07 01:23:50 +01:00
|
|
|
.alert-ok {
|
|
|
|
background: rgba(48, 102, 187, 0.91);
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-fail {
|
|
|
|
background: rgba(187, 48, 48, 0.91);
|
2015-11-01 02:27:38 +01:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------- DASHBOARD ----------- */
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
div.dashboard-links {
|
2015-11-28 15:47:03 +01:00
|
|
|
margin: 0 0 25px 0;
|
2015-06-26 06:31:53 +02:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
div.dashboard-links h4 {
|
|
|
|
margin-bottom: -8px !important;
|
2015-06-26 06:31:53 +02:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
div.dashboard-links a {
|
|
|
|
color: #555;
|
2015-06-26 06:31:53 +02:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
/* ----------- PLUGIN LIST / THEME LIST ----------- */
|
2015-06-26 06:31:53 +02: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
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.label-draft,
|
2015-10-22 05:14:22 +02:00
|
|
|
.label-empty-title,
|
|
|
|
.label-time {
|
2015-10-19 00:45:58 +02:00
|
|
|
background: #2672ec 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.9em;
|
2015-08-26 05:42:32 +02:00
|
|
|
}
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
.label-empty-title {
|
|
|
|
background: #ED8F26;
|
2015-06-28 20:49:24 +02:00
|
|
|
}
|
|
|
|
|
2015-10-22 05:14:22 +02:00
|
|
|
.label-time {
|
|
|
|
font-style: italic;
|
|
|
|
background: #ED3A26;
|
|
|
|
}
|
|
|
|
|
2015-07-20 05:14:12 +02:00
|
|
|
/* ----------- PAGINATOR ----------- */
|
|
|
|
|
|
|
|
#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;
|
|
|
|
font-size: 0.9em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginator a {
|
|
|
|
color: #2672ec;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginator li {
|
|
|
|
display: inline;
|
|
|
|
float: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginator li.left {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginator li.list {
|
|
|
|
background: #e0e0e0;
|
|
|
|
color: #747474;
|
|
|
|
padding: 2px 11px;
|
2015-10-19 00:45:58 +02:00
|
|
|
margin: 0px 15px;
|
2015-07-20 05:14:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#paginator li.right {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2015-07-14 04:16:28 +02:00
|
|
|
/* ----------- PLUGINS FORM ----------- */
|
|
|
|
|
|
|
|
#jsformplugin div {
|
2015-10-19 00:45:58 +02:00
|
|
|
margin-bottom: 1.1em;
|
2015-07-14 04:16:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#jsformplugin label {
|
2015-10-19 00:45:58 +02:00
|
|
|
margin: 0 0 5px 0 !important;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jsformplugin div.tip {
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #AAAAAA;
|
2015-07-14 04:16:28 +02:00
|
|
|
}
|
|
|
|
|
2015-11-10 23:47:21 +01:00
|
|
|
#jsformplugin textarea {
|
|
|
|
min-width: 400px;
|
|
|
|
width: 60%;
|
|
|
|
min-height: 100px;
|
|
|
|
}
|
|
|
|
|
2015-07-14 04:16:28 +02:00
|
|
|
#jsformplugin input[type=text] {
|
2015-10-19 00:45:58 +02:00
|
|
|
min-width: 400px;
|
|
|
|
width: 60%;
|
2015-11-10 23:47:21 +01:00
|
|
|
height: 37px;
|
2015-07-14 04:16:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#jsformplugin input[type="checkbox"] {
|
2015-10-19 00:45:58 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 10px;
|
2015-07-14 04:16:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#jsformplugin label.forCheckbox {
|
2015-10-19 00:45:58 +02:00
|
|
|
margin-left: 3px;
|
2015-11-10 23:47:21 +01:00
|
|
|
margin-bottom: 0px !important;
|
2015-10-19 00:45:58 +02:00
|
|
|
display: inline-block;
|
2015-05-05 03:00:01 +02:00
|
|
|
}
|