first commit
This commit is contained in:
760
css/admin_default.css
Normal file
760
css/admin_default.css
Normal file
@@ -0,0 +1,760 @@
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img{
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
h3{
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
h4{
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
h5{
|
||||
font-size: 9px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.title{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
p.more{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
p.back{
|
||||
text-align: left;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
p.zoom{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
p.zoom a{
|
||||
text-decoration: none;
|
||||
}
|
||||
.clear_both{
|
||||
clear: both;
|
||||
}
|
||||
|
||||
hr.line{
|
||||
border: none;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
height: 0px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.horizontal_line{
|
||||
border-bottom: 1px solid #464646;
|
||||
height: 0px;
|
||||
font-size: 0px;
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.left{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.right{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#dialog p{
|
||||
margin: 7px 0;
|
||||
}
|
||||
#dialog p span.ui-icon{
|
||||
float: left;
|
||||
margin: 0 7px 35px 0;
|
||||
}
|
||||
|
||||
html{
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body{
|
||||
font-family: Tahoma,Arial,Verdana,"Lucida Grande",sans-serif;
|
||||
font-size: 11px;
|
||||
color: #000;
|
||||
background-color: #ccd3d2; /*#c7cad1 kolor dla bottom_container */
|
||||
}
|
||||
|
||||
#top_container_login{
|
||||
background: url("/images/admin/top_container_login_bg.png") repeat-x top #fdf9f9;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
#top_container{
|
||||
background: url("/images/admin/top_container_bg.png") repeat-x top #fdf9f9;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
#container{
|
||||
width: 980px;
|
||||
margin: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#header_box{
|
||||
height: 114px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#header_logo{
|
||||
float: left;
|
||||
}
|
||||
|
||||
#header_logo a{
|
||||
background: url("/images/admin/frisson_header.png") no-repeat;
|
||||
display: block;
|
||||
width: 72px;
|
||||
height: 108px;
|
||||
margin-left: 22px;
|
||||
}
|
||||
|
||||
#header_logo a span{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#header_box #panel_title{
|
||||
float: left;
|
||||
margin-left: 40px;
|
||||
margin-top: 60px;
|
||||
color: #fff;
|
||||
font-size: 17px;
|
||||
font-family: Arial,sans-serif;
|
||||
font-weight: bold;
|
||||
/* IE6 bugs*/
|
||||
_display: inline;
|
||||
}
|
||||
|
||||
#header_box #panel_title a{
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
#top_bar{
|
||||
width: 100%;
|
||||
height: 33px;
|
||||
line-height: 32px;
|
||||
overflow: hidden;
|
||||
color: #585858;
|
||||
}
|
||||
|
||||
#top_bar_welcome{
|
||||
float: left;
|
||||
}
|
||||
|
||||
#top_bar_admin{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#top_bar_admin .admin_edit{
|
||||
|
||||
font-weight: bold;
|
||||
}
|
||||
#top_bar_admin .admin_edit a{
|
||||
color: #e1319a;
|
||||
}
|
||||
|
||||
#top_bar_admin .logout{
|
||||
padding-left: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#top_bar_admin .logout a{
|
||||
color: #000
|
||||
}
|
||||
|
||||
#top_line{
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#admin_menu{
|
||||
overflow: hidden;
|
||||
width: 238px;
|
||||
float: left;
|
||||
/*IE6 bugs*/
|
||||
_display: inline;
|
||||
}
|
||||
|
||||
#path_bar{
|
||||
float: left;
|
||||
width: 730px;
|
||||
height: 14px;
|
||||
padding: 5px;
|
||||
border: 1px solid #464646;
|
||||
border-top: 0;
|
||||
line-height: 14px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#path_bar .path_active{
|
||||
color: #e1319a;
|
||||
}
|
||||
|
||||
#content_box{
|
||||
float: left;
|
||||
background-color: #f8f8f8;
|
||||
width: 700px;
|
||||
min-height: 290px;
|
||||
padding: 20px;
|
||||
border: 1px solid #464646;
|
||||
border-top: 0;
|
||||
margin-bottom: 15px;
|
||||
font-size: 12px;
|
||||
/*IE6 bugs*/
|
||||
_display: inline;
|
||||
}
|
||||
|
||||
#welcome{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#welcome h1{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#welcome h2{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#welcome p{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#welcome p.success strong{
|
||||
color: green;
|
||||
}
|
||||
#welcome p.failed strong{
|
||||
color: red;
|
||||
}
|
||||
|
||||
#bottom_container{
|
||||
background: url("/images/admin/bottom_container_bg.png") repeat-x top #ccd3d2;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#footer_box{
|
||||
width: 980px;
|
||||
height: 40px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#footer_box #copyright{
|
||||
float: left;
|
||||
margin-top: 12px;
|
||||
margin-left: 25px;
|
||||
line-height: 20px;
|
||||
color: #818181;
|
||||
font-size: 11px;
|
||||
font-family: Verdana,sans-serif;
|
||||
/*IE6 bugs*/
|
||||
_display: inline;
|
||||
}
|
||||
#footer_box #copyright a{
|
||||
color: #818181;
|
||||
}
|
||||
|
||||
#back_top{
|
||||
float: right;
|
||||
margin-top: 30px;
|
||||
margin-right: 25px;
|
||||
line-height: 20px;
|
||||
color: #b7b7b7;
|
||||
font-size: 11px;
|
||||
/*IE6 bugs*/
|
||||
_display: inline;
|
||||
}
|
||||
#back_top a{
|
||||
color: #b7b7b7;
|
||||
}
|
||||
|
||||
#created{
|
||||
float: left;
|
||||
clear: both;
|
||||
margin-top: 10px;
|
||||
margin-left: 25px;
|
||||
line-height: 20px;
|
||||
color: #454545;
|
||||
font-size: 11px;
|
||||
/*IE6 bugs*/
|
||||
_display: inline;
|
||||
}
|
||||
#created a{
|
||||
color: #b89e00;
|
||||
}
|
||||
|
||||
#error_404{
|
||||
text-align: center;
|
||||
margin: 50px 0;
|
||||
}
|
||||
|
||||
.form_error{
|
||||
text-align: left;
|
||||
color: red; /*#d8732f;*/
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.save{
|
||||
text-align: right;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.save input,.save button{
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.buttons{
|
||||
margin-left: 110px;
|
||||
padding: 15px 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.buttons input,.buttons button{
|
||||
width: 150px;
|
||||
margin-right: 35px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#edit_form ul li{
|
||||
list-style: none;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#edit_form ul li label{
|
||||
display: inline-block;
|
||||
width: 110px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#edit_form .form_error{
|
||||
margin-left: 120px;
|
||||
}
|
||||
#edit_form input.readonly{
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
.user_form{
|
||||
font-size: 12px;
|
||||
}
|
||||
.user_form h1{
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.user_form ul{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.user_form label{
|
||||
display: block;
|
||||
width: 70px;
|
||||
float: left;
|
||||
margin: 5px 10px;
|
||||
/* IE 6 bug double margines,solution -> display: inline */
|
||||
_display: inline;
|
||||
}
|
||||
|
||||
.user_form input{
|
||||
margin: 5px 10px;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.user_form div.buttons{
|
||||
width: 120px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.user_form div.buttons input{
|
||||
width: 100px;
|
||||
margin: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#user_login{
|
||||
width: 260px;
|
||||
padding: 10px 5px;
|
||||
margin: 100px auto;
|
||||
border: solid 1px;
|
||||
border-color: #aaa;
|
||||
background-color: #f8f4f4;
|
||||
}
|
||||
|
||||
#user_login .form_error{
|
||||
text-align: center
|
||||
}
|
||||
|
||||
#user_password{
|
||||
width: 300px;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
#user_password label{
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#user_password .form_error{
|
||||
margin-left: 115px;
|
||||
}
|
||||
|
||||
#categories_list{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#categories_list table{
|
||||
border-spacing: 0;
|
||||
border: 0px solid #ccc;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#categories_list table tr{
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#categories_list table tr:hover{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#categories_list table td{
|
||||
border-bottom: solid 1px #ddd;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#categories_list table td a{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#categories_list table td.action{
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
#categories_list table td.action a{
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#pagination{
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
#pagination p{
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
table.list{
|
||||
border-spacing: 1px;
|
||||
width: 100%;
|
||||
background-color: #bbb;
|
||||
table-layout: auto;
|
||||
}
|
||||
|
||||
table.list tbody a:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table.list tr{
|
||||
height: 25px;
|
||||
background-color: #fff;
|
||||
/* IE bugs -> dodaje padding dla td do height dla tr*/
|
||||
*height: 17px;
|
||||
}
|
||||
|
||||
table.list tbody tr:hover{
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
table.list th{
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
table.list td,table.list th{
|
||||
padding: 4px;
|
||||
}
|
||||
table.list thead tr,table.list tfoot tr{
|
||||
background-color: #e8e8e8;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
table.list tfoot{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.list tfoot td.summary{
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
table.list th.id,table.list td.id{
|
||||
text-align: center;
|
||||
/*width: 25px;*/
|
||||
}
|
||||
|
||||
table.list th.title,table.list td.title{
|
||||
|
||||
}
|
||||
table.list th.role,table.list td.role{
|
||||
text-align: center;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
table.list th.ip,table.list td.ip{
|
||||
text-align: center;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
table.list th.bool,table.list td.bool{
|
||||
text-align: center;
|
||||
width: 28px;
|
||||
}
|
||||
table.list th.bool{
|
||||
cursor: help;
|
||||
}
|
||||
table.list th.bool_wide,table.list td.bool_wide{
|
||||
text-align: center;
|
||||
width: 56px;
|
||||
}
|
||||
|
||||
table.list th.date,table.list td.date{
|
||||
text-align: center;
|
||||
width: 70px;
|
||||
}
|
||||
table.list th.datetime,table.list td.datetime{
|
||||
text-align: center;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
table.list th.action,table.list td.action{
|
||||
width: 56px;
|
||||
}
|
||||
|
||||
table.list td.action a{
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
table.list th.symbol,table.list td.symbol{
|
||||
text-align: center;
|
||||
/*width: 25px;*/
|
||||
}
|
||||
|
||||
table.list th.price,table.list td.price{
|
||||
text-align: center;
|
||||
width: 60px;
|
||||
}
|
||||
table.list th.vat,table.list td.vat{
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
}
|
||||
table.list td.price{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.list th.quantity,table.list td.quantity{
|
||||
text-align: center;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
table.list th.tel,table.list td.tel{
|
||||
text-align: center;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
table.list th.payment,table.list td.payment{
|
||||
text-align: center;
|
||||
width: 55px;
|
||||
}
|
||||
|
||||
table.list th.status,table.list td.status{
|
||||
text-align: center;
|
||||
width: 76px;
|
||||
}
|
||||
|
||||
table.list th.total,table.list td.total{
|
||||
text-align: center;
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
table.list td.total{
|
||||
text-align: right;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
|
||||
table.show{
|
||||
margin: 0;
|
||||
border-spacing: 1px;
|
||||
background-color: #bbb;
|
||||
table-layout: auto;
|
||||
}
|
||||
|
||||
table.show tr{
|
||||
height: 25px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
table.show td,table.show th{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table.show th{
|
||||
width: 150px;
|
||||
background-color: #e8e8e8;
|
||||
color: #2b2b2b;
|
||||
}
|
||||
|
||||
table.image_list{
|
||||
border-spacing: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
table.image_list td{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table.image_list thead td{
|
||||
border-bottom: solid 1px #ccc;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.image_list tbody td{
|
||||
border-bottom: solid 1px #ccc;
|
||||
}
|
||||
|
||||
table.image_list td input.submit, table.image_list td button.delete{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.image_list td button.delete{
|
||||
color: red;
|
||||
}
|
||||
|
||||
table.image_list td.thumb{
|
||||
width: 192px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.image_list td.thumb img{
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
table.image_list tr.image_add td{
|
||||
padding: 25px 5px;
|
||||
}
|
||||
|
||||
table.legend caption{
|
||||
margin-top: 20px;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.legend td{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.narrow{
|
||||
width: 65%;
|
||||
/*margin: auto;*/
|
||||
}
|
||||
|
||||
table.narrow{
|
||||
width: 65%;
|
||||
/*margin: auto;*/
|
||||
}
|
||||
|
||||
#user th.action,#user td.action{
|
||||
width: 86px;
|
||||
}
|
||||
|
||||
#search_bar{
|
||||
float: right;
|
||||
padding-right: 0px;
|
||||
padding-bottom: 12px;
|
||||
text-align: left;
|
||||
color: #000;
|
||||
font-weight: normal;
|
||||
font-size: 11px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
#search_bar ul li{
|
||||
float: left;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#search_bar ul li input{
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
#search_bar ul li select{
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
#suggest{
|
||||
position : absolute;
|
||||
width: 150px;
|
||||
background-color: white;
|
||||
border: 1px solid #888;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#suggest ul{
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#suggest ul li.selected{
|
||||
background-color: #ffb;
|
||||
}
|
||||
|
||||
#suggest ul li{
|
||||
list-style-type: none;
|
||||
float: none;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
line-height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
58
css/admin_menu.css
Normal file
58
css/admin_menu.css
Normal file
@@ -0,0 +1,58 @@
|
||||
/* CSS Document */
|
||||
|
||||
#menu0{
|
||||
width: 228px;
|
||||
margin-right: 10px;
|
||||
padding: 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#menu0 a{
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
#menu0 a:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#menu0 dt{
|
||||
background: url("/images/admin/menu_header.png") no-repeat;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
color: #444;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
margin: 10px 0 0 0;
|
||||
padding-left: 25px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#menu0 dt a{
|
||||
color: #fff;
|
||||
}
|
||||
#menu0 dd{
|
||||
background-color: #fff;
|
||||
color: #595959;
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: #c5c7c9;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#menu0 dd a{
|
||||
display: block;
|
||||
padding: 5px 0;
|
||||
padding-left: 35px;
|
||||
background: url("/images/admin/menu_arrow.gif") no-repeat 25px #fff;
|
||||
color: #595959;
|
||||
}
|
||||
#menu0 dd a:hover{
|
||||
background: url("/images/admin/menu_arrow_hover.gif") no-repeat 25px #e8e8e8;
|
||||
color: #e1319a;
|
||||
}
|
||||
|
||||
#menu0 dd.active{
|
||||
font-weight: bold;
|
||||
}
|
||||
330
css/default.css
Normal file
330
css/default.css
Normal file
@@ -0,0 +1,330 @@
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
a {
|
||||
color: #adadad;
|
||||
}
|
||||
|
||||
.more {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.back {
|
||||
text-align: left;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.clear_both {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
hr.line {
|
||||
border: none;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
height: 0px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.horizontal-line {
|
||||
border-bottom: 1px solid #f2f2f2;
|
||||
height: 0px;
|
||||
font-size: 0px;
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
font-family: Verdana, Tahoma, Arial, "Lucida Grande", sans-serif;
|
||||
/*font-family: "Myriad Pro",Corbel,"Trebuchet MS",sans-serif;
|
||||
font-family: "Times New Roman",Georgia,"Lucida Grande",serif */
|
||||
font-size: 12px;
|
||||
line-height: 1.4em;
|
||||
color: #adadad;
|
||||
}
|
||||
|
||||
#container {
|
||||
background: url("/images/container-bg.png") repeat-y center;
|
||||
width: 976px;
|
||||
margin: auto;
|
||||
margin-top: 10px;
|
||||
padding-bottom: 5px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#header-box {
|
||||
background: url("/images/header-box-bg.png") no-repeat top left;
|
||||
/*height: 218px;*/
|
||||
height: 197px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#logo {
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
margin-top: 28px;
|
||||
margin-left: 20px;
|
||||
width: 315px;
|
||||
height: 95px;
|
||||
}
|
||||
|
||||
#logo a {
|
||||
display: block;
|
||||
width: 315px;
|
||||
height: 50px;
|
||||
text-indent: -1000%;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#logo div {
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
color: #80b5f1;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
#flash-frame {
|
||||
float: right;
|
||||
overflow: hidden;
|
||||
width: 618px;
|
||||
height: 196px;
|
||||
margin: 1px 1px 0 0;
|
||||
}
|
||||
|
||||
#flash {
|
||||
margin: 0px;
|
||||
height: 196px;
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
||||
#col-left {
|
||||
width: 266px;
|
||||
margin-left: 0px;
|
||||
float: left;
|
||||
_display: inline;
|
||||
/* IE6 */
|
||||
}
|
||||
|
||||
#col-right {
|
||||
width: 710px;
|
||||
margin-right: 0px;
|
||||
float: right;
|
||||
color: #fff;
|
||||
_display: inline;
|
||||
/* IE6 */
|
||||
}
|
||||
|
||||
#col-right a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
ul#menu-nav {
|
||||
width: 210px;
|
||||
border-left: 1px solid #262626;
|
||||
border-bottom: 1px solid #262626;
|
||||
list-style: none;
|
||||
margin-top: -50px;
|
||||
padding: 0 28px 25px;
|
||||
color: #747577;
|
||||
font-family: Tahoma, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 16px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
ul#menu-nav li {
|
||||
border-top: 1px dashed #848587;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
ul#menu-nav li:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
ul#menu-nav li.collapsible {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
ul#menu-nav li ul.sub-menu {
|
||||
display: none;
|
||||
padding-top: 4px;
|
||||
padding-left: 25px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
ul#menu-nav li ul.sub-menu li {
|
||||
border-top: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#menu-nav a {
|
||||
color: #747577;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#menu-nav a strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#menu-nav a:hover,
|
||||
#menu-nav .active a {
|
||||
color: #3f3f40;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* szybki-kontakt */
|
||||
|
||||
#szybki-kontakt {
|
||||
/*
|
||||
position: fixed;
|
||||
bottom: 5px;
|
||||
*/
|
||||
width: 190px;
|
||||
margin-top: 20px;
|
||||
margin-left: 20px;
|
||||
padding: 5px 16px 16px;
|
||||
border: 1px solid #666666;
|
||||
background-color: #d4d5d7;
|
||||
color: #616161;
|
||||
}
|
||||
|
||||
#szybki-kontakt a {
|
||||
color: #616161;
|
||||
}
|
||||
|
||||
/* content */
|
||||
|
||||
|
||||
#content-box {
|
||||
background: url("/images/content-box-bg.png") no-repeat top left;
|
||||
padding-left: 10px;
|
||||
font-size: 12px;
|
||||
/*11px*/
|
||||
min-height: 440px;
|
||||
overflow: hidden;
|
||||
_overflow: none;
|
||||
/* IE6 */
|
||||
}
|
||||
|
||||
#page {
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
#page .text {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#page .text img {
|
||||
border: 2px ridge #abc;
|
||||
margin: 3px 5px;
|
||||
padding: 1px
|
||||
}
|
||||
|
||||
#page h1:first-child,
|
||||
#news-right h1:first-child {
|
||||
font-size: 22px;
|
||||
font-weight: normal;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dashed #fff;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#page h2 {
|
||||
font-size: 16px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#page h3 {
|
||||
margin-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#page a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#page a:hover {}
|
||||
|
||||
#page p {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#page ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#page ol {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#page .error-404 {}
|
||||
|
||||
|
||||
#gmap-frame {
|
||||
border: 2px ridge #abc;
|
||||
margin: 20px auto;
|
||||
overflow: hidden;
|
||||
width: 500px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#gmap {
|
||||
width: 500px;
|
||||
height: 400px;
|
||||
overflow: hidden;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* footer */
|
||||
|
||||
#footer-box {
|
||||
overflow: hidden;
|
||||
width: 710px;
|
||||
margin-top: 10px;
|
||||
margin-left: 266px;
|
||||
padding: 8px 0;
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
||||
#footer-box a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#copyright {
|
||||
float: left;
|
||||
margin-left: 50px;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
word-spacing: 0.3em;
|
||||
_display: inline;
|
||||
/* IE6 */
|
||||
}
|
||||
|
||||
#created {
|
||||
float: right;
|
||||
margin-right: 50px;
|
||||
font-size: 10px;
|
||||
line-height: 14px;
|
||||
color: #eee;
|
||||
_display: inline;
|
||||
/* IE6 */
|
||||
}
|
||||
|
||||
#created a {
|
||||
color: #eee;
|
||||
}
|
||||
4
css/infobar.css
Normal file
4
css/infobar.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/*Based on No IE Information Bar 0.2.6 by Martin Ng <http://minghong.webhop.org>, modified by Kornel Lesinski. Under license:http://creativecommons.org/licenses/by-nc/2.0/legalcode*/
|
||||
@media screen{#viewplot{
|
||||
padding:0; margin: 0px;
|
||||
width:100%;height:95%;overflow:auto;height:expression(this.parentNode.offsetHeight-this.offsetTop);position:relative}html{border-top:0;border-left:0;border-bottom:0;overflow:hidden;height:100%}body{margin:0;padding:0;overflow:hidden;height:100%}#infobar{width:100%;font:normal 8pt/1 "MS Sans Serif"}#infobar a{display:block;font:message-box;zoom:1;color:InfoText;background:InfoBackground url('/images/infobar.gif') no-repeat fixed .33em .2em;padding:.45em .3em .45em 2.3em;border-bottom:.16em outset;text-align:left;text-decoration:none;cursor:default}#infobar a{font-size:8pt;letter-spacing:0}#infobar a:hover{color:HighlightText;background-color:Highlight}}#infobar b{position:absolute;right:5px;top:3px;font-size:11px;font-family:webdings;cursor:hand}@media print{#infobar{display:none}}
|
||||
333
css/jquery.fancybox.css
vendored
Normal file
333
css/jquery.fancybox.css
vendored
Normal file
@@ -0,0 +1,333 @@
|
||||
/*
|
||||
* FancyBox - jQuery Plugin
|
||||
* Simple and fancy lightbox alternative
|
||||
*
|
||||
* Copyright (c) 20010 Janis Skarnelis
|
||||
* Examples and documentation at: http://fancybox.net
|
||||
*
|
||||
* Version: 1.3.0 (02/02/2010)
|
||||
* Requires: jQuery v1.3+
|
||||
*
|
||||
* Dual licensed under the MIT and GPL licenses:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
*/
|
||||
|
||||
#fancybox-loading {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
margin-top: -20px;
|
||||
margin-left: -20px;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
z-index: 1104;
|
||||
display: none;
|
||||
}
|
||||
|
||||
* html #fancybox-loading { /* IE6 */
|
||||
position: absolute;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#fancybox-loading div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 40px;
|
||||
height: 480px;
|
||||
background: transparent url('/images/fancybox/fancy_loading.png') no-repeat;
|
||||
}
|
||||
|
||||
#fancybox-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: #000;
|
||||
z-index: 1100;
|
||||
display: none;
|
||||
}
|
||||
|
||||
* html #fancybox-overlay { /* IE6 */
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#fancybox-tmp {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
overflow: auto;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#fancybox-wrap {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
z-index: 1101;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#fancybox-outer {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
#fancybox-inner {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
outline: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#fancybox-hide-sel-frame {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#fancybox-close {
|
||||
position: absolute;
|
||||
top: -15px;
|
||||
right: -15px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: url('/images/fancybox/fancy_close.png') top left no-repeat;
|
||||
cursor: pointer;
|
||||
z-index: 1103;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#fancybox_error {
|
||||
color: #444;
|
||||
font: normal 12px/20px Arial;
|
||||
}
|
||||
|
||||
#fancybox-content {
|
||||
height: auto;
|
||||
width: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#fancybox-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
outline: none;
|
||||
line-height: 0;
|
||||
vertical-align: top;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
#fancybox-frame {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#fancybox-title {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
z-index: 1102;
|
||||
}
|
||||
|
||||
.fancybox-title-inside {
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.fancybox-title-outside {
|
||||
padding-top: 5px;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fancybox-title-over {
|
||||
color: #FFF;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#fancybox-title-over {
|
||||
padding: 10px;
|
||||
background: url('/images/fancybox/fancy_title_over.png');
|
||||
display: block;
|
||||
}
|
||||
|
||||
#fancybox-title-wrap {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#fancybox-title-wrap span {
|
||||
height: 32px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#fancybox-title-left {
|
||||
padding-left: 15px;
|
||||
background: transparent url('/images/fancybox/fancy_title_left.png') repeat-x;
|
||||
}
|
||||
|
||||
#fancybox-title-main {
|
||||
font-weight: bold;
|
||||
line-height: 29px;
|
||||
background: transparent url('/images/fancybox/fancy_title_main.png') repeat-x;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#fancybox-title-right {
|
||||
padding-left: 15px;
|
||||
background: transparent url('/images/fancybox/fancy_title_right.png') repeat-x;
|
||||
}
|
||||
|
||||
#fancybox-left, #fancybox-right {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
height: 100%;
|
||||
width: 35%;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
background-image: url('/images/fancybox/blank.gif');
|
||||
z-index: 1102;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#fancybox-left {
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#fancybox-right {
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
#fancybox-left-ico, #fancybox-right-ico {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: -9999px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-top: -15px;
|
||||
cursor: pointer;
|
||||
z-index: 1102;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#fancybox-left-ico {
|
||||
background: transparent url('/images/fancybox/fancy_nav_left.png') no-repeat;
|
||||
}
|
||||
|
||||
#fancybox-right-ico {
|
||||
background: transparent url('/images/fancybox/fancy_nav_right.png') no-repeat;
|
||||
}
|
||||
|
||||
#fancybox-left:hover, #fancybox-right:hover {
|
||||
visibility: visible; /* IE6 */
|
||||
}
|
||||
|
||||
#fancybox-left:hover span {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
#fancybox-right:hover span {
|
||||
left: auto;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
div.fancy-bg {
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
div#fancy-bg-n {
|
||||
top: -20px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
|
||||
}
|
||||
|
||||
div#fancy-bg-ne {
|
||||
top: -20px;
|
||||
right: -20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
|
||||
}
|
||||
|
||||
div#fancy-bg-e {
|
||||
top: 0;
|
||||
right: -20px;
|
||||
height: 100%;
|
||||
width: 20px;
|
||||
background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
|
||||
}
|
||||
|
||||
div#fancy-bg-se {
|
||||
bottom: -20px;
|
||||
right: -20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
|
||||
}
|
||||
|
||||
div#fancy-bg-s {
|
||||
bottom: -20px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
|
||||
}
|
||||
|
||||
div#fancy-bg-sw {
|
||||
bottom: -20px;
|
||||
left: -20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
|
||||
}
|
||||
|
||||
div#fancy-bg-w {
|
||||
top: 0;
|
||||
left: -20px;
|
||||
height: 100%;
|
||||
width: 20px;
|
||||
background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
|
||||
}
|
||||
|
||||
div#fancy-bg-nw {
|
||||
top: -20px;
|
||||
left: -20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
|
||||
}
|
||||
101
css/jquery.lightbox.css
Normal file
101
css/jquery.lightbox.css
Normal file
@@ -0,0 +1,101 @@
|
||||
/**
|
||||
* jQuery lightBox plugin
|
||||
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
|
||||
* and adapted to me for use like a plugin from jQuery.
|
||||
* @name jquery-lightbox-0.5.css
|
||||
* @author Leandro Vieira Pinho - http://leandrovieira.com
|
||||
* @version 0.5
|
||||
* @date April 11, 2008
|
||||
* @category jQuery plugin
|
||||
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
|
||||
* @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
|
||||
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
|
||||
*/
|
||||
#jquery-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 90;
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
#jquery-lightbox {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
}
|
||||
#jquery-lightbox a img { border: none; }
|
||||
#lightbox-container-image-box {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#lightbox-container-image { padding: 10px; }
|
||||
#lightbox-loading {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left: 0%;
|
||||
height: 25%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
}
|
||||
#lightbox-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
#lightbox-container-image-box > #lightbox-nav { left: 0; }
|
||||
#lightbox-nav a { outline: none;}
|
||||
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
|
||||
width: 49%;
|
||||
height: 100%;
|
||||
zoom: 1;
|
||||
display: block;
|
||||
}
|
||||
#lightbox-nav-btnPrev {
|
||||
left: 0;
|
||||
float: left;
|
||||
}
|
||||
#lightbox-nav-btnNext {
|
||||
right: 0;
|
||||
float: right;
|
||||
}
|
||||
#lightbox-container-image-data-box {
|
||||
font: 10px Verdana, Helvetica, sans-serif;
|
||||
background-color: #fff;
|
||||
margin: 0 auto;
|
||||
line-height: 1.4em;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
padding: 0 10px 0;
|
||||
}
|
||||
#lightbox-container-image-data {
|
||||
padding: 0 10px;
|
||||
color: #666;
|
||||
}
|
||||
#lightbox-container-image-data #lightbox-image-details {
|
||||
width: 70%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
#lightbox-image-details-caption { font-weight: bold; }
|
||||
#lightbox-image-details-currentNumber {
|
||||
display: block;
|
||||
clear: left;
|
||||
padding-bottom: 1.0em;
|
||||
}
|
||||
#lightbox-secNav-btnClose {
|
||||
width: 66px;
|
||||
float: right;
|
||||
padding-bottom: 0.7em;
|
||||
}
|
||||
41
css/layout.css
Normal file
41
css/layout.css
Normal file
@@ -0,0 +1,41 @@
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
img{
|
||||
border: 0;
|
||||
}
|
||||
a{
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
h1{
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
line-height: 2em;
|
||||
}
|
||||
h2{
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
h3{
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
h4{
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
h5{
|
||||
font-size: 9px;
|
||||
font-weight: normal;
|
||||
}
|
||||
html{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
47
css/print.css
Normal file
47
css/print.css
Normal file
@@ -0,0 +1,47 @@
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,object,embed,p,blockquote,fieldset,input,table,td,th{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
img{
|
||||
border:0;
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration:none;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size:14px;
|
||||
font-weight:bold;
|
||||
}
|
||||
h3{
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
}
|
||||
h4{
|
||||
font-size:10px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
p.title{
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
body{
|
||||
font-family:Verdana,Tahoma,Verdana,Arial,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#kohana-debug-toolbar{
|
||||
display:none;
|
||||
}
|
||||
45
css/tiny_mce_default.css
Normal file
45
css/tiny_mce_default.css
Normal file
@@ -0,0 +1,45 @@
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
* { margin:0 ; padding: 0 ; }
|
||||
|
||||
html {
|
||||
width: 100%;
|
||||
background-color: #192028 ;
|
||||
}
|
||||
body {
|
||||
position: relative ;
|
||||
padding: 0 ;
|
||||
width: 650px;
|
||||
}
|
||||
body, td, pre {
|
||||
text-align: none;
|
||||
font: 12px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a{
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
p{
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
ul{
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
ol{
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 2px ridge #abc;
|
||||
margin: 3px 5px;
|
||||
padding: 1px
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user