Files
globelus.pl/admin/css/custom.css
2024-11-11 15:28:20 +01:00

556 lines
12 KiB
CSS

body.external-page #content .admin-form {
max-width: 450px;
}
.sidebar-menu > li > a > span:nth-child(2) {
padding: 0;
}
ol.sortable, ol.sortable ol {
margin: 0 0 0 25px;
padding: 0;
list-style-type: none;
}
ol.sortable {
margin: 0;
}
ol.sortable, ol.sortable *, ol.sortable *:before, ol.sortable *:after {
box-sizing: content-box;
}
.sortable li {
margin: 0;
padding: 0;
}
.sortable li div.content {
color: #454545;
cursor: move;
height: 45px;
line-height: 45px;
margin: 0;
padding: 0 10px;
border-bottom: 1px solid #e1e1e1;
}
.sortable li div.content.text-danger {
color: #e9573f !important;
}
.sortable li.sort-branch div {
color: #383838;
}
.sort-leaf .disclose {
content: "- ";
text-indent: -3000px;
background-image: url( "/libraries/jquery-nested-sortable/skin-vista/icons.gif" );
background-position: -16px -64px;
background-repeat: no-repeat;
display: inline-block;
height: 16px;
vertical-align: top;
width: 16px;
margin: 16px 5px 0 1px;
}
li.sort-collapsed.sort-hover div {
border-color: #999999;
}
.disclose {
cursor: pointer;
width: 20px;
display: none;
text-align: center;
}
.sortable li.sort-collapsed > ol {
display: none;
}
.sortable li.sort-branch > div > .disclose {
display: block;
float: left;
margin-right: 15px;
}
.sortable li.sort-collapsed > div > .disclose > span:before {
display: inline-block;
font-family: FontAwesome;
font-size: 10px;
content: "\f054";
height: 25px;
width: 25px;
line-height: 25px;
border-radius: 13px;
background: #eeeeee;
color: #3bafda;
border: 1px solid #3bafda;
}
.sortable li.sort-collapsed > div > .disclose:hover > span:before, .sortable li.sort-expanded > div > .disclose:hover > span:before {
background: #3bafda;
color: #FFF;
}
.sortable li.sort-expanded > div > .disclose > span:before {
display: inline-block;
font-family: FontAwesome;
font-size: 10px;
content: "\f078";
height: 25px;
width: 25px;
line-height: 25px;
border-radius: 13px;
background: #eeeeee;
color: #3bafda;
border: 1px solid #3bafda;
}
.placeholder {
outline: 1px dashed #4183C4;
}
.sort-error {
background: #fbe3e4;
border-color: transparent;
}
.menu_sortable .btn-group {
margin-top: 7px;
display: none;
}
.menu_sortable div:hover .btn-group {
display: block;
}
.menu_sortable div:hover {
background: #f0f0f0;
}
.resp-vtabs::after {
content: '';
display: block;
clear: both;
}
.resp-tab-content {
padding: 25px 15px;
}
.resp-tab-content .resp-tab-content {
padding: 0;
border: 0;
}
.resp-tabs-list li, .resp-tab-active {
padding: 8px 20px !important;
}
.resp-tab-content .resp-tabs-list {
border-bottom: 0;
margin-bottom: 10px;
background: #f1f1f1;
}
.resp-tab-content .resp-tabs-list li {
border-left: 0 !important;
border-right: 0 !important;
float: right;
}
.resp-tab-content .resp-tabs-list::after {
clear: both;
content: '';
display: block;
}
.resp-tab-content .resp-tab-active {
position: relative;
top: -1px;
}
.resp-tab-content .form-group {
margin: 0 0 15px 0;
}
.input-group span.btn-info {
border-color: rgba(0, 0, 0, 0.05);
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1300;
background: rgba( 0, 0, 0, 0.2 );
display: none;
cursor: pointer;
}
#g-row-limit {
width: auto;
display: inline-block;
height: 30px;
line-height: 30px;
padding: 4px 12px;
}
#images-uploader, #files-uploader {
clear: both;
}
#images-uploader, #images-uploader *, #files-uploader, #files-uploader * {
box-sizing: content-box !important;
}
#images-list {
margin: 0;
padding: 0 5px;
}
#images-list li {
background: #FFF;
text-align: center;
display: block;
height: 165px;
margin: 5px 5px 10px 5px;
vertical-align: middle;
float: left;
width: calc( 25% - 10px );
position: relative;
}
#images-list li.sortable-chosen {
-webkit-box-shadow: -1px 1px 6px rgba( 0, 0, 0, .75 );
-moz-box-shadow: -1px 1px 6px rgba( 0, 0, 0, .75 );
box-shadow: -1px 1px 6px rgba( 0, 0, 0, .75 );
}
#images-list li .article-image {
height: 100%;
width: 100%;
object-fit: cover;
}
#images-list li .image-alt {
padding: 5px;
height: 30px;
font-size: 13px;
}
#images-list li .article_image_delete {
border: 0;
padding: 13px;
position: absolute;
top: 0;
right: 0;
}
#images-list li .article_image_delete i {
font-size: 18px;
}
#images-list li .image-alt {
position: absolute;
bottom: 10px;
border: 0;
background: rgba( 0, 0, 0, .2 );
text-align: center;
color: #FFF;
}
#images-list li .image-alt::placeholder {
color: #FFF;
}
#images-list li:hover .article-image-edit, #images-list li.pending .article-image-edit {
display: block;
}
.article-image-edit {
background: rgba( 255, 255, 255, .8 );
position: absolute;
height: 100%;
width: 150px;
cursor: pointer;
line-height: 168px;
display: none;
}
.article-image-edit i {
font-size: 28px;
color: #cc0000;
}
.article-image-edit img {
height: 50px;
position: relative;
top: 12px;
}
#files-list {
list-style-type: none;
margin: 0;
padding: 0;
}
#files-list li {
float: left;
margin: 5px 7px;
}
#files-list li .article_file_delete {
border-color: rgba(0, 0, 0, 0.05);
}
#elfinder * {
box-sizing: content-box !important;
}
#elfinder {
background: #EBEBEB;
}
.elfinder-button {
background: #FFF !important;
}
.elfinder-cwd, .elfinder .elfinder-navbar, .std42-dialog .ui-dialog-content, .elfinder-contextmenu .elfinder-contextmenu-item span {
font-size: 12px;
}
.elfinder-contextmenu-item {
background: #FFF;
color: #000;
}
.elfinder-cwd-view-icons .elfinder-cwd-filename {
-webkit-border-radius: 0px;
border-radius: 0px;
}
.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover, .elfinder-cwd table td.ui-state-hover, .elfinder-button-menu .ui-state-hover {
background: #2c373d;
}
.elfinder-cwd-filename input[type="text"] {
border: 0px !important;
padding: 0px !important;
}
#elfinder {
height: 750px !important;
position: relative;
}
.elfinder-cwd table tr:nth-child(2n+1) {
background: #D3D3D3;
}
.elfinder-cwd table tr {
border-top: 1px solid #CCC;
}
.elfinder-cwd table tr td {
padding: 5px 12px !important;
}
.elfinder-workzone {
clear: both;
}
#elfinder .ui-dialog {
border: 1px solid #ccc;
position: absolute !important;
}
.navbar-branding .navbar-brand {
float: left;
}
.navbar-branding .navbar-version {
opacity: .5;
font-size: 12px;
height: 60px;
line-height: 60px;
padding: 0 15px;
color: #666;
float: left;
}
.navbar .label {
position: relative;
top: 15px;
float: left;
height: 28px;
}
body.sb-top .navbar-branding {
width: 250px;
}
.flags {
margin: -4px 0 0 20px !important;
background: none;
cursor: move;
}
.flags:hover {
border: 0px !important;
background: none !important;
}
.flags img {
height: 10px;
margin-right: 5px;
opacity: .4;
}
.CodeMirror {
height: 500px !important;
}
.nav > li > a {
font-size: 12px;
}
#newsletter-preview {
border: 1px solid #ccc;
padding: 20px;
}
div.jqi .jqititle {
margin-bottom: 0;
}
#google-preview {
padding: 10px;
}
.google-title {
color: #1a0dab;
font-family: arial,sans-serif;
cursor: pointer;
font-size: 18px;
line-height: 21.6px;
width: 600px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.google-url {
color: rgb(0, 102, 33);
font-family: arial,sans-serif;
font-size: 14px;
line-height: 16px;
width: 600px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.google-description {
color: rgb(84, 84, 84);
font-family: arial,sans-serif;
font-size: 13px;
line-height: 18.2px;
width: 600px;
display: block;
}
.sidebar-left-content {
background: #114975;
}
.sidebar-menu li.disable_menu {
pointer-events: none;
opacity: .3;
}
body.sb-top #sidebar_left .sidebar-menu > li > a {
color: #FFF;
}
body.sb-top.sb-top-sm #sidebar_left .sidebar-menu > li > a > span:nth-child(1) {
font-size: 13px;
}
body.sb-top #sidebar_left .sidebar-menu li > a > span.caret {
color: #FFF;
}
body.sb-top #sidebar_left .sidebar-menu > li.active > a,
body.sb-top #sidebar_left .sidebar-menu > li:hover > a,
body.sb-top #sidebar_left .sidebar-menu > li > a.menu-open,
body.sb-top #sidebar_left .sidebar-menu > li > a:hover,
body.sb-top #sidebar_left .sidebar-menu > li > a:focus {
background: #FFF;
color: #114975;
}
body.sb-top #sidebar_left .sidebar-menu liactive > a > span.caret,
body.sb-top #sidebar_left .sidebar-menu > li:hover > a > span.caret,
body.sb-top #sidebar_left .sidebar-menu > li > a.menu-open > span.caret,
body.sb-top #sidebar_left .sidebar-menu > li > a:hover > span.caret,
body.sb-top #sidebar_left .sidebar-menu > li > a:focus > span.caret {
color: #114975;
}
.sidebar-menu > li > ul {
background: #FFF;
-webkit-box-shadow: -1px 1px 6px rgba(0,0,0,0.2);
-moz-box-shadow: -1px 1px 6px rgba(0,0,0,0.2);
box-shadow: -1px 1px 6px rgba(0,0,0,0.2);
}
.sidebar-menu > li > ul > li > a {
color: #114975;
border-bottom: 1px solid #f3f3f3;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > a.menu-open:after, body.sb-top #sidebar_left .sidebar-menu > li > ul > li.active > a:after, body.sb-top #sidebar_left .sidebar-menu > li > ul > li:hover > a:after, body.sb-top #sidebar_left .sidebar-menu > li > ul > li:focus > a:after {
width: 5px;
left: 0;
}
.sidebar-menu > li > ul > li > a:hover, .sidebar-menu > li > ul > li > a:focus {
color: #114975;
}
.sidebar-menu > li > ul > li:hover > a:after, .sidebar-menu > li > ul > li:focus > a:after {
background: #70ca63;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul {
padding-bottom: 0;
}
.progress-box {
position: absolute;
top: 0px;
width:100%;
height:100%;
z-index:200;
background: #fff;
padding:0px;
margin-left:-15px;
}
.progress{
margin:15px;
height:35px;
transform: translateY(-100%);
position:relative;
top:30%;
background-color: #333;
}
.version{
position:relative;
top: 5%;
}
.version h3 p{
display: inline-block;
}
.version h3{
text-align: center;
}
.form-group.text-right div{
padding-right:15px;
}
.remember{
font-size: 13px !important;
}
#remember{
display: inline-block !important;
width:15px;
height:15px;
top: 2px;
position: relative;
}
.popo {
display: inline-block;
border: 1px solid;
border-color: red;
border-radius: 50%;
height: 20px;
width: 20px;
text-align: center;
}
.popover-btn {
cursor: pointer;
position: relative;
display: block;
color: red;
height: 20px;
width: 20px;
text-indent: -4px;
}
.mfp-auto-cursor .mfp-content {
max-width: 1000px;
}
.mfp-auto-cursor .mfp-content .col-lg-9,
.mfp-auto-cursor .mfp-content .row {
width: 100%;
float: none;
max-width: 1000px;
}
.mfp-auto-cursor .mfp-content .g-container {
max-width: 1000px;
}
.mfp-close, .mfp-close:active {
right: -7px;
top: -27px;
background: #FFF !important;
}
.affix {
top: 0;
z-index: 100;
left:0px;
}
.affix + .panel-heading{
padding-top: 70px;
}
.g-container hr {
margin: 5px 0;
}
.resp-vtabs li.resp-tab-active {
background: #4186da !important;
color: #FFF;
border-left: 0 !important;
}
.resp-vtabs > .resp-tabs-container {
border: 0 !important;
border-left: 1px solid #e5e5e5 !important;
}
@media ( min-width: 1199px ) {
.g-container .panel-body form {
max-width: 1400px;
}
}
@media (max-width: 900px) {
body.sb-top #toggle_sidemenu_t {
width: 60px;
}
}
body.sb-top #sidebar_left .sidebar-menu > li > ul {
width: auto;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > a {
white-space: nowrap;
}