first commit

This commit is contained in:
2026-04-24 15:32:21 +02:00
commit 20d40fead4
5046 changed files with 641038 additions and 0 deletions

View File

@@ -0,0 +1 @@
mail_demo:6V9RW.OLuhQnU

View File

@@ -0,0 +1,85 @@
/*
* Picker v3.0.11 - 2014-02-26
* A jQuery plugin for replacing default checkboxes and radios. Part of the formstone library.
* http://formstone.it/picker/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/
.picker-element { opacity: 0; position: absolute; z-index: -1;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.picker { cursor: pointer; margin: 0 0 10px 0; overflow: hidden; }
.picker .picker-label { color: #888; cursor: pointer; display: block; float: left; font-size: 14px; float: left; line-height: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.picker .picker-handle { border: 1px solid #ccc; display: block; float: left; height: 16px; margin: 0 5px 0 0; width: 16px; }
/* Focus */
.picker.focus .picker-label { color: #555; }
.picker.focus .picker-handle { border-color: #aaa; }
/* Radio Input */
.picker.picker-radio .picker-handle { border-radius: 8px; }
.picker.picker-radio .picker-flag { background: #fff; display: block; border-radius: 4px; height: 8px; margin: 3px; width: 8px; }
.picker.picker-radio.focus .picker-flag { background: #ddd; }
.picker.picker-radio.checked .picker-flag { background: #999; }
/* Checkbox Input */
.picker.picker-checkbox .picker-handle { border-radius: 3px; }
.picker.picker-checkbox .picker-flag { background: #fff; border-radius: 2px; display: block; height: 100%; margin: 0; width: 100%; }
/* 'Checked' */
.picker.picker-checkbox.checked .picker-flag { background: #fff url(jquery.fs.picker-icon.png) no-repeat center; }
/* 'Toggle' Style Input */
.picker.picker-toggle { padding: 20px 0 0; position: relative; }
.picker.picker-toggle .picker-toggle-label { color: #999; font-size: 12px; position: absolute; text-transform: uppercase; top: 0; }
.picker.picker-toggle .picker-toggle-label.on { left: 0; }
.picker.picker-toggle .picker-toggle-label.off { color: #333; right: 0; }
.picker.picker-toggle .picker-label { display: none; }
.picker.picker-toggle .picker-handle { border-radius: 3px; height: 20px; position: relative; width: 100%; }
.picker.picker-toggle .picker-flag { background: #666; border-radius: 2px; display: block; height: 100%; left: 50%; margin: 0; position: absolute; top: 0; width: 50%;
-webkit-transition: left 0.1s linear;
-moz-transition: left 0.1s linear;
-ms-transition: left 0.1s linear;
-o-transition: left 0.1s linear;
transition: left 0.1s linear;
}
.picker.picker-toggle.checked .picker-toggle-label.on { color: #333; }
.picker.picker-toggle.checked .picker-toggle-label.off { color: #999; }
.picker.picker-toggle.checked .picker-flag { background: #666; left: 0; }
/* 'Disabled' State */
.picker.disabled { cursor: default; opacity: 0.5; }
.picker.disabled .picker-label { cursor: default; }
.picker.disabled .picker-handle { cursor: default; }
@media screen and (min-width: 740px) {
.picker:hover .picker-label { color: #555; }
.picker:hover .picker-handle { border-color: #aaa; }
.picker.picker-radio:hover .picker-flag { background: #ddd; }
.picker.disabled:hover .picker-label { color: #888; }
.picker.disabled:hover .picker-handle { border-color: #ccc; }
.picker.picker-radio.disabled:hover .picker-flag { background: #fff; }
}
/* IE8 */
@media \0screen {
.picker-element { left: -99999px; }
.picker.disabled { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
}

View File

@@ -0,0 +1,604 @@
/* -----------------------------------
Projekt: panel administracyjny
webmaster: Maciej Szelezin
------------------------------------- */
/* Czyszczenie stylów */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td {border:0;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0}
/* Layout */
body {background: #000000 url('../../image/Admin/backgroundBody.gif') no-repeat scroll center top; font-family: tahoma, verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#505052; margin:10px;}
.cb {clear:both;}
a {
color:#4182AB;
text-decoration:none;
}
h1 {
font-size:21px;
font-weight:normal;
}
h2 {
font-size: 12px;
}
h3 {
font-size:18px;
font-weight:normal;
}
.none {
display: none;
}
/* NAGLOWEK PANELU ADMINISTRACYJNEGO */
div.titleHeader {width: 100%; font-size: 20px; color: #6eb6df; margin-bottom:10px;}
div.titleHeader img {vertical-align: middle;}
div.titleHeader a {color: #6eb6df; text-decoration:none;}
div.titleHeader a:hover { text-decoration:none;}
/* GLOWNA RAMKA */
div.mainContentFrame {background-color:#ccdef3; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:10px;}
div.mainContentFrameLogin { background-color:#ccdef3; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:10px; width:500px; margin:0 auto;}
/* ZAKLADKI MENU GLOWNEGO */
ul.tabs {margin-top: 10px; padding-left: 10px; list-style: none; height:20px;}
ul.tabs li {float: left;}
ul.tabs li a {width: 130px; height: 20px; color:#ffffff; text-decoration: none; font-weight: normal; font-size: 11px; background-color:transparent; text-align: center; display: block; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; margin-right:1px; line-height: 20px;}
ul.tabs li a:hover {background-color:#666f7a; display: block; }
ul.tabs a.selected {width: 130px; height: 20px; color:#333333; font-weight:bold; text-decoration: none; font-size: 11px; background-color:#ccdef3; text-align: center; display: block; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; margin-right:1px; line-height: 20px;
background:
-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.50, rgb(204,222,243)),
color-stop(0.89, rgb(255,255,255))
);
background:
-moz-linear-gradient(
center bottom,
rgb(204,222,243) 50%,
rgb(255,255,255) 89%
);
}
ul.tabs a.selected:hover {width: 130px; height: 20px; color:#333333; font-weight:bold; text-decoration: none; font-size: 11px; background-color:#ccdef3; text-align: center; display: block; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; margin-right:1px; line-height: 20px;}
/* MENU BOCZNE */
.sideMenuContainer {float: left; width: 300px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:0px; border:1px solid #cccccc; background-color:#ffffff; margin-right:10px;}
.sideMenu {background:#ffffff; margin:10px; border:1px solid #cccccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.sideMenuIcons { padding:10px;}
.sideMenuIcons a { border-right:1px dotted #cccccc; padding-right: 5px;}
.section { margin:10px; }
.section ul {list-style-type:none;}
.section ul li a { color:#666666; text-decoration:none; padding:4px 35px; display:block;}
.section ul li.sub { margin-left: 20px; }
.section ul li a:hover { color:#666666; text-decoration:none; padding:4px 35px; display:block; background-color:#eeeeee;}
.section ul li a.active { border:1px solid #b5c3fe; background-color:#dee4fe; font-weight:bold; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.section ul li a.nonactive { color: #ff5b02;}
.sideMenu h2 { font-size:14px; font-weight:normal; padding: 5px 10px;
/* background: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, rgb(226,226,226)), color-stop(0.63, rgb(255,255,255)));
background:-moz-linear-gradient(center bottom, rgb(226,226,226) 10%, rgb(255,255,255) 63%); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
*/
box-shadow:inset 0px -10px 20px #e4e4e4; -webkit-box-shadow: inset 0px -10px 20px #e4e4e4; -moz-box-shadow: inset 0px -10px 20px #e4e4e4; -o-box-shadow: inset 0px -10px 20px #e4e4e4;
}
.sideMenu h2 a { text-decoration:none; color:#666666;}
.sideMenu h2 img { margin-right:5px;}
.mainContent {
margin:0;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:0px; border:1px solid #cccccc; background-color:#ffffff;
padding:10px;
overflow: hidden;
}
.mainContentLogin {
margin:0 auto;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:0px; border:1px solid #cccccc; background-color:#ffffff;
padding:10px;
}
.mainOptions {
background:#ffffff; border:1px solid #cccccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
margin-top:10px;
float: left;
width:100%;
}
.mainOptions h2 {
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:0px; background-color:#ffffff;
padding:5px 10px;
/* background: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, rgb(226,226,226)), color-stop(0.63, rgb(255,255,255)));
background:-moz-linear-gradient(center bottom, rgb(226,226,226) 10%, rgb(255,255,255) 63%); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
*/
box-shadow:inset 0px -10px 20px #e4e4e4; -webkit-box-shadow: inset 0px -10px 20px #e4e4e4; -moz-box-shadow: inset 0px -10px 20px #e4e4e4; -o-box-shadow: inset 0px -10px 20px #e4e4e4;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.mainOptions h2 a {
text-decoration:none;
color:#666666;
}
.optionContent {
padding:10px;
}
table.loginTable {
width:250px;
margin:0 auto;
}
table.loginTable,table.loginTable td {
border:none;
}
table.loginTable tr:nth-child(odd), th:nth-child(odd) {
background-color:transparent;
}
table.loginTable tr:hover {
background:transparent;
}
table.commonTable {
border: none;
margin-bottom:10px;
}
tr:nth-child(odd), th:nth-child(odd) {
background-color:#f7f7f7;
}
table.commonTable tr:nth-child(odd) th {
background-color:#f7f7f7;
}
table.commonTable tr:nth-child(even) th {
background-color:#fff;
}
table.commonTable th {
background-color: #ffffff;
text-align:right;
width:5%;
white-space:nowrap;
border-bottom:1px solid #dddddd;
padding-right:10px;
border-right:1px solid #dddddd;
}
.commonTable tr:nth-child(odd):hover {
background:#f7f7f7;
}
.commonTable tr:nth-child(even):hover {
background:#fff;
}
table.commonTable tr td {
border-bottom:1px solid #dddddd;
padding:4px;
vertical-align:middle;
padding-left:10px;
}
table.commonTable tr:nth-last-child(-n+1) td, table.commonTable tr:nth-last-child(-n+1) th {
border-bottom:none;
}
.commonTable td {
padding:2px 6px; border:0px solid #eeeeee; border-width:0 0px 0px 0;
vertical-align: top;
}
input[type=text], textarea {
width: 90%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
select {
width:225px;
}
select.tiny {
width:50px;
font-size:11px;
}
input[type=text].tiny, input[type=password].tiny
{
width:50px;
}
input[type=text].small, select.small, input[type=password].small {
width:150px;
}
input[type=text].medium, input[type=password].medium {
width:220px;
}
input[type=text].long, input[type=password].long {
width:300px;
}
input[type=radio], input[type=checkbox] {
width: none;
margin-top:8px;
margin-right:6px;
}
input[type=submit], input[type=button] {
padding:5px 15px;
color:#fff;
background:#666666;
border:none;
box-shadow:inset 0px -10px 20px #000; -webkit-box-shadow: inset 0px -10px 20px #000; -moz-box-shadow: inset 0px -10px 20px #000; -o-box-shadow: inset 0px -10px 20px #000;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
margin-left: 5px;
cursor:pointer;
}
input.cancel {
border:1px solid #ccc;
color:#666;
background:#fff;
box-shadow:inset 0px -10px 20px #eee; -webkit-box-shadow: inset 0px -10px 20px #eee; -moz-box-shadow: inset 0px -10px 20px #eee; -o-box-shadow: inset 0px -10px 20px #eee;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
input.cancel[type=button]:hover {
background:#fff;
box-shadow:inset 0px -10px 20px #999; -webkit-box-shadow: inset 0px -10px 20px #ccc; -moz-box-shadow: inset 0px -10px 20px #ccc; -o-box-shadow: inset 0px -10px 20px #ccc;
}
input[type=submit]:hover, input[type=button]:hover {
background:#999999;
box-shadow:inset 0px -10px 20px #333333; -webkit-box-shadow: inset 0px -10px 20px #333333; -moz-box-shadow: inset 0px -10px 20px #333333; -o-box-shadow: inset 0px -10px 20px #333333;
}
input.date {
width:150px;
}
.mainContent table th {
background-color: #ededed;
padding:10px;
text-align:left;
color:#333333;
border-left:1px solid #ffffff;
}
table th a {
text-decoration:none;
color:#193341;
}
table {
width:100%;
}
table td {
padding:10px;
border:1px solid #dddddd; border-width:0 1px 1px 0;
}
table tr:hover {
background-color:#f6f4cd;
}
tr.selAllRow {
background:transparent;
border:none;
}
tr.selAllRow:hover {
background-color: transparent;
}
tr.selAllRow td {
border:none;
border-bottom: 1px solid #dddddd;
}
tr.selAllRow .cornerTop {
background: transparent url('../../image/Admin/CornerTop.gif') no-repeat scroll 16px 17px;
border:none;
}
.mainContent tr.selAllRow .cornerBottom {
background: transparent url('../../image/Admin/CornerBottom.gif') no-repeat scroll 16px -6px;
border:none;
}
.mainContent tr.selAllRow td {
border-bottom:none;
}
tr.selAllRow a {
font-weight: bold;
margin-right:10px;
padding-right:10px;
border-right: 1px solid #ccc;
}
tr.selAllRow a:nth-last-child(-n+1) {
border:none;
}
table td.selAll {
width:14px;
background: #ffffff url('../../image/Admin/sellAllBg.gif') repeat-y scroll 10px top;
border-bottom:none;
}
td.selAll input[type=checkbox] {
margin:0;
}
div.sort {
width: 6px;
height:12px;
float:right;
position:relative;
}
.sort a.ascending {
width:6px;
height:4px;
background: transparent url('../../image/Admin/up.gif') no-repeat scroll 0 0;
position:absolute;
top:0;
}
.sort a.descending {
width:6px;
height:4px;
background: transparent url('../../image/Admin/down.gif') no-repeat scroll 0 0;
position:absolute;
bottom:0;
}
.sort a.ascendingAct {
width:6px;
height:4px;
background: transparent url('../../image/Admin/up_act.gif') no-repeat scroll 0 0;
position:absolute;
top:0;
}
.sort a.descendingAct {
width:6px;
height:4px;
background: transparent url('../../image/Admin/down_act.gif') no-repeat scroll 0 0;
position:absolute;
bottom:0;
}
.sort img {
margin-bottom:2px;
}
.validate {
color:#cc0000;
font-size:11px;
background:transparent url('../../image/Admin/validation.gif') no-repeat scroll left top;
line-height:15px;
padding-left:20px;
margin-top: 5px;
}
h2.slidingTab {
cursor:pointer;
}
h2.slidingTab a.expand {
padding-left:10px;
background:transparent url('../../image/Admin/expand.gif') no-repeat scroll left 3px;
}
h2.slidingTab a.colapse {
padding-left:10px;
background:transparent url('../../image/Admin/colapse.gif') no-repeat scroll left 3px;
}
.add {
padding-left:20px;
background:transparent url('../../image/Admin/add.gif') no-repeat scroll left -2px;
position:relative;
height:1px;
}
.searchBox {
border:1px solid #cccccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
padding:10px 20px; margin-bottom: 10px;
}
.searchBoxFilters {
box-shadow:inset 0px -10px 30px #eee; -webkit-box-shadow: inset 0px -10px 30px #eee; -moz-box-shadow: inset 0px -10px 30px #eee; -o-box-shadow: inset 0px -10px 30px #eee;
border:1px solid #cccccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
padding:10px 20px; margin-bottom: 10px;
margin-top:10px;
padding-bottom:20px;
}
.searchBoxFilters h4 {
margin-bottom: 10px;
float:left;width:100%;
}
.searchBoxFilters h4 a {
float:right;
text-decoration:none;
color:#333;
box-shadow: none; -moz-box-shadow:none;
border:none;
background:transparent;
}
.searchBoxFilters h4 a span {
border:1px solid #666;
padding:0px 2px;
font-size:10px;
}
.searchBoxFilters a {
padding:5px;
background-color: #999999;
box-shadow:inset 0px -10px 30px #666; -webkit-box-shadow: inset 0px -10px 30px #666; -moz-box-shadow: inset 0px -10px 30px #666; -o-box-shadow: inset 0px -10px 30px #666;
border:1px solid #cccccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
color:#fff;
text-decoration:none;
}
.searchBoxFilters a span {
font-weight: bold;
font-size:9px;
border:1px solid #999;
padding:0 2px;
position:relative;
bottom:1px;
margin-right:3px;
}
.searchBox table {
margin-top: 10px;
}
.searchBox table.commonTable td, .searchBox table.commonTable th{
vertical-align:top;
}
.searchBox table tr:hover, .searchBox table.commonTable tr:hover {background-color: transparent;}
.searchBox tr:nth-child(odd), th:nth-child(odd) {
background-color: transparent;
}
.searchBox table.commonTable tr:nth-child(odd) th {
background-color:#EDEDED;
}
.searchBox table.commonTable tr:nth-child(even) th {
background-color:#F7F7F7;
}
.noSort .sort{
visibility:hidden;
}
a.edit {
background: transparent url('../../image/Admin/edit.gif') no-repeat scroll left top;
padding: 2px 10px 2px 20px;
}
a.read {
background: transparent url('../../image/Admin/read.gif') no-repeat scroll left -1px;
padding: 3px 10px 3px 20px;
}
a.linked {
background: transparent url('../../image/Admin/iconType03.gif') no-repeat scroll left 5px;
padding: 3px 10px 3px 20px;
}
a.delete {
background: transparent url('../../image/Admin/delete.gif') no-repeat scroll left top;
padding: 2px 10px 2px 20px;
}
table.pictures th {
vertical-align:top;
white-space:nowrap;
width:10%;
}
table.pictures td {
vertical-align:top;
}
table.pictures tr:hover{
background:transparent;
}
.pager {
float:right;
color:#777;
margin-top:10px;
}
tr.selAllRow .pager a {
padding-right:5px;
padding-left:5px;
font-weight:normal;
margin-right: 2px;
}
tr.selAllRow .pager a.active {
font-weight:bold;
}
.pager a {
border: 1px solid #ccc;
font-size:11px;
font-weight:normal;
padding: 2px 5px;
margin-right: 2px;
margin-left: 2px;
color:#777;
}
.pager a.active {
background-color: #ccc;
color:#fff;
font-weight:bold;
}
.pager a.prvnext {
border:none;
}
.pager a.prvnext:hover {
text-decoration:underline;
}
.perpage {
float:right;
font-size:11px;
color:#777;
}
.pager .perpage {
float:right;
font-size:11px;
color:#777;
position:relative;
bottom:13px;
}
.messageError {
padding:10px;
padding-left:35px;
background: #be7075 url('../../image/Admin/error.gif') no-repeat scroll 4px center;
color:#ffffff;
margin-bottom:10px;
font-weight:bold;
border:1px #cc0000 dashed;
}
.messageInfo {
padding:10px;
padding-left:35px;
background: #f0eec3 url('../../image/Admin/inf.gif') no-repeat scroll 4px center;
color:#000000;
margin-bottom:10px;
font-weight:normal;
border:1px #f0cd56 solid;
}
.messageOk {
padding:10px;
padding-left:35px;
background: #a2f78b url('../../image/Admin/ok.gif') no-repeat scroll 4px center;
color:#000000;
margin-bottom:10px;
font-weight:normal;
border:1px #3abe16 solid;
}
.bigTable {
font-size:11px;
}
table.bigTable td {
padding:4px;
}
div.addBanerForm{
margin: auto;
width: 300px;
}
div.addBanerForm input{
margin-top: 10px;
}
.panelButtons{
margin-top: 30px;
text-align: right;
margin-right: 50px;
}
.iconCatalogy{
background-image: url("../images/iconCatalogy.gif");
background-position: left center;
background-repeat: no-repeat;
padding-left: 20px;
}
.iconCategoryUnder{
background-image: url("../images/iconCategoryUnder.gif");
background-repeat: no-repeat;
padding-left: 20px;
padding-bottom: 3px;
}
ul#configList {
margin: 2em;
}
ul#configList li {
padding-left: 1em;
margin-bottom: .5em;
}

View File

@@ -0,0 +1,66 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 2016-10-26, 21:25:12
Author : makl
*/
body {
background: #fff;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-size: 100% 100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.cb{ clear: both; }
.left{ float: left; }
.right{ float: right; }
a {
color: #00adea;
text-decoration: none;
}
.moreInfoMain {
max-width: 630px; border: solid red 0px; color: #ffffff;
}
.moreInfoImage {
float: left; min-height: 261px; min-width: 260px; border: solid red 0px; margin-right: 3px; background-color: #e6e6e6; position: relative;
}
.moreInfoImage img {
border: solid 0px red; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; margin: 0 auto; text-align: center; max-width: 200px; max-height: 200px;
}
.moreInfoTitle {
float: left; border: solid red 0px; min-width: 260px; min-height: 85px; background-color: #b7b7b7; text-align: center; line-height: 85px;
}
.moreInfoFileMain {
float: left; border: solid red 0px; min-width: 260px; min-height: 85px; margin-top: 3px; background-color: #e6e6e6; color: #0099ff; position: relative;
}
.moreInfoFile {
position: absolute; top: 50%; transform: translateY(-50%); width: 100%; margin: 0 auto;
}
.moreInfoFile a {
display: block; color: #0099ff; text-align: center; vertical-align:middle;
}
.moreInfoFile img {
max-width: 32px; height: 32px; vertical-align:middle;
}
.moreInfoContact {
float: left; border: solid red 0px; min-width: 260px; min-height: 85px; margin-top: 3px; background-color: #7e9fb2;
}
.moreInfoContact a {
display: block; color: #ffffff; text-align: center; line-height: 85px;
}
.moreInfoContactSolo {
float: left; border: solid red 0px; min-width: 350px; min-height: 85px; margin-top: 5px; background-color: #7e9fb2;
}
.moreInfoContactSolo a {
display: block; color: #ffffff; text-align: center; line-height: 85px; font-size: 24px;
}

View 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;
}

View File

@@ -0,0 +1,234 @@
.jcarousel-skin-tango .jcarousel-container {
-moz-border-radius: 10px;
background: #ffffff;
border: 0px solid #346F97;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
width: 440px;
padding: 0px 40px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
width: 75px;
height: 440px;
padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
width: 440px;
height: 60px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
width: 75px;
height: 440x;
}
.jcarousel-skin-tango .jcarousel-item {
width: 132px;
height: 75px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-left: 10px;
margin-right: 7px;
margin-top: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
margin-left: 10px;
margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
background: #fff;
color: #000;
}
/**
* Horizontal Buttons
*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
top: 15px;
right: 5px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../../image/Strona/next-horizontal2.png) no-repeat 5px 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
left: 5px;
right: auto;
background-image: url(../../image/Strona/prev-horizontal2.png);
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
background-position: -27px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
background-position: 5px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -91px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top: 15px;
left: 5px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../../image/Strona/prev-horizontal2.png) no-repeat -7px 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
left: auto;
right: 5px;
background-image: url(../../image/Strona/next-horizontal2.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
background-position: -7px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
background-position: -7px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -103px 0;
}
/**
* Vertical Buttons
*/
.jcarousel-skin-tango .jcarousel-next-vertical {
position: absolute;
bottom: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../../image/Strona/next-vertical.png) no-repeat 5px 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: 0 -104px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
position: absolute;
top: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../../image/Strona/prev-vertical.png) no-repeat 5px 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
background-position: 0 -28px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: 0 -104px;
}
/* ddd */
.jcarousel-skin-intro .jcarousel-container {
background: #ffffff;
}
.jcarousel-skin-intro .jcarousel-direction-rtl {
direction: rtl;
}
.jcarousel-skin-intro .jcarousel-container-horizontal {
width: 242px;
padding: 0px 0px;
}
.jcarousel-skin-intro .jcarousel-container-vertical {
width: 242px;
height: 340px;
padding: 0px 0px;
}
.jcarousel-skin-intro .jcarousel-clip-horizontal {
width: 242px;
height: 340px;
}
.jcarousel-skin-intro .jcarousel-clip-vertical {
width: 242px;
height: 340x;
}
.jcarousel-skin-intro .jcarousel-item {
width: 242px;
height: 340px;
}
.jcarousel-skin-intro .jcarousel-item-horizontal {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}
.jcarousel-skin-intro .jcarousel-direction-rtl .jcarousel-item-horizontal {
margin-left: 0px;
margin-right: 0;
}
.jcarousel-skin-intro .jcarousel-item-vertical {
margin-bottom: 0px;
}
.jcarousel-skin-intro .jcarousel-item-placeholder {
background: #fff;
color: #000;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,295 @@
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
overflow: hidden !important;
}
#swipebox-overlay img {
border: none !important;
}
#swipebox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999 !important;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#swipebox-container {
position: relative;
width: 100%;
height: 100%;
}
#swipebox-slider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
cursor: pointer;
}
#swipebox-slider .slide {
height: 100%;
width: 100%;
line-height: 1px;
text-align: center;
display: inline-block;
}
#swipebox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
background: none;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
#swipebox-slider .slide-loading {
background: url(../../image/Strona/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
-webkit-transition: 0.5s;
transition: 0.5s;
position: absolute;
left: 0;
z-index: 999;
height: 50px;
width: 100%;
}
#swipebox-bottom-bar {
bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
top: -50px;
}
#swipebox-top-bar.visible-bars {
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
}
#swipebox-title {
display: block;
width: 100%;
text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
background-image: url(../../image/Strona/icons.png);
background-repeat: no-repeat;
border: none !important;
text-decoration: none !important;
cursor: pointer;
width: 50px;
height: 50px;
top: 0;
}
#swipebox-arrows {
display: block;
margin: 0 auto;
width: 100%;
height: 50px;
}
#swipebox-prev {
background-position: -32px 13px;
float: left;
}
#swipebox-next {
background-position: -78px 13px;
float: right;
}
#swipebox-close {
top: 0;
right: 0;
position: absolute;
z-index: 9999;
background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
-webkit-animation: rightSpring 0.3s;
animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
-webkit-animation: leftSpring 0.3s;
animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .3s ease;
transition: all .3s ease;
content: ' ';
position: absolute;
z-index: 999;
top: 0;
height: 100%;
width: 20px;
opacity: 0;
}
.swipebox-touch #swipebox-container:before {
left: 0;
-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
right: 0;
-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
opacity: 1;
}
@-webkit-keyframes rightSpring {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes rightSpring {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes leftSpring {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes leftSpring {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@media screen and (min-width: 800px) {
#swipebox-close {
right: 10px;
}
#swipebox-arrows {
width: 92%;
max-width: 800px;
}
}
/* Skin
--------------------------*/
#swipebox-overlay {
background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
text-shadow: 1px 1px 1px black;
background: #000;
opacity: 0.95;
}
#swipebox-top-bar {
color: white !important;
font-size: 15px;
line-height: 43px;
font-family: Helvetica, Arial, sans-serif;
}

View File

@@ -0,0 +1,34 @@
/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:-30px; width:30px; height:30px; background:url(../image/arrows.png) no-repeat;background-position:-30px 0;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{opacity: 1;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:-30px; width:30px; height:30px; background:url(../image/arrows.png) no-repeat;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{opacity: 1;}
ol.bjqs-markers{position:absolute; left: 0px; list-style: none; bottom: 5px; margin: 0; padding:0; border: 0px red solid; text-align: right; width: 100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline-block; width:22px;height:22px;background:url(../image/bullets.png) no-repeat;}
ol.bjqs-markers li a{color: red;}
ol.bjqs-markers li.active-marker{background-position:0 -22px;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.theme-default .nivo-controlNav a {
display:inline-block;
width:22px;
height:22px;
background:url(bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
background-position:0 -22px;
}

View File

@@ -0,0 +1,419 @@
/*!
* jQuery Mobile 1.4.0
* Git HEAD hash: f09aae0e035d6805e461a7be246d04a0dbc98f69 <> Date: Thu Dec 19 2013 17:34:22 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
html {
font-size: 100%;
}
body,
input,
select,
textarea,
button,
.ui-btn {
font-size: 1em;
line-height: 1.3;
font-family: sans-serif /*{global-font-family}*/;
}
legend,
.ui-input-text input,
.ui-input-search input {
color: inherit;
text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
font-weight: normal;
font-size: 16px;
}
/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
border-bottom-color: #828282;
border-bottom-color: rgba(0,0,0,.15);
border-bottom-width: 0px;
border-bottom-style: solid;
}
/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
border-bottom: 1px solid rgba(0,0,0,.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback */
border-bottom: 1px solid rgba(0,0,0,.05);
}
.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
border-bottom: 0;
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
background-color: #eeeeee; /* non-RGBA fallback */
background-color: rgba(0,0,0,.04);
}
/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
font-weight: bold;
border-width: 1px;
border-style: solid;
}
.ui-btn:link {
text-decoration: none !important;
}
.ui-btn-active {
cursor: pointer;
}
/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
-webkit-border-radius: .6em /*{global-radii-blocks}*/;
border-radius: .6em /*{global-radii-blocks}*/;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
border-radius: .3125em /*{global-radii-buttons}*/;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
-webkit-border-radius: 1em;
border-radius: 1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
-webkit-background-clip: padding;
background-clip: padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
left: .6em /*{global-radii-blocks}*/;
right: .6em /*{global-radii-blocks}*/;
top: .6em /*{global-radii-blocks}*/;
bottom: .6em /*{global-radii-blocks}*/;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset {
-webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
-moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-overlay-shadow {
-webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
-moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
box-shadow: 0 0 12px rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
background-color: #666666 /*{global-icon-color}*/;
background-color: rgba(0,0,0,.3) /*{global-icon-disc}*/;
background-position: center center;
background-repeat: no-repeat;
-webkit-border-radius: 1em;
border-radius: 1em;
}
/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
background-color: #666666 /*{global-icon-color}*/;
background-color: rgba(0,0,0,.15);
}
/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
background-color: transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
}
/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
display: block;
width: 18px;
height: 18px;
margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
filter: Alpha(Opacity=30);
opacity: .3;
}
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
-webkit-border-radius: .1875em;
border-radius: .1875em;
}
.ui-radio .ui-btn.ui-radio-on:after {
background-image: none;
background-color: #fff;
width: 8px;
height: 8px;
border-width: 5px;
border-style: solid;
}
.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
background-color: #000;
}
/* Loader */
.ui-icon-loading {
background: url(images/ajax-loader.gif);
background-size: 2.875em 2.875em;
}
/* Swatches */
/* D
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-d,
.ui-page-theme-d .ui-bar-inherit,
html .ui-bar-d .ui-bar-inherit,
html .ui-body-d .ui-bar-inherit,
html body .ui-group-theme-d .ui-bar-inherit {
background: #e9e9e9 /*{d-bar-background-color}*/;
border-color: #dddddd /*{d-bar-border}*/;
color: #333333 /*{d-bar-color}*/;
text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eeeeee /*{d-bar-shadow-color}*/;
font-weight: bold;
}
.ui-bar-d {
border-width: 1px;
border-style: solid;
}
/* Page and overlay */
.ui-overlay-d,
.ui-page-theme-d,
.ui-page-theme-d .ui-panel-wrapper {
background: #f9f9f9 /*{d-page-background-color}*/;
border-color: #bbbbbb /*{d-page-border}*/;
color: #333333 /*{d-page-color}*/;
text-shadow: 0 /*{d-page-shadow-x}*/ 1px /*{d-page-shadow-y}*/ 0 /*{d-page-shadow-radius}*/ #f3f3f3 /*{d-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-d,
.ui-page-theme-d .ui-body-inherit,
html .ui-bar-d .ui-body-inherit,
html .ui-body-d .ui-body-inherit,
html body .ui-group-theme-d .ui-body-inherit,
html .ui-panel-page-container-d {
background: #ffffff /*{d-body-background-color}*/;
border-color: #dddddd /*{d-body-border}*/;
color: #333333 /*{d-body-color}*/;
text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #f3f3f3 /*{d-body-shadow-color}*/;
}
.ui-body-d {
border-width: 1px;
border-style: solid;
}
/* Links */
.ui-page-theme-d a,
html .ui-bar-d a,
html .ui-body-d a,
html body .ui-group-theme-d a {
color: #3388cc /*{d-link-color}*/;
font-weight: bold;
}
.ui-page-theme-d a:visited,
html .ui-bar-d a:visited,
html .ui-body-d a:visited,
html body .ui-group-theme-d a:visited {
color: #3388cc /*{d-link-visited}*/;
}
.ui-page-theme-d a:hover,
html .ui-bar-d a:hover,
html .ui-body-d a:hover,
html body .ui-group-theme-d a:hover {
color: #005599 /*{d-link-hover}*/;
}
.ui-page-theme-d a:active,
html .ui-bar-d a:active,
html .ui-body-d a:active,
html body .ui-group-theme-d a:active {
color: #005599 /*{d-link-active}*/;
}
/* Button up */
.ui-page-theme-d .ui-btn,
html .ui-bar-d .ui-btn,
html .ui-body-d .ui-btn,
html body .ui-group-theme-d .ui-btn,
html head + body .ui-btn.ui-btn-d,
/* Button visited */
.ui-page-theme-d .ui-btn:visited,
html .ui-bar-d .ui-btn:visited,
html .ui-body-d .ui-btn:visited,
html body .ui-group-theme-d .ui-btn:visited,
html head + body .ui-btn.ui-btn-d:visited {
background: #f6f6f6 /*{d-bup-background-color}*/;
border-color: #dddddd /*{d-bup-border}*/;
color: #333333 /*{d-bup-color}*/;
text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #f3f3f3 /*{d-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-d .ui-btn:hover,
html .ui-bar-d .ui-btn:hover,
html .ui-body-d .ui-btn:hover,
html body .ui-group-theme-d .ui-btn:hover,
html head + body .ui-btn.ui-btn-d:hover {
background: #0065bc /*{d-bhover-background-color}*/;
border-color: #dddddd /*{d-bhover-border}*/;
color: #ffffff /*{d-bhover-color}*/;
text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #0065bc /*{d-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-d .ui-btn:active,
html .ui-bar-d .ui-btn:active,
html .ui-body-d .ui-btn:active,
html body .ui-group-theme-d .ui-btn:active,
html head + body .ui-btn.ui-btn-d:active {
background: #0065bc /*{d-bdown-background-color}*/;
border-color: #dddddd /*{d-bdown-border}*/;
color: #fffffff /*{d-bdown-color}*/;
text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #0065bc /*{d-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-d .ui-btn.ui-btn-active,
html .ui-bar-d .ui-btn.ui-btn-active,
html .ui-body-d .ui-btn.ui-btn-active,
html body .ui-group-theme-d .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-d.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-d .ui-checkbox-on:after,
html .ui-bar-d .ui-checkbox-on:after,
html .ui-body-d .ui-checkbox-on:after,
html body .ui-group-theme-d .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-d:after,
/* Active flipswitch background */
.ui-page-theme-d .ui-flipswitch-active,
html .ui-bar-d .ui-flipswitch-active,
html .ui-body-d .ui-flipswitch-active,
html body .ui-group-theme-d .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-d.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-d .ui-slider-track .ui-btn-active,
html .ui-bar-d .ui-slider-track .ui-btn-active,
html .ui-body-d .ui-slider-track .ui-btn-active,
html body .ui-group-theme-d .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-d .ui-btn-active {
background-color: #3388cc /*{d-active-background-color}*/;
border-color: #3388cc /*{d-active-border}*/;
color: #ffffff /*{d-active-color}*/;
text-shadow: 0 /*{d-active-shadow-x}*/ 1px /*{d-active-shadow-y}*/ 0 /*{d-active-shadow-radius}*/ #005599 /*{d-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-d .ui-radio-on:after,
html .ui-bar-d .ui-radio-on:after,
html .ui-body-d .ui-radio-on:after,
html body .ui-group-theme-d .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-d:after {
border-color: #3388cc /*{d-active-background-color}*/;
}
/* Focus */
.ui-page-theme-d .ui-btn:focus,
html .ui-bar-d .ui-btn:focus,
html .ui-body-d .ui-btn:focus,
html body .ui-group-theme-d .ui-btn:focus,
html head + body .ui-btn.ui-btn-d:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-d .ui-focus,
html .ui-bar-d .ui-focus,
html .ui-body-d .ui-focus,
html body .ui-group-theme-d .ui-focus,
html head + body .ui-btn-d.ui-focus,
html head + body .ui-body-d.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{d-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{d-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{d-active-background-color}*/;
}
/* Structure */
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
filter: Alpha(Opacity=30);
opacity: .3;
cursor: default !important;
pointer-events: none;
}
/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus,
.ui-btn.ui-focus {
outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow input:focus,
.ui-noboxshadow .ui-panel {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
outline-width: 1px;
outline-style: auto;
}

View File

@@ -0,0 +1,65 @@
p{
font-family:arial;
}
a{
color:#000;
}
.dhtmlgoodies_tree,#floatingContainer{
margin:0px;
padding:0px;
}
.dhtmlgoodies_tree ul{ /* Sub menu groups */
margin-left:20px; /* Left spacing */
padding-left:0px;
display:none; /* Initially hide sub nodes */
}
#floatingContainer ul{
margin-left:20px; /* Left spacing */
padding-left:0px;
}
.dhtmlgoodies_tree li,#floatingContainer li{ /* Nodes */
list-style-type:none;
vertical-align:middle;
margin-top: 0px;
border-bottom: 1px dashed #ffffff;
}
.dhtmlgoodies_tree li a,#floatingContainer li a{ /* Node links */
color:#000;
text-decoration:none;
padding-left:1px;
line-height:13px;
margin-left:2px;
}
.dhtmlgoodies_tree li a.highlightedNodeItem{
color:#FFF;
background-color:#009;
color:#666666; text-decoration:none; padding:4px 10px; display:block; background-color:#eeeeee;
}
.imgFl{
float:left;
line-height:13px;
margin-top: 5px;
}
body{
margin:0px;
padding:0px;
}
.dhtmlgoodies_tree input.folderTreeTextBox{ /* Css for the text input - rename item */
font-size:10px;
margin:0px;
padding:0px;
height:12px;
}

View File

@@ -0,0 +1,275 @@
/*
* jQuery FlexSlider v2.6.3
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
font-family: 'flexslider-icon';
src: url('fonts/flexslider-icon.eot');
src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
margin: 0 0 0px;
background: #fff;
border: 0px solid #fff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 90px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
/* content: '\f001';*/
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
/*content: '\f002';*/
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
/*content: '\f004';*/
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
/*content: '\f003';*/
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}

View File

@@ -0,0 +1,133 @@
/* This stylesheet generated by Transfonter (http://transfonter.org) on November 22, 2016 1:24 PM */
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Black.otf');
src: url('fonts/SourceSansPro-Black.eot');
src: url('fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-Black.woff') format('woff'),
url('fonts/SourceSansPro-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Bold.otf');
src: url('fonts/SourceSansPro-Bold.eot');
src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-Bold.woff') format('woff'),
url('fonts/SourceSansPro-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Regular.otf');
src: url('fonts/SourceSansPro-Regular.eot');
src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-Regular.woff') format('woff'),
url('fonts/SourceSansPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-It.otf');
src: url('fonts/SourceSansPro-It.eot');
src: url('fonts/SourceSansPro-It.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-It.woff') format('woff'),
url('fonts/SourceSansPro-It.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-BlackIt.otf');
src: url('fonts/SourceSansPro-BlackIt.eot');
src: url('fonts/SourceSansPro-BlackIt.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-BlackIt.woff') format('woff'),
url('fonts/SourceSansPro-BlackIt.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-LightIt.otf');
src: url('fonts/SourceSansPro-LightIt.eot');
src: url('fonts/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-LightIt.woff') format('woff'),
url('fonts/SourceSansPro-LightIt.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-SemiboldIt.otf');
src: url('fonts/SourceSansPro-SemiboldIt.eot');
src: url('fonts/SourceSansPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-SemiboldIt.woff') format('woff'),
url('fonts/SourceSansPro-SemiboldIt.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-BoldIt.otf');
src: url('fonts/SourceSansPro-BoldIt.eot');
src: url('fonts/SourceSansPro-BoldIt.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-BoldIt.woff') format('woff'),
url('fonts/SourceSansPro-BoldIt.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Light.otf');
src: url('fonts/SourceSansPro-Light.eot');
src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-Light.woff') format('woff'),
url('fonts/SourceSansPro-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-ExtraLightIt.otf');
src: url('fonts/SourceSansPro-ExtraLightIt.eot');
src: url('fonts/SourceSansPro-ExtraLightIt.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-ExtraLightIt.woff') format('woff'),
url('fonts/SourceSansPro-ExtraLightIt.ttf') format('truetype');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Semibold.otf');
src: url('fonts/SourceSansPro-Semibold.eot');
src: url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-Semibold.woff') format('woff'),
url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-ExtraLight.otf');
src: url('fonts/SourceSansPro-ExtraLight.eot');
src: url('fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('fonts/SourceSansPro-ExtraLight.woff') format('woff'),
url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}

View File

@@ -0,0 +1,10 @@
/* This stylesheet generated by Transfonter (http://transfonter.org) on November 22, 2016 1:24 PM */
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Regular.otf');
font-weight: normal;
font-style: normal;
}

View File

@@ -0,0 +1,85 @@
/* This stylesheet generated by Transfonter (http://transfonter.org) on November 22, 2016 1:24 PM */
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Black.otf');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Bold.otf');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Regular.otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-It.otf');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-BlackIt.otf');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-LightIt.otf');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-SemiboldIt.otf');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-BoldIt.otf');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Light.otf');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-ExtraLightIt.otf');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-Semibold.otf');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/SourceSansPro-ExtraLight.otf');
font-weight: 200;
font-style: normal;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Some files were not shown because too many files have changed in this diff Show More