Files
rockowa.com/admin/css/style.css
2023-05-08 09:03:09 +02:00

801 lines
19 KiB
CSS

* {
margin:0;
padding:0;
}
body {
font-family: Verdana;
font-size:11px;
color:#3D3D3D;
background-color: #F2F2F2;
background-image: url("../../images/system/blueprint.png");
}
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:20px;
height:20px;
margin:auto;
cursor:pointer;
display:block;
}
span.delete {
background:url("../../images/system/sico_trash.png") no-repeat;
}
span.edit {
background:url("../../images/system/sico_edit.png") no-repeat;
}
span.show {
background:url("../../images/system/sico_show.png") no-repeat;
}
div.delete {
background:url("../../images/system/sico_delete.png") no-repeat;
width:16px;
height:16px;
margin:auto;
cursor:pointer;
display:block;
float:left;
}
/* strzałki */
table#pagin {
width: 500px;
}
table#pagin a.arrow {
display:block;
height:20px;
width:20px;
}
table#pagin a.left_act_max {
background-image:url("../../images/system/sico_leftm.jpg");
}
table#pagin a.left_ina_max {
background-image:url("../../images/system/sico_leftmin.jpg");
}
table#pagin a.left_act {
background-image:url("../../images/system/sico_left.jpg");
}
table#pagin a.left_ina {
background-image:url("../../images/system/sico_leftin.jpg");
}
table#pagin a.right_act_max {
background-image:url("../../images/system/sico_rightm.jpg");
}
table#pagin a.right_ina_max {
background-image:url("../../images/system/sico_rightmin.jpg");
}
table#pagin a.right_act {
background-image:url("../../images/system/sico_right.jpg");
}
table#pagin a.right_ina {
background-image:url("../../images/system/sico_rightin.jpg");
}
div.icon {
cursor:pointer;
width:20px;
height:20px;
margin:auto;
}
div.up_main {
background:url("../../images/system/sico_up_grey.png") no-repeat;
}
div.down_main {
background:url("../../images/system/sico_down_grey.png") no-repeat;
}
div.up_sub {
background:url("../../images/system/sico_up_red.png") no-repeat;
}
div.down_sub {
background:url("../../images/system/sico_down_red.png") no-repeat;
}
/* panel administratora */
.page_header {
width: 100%;
height: 50px;
color: #ABABA8;
line-height: 50px;
background: url( '../../images/system/carbon.png' );
border-bottom: 2px solid black;
}
.page_header_content {
width: 1100px;
margin: auto;
height: 50px;
}
div#logo {
height: 50px;
line-height: 50px;
margin: 0 30px;
cursor: pointer;
text-transform: uppercase;
color: #FFF;
text-shadow: 1px 1px 3px #000;
filter: dropshadow(color=#000, offx=1, offy=1);
width: 500px;
text-align: left;
float: left;
}
#user_menu {
border-left: 1px solid rgba(255, 255, 255, 0.2);
border-right: 1px solid rgba(0, 0, 0, 0.6);
cursor: pointer;
width: 150px;
float: right;
font-family: verdana;
font-size: 12px;
height: 100%;
text-align: center;
}
#user_menu a {
color: #FFF;
}
#user_menu a:hover {
text-decoration: underline;
}
#user_menu_after {
border-left: 1px solid rgba(255, 255, 255, 0.2);
cursor: pointer;
padding: 0 24px 0 12px;
float: right;
font-family: verdana;
font-size: 10px;
width: 100px;
height: 100%;
line-height: 36px;
}
#user_menu_after a.logout {
background: url("../../images/system/toolbar-button.png") no-repeat scroll center top transparent;
display: block;
float: left;
height: 36px;
margin-left: 4px;
position: relative;
width: 36px;
margin-top: 8px;
}
#user_menu_after a.logout span {
background-image: url("../../images/system/logout.png");
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
display: block;
height: 36px;
margin: auto;
outline: 0 none;
text-decoration: none;
text-indent: -99999px;
width: 36px;
}
#user_menu img {
position: relative;
top: 10px;
margin-right: 10px;
}
/* główna część strony */
.page_main {
margin: 20px auto;
width: 96%;
}
.page_main_left {
float: left;
width: 200px;
min-height: 300px;
background: #FFF;
border: 1px solid #BFBFBF;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.page_main_left ul {
list-style: none outside none;
margin: 0;
}
.page_main_left li {
background: #FDFDFD;
border-bottom: 1px solid #CACACA;
border-top: 1px solid #FFFFFF;
}
.page_main_left li a {
background: url("../../images/system/menu-bulb-off.png") no-repeat scroll right center transparent;
color: #444444;
cursor: pointer;
display: block;
outline: 0 none;
padding: 15px 32px 15px 48px;
position: relative;
text-decoration: none;
}
.page_main_left li a.active {
background-image: url("../../images/system/menu-bulb-on.png");
}
.page_main_left li span {
background: none repeat scroll 0 0 transparent !important;
height: 32px;
left: 8px;
margin: -16px 0 0;
padding: 0;
position: absolute;
top: 50%;
width: 32px;
}
.page_main_left ul li ul li a {
background: none repeat scroll 0 0 transparent !important;
padding: 6px 0 6px 48px;
}
.page_main_left ul li ul {
background: #E9E9E9;
border: 0 none;
border-radius: 0 0 0 0;
}
.page_main_left ul li ul li {
background: none repeat scroll 0 center transparent;
border: 0 none;
box-shadow: none;
font-size: 11px;
border-bottom: 1px solid #CACACA;
}
.page_main_left ul li ul li:last-child {
border-bottom: 0px;
}
.page_main_left ul li ul li:first-child {
border-top: 1px solid #CACACA;
}
.page_main_left ul li ul li:hover {
background: #E4EFC0;
}
.page_main_right {
margin-left: 200px;
margin-top: 20px;
padding-bottom: 20px;
}
div.logout {
float:right;
line-height: 80px;
margin-right:100px;
}
div.logout a.first {
color: #FFF;
display: block;
float: left;
padding-right: 5px;
}
div.logout a.second {
background: url("../../images/system/sico_logout.png") no-repeat scroll 0 0 transparent;
display: block;
float: left;
height: 16px;
margin: 33px 0 0 0;
width: 16px;
}
.login_form {
width: 250px;
padding: 20px;
background: #FFF;
margin: 50px auto;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
}
.login_form .title {
padding: 10px 20px 20px;
border-bottom: 1px dashed #888;
font-weight: bold;
margin-bottom: 20px;
}
.login_form .label {
padding: 5px 10px;
margin: 5px auto;
}
.plik_bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba( 255, 255, 255, 0.8 );
display: none;
cursor: pointer;
}
.button {
width: 100%;
font-size: 12px;
line-height: 1;
color: white;
margin: 10px auto;
cursor: pointer;
line-height: 1;
padding: 10px;
display: inline-block;
outline: 0;
border: 1px solid #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-appearance: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35),0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.35),0 1px 1px rgba(0,0,0,0.15);
-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.35),0 1px 1px rgba(0,0,0,0.15);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35),0 1px 1px rgba(0, 0, 0, 0.15);
background: #356aa0; /* Old browsers */
background: -moz-linear-gradient(top, #356aa0 0%, #356aa0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356aa0), color-stop(100%,#356aa0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #356aa0 0%,#356aa0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #356aa0 0%,#356aa0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #356aa0 0%,#356aa0 100%); /* IE10+ */
background: linear-gradient(to bottom, #356aa0 0%,#356aa0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */
}
/* inne */
div.btn, a.btn, .btn {
border:1px solid #b7b5cf;
margin:5px auto;
padding:4px 5px;
text-align:center;
display:block;
width:100px;
cursor:pointer;
color: grey;
background: #ffffff; /* old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* ie */
-webkit-box-shadow: 0px 0px 4px #b7b5cf;
-moz-box-shadow: 0px 0px 4px #b7b5cf;
box-shadow: 0px 0px 4px #b7b5cf;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input[type="button"].btn {
padding: 4px;
margin: 5px 5px 5px 0;
display: inline-block;
font-size: 11px;
color: grey;
}
div.btn:hover, a.btn:hover, input[type="button"].btn:hover {
color: #000;
}
.delete_img_link {
color: #cc0000;
}
/* edycja artykułu */
table.t_category {
width:100%;
text-align:left;
}
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 {
display: block!important;
position: relative;
border: 1px solid #000;
border-bottom: 0px;
background: url( '../../images/system/carbon.png' );
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
width: 95%;
margin:auto;
color: #FFF;
font-size: 13px;
}
.action_panel .title {
padding: 10px;
}
.icons {
width: 95%;
margin:auto;
text-align:left;
border: 1px solid #BFBFBF;
border-bottom: 0px;
background-image: url('../../images/system/panel-header.png');
}
.icons .icon {
display: inline-block;
margin-right: -3px;
padding: 0 10px;
text-decoration: none;
color: #444;
border-right: 1px solid #BFBFBF;
width: 150px;
height: 30px;
line-height: 30px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 100%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(100%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 100%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 100%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 100%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 100%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.icons .icon:hover {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 0%, #f3f3f3 50%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#ededed), color-stop(50%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 0%,#f3f3f3 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ededed 0%,#f3f3f3 50%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 0%,#f3f3f3 50%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#ededed 0%,#f3f3f3 50%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.icons .icon img {
margin-right: 5px;
position: relative;
top: 5px;
}
div.action_panel div.apply {
background:url("../../images/system/sico_apply.png") no-repeat center top;
}
div.action_panel div.cancel {
background:url("../../images/system/sico_cancel.png") no-repeat center top;
}
div.action_panel div.new {
background:url("../../images/system/sico_add.png") no-repeat left center;
}
div.action_panel div.back {
background:url("../../images/system/sico_back.png") no-repeat center top;
}
/* stronicowanie */
table#pagin {
border-collapse: collapse;
margin: 10px auto;
}
table#pagin td {
padding:2px 5px;
}
table#pagin a {
color:#465371;
font-size:15px;
}
table#pagin a.current {
font-weight:bold;
font-size:18px;
}
/* INNE */
.edit_line {
margin: 10px 0;
clear: both;
min-height: 30px;
}
.edit_line label {
float: left;
padding-top: 5px;
text-align: right;
width: 160px;
color: #333333;
display: block;
margin-bottom: 5px;
font-size: 11px;
font-weight: normal;
line-height: 18px;
}
.edit_line .input {
margin-left: 180px;
min-height: 30px;
line-height: 26px;
}
input[type="text"], input[type="password"], textarea, select {
border: 1px solid #CCCCCC;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #555555;
display: inline-block;
font-size: 11px;
height: 16px;
line-height: 16px;
padding: 4px 10px;
-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.edit_line input[type="text"], .edit_line input[type="password"], .edit_line textarea, .edit_line select {
width: 280px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, input[type="radio"]:focus {
border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0 none;
}
input[type="radio"], input[type="checkbox"] {
position: relative;
top: 3px;
margin-right: 5px;
margin-left: 5px;
}
select, input[type="file"] {
height: 25px;
line-height: 25px;
}
option {
padding: 3px 5px;
}
textarea {
height: 80px;
}
.edit_line select {
width: 302px;
}
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;
}
table {
border-collapse: collapse;
margin: auto;
letter-spacing: 0px;
width: 100%;
}
table td.header, table th.header {
font-size: 11px;
font-weight: bold;
padding: 8px 15px;
vertical-align: middle;
background: #FFF;
text-align: left;
}
table td.header img, table th.header img {
height: 10px;
margin-right: 4px;
position: relative;
top: -1px;
vertical-align: middle;
width: 7px;
}
table td.header2, table th.header2 {
border: 1px solid #B8BAC6;
color: #000000;
font-size: 11px;
font-weight: bold;
padding: 10px 15px;
text-transform: uppercase;
vertical-align: middle;
background: #ffffff; /* old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
}
table td.row, table th.row {
padding: 10px 15px;
background: #FFF;
}
table input.edit {
width:50px;
text-align:right;
}
.alert {
border:1px solid #B8BAC6;
height:50px;
line-height:50px;
color:#464423;
background:#FCFAE0;
text-align:left;
text-transform: uppercase;
width: 95%;
margin: 20px auto;
}
.table_browse .alert {
border: 0px;
margin: 0px;
width: 100%;
}
div.alert div {
width:1000px;
margin:auto;
}
div.alert img {
display: block;
float: left;
margin: 10px 20px 0 0;
}
table.table_browse:not(.edit) tbody tr:hover td {
background: #E2E2E2 !important;
cursor: pointer;
}
table.table_browse:not(.edit) tbody tr:nth-of-type(odd) td {
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
background: #f6f6f6;
}
.center {
text-align: center;
}
.toggle_filtr {
margin: 20px 0 10px 30px;
cursor: pointer;
color: #cc0000;
}
#filtr {
display: none;
}
#article_edit_left {
width: 65%;
float: left;
}
#article_edit_right {
float: right;
margin-top: 50px;
width: 35%;
}
#image-list, #files-list {
list-style:none;
margin:0;
padding:0;
}
#image-list li {
background: #fff;
text-align:center;
display: block;
float: left;
width: 80px;
height: 80px;
margin: 15px;
vertical-align: middle;
}
#image-list li img {
width: 258px;
vertical-align: middle;
max-width: 80px;
max-height: 80px;
border: 1px solid #D3D3D3;
padding: 3px;
background: #FFF;
cursor: pointer;
}
.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: 30px;
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 #FFF;
cursor: pointer;
float: left;
margin-right: 10px;
margin-left: 10px;
}
#files-list .file {
height: 24px;
line-height: 24px;
}
.plik_edycja {
position: fixed;
top: 50%;
left: 50%;
border: 10px solid #45484d;
display: none;
background: #FFF;
width: 360px;
height: 150px;
margin-left: -195px;
margin-top: -75px;
padding: 20px;
}