1239 lines
24 KiB
CSS
1239 lines
24 KiB
CSS
* {
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
body {
|
|
background: #f5f6f8;
|
|
color: #656565;
|
|
font-family: verdana;
|
|
font-size: 11px;
|
|
}
|
|
hr {
|
|
margin:5px auto;
|
|
}
|
|
a {
|
|
text-decoration:none;
|
|
cursor:pointer;
|
|
color: inherit;
|
|
}
|
|
a.download {
|
|
color:#1B273F;
|
|
margin:0px 10px;
|
|
text-decoration:underline;
|
|
}
|
|
/* ikony dataBrowsera */
|
|
span.icon {
|
|
width: 14px;
|
|
height: 14px;
|
|
cursor: pointer;
|
|
display: block;
|
|
margin: auto;
|
|
background-image: url("/images/system/icons.png");
|
|
}
|
|
span.delete {
|
|
background-position: -456px 0;
|
|
}
|
|
span.edit {
|
|
background-position: -96px -72px;
|
|
}
|
|
span.show {
|
|
background-position: -48px 0;
|
|
}
|
|
div.delete {
|
|
background:url("../../images/system/icons_dark.png") no-repeat;
|
|
width:16px;
|
|
height:16px;
|
|
margin:auto;
|
|
cursor:pointer;
|
|
display:block;
|
|
float:left;
|
|
}
|
|
#pagin {
|
|
background: #FFF;
|
|
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
|
|
margin: 10px 0;
|
|
padding: 10px 20px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border: 1px solid #d1d4d7;
|
|
box-shadow: 0 0 5px rgba(0,0,0,.1);
|
|
}
|
|
#pagin a {
|
|
color: #465371;
|
|
font-size:15px;
|
|
}
|
|
#pagin #info {
|
|
float: left;
|
|
}
|
|
#pagings {
|
|
float: left;
|
|
min-width: 500px;
|
|
margin-left: 50px;
|
|
}
|
|
#pagin select {
|
|
width: 100px;
|
|
height: 26px;
|
|
padding: 3px 6px;
|
|
}
|
|
#pagin input[type="text"] {
|
|
margin: 5px 7px;
|
|
border: 1px solid #cccccc;
|
|
font-size: 11px;
|
|
height: 20px;
|
|
background: #FFF;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
width: 50px;
|
|
}
|
|
#pagin a.arrow {
|
|
padding: 8px 7px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
display: inline-block;
|
|
width: 14px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
background-image: url( "../../images/system/icons.png" );
|
|
background-position: 0 0;
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
}
|
|
.icon-eye {
|
|
background-position: -96px -120px;
|
|
}
|
|
.icon-delete {
|
|
background-position: -457px 0;
|
|
}
|
|
.icon-cancel {
|
|
background-position: -312px 0;
|
|
}
|
|
.icon-print {
|
|
background-position: -96px -48px;
|
|
}
|
|
.icon-edit {
|
|
background-position: -96px -72px;
|
|
}
|
|
.icon-back {
|
|
background-position: -432px -72px;
|
|
}
|
|
.icon-next {
|
|
background-position: -456px -72px;
|
|
}
|
|
.icon-add {
|
|
background-position: 0 -96px;
|
|
}
|
|
.icon-left {
|
|
background-position: -240px -72px;;
|
|
}
|
|
.icon-left-max {
|
|
background-position: -216px -72px;
|
|
}
|
|
.icon-right {
|
|
background-position: -336px -72px;
|
|
}
|
|
.icon-right-max {
|
|
background-position: -360px -72px;
|
|
}
|
|
.icon-save {
|
|
background-position: -72px -96px;
|
|
}
|
|
.icon-refresh {
|
|
background-position: -240px -24px;
|
|
}
|
|
.icon-download {
|
|
background-position: -312px -144px;
|
|
}
|
|
div.icon {
|
|
cursor:pointer;
|
|
width: 14px;
|
|
height: 14px;
|
|
margin:auto;
|
|
}
|
|
div.up_main {
|
|
background:url("../../images/system/icons_dark.png") no-repeat -33px 0px;
|
|
}
|
|
div.down_main {
|
|
background:url("../../images/system/icons_dark.png") no-repeat -49px 0px;
|
|
}
|
|
div.up_sub {
|
|
background:url("../../images/system/icons_dark.png") no-repeat -33px 0px;
|
|
}
|
|
div.down_sub {
|
|
background:url("../../images/system/icons_dark.png") no-repeat -49px 0px;
|
|
}
|
|
/* panel administratora */
|
|
#page-header {
|
|
background: #FFF;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
padding: 0 50px;
|
|
border-bottom: 1px solid #d1d4d7;
|
|
box-shadow: 0 0 5px rgba(0,0,0,.1);
|
|
margin-bottom: 10px;
|
|
}
|
|
#page-header #logo {
|
|
margin-left: 50px;
|
|
float: left;
|
|
}
|
|
#logout {
|
|
float: right;
|
|
margin-right: 50px;
|
|
}
|
|
/* główna część strony */
|
|
#page-main {
|
|
margin-bottom: 20px;
|
|
}
|
|
#login-form {
|
|
background: #ffffff;
|
|
width: 500px;
|
|
margin: 50px auto;
|
|
border: 1px solid #e3e8ed;
|
|
}
|
|
#login-form #title {
|
|
font-size: 14px;
|
|
background: #f7f8fa;
|
|
text-align: center;
|
|
line-height: 35px;
|
|
border-bottom: 1px solid #e3e8ed;
|
|
margin-bottom: 15px;
|
|
}
|
|
#login-form input[type="text"], #login-form input[type="password"] {
|
|
background: #ffffff;
|
|
border: 1px solid #cccccc;
|
|
height: 35px;
|
|
margin: 10px 50px;
|
|
padding: 0;
|
|
text-indent: 15px;
|
|
width: 400px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
color: #656565;
|
|
}
|
|
#login-form .button {
|
|
margin: 10px 0 20px 150px;
|
|
}
|
|
.delete_img_link {
|
|
color: #cc0000;
|
|
}
|
|
/* edycja artykułu */
|
|
table.t_category {
|
|
width:100%;
|
|
text-align:left;
|
|
border: 0px;
|
|
}
|
|
table img.subcategory {
|
|
margin-right: 4px;
|
|
position: relative;
|
|
top: -1px;
|
|
vertical-align: middle;
|
|
}
|
|
/* ustawienia systemowe */
|
|
div.tabHeaders {
|
|
display:block;
|
|
width: 100%;
|
|
height:55px;
|
|
border-left: 1px solid #999;
|
|
border-bottom: 1px solid #999;
|
|
margin-top:10px;
|
|
text-transform:capitalize;
|
|
font-weight:bold;
|
|
color:#404D6C;
|
|
}
|
|
div.tabHeaders img {
|
|
float:left;
|
|
margin-left:10px;
|
|
margin-top:-16px;
|
|
}
|
|
div.tabInactive {
|
|
border-bottom:1px solid #999999;
|
|
border-right:1px solid #999999;
|
|
border-top:1px solid #999999;
|
|
cursor:pointer;
|
|
float:left;
|
|
height:34px;
|
|
padding-top:20px;
|
|
text-align:center;
|
|
width:240px;
|
|
background-color: #eee;
|
|
}
|
|
div.tabActive {
|
|
background:#FFF;
|
|
border-bottom:1px solid #EEEEEE;
|
|
border-right:1px solid #999999;
|
|
border-top:1px solid #999999;
|
|
float:left;
|
|
height:34px;
|
|
padding-top:20px;
|
|
text-align:center;
|
|
width:240px;
|
|
}
|
|
div.tabPages {
|
|
clear:left;
|
|
border-left: 1px solid #999;
|
|
border-right: 1px solid #999;
|
|
border-bottom: 1px solid #999;
|
|
padding:8px 20px;
|
|
line-height:21px;
|
|
}
|
|
|
|
/* pasek narzędzi */
|
|
.action_panel {
|
|
color: #3a5a7a;
|
|
font-size: 15px;
|
|
text-indent: 20px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-weight: bold;
|
|
font-family: 'Tittilium Web';
|
|
}
|
|
.action_panel a {
|
|
margin: 0 15px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
/* stronicowanie */
|
|
|
|
/* INNE */
|
|
.edit_line {
|
|
padding: 10px 0;
|
|
min-height: 30px;
|
|
color: #6F6F6F;
|
|
}
|
|
.edit_line label {
|
|
float: left;
|
|
padding-top: 5px;
|
|
text-align: right;
|
|
width: 160px;
|
|
color: #6F6F6F;
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
font-weight: normal;
|
|
line-height: 18px;
|
|
}
|
|
.edit_line .input {
|
|
margin-left: 180px;
|
|
min-height: 30px;
|
|
line-height: 26px;
|
|
}
|
|
.edit_line input[type="text"], .edit_line select, .edit_line textarea, .edit_line input[type="password"] {
|
|
background-color: #f8f8f8;
|
|
border: 1px solid #ccc;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
display: inline-block;
|
|
height: 20px;
|
|
padding: 7px 10px;
|
|
line-height: 20px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
width: 500px;
|
|
}
|
|
.edit_line select {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
width: 522px;
|
|
}
|
|
.edit_line option {
|
|
padding: 5px 10px;
|
|
}
|
|
.edit_line textarea {
|
|
height: 100px;
|
|
}
|
|
.edit_line input[type="radio"] {
|
|
margin: 5px;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
.edit_line .article_page {
|
|
padding: 3px 0;
|
|
}
|
|
fieldset {
|
|
width: 95%;
|
|
background: #FFF;
|
|
border: 1px solid #BFBFBF;
|
|
margin: 0 auto 40px;
|
|
font-size: 11px;
|
|
-webkit-border-radius: 0px 0px 3px 3px;
|
|
border-radius: 0px 0px 3px 3px;
|
|
}
|
|
legend {
|
|
color: #2a2a2a;
|
|
font-size: 12px;
|
|
letter-spacing: 1px;
|
|
padding: 0 20px;
|
|
font-style: italic;
|
|
}
|
|
fieldset p {
|
|
margin:5px;
|
|
}
|
|
.article_edit {
|
|
width: 90% !important;
|
|
padding: 5px 0px !important;
|
|
text-indent: 10px;
|
|
margin-left: 8px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
}
|
|
.defaultText {
|
|
width: 300px;
|
|
}
|
|
.defaultTextActive {
|
|
color: #8B8B8B !important;
|
|
font-style: italic;
|
|
}
|
|
.alert {
|
|
background: #13C4A5;
|
|
padding: 15px 20px;
|
|
margin: 0 auto 10px;
|
|
color: #FFF;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
#image-list, #files-list {
|
|
list-style:none;
|
|
margin: 10px;
|
|
padding:0;
|
|
}
|
|
#image-list li {
|
|
background: #fff;
|
|
text-align: center;
|
|
display: block;
|
|
float: left;
|
|
width: 90px !important;
|
|
height: 80px;
|
|
margin: 5px 10px !important;
|
|
vertical-align: middle;
|
|
border: 1px solid #CCCCCC;
|
|
padding: 10px 10px 5px 5px;
|
|
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
#image-list li img {
|
|
vertical-align: middle;
|
|
max-width: 80px;
|
|
max-height: 65px;
|
|
background: #FFF;
|
|
cursor: pointer;
|
|
clear: both;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
#image-list .sm2_delete {
|
|
float: right;
|
|
margin: -6px -6px 0 0;
|
|
}
|
|
.img_bg {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba( 0, 0, 0, 0.6 );
|
|
display: none;
|
|
cursor: pointer;
|
|
}
|
|
.img_big {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
border: 5px solid #555555;
|
|
display: none;
|
|
background: #FFF;
|
|
}
|
|
.img_big img {
|
|
max-height: 600px;
|
|
max-width: 600px;
|
|
}
|
|
.clearfix {
|
|
clear: both;
|
|
}
|
|
.plupload_header_content {
|
|
display: none !important;
|
|
}
|
|
.delete_img {
|
|
width: 24px;
|
|
height: 24px;
|
|
position: relative;
|
|
right: -58px;
|
|
top: 20px;
|
|
border: 1px solid #000;
|
|
background: url( '../../images/system/sico_cancel.png' ) no-repeat center #FFF;
|
|
cursor: pointer;
|
|
display: none;
|
|
}
|
|
.manage_file {
|
|
width: 24px;
|
|
height: 24px;
|
|
position: relative;
|
|
background: url( '../../images/system/sico_edit.png' ) no-repeat center;
|
|
cursor: pointer;
|
|
float: left;
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
#files-list .file {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
margin: 5px 0;
|
|
}
|
|
.plik_edycja {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
border: 10px solid #45484d;
|
|
display: none;
|
|
background: #FFF;
|
|
width: 620px;
|
|
height: 150px;
|
|
margin-left: -320px;
|
|
margin-top: -75px;
|
|
padding: 20px;
|
|
z-index: 20;
|
|
}
|
|
.menu-content {
|
|
float: left;
|
|
margin: 0 10px;
|
|
background: url( '/images/system/header-bg.png' );
|
|
padding: 10px;
|
|
}
|
|
.menu-content ul {
|
|
border: 1px solid #2f2f2f;
|
|
border-bottom: 0px;
|
|
border-top: 0px;
|
|
font-size: 11px;
|
|
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
|
|
}
|
|
.menu-content li.nav {
|
|
list-style-type: none;
|
|
border-top: 1px solid #444444;
|
|
border-bottom: 1px solid #282828;
|
|
display: block;
|
|
width: 200px;
|
|
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
|
|
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.menu-content .subnav li {
|
|
list-style-type: none;
|
|
}
|
|
.menu-content li.nav:hover {
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
}
|
|
.menu-content li.nav:hover a, .menu-content li.active a, .menu-content ul.subnav li.active a, .menu-content ul.subnav li:hover a {
|
|
color: #ff9c8d;
|
|
}
|
|
.menu-content li.nav a, .menu-content ul.subnav li a {
|
|
color: #b0b0b0;
|
|
display: block;
|
|
background: url( '/images/system/menu-icons.png' ) no-repeat 15px 8px;
|
|
padding-left: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
.menu-content ul.subnav li {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.menu-content ul.subnav li:hover {
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.menu-content ul.subnav li a {
|
|
background: url( '/images/system/menu-icons.png' ) no-repeat 15px 13px;
|
|
padding-left: 35px;
|
|
}
|
|
#nav-content {
|
|
background-position: 15px -1187px;
|
|
}
|
|
.menu-content li.active #nav-content, .menu-content li:hover #nav-content {
|
|
background-position: 15px -1237px;
|
|
}
|
|
#nav-products {
|
|
background-position: 15px -987px;;
|
|
}
|
|
.menu-content li.active #nav-products, .menu-content li:hover #nav-products {
|
|
background-position: 15px -1037px;
|
|
}
|
|
#nav-other {
|
|
background-position: 15px -787px;
|
|
}
|
|
.menu-content li.active #nav-other, .menu-content li:hover #nav-other {
|
|
background-position: 15px -837px;
|
|
}
|
|
#nav-stats {
|
|
background-position: 15px -287px;
|
|
}
|
|
.menu-content li.active #nav-stats, .menu-content li:hover #nav-stats {
|
|
background-position: 15px -337px;
|
|
}
|
|
#nav-configuration {
|
|
background-position: 15px -1086px;
|
|
}
|
|
.menu-content li.active #nav-configuration, .menu-content li:hover #nav-configuration {
|
|
background-position: 15px -1136px;
|
|
}
|
|
#nav-look {
|
|
background-position: 15px -87px;
|
|
}
|
|
.menu-content li.active #nav-look, .menu-content li:hover #nav-look {
|
|
background-position: 15px -137px;
|
|
}
|
|
.faq_menu {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
font-size: 12px;
|
|
font-family: 'Titillium Web', sans-serif;
|
|
color: #FFF;
|
|
}
|
|
.faq_menu ul {
|
|
list-style-type: none;
|
|
}
|
|
.faq_menu ul li {
|
|
display: inline-block;
|
|
}
|
|
.faq_menu a {
|
|
color: #fe9900;
|
|
padding: 0 10px;
|
|
}
|
|
.page_container {
|
|
margin: 0 auto 40px;
|
|
font-size: 11px;
|
|
}
|
|
.page_container_inside {
|
|
margin: 20px 0;
|
|
}
|
|
ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-left: 30px;
|
|
}
|
|
ol.sortable, ol.sortable ol {
|
|
margin: 0 0 0 25px;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
ol.sortable {
|
|
margin: 0;
|
|
}
|
|
.sortable li {
|
|
margin: 5px 0 0 0;
|
|
padding: 0;
|
|
}
|
|
.sortable li div.content {
|
|
color: #454545;
|
|
cursor: pointer;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
margin: 0;
|
|
padding: 5px 15px;
|
|
display: inline;
|
|
}
|
|
.sortable li.mjs-nestedSortable-branch div {
|
|
color: #383838;
|
|
}
|
|
.mjs-nestedSortable-leaf .disclose {
|
|
content: "- ";
|
|
text-indent: -3000px;
|
|
background-image: url( "../../resources/jquery.dynatree/dist/skin-vista/icons.gif" );
|
|
background-position: -16px -64px;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
height: 16px;
|
|
vertical-align: top;
|
|
width: 16px;
|
|
margin: 6px 5px 0 -5px;
|
|
}
|
|
.sortable li.mjs-nestedSortable-leaf div {
|
|
|
|
}
|
|
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
|
|
border-color: #999999;
|
|
}
|
|
.disclose {
|
|
cursor: pointer;
|
|
width: 10px;
|
|
display: none;
|
|
}
|
|
.sortable li.mjs-nestedSortable-collapsed > ol {
|
|
display: none;
|
|
}
|
|
.sortable li.mjs-nestedSortable-branch > div > .disclose {
|
|
display: inline-block;
|
|
}
|
|
.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
|
|
content: "- ";
|
|
text-indent: -3000px;
|
|
background-image: url( "../../resources/jquery.dynatree/dist/skin-vista/icons.gif" );
|
|
background-position: 0 -80px;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
height: 16px;
|
|
vertical-align: top;
|
|
width: 16px;
|
|
margin: 3px 0 0 -5px;
|
|
}
|
|
.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
|
|
content: "- ";
|
|
text-indent: -3000px;
|
|
background-image: url( "../../resources/jquery.dynatree/dist/skin-vista/icons.gif" );
|
|
background-position: -32px -80px;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
height: 16px;
|
|
vertical-align: top;
|
|
width: 16px;
|
|
margin: 4px 0 0 -5px;
|
|
}
|
|
.placeholder {
|
|
outline: 1px dashed #4183C4;
|
|
}
|
|
.mjs-nestedSortable-error {
|
|
background: #fbe3e4;
|
|
border-color: transparent;
|
|
}
|
|
.article_details {
|
|
width: 300px;
|
|
border: 1px solid #CCCCCC;
|
|
-webkit-border-radius: 3px 3px 0px 0px;
|
|
border-radius: 3px 3px 0px 0px;
|
|
color: #383838;
|
|
float: left;
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
background: #FFF;
|
|
}
|
|
.article_details .header {
|
|
background: #f6f6f6; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #f6f6f6 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #f6f6f6 0%,#e1e1e1 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #f6f6f6 0%,#e1e1e1 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #f6f6f6 0%,#e1e1e1 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-indent: 20px;
|
|
font-family: Georgia;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #AFAFAF;
|
|
}
|
|
.article_details .content {
|
|
display: none;
|
|
}
|
|
.article_details .header img {
|
|
float: right;
|
|
margin-right: 10px;
|
|
margin-top: 11px;
|
|
}
|
|
.orange {
|
|
background: #ff8f23 !important;
|
|
color: #FFF !important;
|
|
}
|
|
.red {
|
|
background: #cc0000 !important;
|
|
color: #FFF !important;
|
|
}
|
|
#timer {
|
|
display: none;
|
|
}
|
|
.nondisplay {
|
|
display: none;
|
|
}
|
|
.tabs-container {
|
|
border: 1px solid #BAC3CC;
|
|
background: #F9F9F9;
|
|
width: 1198px;
|
|
}
|
|
.tabs-container .group:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.tabs {
|
|
height: 30px;
|
|
height: 30px;
|
|
margin: 0 0 20px;
|
|
background: #E0E0E0;
|
|
border-bottom: 1px solid #BAC3CC;
|
|
color: #555555;
|
|
}
|
|
.tabs li {
|
|
display: inline-block !important;
|
|
list-style-type: none !important;
|
|
margin: 0 -4px 0 0 !important;
|
|
width: auto !important;
|
|
}
|
|
.tabs li a {
|
|
display: inline-block;
|
|
list-style-type: none;
|
|
padding: 0 25px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 120px;
|
|
font-size: 11px;
|
|
border-left: 0px;
|
|
}
|
|
.tabs li a.active {
|
|
background: #F9F9F9;
|
|
border-right: 1px solid #BAC3CC;
|
|
border-left: 1px solid #BAC3CC;
|
|
height: 31px;
|
|
}
|
|
.tabs li:first-child a.active {
|
|
border-left: 0;
|
|
}
|
|
.edit-row {
|
|
background: #FFF;
|
|
border: 1px solid #d1d4d7;
|
|
box-shadow: 0 0 5px rgba(0,0,0,.1);
|
|
padding: 20px;
|
|
min-height: 25px;
|
|
}
|
|
.filtr-container {
|
|
background: #FFF;
|
|
border: 1px solid #d1d4d7;
|
|
box-shadow: 0 0 5px rgba(0,0,0,.1);
|
|
padding: 20px;
|
|
min-height: 25px;
|
|
}
|
|
.filtr-container .group {
|
|
float: left;
|
|
}
|
|
.filtr-container input[type="text"] {
|
|
width: 200px;
|
|
}
|
|
.filtr-container select {
|
|
width: 215px;
|
|
}
|
|
.filtr-container .group label {
|
|
min-width: 120px;
|
|
}
|
|
.filtr-container .group .content {
|
|
min-width: 230px
|
|
}
|
|
.filtr-buttons {
|
|
clear: both;
|
|
margin-left: 130px;
|
|
padding: 10px 0 0;
|
|
}
|
|
.group {
|
|
min-height: 32px;
|
|
padding: 10px 0;
|
|
border-bottom: 1px dotted #e0e4e8;
|
|
}
|
|
.group label {
|
|
float: left;
|
|
margin-right: 10px;
|
|
min-width: 190px;
|
|
text-align: right;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.group .content {
|
|
float: left;
|
|
font-weight: normal;
|
|
min-width: 300px;
|
|
line-height: 32px;
|
|
}
|
|
input[type="text"], select, textarea, input[type="password"] {
|
|
background: #FFF;
|
|
border: 1px solid #cccccc;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
padding: 2px 6px;
|
|
width: 400px;
|
|
font-size: 12px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
color: #656565;
|
|
}
|
|
textarea {
|
|
height: 100px;
|
|
margin-bottom: 5px;
|
|
}
|
|
input[type="radio"], input[type="checkbox"] {
|
|
position: relative;
|
|
top: 2px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
input[type="text"]:focus, select:focus, textarea:focus, input[type="password"]:focus {
|
|
border-color: rgba(82,168,236,0.8);
|
|
outline: 0;
|
|
outline: thin dotted 9;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
|
|
}
|
|
select {
|
|
width: 415px;
|
|
padding: 6px;
|
|
height: 32px;
|
|
color: #656565;
|
|
}
|
|
select option {
|
|
padding: 5px 10px;
|
|
}
|
|
.action-icons {
|
|
margin: 10px 50px;
|
|
}
|
|
.action-icons a {
|
|
margin-right: 5px;
|
|
}
|
|
.button {
|
|
display: inline-block;
|
|
padding: 6px 12px;
|
|
margin: 5px 0;
|
|
font-size: 11px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
color: #FFF;
|
|
transition: background .3s ease-in-out 0s;
|
|
box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
|
|
width: 170px;
|
|
border-radius: 2px;
|
|
background-color: #5191D1;
|
|
}
|
|
.button:hover {
|
|
background-color: #61a1e1;
|
|
}
|
|
.button_cancel {
|
|
background-color: #a7b2be;
|
|
}
|
|
.button_cancel:hover {
|
|
background-color: #bac3cc;
|
|
}
|
|
.button_delete {
|
|
background-color: #d2322d;
|
|
}
|
|
.button_delete:hover {
|
|
background-color: #ff8585;
|
|
}
|
|
.button_add {
|
|
background-color: #13c4a5;
|
|
}
|
|
.button_add:hover {
|
|
background-color: #23d4b5;
|
|
}
|
|
.button_big {
|
|
padding: 7px 35px;
|
|
font-size: 12px;
|
|
}
|
|
#chart {
|
|
-webkit-box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.2);
|
|
-moz-box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.2);
|
|
box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.2);
|
|
background: #FFF;
|
|
height: 250px;
|
|
border: 1px solid #d5d5d5;
|
|
}
|
|
#article_galeries {
|
|
max-height: 215px;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
.select-page {
|
|
cursor: pointer;
|
|
display: block;
|
|
float: left;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 220px;
|
|
}
|
|
.toggle-pages {
|
|
float: left;
|
|
display: inline-block;
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-top: 1px;
|
|
margin-right: 5px;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
background-image: url( "/images/system/icons.png" );
|
|
background-position: 0 0;
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
margin-left: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
.show {
|
|
background-position: 0 -96px;
|
|
}
|
|
.hide {
|
|
background-position: -24px -96px;
|
|
}
|
|
.article_page {
|
|
padding: 5px 0;
|
|
line-height: 24px;
|
|
}
|
|
.article_page .article_page {
|
|
margin-left: 20px;
|
|
clear: both;
|
|
}
|
|
.article_page .article_page .select-page {
|
|
width: 200px;
|
|
}
|
|
.browse {
|
|
margin: 0 0 10px;
|
|
}
|
|
.browse table:not(.no) {
|
|
border-collapse: collapse;
|
|
letter-spacing: 0px;
|
|
width: 100%;
|
|
border: 1px solid #D1D4D7;
|
|
box-shadow: 0 0 5px rgba(0,0,0,.1);
|
|
}
|
|
.inactive {
|
|
opacity: 0.4;
|
|
}
|
|
table .title {
|
|
padding: 10px;
|
|
background: #fafbfc;
|
|
color: #656565;
|
|
text-align: center;
|
|
border-bottom: 1px solid #e0e4e8;
|
|
border-right: 1px solid #e0e4e8;
|
|
}
|
|
table.no .title {
|
|
padding: 5px 10px;
|
|
border-right: 0;
|
|
text-align: left;
|
|
}
|
|
table .cell {
|
|
color: #a7a7a7;
|
|
padding: 5px 10px;
|
|
height: 30px;
|
|
border-bottom: 1px solid #eaedef;
|
|
font-weight: normal;
|
|
background: #fafbfc;
|
|
}
|
|
table .cell .button {
|
|
margin: 0;
|
|
padding: 0 5px;
|
|
}
|
|
table.no .cell {
|
|
border-bottom: 0;
|
|
}
|
|
table tbody tr:nth-child(even) td.cell {
|
|
|
|
}
|
|
#slider-code {
|
|
overflow:hidden;
|
|
}
|
|
#slider-code .viewport {
|
|
float: left;
|
|
width: 1200px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
min-height: 900px;
|
|
}
|
|
#slider-code .buttons {
|
|
display: block;
|
|
margin: 0 0 0 0;
|
|
float: left;
|
|
display: none;
|
|
}
|
|
#slider-code .next {
|
|
margin: 0 0 0 0;
|
|
display: none;
|
|
}
|
|
#slider-code .disable {
|
|
opacity: 0.4;
|
|
}
|
|
#slider-code .overview {
|
|
list-style: none;
|
|
position: absolute;
|
|
padding: 0;
|
|
margin: 0;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
#slider-code .overview li:not(.tab-li) {
|
|
float: left;
|
|
margin: 0 20px 0 0;
|
|
width: 1200px;
|
|
}
|
|
.ui-tooltip {
|
|
background: #FFF;
|
|
border-radius: 0;
|
|
border: 1px solid #D1D4D7;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
|
color: #656565;
|
|
font-size: 11px;
|
|
}
|
|
.slide-title {
|
|
background: #233445;
|
|
color: #FFF;
|
|
padding: 10px 0;
|
|
text-align: center;
|
|
margin: 20px 0;
|
|
}
|
|
.pager {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none outside none;
|
|
border: 1px solid #BAC3CC;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
.pager li {
|
|
position: relative;
|
|
float: left;
|
|
padding: 0 15px 0 25px;
|
|
margin: 0;
|
|
color: #657483;
|
|
cursor: default;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
min-width: 150px;
|
|
background: #f7f8fa;
|
|
}
|
|
.pager li:first-child {
|
|
padding-left: 15px;
|
|
border-radius: 4px 0 0 0;
|
|
}
|
|
.pager li:before, .pager li:after {
|
|
content: "";
|
|
position: absolute;
|
|
top: -1px;
|
|
bottom: -1px;
|
|
right: -10px;
|
|
border: 20px solid transparent;
|
|
border-right: 0;
|
|
border-left: 10px solid #BAC3CC;
|
|
z-index: 1;
|
|
}
|
|
.pager li:after {
|
|
border-left-color: #F7F8F9;
|
|
right: -9px;
|
|
z-index: 2;
|
|
}
|
|
.pager .active:after {
|
|
border-left-color: #E0E0E0;
|
|
}
|
|
.pager .active, .active:hover {
|
|
background: none repeat scroll 0 0 #E0E0E0;
|
|
cursor: pointer;
|
|
color: #000;
|
|
}
|
|
.pager .active a {
|
|
color: #000;
|
|
}
|
|
.badge {
|
|
background: #5191D1;
|
|
border-radius: 12px;
|
|
color: #FFFFFF;
|
|
display: block;
|
|
float: left;
|
|
text-align: center;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
width: 24px;
|
|
margin: 9px 10px 0 0;
|
|
}
|
|
.pager .active .badge {
|
|
background: #3FCF7F;
|
|
}
|
|
.article_page_0:nth-child(4n+1) {
|
|
clear: both;
|
|
}
|
|
#progress {
|
|
position: relative;
|
|
width:400px;
|
|
border: 1px solid #ddd;
|
|
padding: 1px;
|
|
border-radius: 3px;
|
|
margin-bottom: 10px;
|
|
}
|
|
#bar {
|
|
background-color: #B4F5B4;
|
|
width:0%;
|
|
height:20px;
|
|
border-radius: 3px;
|
|
}
|
|
#percent {
|
|
position:absolute;
|
|
display:inline-block;
|
|
top: -4px;
|
|
left:48%;
|
|
}
|
|
.plik_bg {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba( 0, 0, 0, 0.6 );
|
|
display: none;
|
|
cursor: pointer;
|
|
z-index: 10;
|
|
}
|
|
.a-action {
|
|
color: #cc0000;
|
|
margin: 0 5px 0 0;
|
|
cursor: pointer;
|
|
}
|
|
.sm2_s_published {
|
|
display: inline-block;
|
|
margin-bottom: -2px;
|
|
margin-left: 10px;
|
|
opacity: 0.2;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
.sm2_s_published:hover {
|
|
opacity: 1;
|
|
}
|
|
.sm2_move, .sm2_delete, .sm2_addChild, .sm2_pub, .sm2_workFlow, .sm2_edit, .sm2_show {
|
|
background-image: url("/images/system/icons.png");
|
|
cursor: pointer;
|
|
display: block;
|
|
float: left;
|
|
height: 16px;
|
|
margin: 0 1px 0 0;
|
|
text-indent: -5000px;
|
|
width: 16px;
|
|
}
|
|
.file .sm2_edit {
|
|
margin-top: 5px;
|
|
}
|
|
.sm2_actions * {
|
|
cursor: pointer;
|
|
}
|
|
.sm2_pub, .sm2_workFlow {
|
|
float: right;
|
|
margin: 0 1px 0 0;
|
|
}
|
|
.sm2_move {
|
|
background-position: -168px -72px;
|
|
}
|
|
.sm2_delete {
|
|
background-position: -454px 1px;
|
|
background-color: #FFF;
|
|
}
|
|
.sm2_addChild {
|
|
background-position: -408px -96px;
|
|
}
|
|
.sm2_edit {
|
|
background-position: -96px -72px;
|
|
}
|
|
.sm2_show {
|
|
background-position: -48px 0;
|
|
}
|
|
.sm2_pub {
|
|
background-image: url("../../images/system/sm2_unpub.png");
|
|
}
|
|
.sm2_workFlow {
|
|
background-image: none;
|
|
} |