bludit/bl-kernel/admin/themes/default/css/default.css

661 lines
10 KiB
CSS
Raw Normal View History

2016-05-10 02:27:05 +02:00
.uk-form * {
border-radius: 2px !important;
}
2016-05-10 02:27:05 +02:00
.uk-tab a {
color: #2196f3 !important;
}
a {
color: #2196f3 !important;
}
/* UIKIT HACKs navbar
---------------------------------------------------------------- */
2015-10-19 00:45:58 +02:00
.uk-navbar {
background: #323232 !important;
border: 0 !important;
border-radius: 0 !important;
}
.uk-navbar-nav a {
2015-10-19 00:45:58 +02:00
border: none !important;
border-radius: none !important;
text-shadow: none !important;
color: #fff !important;
font-weight: 300 !important;
padding: 0 25px !important;
}
.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li:focus > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a:hover {
background: none !important;
border-radius: 0 !important;
color: #BBBBBB !important;
box-shadow: none !important;
text-shadow: none !important;
}
.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover {
background: none !important;
border-radius: 0 !important;
color: #888 !important;
box-shadow: none !important;
text-shadow: none !important;
}
.uk-navbar-nav > li.uk-active > a {
background: none !important;
color: #BBBBBB !important;
}
.uk-navbar-nav .uk-border-circle {
border-radius: 20px !important;
}
.uk-dropdown-navbar {
margin: 0 !important;
padding: 10px 0 !important;
position: fixed;
text-align: center;
width: 100%;
border-radius: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
}
.uk-dropdown-navbar li {
display: inline-block !important;
}
.uk-dropdown-navbar a {
color: #323232 !important;
}
li.bludit-logo {
color: #fff !important;
display: block;
font-size: 14px;
font-weight: 400;
height: 41px;
line-height: 40px;
margin-left: -1px;
margin-top: -1px;
margin-right: 12px;
}
.bludit-user-navbar {
2016-06-01 02:33:22 +02:00
background: #333 none repeat scroll 0 0;
border-color: #ccc;
border-radius: 0 0 5px 5px !important;
color: #fff;
position: absolute;
}
.bludit-user-navbar a {
color: #fff !important;
2015-03-27 02:00:01 +01:00
}
2016-05-28 21:47:54 +02:00
@media (min-width: 333px) and (max-width: 959px) {
/* Hidden the Welcome USERNAME */
.uk-navbar-flip {
display: none !important;
}
/* Expand and hidden the sidebar */
.uk-width-large-8-10 {
width: 100% !important;
}
/* Hidden the sidebar */
.uk-width-large-2-10 {
width: 0% !important;
display: none !important;
}
}
@media (min-width: 960px) {
.uk-width-large-4-5,
.uk-width-large-8-10 {
width: 75% !important;
}
.uk-width-large-1-5,
.uk-width-large-2-10 {
width: 25% !important;
}
}
/* UIKIT HACKs hidden navbar
---------------------------------------------------------------- */
.uk-navbar-brand {
text-shadow: none !important;
color: #fff !important;
}
.uk-navbar-toggle {
text-shadow: none !important;
color: #fff !important;
}
.uk-nav-offcanvas > li > a {
color: #fff !important;
}
2016-05-10 02:27:05 +02:00
/* UIKIT HACKs buttons
---------------------------------------------------------------- */
2015-10-19 00:45:58 +02:00
.uk-button {
2016-05-10 02:27:05 +02:00
padding: 2px 26px;
2015-10-19 00:45:58 +02:00
text-shadow: none;
2016-05-10 02:27:05 +02:00
color: #333 !important;
2015-06-26 06:31:53 +02:00
}
2015-10-22 05:14:22 +02:00
.uk-button-primary {
2016-05-10 02:27:05 +02:00
background: #2196f3 !important;
color: #fff !important;
2015-10-22 05:14:22 +02:00
}
.uk-button-primary:hover {
2016-05-10 02:27:05 +02:00
background: #2EA3FF;
color: #fafafa !important;
2015-10-22 05:14:22 +02:00
}
2016-05-10 02:27:05 +02:00
/* UIKIT HACKs forms
---------------------------------------------------------------- */
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-08-02 06:40:24 +02:00
2015-10-22 05:14:22 +02:00
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
}
2016-05-28 05:18:13 +02:00
.uk-table td.children {
padding: 15px 10px 15px 25px;
}
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;
}
.uk-panel-box {
background: #F9F9F9 !important;
2016-05-24 04:32:06 +02:00
border: 0;
2015-10-22 05:14:22 +02:00
}
.uk-container {
max-width: 1280px !important;
}
.uk-thumbnail {
margin: 2px 3px !important;
max-width: 30% !important;
padding: 0 !important;
}
.uk-progress-bar {
background: #2672ec !important;
}
.uk-placeholder {
margin-bottom: 0 !important;
}
2015-10-19 00:45:58 +02:00
/* ----------- BLUDIT ----------- */
2015-03-27 02:00:01 +01:00
2016-02-14 01:15:19 +01:00
body {
overflow-y: scroll;
}
.bludit-navbar {
2016-02-17 04:13:44 +01:00
2016-02-14 01:15:19 +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 {
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;
}
.bl-view {
margin-top: 25px;
margin-bottom: 25px;
}
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 {
color: #ffffff;
2015-11-30 03:53:44 +01:00
display: none;
2016-05-10 02:27:05 +02:00
padding: 10px;
2015-10-22 05:14:22 +02:00
position: fixed;
text-align: center;
2016-05-10 02:27:05 +02:00
top: 0;
width: 100%;
2015-10-22 05:14:22 +02:00
z-index: 100;
}
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
}
/* ----------- FORM ----------- */
.sidebar .uk-form-label {
font-size: 0.9em;
text-transform: uppercase;
}
2016-02-13 06:50:49 +01:00
#bludit-tags {
margin-top: 15px;
}
#bludit-tags .uk-button {
padding: 0 12px !important;
margin-left: 10px;
}
2016-01-16 15:01:29 +01:00
#jstagList {
2016-02-13 06:50:49 +01:00
margin-top: 15px;
2016-01-16 15:01:29 +01:00
}
2016-02-13 06:50:49 +01:00
#jstagList span.unselect,
#jstagList span.select {
margin-top: 5px;
2016-01-16 15:01:29 +01:00
margin-right: 5px;
2016-02-18 01:15:19 +01:00
padding: 2px 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
}
/* ----------- 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;
width: 15% !important;
}
#bludit-images-v8-upload {
width: 100%;
padding: 0;
2016-01-03 22:04:54 +01:00
margin-bottom: 15px !important;
}
#bludit-images-v8-drag-drop {
padding: 20px;
}
#bludit-images-v8-progressbar {
display: none;
margin: 20px;
}
#bludit-images-v8-thumbnails {
2016-01-03 22:04:54 +01:00
max-height: 350px;
overflow: auto;
2016-01-03 22:04:54 +01:00
font-size: 0;
}
/* 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;
}
/* ----------- 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;
}
#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;
}
/* ----------- 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;
left: 5%;
position: relative;
top: 33%;
width: 90%;
}
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
}
/* ----------- DASHBOARD ----------- */
2015-10-19 00:45:58 +02:00
div.dashboard-links {
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
}
/* NEW POST */
h3.titleOptions {
font-size: 1em;
}
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;
}
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
}