Main theme for SuiteDesk
180
themes/zuitedesk/css/blocks.css
Normal file
|
@ -0,0 +1,180 @@
|
|||
/**
|
||||
* @file
|
||||
* Block Styling.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Admin blocks list.
|
||||
*/
|
||||
table#blocks td {
|
||||
vertical-align: middle;
|
||||
background-color: transparent;
|
||||
}
|
||||
table#blocks .draggable > td:first-child {
|
||||
white-space: normal;
|
||||
padding-left: 32px;
|
||||
}
|
||||
table#blocks .draggable a.tabledrag-handle {
|
||||
position: absolute;
|
||||
margin-left: -32px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Admin blocks configure and edit.
|
||||
*/
|
||||
div.block.with-block-editing {
|
||||
position: relative;
|
||||
}
|
||||
div.block.with-block-editing div.edit {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
border: 1px solid #eee;
|
||||
padding: 0 2px;
|
||||
font-size: 0.75em;
|
||||
background-color: #fff;
|
||||
}
|
||||
div.block.with-block-editing:hover div.edit {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Generic blocks styles.
|
||||
*/
|
||||
.block {
|
||||
margin: 0 0 1em 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
.block h2.title {
|
||||
background-color: #556372;
|
||||
color: #eee;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
line-height: 23px;
|
||||
letter-spacing: 1px;
|
||||
margin: 0;
|
||||
padding: 5px 5px 5px 23px;
|
||||
}
|
||||
.block h2.title:before {
|
||||
content: "//";
|
||||
margin-left: -18px;
|
||||
position: absolute;
|
||||
}
|
||||
@media (min-width: 530px) and (max-width: 699px) { /* MINW */
|
||||
.block h2.title {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.block h2.title:before {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
.block h2.title a {
|
||||
color: #eee;
|
||||
}
|
||||
.block .content {
|
||||
margin: .5em;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
.block ul.menu {
|
||||
padding-left: 1em;
|
||||
}
|
||||
.block ul.menu ul {
|
||||
font-size: .98em;
|
||||
}
|
||||
.block ul.menu li,
|
||||
.block ul.menu li.collapsed {
|
||||
list-style-image: url(../images/menu-collapsed.gif);
|
||||
}
|
||||
.block ul.menu li.expanded {
|
||||
list-style-image: url(../images/menu-expanded.gif);
|
||||
}
|
||||
.block ul.menu li.leaf {
|
||||
list-style-image: url(../images/menu-leaf.gif);
|
||||
}
|
||||
.block ul.menu li a:link,
|
||||
.block ul.menu li a:visited {
|
||||
color: #3c8dbc;
|
||||
}
|
||||
.block ul.menu li a:hover {
|
||||
color: #f70a0a;
|
||||
}
|
||||
.block ul.menu li a.active {
|
||||
color: #3c8dbc;
|
||||
font-weight: bold;
|
||||
}
|
||||
body.section-node-edit .block ul.menu li.active-trail > a {
|
||||
font-weight: bold;
|
||||
color: #f70a0a;
|
||||
}
|
||||
.block .more-link {
|
||||
clear: both;
|
||||
font-size: .75em;
|
||||
padding-right: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
.block .btn {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Search blocks.
|
||||
*/
|
||||
.block-custom_search_blocks {
|
||||
background-color: transparent;
|
||||
margin: 0;
|
||||
}
|
||||
#block-custom_search_blocks-1 {
|
||||
margin-top: 2em;
|
||||
}
|
||||
.block-custom_search_blocks h2.title {
|
||||
display: none;
|
||||
}
|
||||
.block-custom_search_blocks .content {
|
||||
margin: 0;
|
||||
}
|
||||
.block-lexicon .content {
|
||||
height: 42px;
|
||||
}
|
||||
.block-custom_search_blocks,
|
||||
.block-lexicon {
|
||||
position: relative;
|
||||
}
|
||||
.block-custom_search_blocks input.form-text,
|
||||
.block-lexicon input.form-text {
|
||||
padding-right: 48px;
|
||||
background: #fff;
|
||||
font-weight: 300;
|
||||
}
|
||||
.block-custom_search_blocks button.form-submit,
|
||||
.block-lexicon button.form-submit {
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 39px;
|
||||
height: 39px;
|
||||
color: #3c8dbc;
|
||||
overflow: hidden;
|
||||
}
|
||||
.block-custom_search_blocks button.form-submit:hover,
|
||||
.block-lexicon button.form-submit:hover {
|
||||
color: #307095;
|
||||
}
|
||||
.block-custom_search_blocks button.form-submit span,
|
||||
.block-lexicon button.form-submit span {
|
||||
color: #fff;
|
||||
display: block;
|
||||
line-height: 34px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* SuiteDesk menu block.
|
||||
*/
|
||||
#block-storm-storm_dashboard_block .content {
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
19
themes/zuitedesk/css/bootstrap-tour.min.css
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* ===========================================================
|
||||
# bootstrap-tour - v0.9.3
|
||||
# http://bootstraptour.com
|
||||
# ==============================================================
|
||||
# Copyright 2012-2013 Ulrich Sossou
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
*/
|
||||
.tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background-color:#000;opacity:.8}.tour-step-backdrop{position:relative;z-index:1101;background:inherit}.tour-step-background{position:absolute;z-index:1100;background:inherit;border-radius:6px}.popover[class*=tour-]{z-index:1100}.popover[class*=tour-] .popover-navigation{padding:9px 14px}.popover[class*=tour-] .popover-navigation [data-role=end]{float:right}.popover[class*=tour-] .popover-navigation [data-role=prev],.popover[class*=tour-] .popover-navigation [data-role=next],.popover[class*=tour-] .popover-navigation [data-role=end]{cursor:pointer}.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,.popover[class*=tour-] .popover-navigation [data-role=next].disabled,.popover[class*=tour-] .popover-navigation [data-role=end].disabled{cursor:default}.popover[class*=tour-].orphan{position:fixed;margin-top:0}.popover[class*=tour-].orphan .arrow{display:none}
|
14
themes/zuitedesk/css/bootstrap.min.css
vendored
Normal file
89
themes/zuitedesk/css/comments.css
Normal file
|
@ -0,0 +1,89 @@
|
|||
/**
|
||||
* @file
|
||||
* Comment Styling.
|
||||
*/
|
||||
|
||||
|
||||
.comment div.picture {
|
||||
float: left;
|
||||
}
|
||||
.comment div.picture img {
|
||||
width: 45px;
|
||||
height: auto;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.comment div.picture + div.comment-data {
|
||||
margin-left: 58px;
|
||||
}
|
||||
@media (max-width: 659px) {
|
||||
.comment div.picture {
|
||||
display: none;
|
||||
}
|
||||
.comment div.picture + div.comment-data {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.comment h3 {
|
||||
margin-top: .1em;
|
||||
}
|
||||
.comment div.submitted {
|
||||
font-size: .75em;
|
||||
color: #898989;
|
||||
display: block;
|
||||
margin: -0.5em .1em 0;
|
||||
}
|
||||
.comment .content {
|
||||
margin-top: .8em;
|
||||
text-align: justify;
|
||||
}
|
||||
@media (max-width: 799px) {
|
||||
.comment .content {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.comment ul.links {
|
||||
margin: 1em 0 1.3em;
|
||||
}
|
||||
.comment ul.links li {
|
||||
padding-right: 1.2em;
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.comment ul.links li:before {
|
||||
font-family: "fonticons";
|
||||
padding: 0 .38em 0 0;
|
||||
color: #ff3300;
|
||||
}
|
||||
.comment ul.links li.comment_reply:before {
|
||||
content: "\e82c";
|
||||
}
|
||||
.comment ul.links li.comment_edit:before {
|
||||
content: "\e82a";
|
||||
}
|
||||
.comment ul.links li.comment_delete:before {
|
||||
content: "\e829";
|
||||
}
|
||||
.comment ul.links li.last {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.indented {
|
||||
padding-left: 1.1em;
|
||||
margin: -0.2em 0 1em;
|
||||
border-left: 5px solid #eaeaea;
|
||||
}
|
||||
.indented .indented {
|
||||
margin: .6em 0;
|
||||
border-color: #eee;
|
||||
}
|
||||
.indented .indented .indented {
|
||||
border-color: #efefef;
|
||||
}
|
||||
.indented .indented .indented {
|
||||
border-color: #f4f4f4;
|
||||
}
|
||||
.indented .comment:last-child ul.links {
|
||||
margin-bottom: .2em;
|
||||
}
|
163
themes/zuitedesk/css/editor.css
Normal file
|
@ -0,0 +1,163 @@
|
|||
/**
|
||||
* @file
|
||||
* Editor Styling.
|
||||
*/
|
||||
|
||||
|
||||
body.ckeditor {
|
||||
text-align: justify;
|
||||
padding: 1%;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
text-align: left;
|
||||
}
|
||||
body.ckeditor,
|
||||
body.ckeditor h1,
|
||||
body.ckeditor h2,
|
||||
body.ckeditor h3,
|
||||
body.ckeditor h4,
|
||||
body.ckeditor h5,
|
||||
body.ckeditor h6 {
|
||||
font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
}
|
||||
a:focus {
|
||||
outline: 0;
|
||||
}
|
||||
pre {
|
||||
margin-top: 10px;
|
||||
}
|
||||
body.ckeditor pre {
|
||||
font-size: 88%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Indent & Justify classes.
|
||||
*/
|
||||
td ul, td ol {
|
||||
padding-left: 8%;
|
||||
}
|
||||
body.ckeditor ul, body.ckeditor ol,
|
||||
.node .content ul, .node .content ol {
|
||||
padding-left: 5.4%;
|
||||
}
|
||||
.rteindent1 {
|
||||
margin-left: 5.4%;
|
||||
}
|
||||
.rteindent2 {
|
||||
margin-left: 10.8%;
|
||||
}
|
||||
.rteindent3 {
|
||||
margin-left: 16.2%;
|
||||
}
|
||||
.rteindent4 {
|
||||
margin-left: 21.6%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Tables.
|
||||
*/
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
thead th {
|
||||
border-bottom: 2px solid #ddd;
|
||||
}
|
||||
td, th {
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
td[align=right], th[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
td {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Images.
|
||||
*/
|
||||
body.ckeditor img,
|
||||
.node .content img {
|
||||
margin: 3px 8px;
|
||||
}
|
||||
body.ckeditor img.img-responsive,
|
||||
.node .content img.img-responsive {
|
||||
height: auto !important;
|
||||
margin: 3px auto;
|
||||
}
|
||||
body.ckeditor img.img-responsive[style*=float],
|
||||
.node .content img.img-responsive[style*=float] {
|
||||
margin: 3px 4px;
|
||||
}
|
||||
.node .content a.lexicon-icon img {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Iframes / Video responsive.
|
||||
*/
|
||||
.video-responsive {
|
||||
position: relative;
|
||||
padding-top: 25px;
|
||||
padding-bottom: 56.25%;
|
||||
height: 0;
|
||||
margin: 1.1em 0;
|
||||
}
|
||||
.video-responsive iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
body.ckeditor .video-responsive {
|
||||
padding-top: 0;
|
||||
padding-bottom: 58%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Normalizing styles.
|
||||
*/
|
||||
body.ckeditor img.cke_drupal_break {
|
||||
margin: 0 0 .8em;
|
||||
}
|
||||
body.ckeditor img.cke_iframe {
|
||||
margin: 0;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* The following are the styles used in the "Styles" toolbar command.
|
||||
*/
|
||||
.note-red,
|
||||
.note-cyan,
|
||||
.note-green,
|
||||
.note-orange,
|
||||
.note-yellow {
|
||||
color: #222;
|
||||
margin: .5em;
|
||||
padding: .5em;
|
||||
}
|
||||
.note-red {
|
||||
background-color: Red;
|
||||
color: #fff;
|
||||
}
|
||||
.note-cyan {
|
||||
background-color: SkyBlue;
|
||||
}
|
||||
.note-green {
|
||||
background-color: PaleGreen;
|
||||
}
|
||||
.note-orange {
|
||||
background-color: Coral;
|
||||
}
|
||||
.note-yellow {
|
||||
background-color: BlanchedAlmond;
|
||||
}
|
||||
.text-underline {
|
||||
border-bottom: 1px solid currentColor;
|
||||
}
|
||||
.text-overline {
|
||||
text-decoration: line-through;
|
||||
}
|
16
themes/zuitedesk/css/extlink.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
span.ext {
|
||||
background: url(../images/extlink.png) right center no-repeat;
|
||||
padding-right: 12px;
|
||||
}
|
||||
span.mailto {
|
||||
background: url(../images/mailto.png) right center no-repeat;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
/* Hide the extra spans when printing. */
|
||||
@media print {
|
||||
span.ext, span.mailto {
|
||||
display: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
126
themes/zuitedesk/css/fonticons.css
Executable file
|
@ -0,0 +1,126 @@
|
|||
@font-face {
|
||||
font-family: 'fonticons';
|
||||
src: url('../font/fonticons.eot?27716456');
|
||||
src: url('../font/fonticons.eot?27716456#iefix') format('embedded-opentype'),
|
||||
url('../font/fonticons.woff2?27716456') format('woff2'),
|
||||
url('../font/fonticons.woff?27716456') format('woff'),
|
||||
url('../font/fonticons.ttf?27716456') format('truetype'),
|
||||
url('../font/fonticons.svg?27716456#fonticons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
||||
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
||||
/*
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fonticons';
|
||||
src: url('../font/fonticons.svg?27716456#fonticons') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "fonticons";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
speak: none;
|
||||
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
margin-right: .2em;
|
||||
text-align: center;
|
||||
/* opacity: .8; */
|
||||
|
||||
/* For safety - reset parent styles, that can break glyph codes*/
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
|
||||
/* fix buttons height, for twitter bootstrap */
|
||||
line-height: 1em;
|
||||
|
||||
/* Animation center compensation - margins should be symmetric */
|
||||
/* remove if not needed */
|
||||
margin-left: .2em;
|
||||
|
||||
/* you can be more comfortable with increased icons size */
|
||||
/* font-size: 120%; */
|
||||
|
||||
/* Font smoothing. That was taken from TWBS */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
|
||||
.icon-cog:before { content: '\e800'; } /* '' */
|
||||
.icon-search:before { content: '\e801'; } /* '' */
|
||||
.icon-save:before { content: '\e802'; } /* '' */
|
||||
.icon-upload:before { content: '\e803'; } /* '' */
|
||||
.icon-eye:before { content: '\e804'; } /* '' */
|
||||
.icon-download:before { content: '\e805'; } /* '' */
|
||||
.icon-export:before { content: '\e806'; } /* '' */
|
||||
.icon-import:before { content: '\e807'; } /* '' */
|
||||
.icon-pencil:before { content: '\e808'; } /* '' */
|
||||
.icon-plus:before { content: '\e809'; } /* '' */
|
||||
.icon-trash:before { content: '\e80a'; } /* '' */
|
||||
.icon-mail:before { content: '\e80b'; } /* '' */
|
||||
.icon-gplus:before { content: '\e80c'; } /* '' */
|
||||
.icon-left-open:before { content: '\e80d'; } /* '' */
|
||||
.icon-spotify:before { content: '\e80e'; } /* '' */
|
||||
.icon-right-open:before { content: '\e80f'; } /* '' */
|
||||
.icon-up-open:before { content: '\e810'; } /* '' */
|
||||
.icon-cc:before { content: '\e811'; } /* '' */
|
||||
.icon-idea:before { content: '\e812'; } /* '' */
|
||||
.icon-logout:before { content: '\e813'; } /* '' */
|
||||
.icon-comment:before { content: '\e814'; } /* '' */
|
||||
.icon-glossary:before { content: '\e815'; } /* '' */
|
||||
.icon-note:before { content: '\e816'; } /* '' */
|
||||
.icon-photo:before { content: '\e817'; } /* '' */
|
||||
.icon-login:before { content: '\e818'; } /* '' */
|
||||
.icon-doc:before { content: '\e819'; } /* '' */
|
||||
.icon-quote:before { content: '\e81a'; } /* '' */
|
||||
.icon-status:before { content: '\e81b'; } /* '' */
|
||||
.icon-user:before { content: '\e81c'; } /* '' */
|
||||
.icon-storm:before { content: '\e81d'; } /* '' */
|
||||
.icon-expense:before { content: '\e81e'; } /* '' */
|
||||
.icon-calendar:before { content: '\e81f'; } /* '' */
|
||||
.icon-edvca:before { content: '\e820'; } /* '' */
|
||||
.icon-archive:before { content: '\e821'; } /* '' */
|
||||
.icon-filter:before { content: '\e822'; } /* '' */
|
||||
.icon-reset:before { content: '\e823'; } /* '' */
|
||||
.icon-apply:before { content: '\e824'; } /* '' */
|
||||
.icon-doc-new:before { content: '\e825'; } /* '' */
|
||||
.icon-page:before { content: '\e826'; } /* '' */
|
||||
.icon-pages:before { content: '\e827'; } /* '' */
|
||||
.icon-more:before { content: '\e828'; } /* '' */
|
||||
.icon-comment-delete:before { content: '\e829'; } /* '' */
|
||||
.icon-comment-edit:before { content: '\e82a'; } /* '' */
|
||||
.icon-eye-off:before { content: '\e82b'; } /* '' */
|
||||
.icon-reply:before { content: '\e82c'; } /* '' */
|
||||
.icon-help:before { content: '\e82d'; } /* '' */
|
||||
.icon-pdf:before { content: '\e82e'; } /* '' */
|
||||
.icon-ticket:before { content: '\e830'; } /* '' */
|
||||
.icon-print:before { content: '\e831'; } /* '' */
|
||||
.icon-project:before { content: '\e832'; } /* '' */
|
||||
.icon-crm:before { content: '\e833'; } /* '' */
|
||||
.icon-cancel:before { content: '\e834'; } /* '' */
|
||||
.icon-clone:before { content: '\e835'; } /* '' */
|
||||
.icon-work-accepting:before { content: '\e836'; } /* '' */
|
||||
.icon-work-not1month:before { content: '\e837'; } /* '' */
|
||||
.icon-work-limitedwe:before { content: '\e838'; } /* '' */
|
||||
.icon-work-bookedout:before { content: '\e839'; } /* '' */
|
||||
.icon-twitter:before { content: '\e83a'; } /* '' */
|
||||
.icon-facebook:before { content: '\e83b'; } /* '' */
|
||||
.icon-linkedin:before { content: '\e83c'; } /* '' */
|
||||
.icon-rss:before { content: '\e83d'; } /* '' */
|
||||
.icon-people:before { content: '\e83e'; } /* '' */
|
||||
.icon-team:before { content: '\e83f'; } /* '' */
|
||||
.icon-kanban:before { content: '\e841'; } /* '' */
|
||||
.icon-timetracking:before { content: '\e842'; } /* '' */
|
||||
.icon-task:before { content: '\f12e'; } /* '' */
|
||||
.icon-invoice:before { content: '\f153'; } /* '' */
|
||||
.icon-org:before { content: '\f19c'; } /* '' */
|
||||
.icon-event:before { content: '\f273'; } /* '' */
|
411
themes/zuitedesk/css/forms.css
Normal file
|
@ -0,0 +1,411 @@
|
|||
/**
|
||||
* @file
|
||||
* Form Styling.
|
||||
*/
|
||||
|
||||
|
||||
label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.form-item {
|
||||
margin-top: .6em; /*
|
||||
margin: .45em 0 0; */
|
||||
max-width: 100% !important;
|
||||
white-space: nowrap;
|
||||
} /*
|
||||
.container-inline div.container-inline-date,
|
||||
.container-inline .container-inline-date div,
|
||||
.container-inline .container-inline-date input {
|
||||
display: block;
|
||||
} */
|
||||
.container-inline-date label {
|
||||
display: block;
|
||||
}
|
||||
.container-inline-date.form-item {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.form-item input.error,
|
||||
.form-item textarea.error,
|
||||
.form-item select.error {
|
||||
color: #a94442;
|
||||
border: 2px solid #a94442;
|
||||
background-color: #f2dede !important;
|
||||
}
|
||||
.form-item .description {
|
||||
margin-bottom: 0;
|
||||
white-space: normal;
|
||||
}
|
||||
.form-required {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
/*
|
||||
* Buttons.
|
||||
*/
|
||||
.btn {
|
||||
word-wrap: normal;
|
||||
margin-top: .5em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.btn span {
|
||||
margin-left: -10px;
|
||||
}
|
||||
.popover .btn {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Forms and fieldsets with inner tables.
|
||||
*/
|
||||
form table.table td,
|
||||
fieldset table.table td {
|
||||
border-width: 0 !important;
|
||||
padding: 0 1em 0 0 !important;
|
||||
float: left;
|
||||
}
|
||||
/* Exceptions */
|
||||
form table#upload-attachments td,
|
||||
form table#webform-components td,
|
||||
form#diff-node-revisions table.table td {
|
||||
border-top-width: 1px !important;
|
||||
padding: 5px !important;
|
||||
float: none;
|
||||
}
|
||||
body.section-admin form table.table td {
|
||||
padding: 5px !important;
|
||||
float: none;
|
||||
}
|
||||
/*
|
||||
.form-item .description {
|
||||
font-size: 75%;
|
||||
line-height: 150%;
|
||||
margin-bottom: 0.75em;
|
||||
color: #898989;
|
||||
}
|
||||
.form-item .description p {
|
||||
text-align: justify;
|
||||
}
|
||||
.form-item label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
.form-item label.option {
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
}
|
||||
.form-checkboxes,
|
||||
.form-radios {
|
||||
margin: 1em 0;
|
||||
}
|
||||
.form-checkboxes,
|
||||
.form-radios {
|
||||
margin-left: 1em;
|
||||
} */
|
||||
.form-checkboxes .form-item,
|
||||
.form-radios .form-item {
|
||||
margin: 0;
|
||||
}
|
||||
.form-checkboxes .form-item label,
|
||||
.form-radios .form-item label {
|
||||
font-weight: normal;
|
||||
}
|
||||
.form-checkboxes .form-item input,
|
||||
.form-radios .form-item input {
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
/*
|
||||
* Drupal new user form.
|
||||
*/ /*
|
||||
body.page-admin-user-user-create #page-title,
|
||||
body.page-admin-user-user-create #page-title + div.help,
|
||||
body.page-admin-user-user-notify #page-title,
|
||||
body.page-admin-user-user-notify #page-title + div.help {
|
||||
display: none;
|
||||
} */
|
||||
#edit-pass-pass1,
|
||||
#edit-pass-pass2 {
|
||||
width: auto;
|
||||
}
|
||||
/* Password strength indicator */
|
||||
span.password-strength {
|
||||
visibility: hidden;
|
||||
font-size: 0.85em;
|
||||
} /*
|
||||
input.password-field {
|
||||
margin-right: 10px;
|
||||
}
|
||||
div.password-description {
|
||||
padding: 0 2px;
|
||||
margin: 4px 0 0 0;
|
||||
font-size: 0.85em;
|
||||
max-width: 500px;
|
||||
}
|
||||
div.password-description ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.password-parent {
|
||||
margin: 0 0 0 0;
|
||||
} */
|
||||
/* Password confirmation checker */ /*
|
||||
input.password-confirm {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.confirm-parent {
|
||||
margin: 5px 0 0 0;
|
||||
} */
|
||||
span.password-confirm {
|
||||
visibility: hidden;
|
||||
font-size: 0.85em;
|
||||
} /*
|
||||
span.password-confirm span {
|
||||
font-weight: normal;
|
||||
} */
|
||||
#edit-notify-wrapper { /*
|
||||
margin-top: 16px 0 0; */
|
||||
padding-left: 70px;
|
||||
background: transparent url(../images/notify.png) no-repeat 8px 4px;
|
||||
min-height: 52px; /*
|
||||
font-size: 14px; */
|
||||
}
|
||||
|
||||
/*
|
||||
* Node form.
|
||||
*/
|
||||
.node-form .content-add-more {
|
||||
margin-top: -1em;
|
||||
} /*
|
||||
.node-form .form-text {
|
||||
display: block;
|
||||
width: 95%;
|
||||
}
|
||||
.node-form .container-inline .form-text {
|
||||
display: inline;
|
||||
width: auto;
|
||||
}
|
||||
.node-form .standard {
|
||||
clear: both;
|
||||
}
|
||||
.node-form textarea {
|
||||
display: block;
|
||||
width: 95%;
|
||||
}
|
||||
.node-form .attachments fieldset {
|
||||
float: none;
|
||||
display: block;
|
||||
} */
|
||||
|
||||
/*
|
||||
* Teaser checkbox.
|
||||
*/
|
||||
.teaser-checkbox {
|
||||
padding-top: 1px;
|
||||
} /*
|
||||
div.teaser-button-wrapper {
|
||||
float: right;
|
||||
padding-right: 5%;
|
||||
margin: 0;
|
||||
} */
|
||||
.teaser-checkbox div.form-item {
|
||||
float: right;
|
||||
margin: .45em 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
.teaser-checkbox div.form-item label {
|
||||
font-weight: normal;
|
||||
} /*
|
||||
textarea.teaser {
|
||||
display: none;
|
||||
} */
|
||||
|
||||
/*
|
||||
* Fieldsets.
|
||||
*/
|
||||
fieldset {
|
||||
margin: 1em 0;
|
||||
padding: .5em 1em;
|
||||
border: 2px solid #ddd; /*
|
||||
border-radius: 5px;
|
||||
background: #fff url(images/bg-content-bottom.png) repeat-x 0 bottom; */
|
||||
}
|
||||
form > div > fieldset {
|
||||
margin-top: 0;
|
||||
}
|
||||
fieldset legend {
|
||||
width: auto;
|
||||
padding: 0 .3em;
|
||||
border: 0;
|
||||
font-size: 1.2em;
|
||||
color: #3c8dbc;
|
||||
margin: 0;
|
||||
display: block;
|
||||
max-width: 94%;
|
||||
}
|
||||
fieldset legend a {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
/*
|
||||
* Collapsible fieldsets.
|
||||
*/
|
||||
html.js fieldset.collapsed { /*
|
||||
border-radius: 0; */
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent; /*
|
||||
margin-bottom: 0; */
|
||||
height: 1.2em;
|
||||
}
|
||||
html.ie.js fieldset.collapsed {
|
||||
height: 2em;
|
||||
}
|
||||
html.js fieldset.collapsed * {
|
||||
display: none;
|
||||
}
|
||||
html.js fieldset.collapsed legend {
|
||||
display: block;
|
||||
}
|
||||
html.js fieldset.collapsible legend a {
|
||||
padding-left: .7em;
|
||||
background: url(../images/menu-expanded.gif) no-repeat 0 50%;
|
||||
}
|
||||
html.js fieldset.collapsed legend a {
|
||||
background: url(../images/menu-collapsed.gif) no-repeat 0 50%;
|
||||
}
|
||||
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
|
||||
* html.js fieldset.collapsed legend,
|
||||
* html.js fieldset.collapsed legend *,
|
||||
* html.js fieldset.collapsed table * {
|
||||
display: inline;
|
||||
}
|
||||
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
|
||||
html.js fieldset.collapsible {
|
||||
position: relative;
|
||||
}
|
||||
html.js fieldset.collapsible legend a {
|
||||
display: block;
|
||||
}
|
||||
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
|
||||
html.js fieldset.collapsible .fieldset-wrapper {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
* Autocomplete styles (suggestion list and animated throbber).
|
||||
*/
|
||||
#autocomplete {
|
||||
position: absolute;
|
||||
border: 1px solid;
|
||||
overflow: hidden;
|
||||
z-index: 100;
|
||||
}
|
||||
#autocomplete ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
#autocomplete li {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
white-space: pre;
|
||||
cursor: default;
|
||||
}
|
||||
#autocomplete li.selected {
|
||||
background: #0072b9;
|
||||
color: #fff;
|
||||
}
|
||||
html.js input.form-autocomplete {
|
||||
background-image: url(../images/throbber.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 99% 9px;
|
||||
}
|
||||
html.js input.throbbing {
|
||||
background-position: 99% -121px;
|
||||
}
|
||||
/* Input autocomplete in CKEditor dialog */
|
||||
html.js .cke_dialog_body input.form-autocomplete {
|
||||
background-position: 99% 4px;
|
||||
}
|
||||
html.js .cke_dialog_body input.throbbing {
|
||||
background-position: 99% -126px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Resizable text areas.
|
||||
*/
|
||||
.resizable-textarea {
|
||||
width: 99.9%;
|
||||
}
|
||||
.resizable-textarea .grippie {
|
||||
height: 9px;
|
||||
overflow: hidden;
|
||||
background: #eee url(../images/grippie.png) no-repeat center 2px;
|
||||
border: 1px solid #ddd;
|
||||
border-top-width: 0;
|
||||
cursor: s-resize;
|
||||
}
|
||||
html.js .resizable-textarea textarea {
|
||||
margin-bottom: 0;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Text form fields.
|
||||
*/
|
||||
.node-form .text {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* File form fields.
|
||||
*/
|
||||
.filefield-element {
|
||||
margin: -5px 0 0;
|
||||
}
|
||||
.filefield-element .form-item {
|
||||
float: right;
|
||||
}
|
||||
.filefield-element .filesize {
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.filefield-element .filemime {
|
||||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
||||
display: inline;
|
||||
}
|
||||
.filefield-element .widget-preview {
|
||||
width: 72%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.filefield-element .widget-preview .filefield-file {
|
||||
word-break: break-all;
|
||||
}
|
||||
@media (max-width: 899px) {
|
||||
.filefield-element .widget-preview {
|
||||
width: 92%;
|
||||
}
|
||||
.filefield-element .widget-edit {
|
||||
max-width: 90%;
|
||||
}
|
||||
}
|
||||
.filefield-element .widget-edit .form-item,
|
||||
.filefield-element .description {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div.filefield-upload input[type="file"] {
|
||||
display: block;
|
||||
width: 140%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
* "Autosave" module.
|
||||
*/
|
||||
#autosave-status {
|
||||
font-size: 85%;
|
||||
line-height: 2em;
|
||||
text-align: center;
|
||||
}
|
3131
themes/zuitedesk/css/frontpage-animate.css
Normal file
217
themes/zuitedesk/css/frontpage-bxslider.css
Normal file
|
@ -0,0 +1,217 @@
|
|||
/**
|
||||
* BxSlider v4.0 - Fully loaded, responsive content slider
|
||||
* http://bxslider.com
|
||||
*
|
||||
* Written by: Steven Wanderski, 2012
|
||||
* http://stevenwanderski.com
|
||||
* (while drinking Belgian ales and listening to jazz)
|
||||
*
|
||||
* CEO and founder of bxCreative, LTD
|
||||
* http://bxcreative.com
|
||||
*/
|
||||
|
||||
|
||||
/** RESET AND LAYOUT
|
||||
===================================*/
|
||||
|
||||
.bx-wrapper {
|
||||
position: relative;
|
||||
margin: 0 auto 60px;
|
||||
padding: 0;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.bx-wrapper ul{
|
||||
margin:0;
|
||||
|
||||
}
|
||||
|
||||
.bx-wrapper .circle-border{
|
||||
border:3px solid #cacaca;
|
||||
}
|
||||
|
||||
.bx-wrapper img {
|
||||
width:200px;
|
||||
text-align:center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
opacity:1;
|
||||
|
||||
}
|
||||
|
||||
.bxslider{
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.bx-wrapper p {
|
||||
font-size:20px;
|
||||
line-height:22px;
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
.bx-viewport{
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
/** THEME
|
||||
===================================*/
|
||||
|
||||
.bx-wrapper .bx-viewport {
|
||||
left: -5px;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-pager,
|
||||
.bx-wrapper .bx-controls-auto {
|
||||
position: absolute;
|
||||
bottom: -30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* LOADER */
|
||||
|
||||
.bx-wrapper .bx-loading {
|
||||
min-height: 50px;
|
||||
background: url(../images/bx_loader.gif) center center no-repeat #fff;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 800;
|
||||
}
|
||||
|
||||
/* PAGER */
|
||||
|
||||
.bx-wrapper .bx-pager {
|
||||
text-align: center;
|
||||
font-size: .85em;
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-pager .bx-pager-item,
|
||||
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
|
||||
display: inline-block;
|
||||
*zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-pager.bx-default-pager a {
|
||||
background: #666;
|
||||
text-indent: -9999px;
|
||||
display: block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 0 5px;
|
||||
outline: 0;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-pager.bx-default-pager a:hover,
|
||||
.bx-wrapper .bx-pager.bx-default-pager a.active {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
/* DIRECTION CONTROLS (NEXT / PREV) */
|
||||
|
||||
.bx-wrapper .bx-controls-direction a {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
outline: 0;
|
||||
width: 45px;
|
||||
height: 100%;
|
||||
text-indent: -9999px;
|
||||
z-index: 800;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-controls-direction a.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.bx-wrapper .bx-prev {
|
||||
left: 10px;
|
||||
|
||||
|
||||
background: url(../images/Left-grey.png) no-repeat center;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-next {
|
||||
right: 10px;
|
||||
background: url(../images/Right-grey.png) no-repeat center;
|
||||
}
|
||||
|
||||
|
||||
/* AUTO CONTROLS (START / STOP) */
|
||||
|
||||
.bx-wrapper .bx-controls-auto {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-controls-auto .bx-start {
|
||||
display: block;
|
||||
text-indent: -9999px;
|
||||
width: 10px;
|
||||
height: 11px;
|
||||
outline: 0;
|
||||
background: url(images/controls.png) -86px -11px no-repeat;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-controls-auto .bx-start:hover,
|
||||
.bx-wrapper .bx-controls-auto .bx-start.active {
|
||||
background-position: -86px 0;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-controls-auto .bx-stop {
|
||||
display: block;
|
||||
text-indent: -9999px;
|
||||
width: 9px;
|
||||
height: 11px;
|
||||
outline: 0;
|
||||
background: url(images/controls.png) -86px -44px no-repeat;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-controls-auto .bx-stop:hover,
|
||||
.bx-wrapper .bx-controls-auto .bx-stop.active {
|
||||
background-position: -86px -33px;
|
||||
}
|
||||
|
||||
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
|
||||
|
||||
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
|
||||
right: 0;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
/* IMAGE CAPTIONS */
|
||||
|
||||
.bx-wrapper .bx-caption {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #666\9;
|
||||
background: rgba(80, 80, 80, 0.75);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bx-wrapper .bx-caption span {
|
||||
color: #fff;
|
||||
font-family: Arial;
|
||||
display: block;
|
||||
font-size: .85em;
|
||||
padding: 10px;
|
||||
}
|
1333
themes/zuitedesk/css/frontpage-cslider.css
Normal file
438
themes/zuitedesk/css/frontpage-responsive.css
Normal file
|
@ -0,0 +1,438 @@
|
|||
/*
|
||||
* A Design by GraphBerry
|
||||
* Author: GraphBerry
|
||||
* Author URL: http://graphberry.com
|
||||
* License: http://graphberry.com/pages/license
|
||||
* Adapted by: Manuel Cillero (http://manuel.cillero.es)
|
||||
*/
|
||||
|
||||
.visible-phone {
|
||||
display: none !important;
|
||||
}
|
||||
.visible-tablet {
|
||||
display: none !important;
|
||||
}
|
||||
.hidden-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
.visible-desktop {
|
||||
display: inherit !important;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
.hidden-desktop {
|
||||
display: inherit !important;
|
||||
}
|
||||
.visible-desktop {
|
||||
display: none !important ;
|
||||
}
|
||||
.visible-tablet {
|
||||
display: inherit !important;
|
||||
}
|
||||
.hidden-tablet {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.hidden-desktop {
|
||||
display: inherit !important;
|
||||
}
|
||||
.visible-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
.visible-phone {
|
||||
display: inherit !important;
|
||||
}
|
||||
.hidden-phone {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
.visible-print {
|
||||
display: none !important;
|
||||
}
|
||||
@media print {
|
||||
.visible-print {
|
||||
display: inherit !important;
|
||||
}
|
||||
.hidden-print {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.thumbnails {
|
||||
margin-left: -30px;
|
||||
}
|
||||
.thumbnails > li {
|
||||
margin-left: 30px;
|
||||
}
|
||||
#clients .row {
|
||||
margin-left: -30px;
|
||||
}
|
||||
#clients .span4 {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.container,
|
||||
.span12 { width: 1170px; }
|
||||
.span11 { width: 1070px; }
|
||||
.span10 { width: 970px; }
|
||||
.span9 { width: 870px; }
|
||||
.span8 { width: 770px; }
|
||||
.span7 { width: 670px; }
|
||||
.span6 { width: 570px; }
|
||||
.span5 { width: 470px; }
|
||||
.span4 { width: 370px; }
|
||||
.span3 { width: 270px; }
|
||||
.span2 { width: 170px; }
|
||||
.span1 { width: 70px; }
|
||||
|
||||
.row-fluid [class*="span"] {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
margin-left: 2.564102564102564%;
|
||||
*margin-left: 2.5109110747408616%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.row-fluid .controls-row [class*="span"] + [class*="span"] {
|
||||
margin-left: 2.564102564102564%;
|
||||
}
|
||||
.row-fluid .span12 {
|
||||
width: 100%;
|
||||
*width: 99.94680851063829%;
|
||||
}
|
||||
.row-fluid .span11 {
|
||||
width: 91.45299145299145%;
|
||||
*width: 91.39979996362975%;
|
||||
}
|
||||
.row-fluid .span10 {
|
||||
width: 82.90598290598291%;
|
||||
*width: 82.8527914166212%;
|
||||
}
|
||||
.row-fluid .span9 {
|
||||
width: 74.35897435897436%;
|
||||
*width: 74.30578286961266%;
|
||||
}
|
||||
.row-fluid .span8 {
|
||||
width: 65.81196581196582%;
|
||||
*width: 65.75877432260411%;
|
||||
}
|
||||
.row-fluid .span7 {
|
||||
width: 57.26495726495726%;
|
||||
*width: 57.21176577559556%;
|
||||
}
|
||||
.row-fluid .span6 {
|
||||
width: 48.717948717948715%;
|
||||
*width: 48.664757228587014%;
|
||||
}
|
||||
.row-fluid .span5 {
|
||||
width: 40.17094017094017%;
|
||||
*width: 40.11774868157847%;
|
||||
}
|
||||
.row-fluid .span4 {
|
||||
width: 31.623931623931625%;
|
||||
*width: 31.570740134569924%;
|
||||
}
|
||||
.row-fluid .span3 {
|
||||
width: 23.076923076923077%;
|
||||
*width: 23.023731587561375%;
|
||||
}
|
||||
.row-fluid .span2 {
|
||||
width: 14.52991452991453%;
|
||||
*width: 14.476723040552828%;
|
||||
}
|
||||
.row-fluid .span1 {
|
||||
width: 5.982905982905983%;
|
||||
*width: 5.929714493544281%;
|
||||
}
|
||||
input,
|
||||
textarea,
|
||||
.uneditable-input {
|
||||
margin-left: 0;
|
||||
}
|
||||
.controls-row [class*="span"] + [class*="span"] {
|
||||
margin-left: 30px;
|
||||
}
|
||||
input.span12,
|
||||
textarea.span12,
|
||||
.uneditable-input.span12 {
|
||||
width: 1156px;
|
||||
}
|
||||
input.span11,
|
||||
textarea.span11,
|
||||
.uneditable-input.span11 {
|
||||
width: 1056px;
|
||||
}
|
||||
input.span10,
|
||||
textarea.span10,
|
||||
.uneditable-input.span10 {
|
||||
width: 956px;
|
||||
}
|
||||
input.span9,
|
||||
textarea.span9,
|
||||
.uneditable-input.span9 {
|
||||
width: 856px;
|
||||
}
|
||||
input.span8,
|
||||
textarea.span8,
|
||||
.uneditable-input.span8 {
|
||||
width: 756px;
|
||||
}
|
||||
input.span7,
|
||||
textarea.span7,
|
||||
.uneditable-input.span7 {
|
||||
width: 656px;
|
||||
}
|
||||
input.span6,
|
||||
textarea.span6,
|
||||
.uneditable-input.span6 {
|
||||
width: 556px;
|
||||
}
|
||||
input.span5,
|
||||
textarea.span5,
|
||||
.uneditable-input.span5 {
|
||||
width: 456px;
|
||||
}
|
||||
input.span4,
|
||||
textarea.span4,
|
||||
.uneditable-input.span4 {
|
||||
width: 356px;
|
||||
}
|
||||
input.span3,
|
||||
textarea.span3,
|
||||
.uneditable-input.span3 {
|
||||
width: 256px;
|
||||
}
|
||||
input.span2,
|
||||
textarea.span2,
|
||||
.uneditable-input.span2 {
|
||||
width: 156px;
|
||||
}
|
||||
input.span1,
|
||||
textarea.span1,
|
||||
.uneditable-input.span1 {
|
||||
width: 56px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 1199px) {
|
||||
.thumbnails {
|
||||
margin-left: -1.7624309392265194%;
|
||||
*margin-left: -1.709239449864817%;
|
||||
}
|
||||
.thumbnails > li {
|
||||
margin-left: 1.7624309392265194%;
|
||||
*margin-left: 1.709239449864817%;
|
||||
}
|
||||
#clients .row {
|
||||
margin-left: -20px;
|
||||
}
|
||||
#clients .span4 {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.row-fluid [class*="span"] {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
margin-left: 2.7624309392265194%;
|
||||
*margin-left: 2.709239449864817%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.row-fluid .controls-row [class*="span"] + [class*="span"] {
|
||||
margin-left: 2.7624309392265194%;
|
||||
}
|
||||
.container,
|
||||
.span12, .row-fluid .span12 {
|
||||
width: 100%;
|
||||
*width: 99.94680851063829%;
|
||||
}
|
||||
.span11, .row-fluid .span11 {
|
||||
width: 91.43646408839778%;
|
||||
*width: 91.38327259903608%;
|
||||
}
|
||||
.span10, .row-fluid .span10 {
|
||||
width: 82.87292817679558%;
|
||||
*width: 82.81973668743387%;
|
||||
}
|
||||
.span9, .row-fluid .span9 {
|
||||
width: 74.30939226519337%;
|
||||
*width: 74.25620077583166%;
|
||||
}
|
||||
.span8, .row-fluid .span8 {
|
||||
width: 65.74585635359117%;
|
||||
*width: 65.69266486422946%;
|
||||
}
|
||||
.span7, .row-fluid .span7 {
|
||||
width: 57.18232044198895%;
|
||||
*width: 57.12912895262725%;
|
||||
}
|
||||
.span6, .row-fluid .span6 {
|
||||
width: 48.61878453038674%;
|
||||
*width: 48.56559304102504%;
|
||||
}
|
||||
.span5, .row-fluid .span5 {
|
||||
width: 40.05524861878453%;
|
||||
*width: 40.00205712942283%;
|
||||
}
|
||||
.span4, .row-fluid .span4 {
|
||||
width: 31.491712707182323%;
|
||||
*width: 31.43852121782062%;
|
||||
}
|
||||
.span3, .row-fluid .span3 {
|
||||
width: 22.92817679558011%;
|
||||
*width: 22.87498530621841%;
|
||||
}
|
||||
.span2, .row-fluid .span2 {
|
||||
width: 14.3646408839779%;
|
||||
*width: 14.311449394616199%;
|
||||
}
|
||||
.span1, .row-fluid .span1 {
|
||||
width: 5.801104972375691%;
|
||||
*width: 5.747913483013988%;
|
||||
}
|
||||
input,
|
||||
textarea,
|
||||
.uneditable-input {
|
||||
margin-left: 0;
|
||||
}
|
||||
.controls-row [class*="span"] + [class*="span"] {
|
||||
margin-left: 20px;
|
||||
}
|
||||
input.span12,
|
||||
textarea.span12,
|
||||
.uneditable-input.span12 {
|
||||
width: 710px;
|
||||
}
|
||||
input.span11,
|
||||
textarea.span11,
|
||||
.uneditable-input.span11 {
|
||||
width: 648px;
|
||||
}
|
||||
input.span10,
|
||||
textarea.span10,
|
||||
.uneditable-input.span10 {
|
||||
width: 586px;
|
||||
}
|
||||
input.span9,
|
||||
textarea.span9,
|
||||
.uneditable-input.span9 {
|
||||
width: 524px;
|
||||
}
|
||||
input.span8,
|
||||
textarea.span8,
|
||||
.uneditable-input.span8 {
|
||||
width: 462px;
|
||||
}
|
||||
input.span7,
|
||||
textarea.span7,
|
||||
.uneditable-input.span7 {
|
||||
width: 400px;
|
||||
}
|
||||
input.span6,
|
||||
textarea.span6,
|
||||
.uneditable-input.span6 {
|
||||
width: 338px;
|
||||
}
|
||||
input.span5,
|
||||
textarea.span5,
|
||||
.uneditable-input.span5 {
|
||||
width: 276px;
|
||||
}
|
||||
input.span4,
|
||||
textarea.span4,
|
||||
.uneditable-input.span4 {
|
||||
width: 214px;
|
||||
}
|
||||
input.span3,
|
||||
textarea.span3,
|
||||
.uneditable-input.span3 {
|
||||
width: 152px;
|
||||
}
|
||||
input.span2,
|
||||
textarea.span2,
|
||||
.uneditable-input.span2 {
|
||||
width: 90px;
|
||||
}
|
||||
input.span1,
|
||||
textarea.span1,
|
||||
.uneditable-input.span1 {
|
||||
width: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 479px), (min-width: 768px) and (max-width: 979px) {
|
||||
.project-info span {
|
||||
width: auto;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#portfolio .nav-pills > li > a {
|
||||
padding: 4px 25px;
|
||||
}
|
||||
.project-description {
|
||||
padding: 0;
|
||||
}
|
||||
.testimonial {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.row {
|
||||
*zoom: 1;
|
||||
}
|
||||
.row:before,
|
||||
.row:after {
|
||||
display: table;
|
||||
line-height: 0;
|
||||
content: "";
|
||||
}
|
||||
.row:after {
|
||||
clear: both;
|
||||
}
|
||||
[class*="span"] {
|
||||
float: left;
|
||||
min-height: 1px;
|
||||
}
|
||||
.row-fluid {
|
||||
width: 100%;
|
||||
*zoom: 1;
|
||||
}
|
||||
.row-fluid:before,
|
||||
.row-fluid:after {
|
||||
display: table;
|
||||
line-height: 0;
|
||||
content: "";
|
||||
}
|
||||
.row-fluid:after {
|
||||
clear: both;
|
||||
}
|
||||
.row-fluid [class*="span"]:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.about-text {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
[class*="span"],
|
||||
.uneditable-input[class*="span"],
|
||||
.row-fluid [class*="span"] {
|
||||
display: block;
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
790
themes/zuitedesk/css/frontpage.css
Normal file
|
@ -0,0 +1,790 @@
|
|||
/*
|
||||
* A Design by GraphBerry
|
||||
* Author: GraphBerry
|
||||
* Author URL: http://graphberry.com
|
||||
* License: http://graphberry.com/pages/license
|
||||
* Adapted by: Manuel Cillero (http://manuel.cillero.es)
|
||||
*/
|
||||
|
||||
/*
|
||||
* 1. GENERAL
|
||||
*/
|
||||
#frontpage {
|
||||
color: #fff;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
#frontpage h3 {
|
||||
color: #fece1a;
|
||||
}
|
||||
.hide-text {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
.navbar-fixed-top .navbar-collapse,
|
||||
.navbar-static-top .navbar-collapse,
|
||||
.navbar-fixed-bottom .navbar-collapse {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
/*
|
||||
* 2. LAYOUT
|
||||
*/
|
||||
.centered {
|
||||
float: none;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
/* Use this class if you want center element with span* class */
|
||||
.center {
|
||||
float: none !important;
|
||||
margin: 0 auto !important;
|
||||
text-align: center;
|
||||
}
|
||||
.highlighted-box {
|
||||
background: #f4f8f9;
|
||||
padding: 20px 30px;
|
||||
}
|
||||
.highlighted-box h1 {
|
||||
margin: 0;
|
||||
}
|
||||
.large-text {
|
||||
line-height: 1.2em;
|
||||
font-size: 30px;
|
||||
color: #181a1c;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.highlighted-box h1,
|
||||
.highlighted-box p {
|
||||
color: #181a1c !important;
|
||||
}
|
||||
.circle-border {
|
||||
display: inline-block;
|
||||
-webkit-border-radius: 500px;
|
||||
-moz-border-radius: 500px;
|
||||
border-radius: 500px;
|
||||
-khtml-border-radius: 500px;
|
||||
border: 3px solid #fff;
|
||||
}
|
||||
.left-align {
|
||||
text-align: left;
|
||||
}
|
||||
.error {
|
||||
color: #cf0000;
|
||||
display: none;
|
||||
}
|
||||
.invisible {
|
||||
display: none;
|
||||
visibility: visible;
|
||||
}
|
||||
.triangle {
|
||||
margin: 0 auto -10px;
|
||||
text-align: center;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 30px solid #073648;
|
||||
border-left: 585px outset transparent;
|
||||
border-right: 585px outset transparent;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
.primary-section .triangle {
|
||||
border-top-width: 40px;
|
||||
}
|
||||
.secondary-section .triangle {
|
||||
border-top: 40px solid #181a1c;
|
||||
}
|
||||
#clients .triangle {
|
||||
border-color: #fece1a;
|
||||
}
|
||||
/*
|
||||
* 2.1. Animations
|
||||
*/
|
||||
.zoom-in {
|
||||
-webkit-transform: scale(1, 1);
|
||||
-moz-transform: scale(1, 1);
|
||||
-o-transform: scale(1, 1);
|
||||
-ms-transform: scale(1, 1);
|
||||
-webkit-transition: all 250ms ease;
|
||||
-moz-transition: all 250ms ease;
|
||||
-o-transition: all 250ms ease;
|
||||
-ms-transition: all 250ms ease;
|
||||
transition: all 250ms ease;
|
||||
}
|
||||
.zoom-in:hover {
|
||||
-webkit-transform: scale(1.1, 1.1);
|
||||
-moz-transform: scale(1.1, 1.1);
|
||||
-o-transform: scale(1.1, 1.1);
|
||||
-ms-transform: scale(1.1, 1.1);
|
||||
}
|
||||
/*
|
||||
* 2.2. Buttons
|
||||
*/
|
||||
.button,
|
||||
.button:visited,
|
||||
.button:focus {
|
||||
display: inline-block;
|
||||
border: 1px solid #181a1c;
|
||||
color: #181a1c !important;
|
||||
background-color: transparent;
|
||||
padding: 15px 24px;
|
||||
font-size: 17px;
|
||||
line-height: auto;
|
||||
}
|
||||
.button:hover,
|
||||
.button:active {
|
||||
background-color: #181a1c;
|
||||
color: #fff !important;
|
||||
}
|
||||
.button-sp,
|
||||
.button-sp:visited,
|
||||
.button-sp:focus {
|
||||
border: none;
|
||||
background-color: #fece1a;
|
||||
color: #181a1c;
|
||||
}
|
||||
.button-sp:hover,
|
||||
.button-sp:active {
|
||||
background-color: #181a1c;
|
||||
color: #fece1a;
|
||||
}
|
||||
.button-ps,
|
||||
.button-ps:visited,
|
||||
.button-ps:focus {
|
||||
border: none;
|
||||
background-color: #181a1c;
|
||||
color: #fece1a !important;
|
||||
}
|
||||
.button-ps:hover,
|
||||
.button-ps:active {
|
||||
background-color: #fece1a;
|
||||
color: #181a1c !important;
|
||||
}
|
||||
/*
|
||||
* 2.3. Thumbnails
|
||||
*/
|
||||
.row {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.thumbnails {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
.thumbnails > li {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
.thumbnail {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
border: 0; /*
|
||||
border-radius: 0; */
|
||||
box-shadow: none;
|
||||
text-align: center;
|
||||
background: #191a1c;
|
||||
}
|
||||
.thumbnail .more {
|
||||
display: block;
|
||||
z-index: 4;
|
||||
position: absolute;
|
||||
top: -100px;
|
||||
left: 50%;
|
||||
margin: 0 auto;
|
||||
margin-left: -41px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
font-size: 40px;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
line-height: 70px;
|
||||
text-align: center;
|
||||
}
|
||||
.thumbnail:hover .more {
|
||||
top: 40%;
|
||||
margin-top: -40px;
|
||||
-webkit-transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3 s ease-out;
|
||||
-ms-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
.thumbnail h3,
|
||||
.thumbnail p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
z-index: 4;
|
||||
}
|
||||
.thumbnail h3 {
|
||||
margin-top: 10px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.thumbnail > p {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.thumbnail .mask {
|
||||
opacity: 0.85;
|
||||
filter: alpha(opacity=85);
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #181a1c;
|
||||
position: absolute;
|
||||
-webkit-transition: all 0.2s ease-out;
|
||||
-moz-transition: all 0.2s ease-out;
|
||||
-o-transition: all 0.2 s ease-out;
|
||||
-ms-transition: all 0.2s ease-out;
|
||||
transition: all 0.2s ease-out;
|
||||
}
|
||||
.thumbnail:hover .mask {
|
||||
top: 0;
|
||||
}
|
||||
/*
|
||||
* 2.4. Social icons
|
||||
*/
|
||||
.social {
|
||||
list-style: none;
|
||||
float: none;
|
||||
position: relative;
|
||||
margin: 5px auto;
|
||||
padding: 0;
|
||||
}
|
||||
.social li {
|
||||
display: inline-block;
|
||||
line-height: 32px;
|
||||
font-size: 32px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.social li a {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
color: #fece1a;
|
||||
}
|
||||
.social li a:hover {
|
||||
color: #181a1c;
|
||||
}
|
||||
|
||||
/*
|
||||
* 3. SECTIONS
|
||||
*/
|
||||
.page-section {
|
||||
padding: 0 20px 40px;
|
||||
}
|
||||
.page-section .container {
|
||||
padding: 30px 0 0;
|
||||
}
|
||||
.page-section .container p {
|
||||
padding: 10px;
|
||||
font-weight: 100;
|
||||
color: #fff;
|
||||
}
|
||||
.page-section .title {
|
||||
text-align: center;
|
||||
padding: 0 0 10px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.page-section .title h1 {
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
margin-bottom: 20px;
|
||||
padding: 0;
|
||||
}
|
||||
.page-section .title > p {
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
font-weight: lighter;
|
||||
}
|
||||
.primary-section {
|
||||
background: #181a1c;
|
||||
}
|
||||
.primary-section .title {
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.primary-section,
|
||||
.primary-section .title p {
|
||||
color: #fece1a;
|
||||
}
|
||||
.primary-section h1 {
|
||||
color: #fff;
|
||||
}
|
||||
.secondary-section {
|
||||
background: #181a1c;
|
||||
}
|
||||
.secondary-section .title {
|
||||
border-bottom: 1px solid #181a1c;
|
||||
}
|
||||
.secondary-section h1,
|
||||
.secondary-section .title p {
|
||||
color: #181a1c;
|
||||
}
|
||||
/* Third section use background image */
|
||||
.third-section {
|
||||
padding-bottom: 70px;
|
||||
background: #181a1c url(../images/frontpage/brand-bg.png) no-repeat center;
|
||||
border-top: 6px solid #fece1a;
|
||||
}
|
||||
.third-section .container {
|
||||
padding-top: 20px;
|
||||
position: relative;
|
||||
}
|
||||
.third-section .title {
|
||||
border-bottom: 1px solid #a1aab7;
|
||||
color: #fece1a;
|
||||
}
|
||||
.sub-section {
|
||||
margin-top: 30px;
|
||||
}
|
||||
/*
|
||||
* 3.1. Services
|
||||
*/
|
||||
#elegance {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
.service {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.service,
|
||||
.service h2 {
|
||||
padding-top: 15px;
|
||||
}
|
||||
.service p {
|
||||
padding: 0px 40px !important;
|
||||
height: 60px;
|
||||
}
|
||||
.service img {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
/*
|
||||
* 3.2. SuiteDesk
|
||||
*/
|
||||
#suitedesk {
|
||||
background-color: #fece1a;
|
||||
}
|
||||
#suitedesk .nav-pills {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#suitedesk .nav-pills > li > a { /*
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0; */
|
||||
margin: 0 5px 4px 0;
|
||||
padding: 4px 8px;
|
||||
border: 1px solid #181a1c;
|
||||
background: transparent;
|
||||
color: #000;
|
||||
}
|
||||
#suitedesk .nav-pills > li > a:hover,
|
||||
#suitedesk .nav-pills > .active > a,
|
||||
#suitedesk .nav-pills > .active > a:hover,
|
||||
#suitedesk .nav-pills > .active > a:focus {
|
||||
background: #181a1c;
|
||||
color: #fff;
|
||||
}
|
||||
.toggleDiv {
|
||||
margin-top: 60px;
|
||||
}
|
||||
.single-project {
|
||||
margin-bottom: 30px;
|
||||
background: #181a1c;
|
||||
}
|
||||
.single-project img {
|
||||
width: 100%;
|
||||
}
|
||||
.project-description {
|
||||
font-size: 90%;
|
||||
padding: 0 20px 10px;
|
||||
}
|
||||
.project-description p {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.project-title {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
border-bottom: 1px solid #fece1a;
|
||||
}
|
||||
.project-title h3 {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 8px 0 0;
|
||||
width: 80%;
|
||||
}
|
||||
.project-title .close {
|
||||
color: #fece1a;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.project-info {
|
||||
font-weight: 100;
|
||||
padding: 10px 0;
|
||||
color: #fff;
|
||||
}
|
||||
.project-info span {
|
||||
width: 80px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
color: #fece1a;
|
||||
}
|
||||
.project-info div {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.close {
|
||||
float: right;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
#portfolio-grid .mix {
|
||||
opacity: 0;
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
* 3.3. About
|
||||
*/
|
||||
.team .thumbnail {
|
||||
box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
padding: 10px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.team .thumbnail img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.team .thumbnail:hover .social {
|
||||
z-index: 5;
|
||||
}
|
||||
.team .thumbnail:hover .social a {
|
||||
color: #fff;
|
||||
}
|
||||
.team .thumbnail .mask {
|
||||
background: #fece1a;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.team .thumbnail .mask h2 {
|
||||
margin-top: 20%;
|
||||
color: #181a17;
|
||||
}
|
||||
.team .thumbnail .mask,
|
||||
.team .thumbnail .mask h3,
|
||||
.team .thumbnail .mask p,
|
||||
.team .thumbnail:hover h3,
|
||||
.team .thumbnail:hover .social a:hover {
|
||||
color: #181a17;
|
||||
}
|
||||
.about-text {
|
||||
margin-top: 30px;
|
||||
text-align: justify;
|
||||
}
|
||||
.about-text p {
|
||||
padding: 0 !important;
|
||||
font-size: 16px;
|
||||
}
|
||||
/* Skills bars */
|
||||
.skills {
|
||||
list-style-type: none;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.skills li {
|
||||
margin-bottom: 30px;
|
||||
background: #fff;
|
||||
height: 40px;
|
||||
padding: 1px;
|
||||
}
|
||||
.skills li h3 {
|
||||
position: relative;
|
||||
font-size: 15px;
|
||||
padding: 0;
|
||||
margin: 0 0 0 10px;
|
||||
z-index: 1;
|
||||
color: #181a1c !important;
|
||||
line-height: 40px;
|
||||
}
|
||||
.skills li .bar {
|
||||
height: 38px;
|
||||
position: absolute;
|
||||
background-color: #fece1a;
|
||||
}
|
||||
/*
|
||||
* 3.4. Clients
|
||||
*/
|
||||
#client-slider li {
|
||||
padding-left: 0;
|
||||
}
|
||||
.client-slider img {
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.client-slider img:hover {
|
||||
background-color: #fece1a;
|
||||
}
|
||||
.client-nav {
|
||||
list-style: none;
|
||||
margin: 20px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
.client-nav li {
|
||||
float: left;
|
||||
display: block;
|
||||
margin-left: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
.client-nav li a {
|
||||
display: inherit;
|
||||
padding: 0;
|
||||
background: #fece1a; /*
|
||||
border-radius: 3px; */
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
color: #000;
|
||||
}
|
||||
.client-nav li a:hover {
|
||||
background: #181a1c;
|
||||
color: #fff;
|
||||
}
|
||||
.testimonial {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.testimonial p {
|
||||
color: #181a1c !important;
|
||||
background: #fece1a;
|
||||
padding: 15px;
|
||||
margin: 0;
|
||||
}
|
||||
.testimonial .arrow {
|
||||
margin-top: -1px;
|
||||
margin-left: 10px;
|
||||
width: 0;
|
||||
border-top: 10px solid #fece1a;
|
||||
border-left: 20px outset transparent;
|
||||
border-right: 20px outset transparent;
|
||||
}
|
||||
.testimonial .whopic {
|
||||
display: inline-block;
|
||||
}
|
||||
.testimonial .whopic img {
|
||||
margin-top: 10px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
float: left;
|
||||
}
|
||||
.testimonial .whopic strong {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.testimonial .whopic small {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
}
|
||||
.testimonial-text{
|
||||
display: block;
|
||||
font-size: 22px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
margin-top: 30px;
|
||||
width: 70%;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
/*
|
||||
* 3.5. Price table
|
||||
*/
|
||||
.price-table {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.price-column {
|
||||
background-color: #fff;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
padding-bottom: 20px;
|
||||
margin: 30px auto 0;
|
||||
text-align: center;
|
||||
}
|
||||
.price-column h3 {
|
||||
background-color: #181a1c;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
padding: 40px 0px;
|
||||
font-size: 36px;
|
||||
margin-top: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 10px 10px 0px 0px;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
}
|
||||
.price-column .list {
|
||||
list-style: none;
|
||||
margin: 20px 50px;
|
||||
padding: 0;
|
||||
}
|
||||
.price-column .list li {
|
||||
font-weight: lighter;
|
||||
color: #747c89;
|
||||
font-size: 20px;
|
||||
border-bottom: 1px solid #747c89;
|
||||
padding: 25px 0px;
|
||||
}
|
||||
.price-column .list li.price {
|
||||
text-align: center;
|
||||
font-size: 31px;
|
||||
background-color: #fff;
|
||||
color: #747c89;
|
||||
margin-top: 25px;
|
||||
}
|
||||
.price-text {
|
||||
margin: 30px 0 20px;
|
||||
font-size: 20px;
|
||||
color: #181a1c;
|
||||
font-weight: normal;
|
||||
}
|
||||
/*
|
||||
* 3.6. Newsletter
|
||||
*/
|
||||
.newsletter,
|
||||
.newsletter h2 {
|
||||
color: #d7ddde;
|
||||
}
|
||||
.newsletter .title h2 {
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.newsletter form {
|
||||
text-align: center;
|
||||
}
|
||||
.newsletter input {
|
||||
margin-top: 10px;
|
||||
padding: 15px;
|
||||
height: auto;
|
||||
}
|
||||
.newsletter button {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.newsletter .button-sp:hover,
|
||||
.newsletter .button-sp:active {
|
||||
background-color: #fff !important;
|
||||
color: #181a1c !important;
|
||||
}
|
||||
/*
|
||||
* 3.7. Contact
|
||||
*/
|
||||
.contact {
|
||||
background: #fece1a;
|
||||
}
|
||||
.contact h1,
|
||||
.contact h2,
|
||||
.contact h3,
|
||||
.contact h4,
|
||||
.contact h5,
|
||||
.contact h6,
|
||||
.contact .page-section .title > p {
|
||||
color: #181a1c;
|
||||
}
|
||||
.contact textarea,
|
||||
.contact input[type="text"],
|
||||
.contact input[type="email"] {
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 20px;
|
||||
height: auto;
|
||||
}
|
||||
.contact textarea {
|
||||
height: 120px;
|
||||
}
|
||||
.contacts {
|
||||
color: #fff;
|
||||
list-style: none;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.contacts > li {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.contacts > li > a {
|
||||
color: #fff;
|
||||
}
|
||||
.contact-info {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.contact-info p {
|
||||
font-weight: normal;
|
||||
}
|
||||
.contact-info .icon {
|
||||
margin: 10px auto;
|
||||
font-size: 30px;
|
||||
}
|
||||
.map-wrapper {
|
||||
position: relative;
|
||||
height: 500px;
|
||||
}
|
||||
.map-canvas {
|
||||
position: absolute;
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
color: #29383f;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.contact-form {
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
z-index: 110;
|
||||
position: relative;
|
||||
margin-top: -25px;
|
||||
padding: 20px;
|
||||
}
|
||||
.contact-form h3 {
|
||||
color: #838589;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.message-btn {
|
||||
border:1px solid #747c89;
|
||||
color: #747c89 !important;
|
||||
background-color: transparent;
|
||||
padding: 15px 30px;
|
||||
font-size: 17px;
|
||||
}
|
||||
.message-btn:hover {
|
||||
background-color: #fece1a;
|
||||
}
|
||||
.contact-info {
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
}
|
||||
.info-mail {
|
||||
border: 1px solid #fff;
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
padding: 15px;
|
||||
color: #181a1c !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
.black {
|
||||
color: #181a1c;
|
||||
}
|
735
themes/zuitedesk/css/global.css
Normal file
|
@ -0,0 +1,735 @@
|
|||
/**
|
||||
* @file
|
||||
* Global Styling.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Global styles.
|
||||
*/
|
||||
body.drag {
|
||||
cursor: move;
|
||||
} /*
|
||||
@media (max-width: 799px) {
|
||||
body {
|
||||
font-size: 17px;
|
||||
}
|
||||
} */
|
||||
|
||||
pre {
|
||||
border: 0; /*
|
||||
border-radius: 0; */
|
||||
border-left: 6px solid #3c8dbc;
|
||||
}
|
||||
body.print-body pre {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/*
|
||||
* Lists.
|
||||
*/
|
||||
ul.inline li {
|
||||
display: inline;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Tables.
|
||||
*/
|
||||
table.sticky-header { /* Floating header for tableheader.js */
|
||||
margin-top: 0;
|
||||
background: #fff;
|
||||
}
|
||||
tbody {
|
||||
border: none !important;
|
||||
} /*
|
||||
table.sticky-enabled td {
|
||||
vertical-align: top;
|
||||
} */
|
||||
th.active {
|
||||
white-space: nowrap; /*
|
||||
padding-right: 22px !important;
|
||||
position: relative !important; */
|
||||
}
|
||||
th.active img { /*
|
||||
position: absolute; */
|
||||
margin-left: 5px;
|
||||
} /*
|
||||
th a:link, th a:visited {
|
||||
color: #6f9dbd;
|
||||
}
|
||||
tr.even, tr.odd {
|
||||
border: solid #d3e7f4;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
tr.even {
|
||||
background-color: #fff;
|
||||
}
|
||||
tr.odd, tr.info {
|
||||
background-color: #edf5fa;
|
||||
}
|
||||
tr.odd td.active {
|
||||
background-color: #ddecf5;
|
||||
}
|
||||
tr.even td.active {
|
||||
background-color: #e6f1f7;
|
||||
}
|
||||
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
|
||||
border-top-width: 0;
|
||||
} */
|
||||
tr.selected td { /* To be used with tableselect.js */
|
||||
background: #ffc;
|
||||
}
|
||||
th.checkbox, td.checkbox {
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
text-align: center;
|
||||
} /*
|
||||
td.active {
|
||||
background-color: #ddd;
|
||||
}
|
||||
td.region, td.module, td.container, td.category {
|
||||
border-top: 1.5em solid #fff;
|
||||
border-bottom: 1px solid #b4d7f0;
|
||||
background-color: #d4e7f3;
|
||||
color: #455067;
|
||||
font-weight: bold;
|
||||
} */
|
||||
|
||||
/*
|
||||
* Table drag and drop.
|
||||
*/
|
||||
tr.drag {
|
||||
background-color: #fffff0;
|
||||
}
|
||||
tr.drag-previous {
|
||||
background-color: #ffd;
|
||||
}
|
||||
.draggable > td:first-child {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.draggable > td:first-child span.tabledrag-changed {
|
||||
position: absolute;
|
||||
left: 2px;
|
||||
top: 1px;
|
||||
}
|
||||
.draggable > td:first-child .form-control {
|
||||
display: inline-block;
|
||||
border: 0;
|
||||
}
|
||||
.draggable a.tabledrag-handle {
|
||||
cursor: move;
|
||||
float: left;
|
||||
height: 1.7em;
|
||||
margin: -0.4em 0 -0.4em -0.5em;
|
||||
padding: 0.42em 0.72em 0.42em 0.5em;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.tabledrag-handle:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.tabledrag-handle .handle {
|
||||
margin-top: 4px;
|
||||
margin-left: 4px;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
background: url(../images/draggable.png) no-repeat 0 0;
|
||||
}
|
||||
a.tabledrag-handle-hover .handle {
|
||||
background-position: 0 -20px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Book rearrange drag and drop.
|
||||
*/
|
||||
form#book-admin-edit .draggable > td:first-child .form-control {
|
||||
line-height: 1.4em;
|
||||
height: 1.4em;
|
||||
padding: 0 4px;
|
||||
font-weight: 300;
|
||||
}
|
||||
form#book-admin-edit .draggable > td {
|
||||
padding-top: 2px !important;
|
||||
padding-bottom: 2px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* Miscelaneous, other common styles.
|
||||
*/
|
||||
span.marker {
|
||||
vertical-align: text-top;
|
||||
font-size: .75em;
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: #e55;
|
||||
}
|
||||
.warning {
|
||||
color: #e09010;
|
||||
}
|
||||
.ok {
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
tr.error {
|
||||
background: #fcc;
|
||||
color: #200; /*
|
||||
padding: 2px; */
|
||||
}
|
||||
tr.warning {
|
||||
background: #ffd;
|
||||
color: #220; /*
|
||||
padding: 2px; */
|
||||
}
|
||||
tr.ok {
|
||||
background: #dfd;
|
||||
color: #020; /*
|
||||
padding: 2px; */
|
||||
}
|
||||
|
||||
div.messages,
|
||||
div.error,
|
||||
div.warning,
|
||||
div.status {
|
||||
margin-bottom: .75em;
|
||||
padding: 5px 10px 5px 50px;
|
||||
min-height: 45px;
|
||||
}
|
||||
div.messages {
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
}
|
||||
div.messages a {
|
||||
font-weight: bold;
|
||||
}
|
||||
div.messages ul {
|
||||
margin: 0;
|
||||
}
|
||||
div.error {
|
||||
color: #a94442;
|
||||
background: #f2dede url(../images/message_error.png) no-repeat 5px 5px;
|
||||
}
|
||||
div.warning {
|
||||
color: #8a6d3b;
|
||||
background: #fcf8e3 url(../images/message_warning.png) no-repeat 5px 5px;
|
||||
}
|
||||
div.status {
|
||||
color: #31708f;
|
||||
background: #d9edf7 url(../images/message_status.png) no-repeat 5px 5px;
|
||||
}
|
||||
|
||||
.help {
|
||||
margin-top: 1em;
|
||||
color: #898989;
|
||||
}
|
||||
.help p {
|
||||
text-align: justify;
|
||||
}
|
||||
@media (max-width: 799px) {
|
||||
.help p {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
.help a:link,
|
||||
.help a:visited {
|
||||
font-weight: bold;
|
||||
color: #ff6600;
|
||||
}
|
||||
.help a:hover {
|
||||
color: #f70a0a;
|
||||
}
|
||||
|
||||
.description {
|
||||
font-size: 0.84em;
|
||||
font-weight: 300;
|
||||
line-height: 1.3em;
|
||||
margin-bottom: 0.75em;
|
||||
color: #696969;
|
||||
}
|
||||
.description p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.new {
|
||||
color: #fff999;
|
||||
background-color: red; /*
|
||||
border-radius: 2px; */
|
||||
margin: .3em 0 .3em .6em;
|
||||
padding: 0 5px;
|
||||
font-size: .92em;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
}
|
||||
|
||||
div.indentation {
|
||||
width: 20px;
|
||||
height: 1.7em;
|
||||
margin: -0.4em 0.2em -0.4em -0.4em;
|
||||
padding: 0.42em 0 0.42em 0.6em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#ui-datepicker-div {
|
||||
width: 16.8em !important;
|
||||
}
|
||||
#ui-datepicker-div table.ui-datepicker td {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
#ui-datepicker-div table.ui-datepicker td a {
|
||||
padding: .1em;
|
||||
}
|
||||
|
||||
/* Other common styles */
|
||||
/*
|
||||
div.tree-child {
|
||||
background: url(../images/tree.png) no-repeat 11px center;
|
||||
}
|
||||
div.tree-child-last {
|
||||
background: url(../images/tree-bottom.png) no-repeat 11px center;
|
||||
}
|
||||
div.tree-child-horizontal {
|
||||
background: url(../images/tree.png) no-repeat -11px center;
|
||||
}
|
||||
div.error {
|
||||
border: 1px solid #d77;
|
||||
}
|
||||
div.error, tr.error {
|
||||
background: #fcc;
|
||||
color: #200;
|
||||
padding: 2px;
|
||||
}
|
||||
div.warning {
|
||||
border: 1px solid #f0c020;
|
||||
}
|
||||
div.warning, tr.warning {
|
||||
background: #ffd;
|
||||
color: #220;
|
||||
padding: 2px;
|
||||
}
|
||||
div.ok {
|
||||
border: 1px solid #00aa00;
|
||||
}
|
||||
div.ok, tr.ok {
|
||||
background: #dfd;
|
||||
color: #020;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.item-list .icon {
|
||||
color: #555;
|
||||
float: right;
|
||||
padding-left: 0.25em;
|
||||
clear: right;
|
||||
}
|
||||
.item-list .title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.item-list ul {
|
||||
margin: 0 0 0.75em 0;
|
||||
padding: 0;
|
||||
}
|
||||
.item-list ul li {
|
||||
margin: 0 0 0.25em 1.5em;
|
||||
padding: 0;
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ol.task-list li.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
tr.odd .form-item, tr.even .form-item {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
tr.merge-down, tr.merge-down td, tr.merge-down th {
|
||||
border-bottom-width: 0 !important;
|
||||
}
|
||||
tr.merge-up, tr.merge-up td, tr.merge-up th {
|
||||
border-top-width: 0 !important;
|
||||
}
|
||||
.more-help-link {
|
||||
font-size: 0.85em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.item-list .pager {
|
||||
clear: both;
|
||||
text-align: center;
|
||||
}
|
||||
.item-list .pager li {
|
||||
background-image:none;
|
||||
display:inline;
|
||||
list-style:none;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.pager-current {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.tips {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
width: 14em;
|
||||
}
|
||||
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
|
||||
width: 10em;
|
||||
}
|
||||
dl.multiselect dt, dl.multiselect dd {
|
||||
float: left;
|
||||
line-height: 1.75em;
|
||||
padding: 0;
|
||||
margin: 0 1em 0 0;
|
||||
}
|
||||
dl.multiselect .form-item {
|
||||
height: 1.75em;
|
||||
margin: 0;
|
||||
} */
|
||||
|
||||
/* Inline items (need to override above) */
|
||||
/*
|
||||
.container-inline div, .container-inline label {
|
||||
display: inline;
|
||||
} */
|
||||
|
||||
/* Teaser splitter */
|
||||
/*
|
||||
.joined + .grippie {
|
||||
height: 5px;
|
||||
background-position: center 1px;
|
||||
margin-bottom: -2px;
|
||||
} */
|
||||
|
||||
/* Styles for views admin links */
|
||||
div.view div.views-admin-links a:hover {
|
||||
color: #f70a0a;
|
||||
}
|
||||
|
||||
/* Styles for views filters */
|
||||
.view-filters form {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.view-filters form .btn {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Progressbar styles.
|
||||
*/
|
||||
.progress {
|
||||
font-weight: bold;
|
||||
}
|
||||
.progress .bar {
|
||||
background: #fff url(../images/progress.gif);
|
||||
height: 1.5em;
|
||||
margin: 0 0.2em;
|
||||
}
|
||||
.progress .filled {
|
||||
background: #0072b9;
|
||||
height: 1.5em;
|
||||
border-bottom: 0.5em solid #004a73;
|
||||
width: 0%;
|
||||
}
|
||||
.progress .percentage {
|
||||
float: right;
|
||||
}
|
||||
.progress-disabled {
|
||||
float: left;
|
||||
}
|
||||
.ahah-progress {
|
||||
float: left;
|
||||
}
|
||||
.ahah-progress .throbber {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin: 2px;
|
||||
background: transparent url(../images/throbber.gif) no-repeat 0px -18px;
|
||||
float: left;
|
||||
}
|
||||
tr .ahah-progress .throbber {
|
||||
margin: 0 2px;
|
||||
}
|
||||
.ahah-progress-bar {
|
||||
width: 16em;
|
||||
}
|
||||
|
||||
/*
|
||||
* For anything you want to hide on page load when JS is enabled, so
|
||||
* that you can use the JS to control visibility and avoid flicker.
|
||||
*/
|
||||
html.js .no-js,
|
||||
html.js .js-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Styles for the system modules page (admin/build/modules) */
|
||||
#system-modules div.incompatible {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Styles for the system themes page (admin/build/themes) */
|
||||
#system-themes-form div.incompatible {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
* Drupal Aggregator module.
|
||||
*/ /*
|
||||
#aggregator .feed-source .feed-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
#aggregator .feed-source .feed-image img {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
#aggregator .feed-source .feed-icon {
|
||||
float: right;
|
||||
display: block;
|
||||
}
|
||||
#aggregator .feed-item {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
#aggregator .feed-item-title {
|
||||
margin-bottom: 0;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
#aggregator .feed-item-meta, #aggregator .feed-item-body {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
#aggregator .feed-item-categories {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#aggregator td {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
#aggregator td.categorize-item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
#aggregator .categorize-item .news-item .body {
|
||||
margin-top: 0;
|
||||
}
|
||||
#aggregator .categorize-item h3 {
|
||||
margin-bottom: 1em;
|
||||
margin-top: 0;
|
||||
} */
|
||||
|
||||
/*
|
||||
* Drupal User module.
|
||||
*/
|
||||
#permissions th,
|
||||
#permissions td {
|
||||
display: table-cell;
|
||||
}
|
||||
#permissions td.module {
|
||||
font-weight: bold;
|
||||
}
|
||||
#permissions td.permission {
|
||||
padding-left: 1.5em !important;
|
||||
} /*
|
||||
#access-rules .access-type, #access-rules .rule-type {
|
||||
margin-right: 1em;
|
||||
float: left;
|
||||
}
|
||||
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
|
||||
margin-top: 0;
|
||||
}
|
||||
#access-rules .mask {
|
||||
clear: both;
|
||||
} */
|
||||
|
||||
#user-login-form {
|
||||
padding-top: 10px;
|
||||
}
|
||||
#user-login-form input.form-text {
|
||||
font-size: 1.6em;
|
||||
height: 1.8em;
|
||||
color: #405d7b;
|
||||
}
|
||||
#user-login-form button#edit-submit {
|
||||
float: left;
|
||||
margin: .5em .5em .5em 0;
|
||||
}
|
||||
#user-login-form div.item-list ul {
|
||||
padding: 0;
|
||||
}
|
||||
#user-login-form div.item-list ul li {
|
||||
list-style: none;
|
||||
}
|
||||
#user-login-form div.item-list ul li a {
|
||||
display: inline-block;
|
||||
margin: .5em 0;
|
||||
padding: 6px 12px;
|
||||
background-color: #eaeaea;
|
||||
border: 1px solid #aaa; /*
|
||||
border-radius: 4px; */
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100%;
|
||||
}
|
||||
#user-login-form div.item-list ul li a:hover {
|
||||
color: #fff;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#user-admin-filter ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#user-admin-filter dd.a {
|
||||
width: 32%;
|
||||
max-width: 120px;
|
||||
float: left;
|
||||
}
|
||||
#user-admin-filter dd.a label {
|
||||
height: 32px;
|
||||
}
|
||||
#user-admin-filter dt {
|
||||
width: 10%;
|
||||
max-width: 30px;
|
||||
padding-top: .3em;
|
||||
height: 7em;
|
||||
color: #aaa;
|
||||
float: left;
|
||||
}
|
||||
#user-admin-filter dd.b {
|
||||
float: left;
|
||||
width: 58%;
|
||||
}
|
||||
#user-admin-buttons {
|
||||
clear: both;
|
||||
} /*
|
||||
#user-admin-settings fieldset .description {
|
||||
font-size: 0.85em;
|
||||
padding-bottom: .5em;
|
||||
} */
|
||||
|
||||
/* Generated by user.module but used by profile.module: */
|
||||
|
||||
.profile {
|
||||
clear: both;
|
||||
}
|
||||
div.profile::after {
|
||||
display: block;
|
||||
clear: both;
|
||||
content: "\00a0";
|
||||
}
|
||||
.profile .picture {
|
||||
float: right;
|
||||
margin: 0 0 1em 0;
|
||||
padding: 4px;
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.profile .picture img {
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.profile .picture {
|
||||
max-width: 30% !important;
|
||||
}
|
||||
}
|
||||
.profile h3 {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.profile dl {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
.profile dt {
|
||||
margin: 0 0 0.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.profile dd {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
/* Installation clean URLs */
|
||||
#clean-url.install {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Markup free clearing.
|
||||
* See: http://www.positioniseverything.net/easyclearing.html
|
||||
*/
|
||||
.clearfix:after,
|
||||
.clear-block:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
.clear-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Hides from IE-mac \*/
|
||||
* html .clear-block {
|
||||
height: 1%;
|
||||
}
|
||||
.clear-block {
|
||||
display: block;
|
||||
}
|
||||
/* End hide from IE-mac */
|
||||
|
||||
/**
|
||||
* Hide elements from all users.
|
||||
*
|
||||
* Used for elements which should not be immediately displayed to any user. An
|
||||
* example would be a collapsible fieldset that will be expanded with a click
|
||||
* from a user. The effect of this class can be toggled with the jQuery show()
|
||||
* and hide() functions.
|
||||
*/
|
||||
.element-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide elements visually, but keep them available for screen-readers.
|
||||
*
|
||||
* Used for information required for screen-reader users to understand and use
|
||||
* the site where visual display is undesirable. Information provided in this
|
||||
* manner should be kept concise, to avoid unnecessary burden on the user. Must
|
||||
* not be used for focusable elements (such as links and form elements) as this
|
||||
* causes issues for keyboard only or voice recognition users. "!important" is
|
||||
* used to prevent unintentional overrides.
|
||||
*
|
||||
* See http://webaim.org/techniques/css/invisiblecontent/
|
||||
*/
|
||||
#skip-link a,
|
||||
.element-invisible {
|
||||
position: absolute;
|
||||
left: -10000px;
|
||||
top: auto;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
#skip-link a:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
28
themes/zuitedesk/css/ie8.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
/**
|
||||
* @file
|
||||
* CSS targeted specifically for Internet Explorer 8 for Windows.
|
||||
*
|
||||
* Any CSS in this file will override the rules specified in the ie.css file.
|
||||
*/
|
||||
|
||||
|
||||
img.img-responsive {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
* Search blocks.
|
||||
*/
|
||||
.block-custom_search_blocks button.form-submit,
|
||||
.block-lexicon button.form-submit {
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Service links module.
|
||||
*/
|
||||
li.service-links-twitter-widget,
|
||||
li.service-links-facebook-like,
|
||||
li.service-links-google-plus-one {
|
||||
display: none !important;
|
||||
}
|
147
themes/zuitedesk/css/layout-responsive.css
Normal file
|
@ -0,0 +1,147 @@
|
|||
/**
|
||||
* @file
|
||||
* Positioning for responsive layout.
|
||||
*
|
||||
* Define CSS classes to create a table-free, right column layout.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Center the page.
|
||||
*/
|
||||
#header,
|
||||
#main-wrapper,
|
||||
#navigation-top .section,
|
||||
#navigation .section,
|
||||
#page-title .section,
|
||||
#footer .section,
|
||||
#socket .section,
|
||||
.region-bottom {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 1240px; /* For screen sizes larger than 1240px, prevent
|
||||
long lines of text by setting a max-width. */
|
||||
}
|
||||
|
||||
/*
|
||||
* Apply the shared properties of grid items in a single, efficient ruleset.
|
||||
*/
|
||||
#header,
|
||||
#main-content,
|
||||
#navigation .section,
|
||||
#page-title .section,
|
||||
#footer .section,
|
||||
.region-sidebar-main {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
#header,
|
||||
#navigation-top .section,
|
||||
#navigation .section,
|
||||
#page-title .section {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
#main-content {
|
||||
padding-left: 30px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
#main-content .section {
|
||||
margin-top: 0;
|
||||
padding: 0 0 1em;
|
||||
min-height: 360px;
|
||||
}
|
||||
#footer .section {
|
||||
padding-top: 30px;
|
||||
}
|
||||
#footer .section,
|
||||
#socket .section {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.region-sidebar-main {
|
||||
padding-left: 20px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Containers for grid items and flow items.
|
||||
*/
|
||||
#header:before,
|
||||
#header:after,
|
||||
#main:before,
|
||||
#main:after,
|
||||
#footer:before,
|
||||
#footer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
#header:after,
|
||||
#main:after,
|
||||
#footer:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/*
|
||||
* Main layout.
|
||||
*/
|
||||
@media (max-width: 1239px) {
|
||||
#footer .section,
|
||||
#socket .section {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#footer .section,
|
||||
#socket .section,
|
||||
#main-content,
|
||||
.region-sidebar-main {
|
||||
padding-left: 4%;
|
||||
padding-right: 4%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 529px) { /* MINW = 530px */
|
||||
#header,
|
||||
#navigation-top .section,
|
||||
#navigation .section,
|
||||
#page-title .section,
|
||||
#main-content .section {
|
||||
padding-left: 4%;
|
||||
padding-right: 4%;
|
||||
}
|
||||
#main-content {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.sidebar-main #main-content {
|
||||
float: left;
|
||||
width: 66.667%;
|
||||
margin-left: 0%;
|
||||
margin-right: -66.667%;
|
||||
}
|
||||
.sidebar-main .region-sidebar-main {
|
||||
float: left;
|
||||
width: 33.333%;
|
||||
margin-left: 66.667%;
|
||||
margin-right: -100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 960px) {
|
||||
.sidebar-main #main-content {
|
||||
width: 71%;
|
||||
margin-right: -71%;
|
||||
}
|
||||
.sidebar-main .region-sidebar-main {
|
||||
width: 29%;
|
||||
margin-left: 71%;
|
||||
}
|
||||
}
|
||||
.sidebar-main .region-sidebar-main {
|
||||
margin-bottom: 1em;
|
||||
}
|
273
themes/zuitedesk/css/navigation.css
Normal file
|
@ -0,0 +1,273 @@
|
|||
/**
|
||||
* @file
|
||||
* Navigation Styling.
|
||||
*/
|
||||
|
||||
|
||||
ul.links {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul.links li {
|
||||
display: inline;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* "Administration menu" module.
|
||||
*/
|
||||
#admin-menu {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Navigation top bar.
|
||||
*/
|
||||
#navigation-top {
|
||||
background: #556372;
|
||||
border-bottom: 1px solid #556372;
|
||||
}
|
||||
ul.social-menu {
|
||||
display: block;
|
||||
float: right;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul.social-menu > li {
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
ul.social-menu > li a {
|
||||
color: #aaa;
|
||||
font-size: 20px;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 30px;
|
||||
min-height: 30px;
|
||||
line-height: 30px;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
transition-property: all;
|
||||
transition-duration: 0.3s;
|
||||
transition-timing-function: ease-out;
|
||||
transition-delay: 0s;
|
||||
}
|
||||
ul.social-menu > li:hover a {
|
||||
color: #fff !important;
|
||||
}
|
||||
ul.social-menu .lang-item a {
|
||||
font-size: 15px;
|
||||
}
|
||||
ul.social-menu .social-link-rss:hover a {
|
||||
background-color: #ffa133;
|
||||
}
|
||||
ul.social-menu .social-link-twitter:hover a {
|
||||
background-color: #46d4fe;
|
||||
}
|
||||
ul.social-menu .social-link-facebook:hover a {
|
||||
background-color: #37589b;
|
||||
}
|
||||
ul.social-menu .social-link-linkedin:hover a {
|
||||
background-color: #419cca;
|
||||
}
|
||||
ul.social-menu .social-link-mail:hover a {
|
||||
background-color: #9fae37;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#navigation-top ul.social-menu {
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
ul.social-menu > li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
margin: 2px -3px 0;
|
||||
}
|
||||
ul.social-menu > li a {
|
||||
color: #fff;
|
||||
}
|
||||
ul.social-menu > li a:hover {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Navigation socket bar.
|
||||
*/
|
||||
#socket {
|
||||
background-color: #182330;
|
||||
border-bottom: 1px solid #182330;
|
||||
}
|
||||
#socket .section {
|
||||
height: 36px;
|
||||
}
|
||||
#socket .copyright {
|
||||
float: left;
|
||||
margin-top: 14px;
|
||||
font-size: 11px;
|
||||
color: #fff;
|
||||
}
|
||||
#socket ul.social-menu {
|
||||
margin-top: 3px;
|
||||
}
|
||||
#socket ul.social-menu li a {
|
||||
color: #8ca7be;
|
||||
border-radius: 300px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Navigation main menu.
|
||||
*/
|
||||
#navigation {
|
||||
margin-bottom: 0;
|
||||
border: 0;
|
||||
} /*
|
||||
.navbar-image {
|
||||
height: 88px;
|
||||
} */
|
||||
.navbar-default .navbar-nav > li > a {
|
||||
color: #aaa;
|
||||
font-size: 18px;
|
||||
line-height: 62px;
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
-webkit-transition: color .2s;
|
||||
-moz-transition: color .2s;
|
||||
-o-transition: color .2s;
|
||||
-ms-transition: color .2s;
|
||||
transition: color .2s;
|
||||
}
|
||||
.logo img {
|
||||
position: absolute;
|
||||
}
|
||||
@media (max-width: 767px) {/*
|
||||
.navbar-brand > img {
|
||||
margin-top: -5px;
|
||||
}*/
|
||||
.navbar-default .navbar-nav > li > a {
|
||||
line-height: 20px;
|
||||
}
|
||||
.logo img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-height: 80px;
|
||||
}
|
||||
}
|
||||
#picture-menu {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
margin-right: 8px;
|
||||
margin-bottom: -9px;
|
||||
position: relative;
|
||||
border-radius: 50%;
|
||||
}
|
||||
#picture-menu img {
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
bottom: -9999px;
|
||||
left: -9999px;
|
||||
right: -9999px;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
display: block;
|
||||
margin: auto;
|
||||
object-fit: cover;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#picture-menu {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.navbar-default .navbar-toggle {
|
||||
border-color: #556372;
|
||||
border-radius: 3px;
|
||||
margin: 17px 0;
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
}
|
||||
.navbar-default .navbar-toggle:hover,
|
||||
.navbar-default .navbar-toggle:focus {
|
||||
transition-property: all;
|
||||
transition-duration: 0.3s;
|
||||
transition-timing-function: ease-out;
|
||||
transition-delay: 0s;
|
||||
}
|
||||
.navbar-default a[class^="icon-"]:before {
|
||||
color: #ff3300;
|
||||
}
|
||||
|
||||
/*
|
||||
* Book navigation.
|
||||
*/
|
||||
.book-navigation {
|
||||
margin: .5em 0;
|
||||
}
|
||||
.book-navigation ul.menu {
|
||||
margin: 2.5em 0 0;
|
||||
padding: 0 0 1em 1em;
|
||||
background: url(../images/bg-book-navigation.png) no-repeat bottom right;
|
||||
}
|
||||
.book-navigation ul.menu li {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
text-indent: -1.9em;
|
||||
margin-left: 1.9em;
|
||||
}
|
||||
.book-navigation ul.menu li:before {
|
||||
font-family: "fonticons";
|
||||
color: #ccc;
|
||||
}
|
||||
.book-navigation ul.menu li.leaf:before {
|
||||
padding: 0 .51em;
|
||||
content: "\e826";
|
||||
}
|
||||
.book-navigation ul.menu li.collapsed:before {
|
||||
padding: 0 .4em;
|
||||
content: "\e827";
|
||||
}
|
||||
.book-navigation .page-links {
|
||||
background: #efefef;
|
||||
text-align: center;
|
||||
padding: .4em;
|
||||
font-size: .92em;
|
||||
}
|
||||
.book-navigation .page-previous {
|
||||
width: 40%;
|
||||
display: block;
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
.book-navigation .page-up {
|
||||
margin: 0 1%;
|
||||
width: 18%;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
.book-navigation .page-next {
|
||||
width: 40%;
|
||||
display: block;
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* Custom pagination.
|
||||
*/
|
||||
ul.pagination {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
ul.pagination li {
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
ul.pagination li a,
|
||||
ul.pagination li span {
|
||||
margin-bottom: 1em;
|
||||
}
|
226
themes/zuitedesk/css/nodes.css
Normal file
|
@ -0,0 +1,226 @@
|
|||
/**
|
||||
* @file
|
||||
* Node and fields Styling.
|
||||
*/
|
||||
|
||||
|
||||
.node .content { /*
|
||||
margin-top: 1em; */
|
||||
text-align: justify;
|
||||
}
|
||||
@media (max-width: 799px) {
|
||||
.node .content {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Node meta info (links and taxonomy entries).
|
||||
*/
|
||||
.node .meta {
|
||||
clear: both;
|
||||
padding-top: .8em;
|
||||
padding-bottom: 1.2em;
|
||||
}
|
||||
.node .meta ul {
|
||||
padding: 0;
|
||||
}
|
||||
.node .meta ul li,
|
||||
.node .meta ul li a { /*
|
||||
color: #777; */
|
||||
}
|
||||
.node .meta ul li a:hover { /*
|
||||
color: #555;
|
||||
border-bottom: 1px dotted #555; */
|
||||
}
|
||||
.node .meta ul li a.active { /*
|
||||
color: #555;
|
||||
font-weight: bold; */
|
||||
}
|
||||
.node .meta ul li.last { /*
|
||||
padding-right: 10px; */
|
||||
}
|
||||
|
||||
.node ul.links li {
|
||||
line-height: 1.8em;
|
||||
padding: .4em .8em .4em 0; /*
|
||||
padding-right: 1.2em; */
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.node ul.links li.comment_add,
|
||||
.node ul.links li.comment_comments { /*
|
||||
padding: .4em .6em; */
|
||||
padding-left: .6em;
|
||||
padding-right: .6em;
|
||||
margin-right: .6em; /*
|
||||
border-radius: 4px; */
|
||||
background-color: #d9534f;
|
||||
}
|
||||
.node ul.links li.comment_add:hover,
|
||||
.node ul.links li.comment_comments:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
.node ul.links li.comment_add a,
|
||||
.node ul.links li.comment_comments a {
|
||||
color: #fff;
|
||||
}
|
||||
.node ul.links li:before {
|
||||
font-family: "fonticons";
|
||||
padding: 0 .38em 0 0;
|
||||
color: #ff3300;
|
||||
}
|
||||
.node ul.links li.comment_add:before {
|
||||
content: "\e814";
|
||||
color: #fff;
|
||||
}
|
||||
.node ul.links li.node_read_more:before {
|
||||
content: "\e828";
|
||||
}
|
||||
.node ul.links li.book_add_child:before {
|
||||
content: "\e825";
|
||||
}
|
||||
.node ul.links li.print_html:before,
|
||||
.node ul.links li.book_printer:before {
|
||||
content: "\e831";
|
||||
}
|
||||
.node ul.links li.print_pdf:before,
|
||||
.node ul.links li.book_pdf:before {
|
||||
content: "\e82e";
|
||||
}
|
||||
.node ul.links li.calendar_link:before {
|
||||
content: "\e81f";
|
||||
}
|
||||
.node ul.links li.last {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.node .terms ul li {
|
||||
display: block;
|
||||
padding: 4px 9px 2px;
|
||||
margin: 2px 4px 2px 0;
|
||||
float: left;
|
||||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
background-color: #000;
|
||||
}
|
||||
.node .terms ul li a {
|
||||
color: #999;
|
||||
}
|
||||
.node .terms ul li a.active,
|
||||
.node .terms ul li a:hover {
|
||||
color: #fff;
|
||||
} /*
|
||||
.node .links ul.links li.comment_comments {
|
||||
background: url(images/ico-comments.png) no-repeat 0 2px;
|
||||
}
|
||||
.node .links ul.links li.comment_reply {
|
||||
background: url(images/ico-comment-add.png) no-repeat 0 0;
|
||||
}
|
||||
.node .links ul.links li.comment_edit {
|
||||
background: url(images/ico-comment-edit.png) no-repeat 0 0;
|
||||
}
|
||||
.node .links ul.links li.comment_delete {
|
||||
background: url(images/ico-comment-delete.png) no-repeat 0 0;
|
||||
} */
|
||||
|
||||
/*
|
||||
* Override modules/cck/modules/fieldgroup/fieldgroup.css style.
|
||||
*/
|
||||
div.fieldgroup {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
div.fieldgroup .content {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* "Filefield" module.
|
||||
*/
|
||||
.filefield-file {
|
||||
margin-right: -16px;
|
||||
padding: 0 22px !important;
|
||||
line-height: 24px;
|
||||
}
|
||||
img.filefield-icon {
|
||||
position: absolute;
|
||||
margin: 4px 0 0 -22px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* "GeSHi Filter" module.
|
||||
*/
|
||||
div.geshifilter {
|
||||
border: 0;
|
||||
margin: -9.5px;
|
||||
padding: 9.5px;
|
||||
background: transparent;
|
||||
}
|
||||
div.geshifilter pre {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
overflow: visible;
|
||||
}
|
||||
div.geshifilter ol {
|
||||
padding-left: 3em;
|
||||
color: #b2b2b2;
|
||||
}
|
||||
|
||||
/*
|
||||
* Redefine modules/node/node.css styles.
|
||||
*/
|
||||
.node-unpublished div.unpublished {
|
||||
height: 1em;
|
||||
overflow: hidden;
|
||||
margin: 22px 0 -18px;
|
||||
font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
|
||||
font-size: 4.6em;
|
||||
font-weight: bold;
|
||||
line-height: 1em;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
color: #d8d8d8;
|
||||
} /*
|
||||
.node-unpublished {
|
||||
background-color: #fff4f4;
|
||||
}
|
||||
.preview .node {
|
||||
background-color: #ffffea;
|
||||
}
|
||||
td.revision-current {
|
||||
background: #ffc;
|
||||
}
|
||||
.terms-inline {
|
||||
display: inline;
|
||||
} */
|
||||
|
||||
#node-admin-filter ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#node-admin-filter dd.a {
|
||||
width: 32%;
|
||||
max-width: 120px;
|
||||
float: left;
|
||||
}
|
||||
#node-admin-filter dd.a label {
|
||||
height: 32px;
|
||||
}
|
||||
#node-admin-filter dt {
|
||||
width: 10%;
|
||||
max-width: 30px;
|
||||
padding-top: .3em;
|
||||
height: 7em;
|
||||
color: #aaa;
|
||||
float: left;
|
||||
}
|
||||
#node-admin-filter dd.b {
|
||||
float: left;
|
||||
width: 58%;
|
||||
}
|
||||
#node-admin-buttons {
|
||||
clear: both;
|
||||
}
|
194
themes/zuitedesk/css/pages.css
Normal file
|
@ -0,0 +1,194 @@
|
|||
/**
|
||||
* @file
|
||||
* Page Styling.
|
||||
*/
|
||||
|
||||
|
||||
body.elfinder {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
* Page background.
|
||||
*/
|
||||
#page-wrapper {
|
||||
background-color: #ebeae9;
|
||||
}
|
||||
#main {
|
||||
background: #fff;
|
||||
padding-top: 30px;
|
||||
}
|
||||
#page,
|
||||
#main-wrapper {
|
||||
background: transparent url(../images/bg-page.png) repeat-x 0 bottom;
|
||||
}
|
||||
|
||||
#page-title {
|
||||
background-color: #fcfcfc;
|
||||
border-top: 1px solid #003346;
|
||||
border-bottom: 1px solid #e1e1e1;
|
||||
padding: 9px 0;
|
||||
}
|
||||
#page-title .title {
|
||||
color: #ff3300;
|
||||
line-height: 1em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
#page-title .stormcomponent {
|
||||
position: absolute;
|
||||
margin-top: 8px;
|
||||
}
|
||||
#page-title .stormcomponent + .title {
|
||||
margin-left: 44px;
|
||||
}
|
||||
#page-title .stormcomponent + .title + .breadcrumb {
|
||||
margin-left: 46px;
|
||||
}
|
||||
@media (max-width: 699px) {
|
||||
#page-title .stormcomponent {
|
||||
display: none;
|
||||
}
|
||||
#page-title .stormcomponent + .title,
|
||||
#page-title .stormcomponent + .title + .breadcrumb {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Header.
|
||||
*/
|
||||
#header {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* Main content.
|
||||
*/
|
||||
#main-content .section {
|
||||
position: relative;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
color: #aaa;
|
||||
|
||||
/* position: relative;
|
||||
left: -2px;
|
||||
right: auto;
|
||||
line-height: 18px;
|
||||
max-width: 100%;
|
||||
*/
|
||||
} /*
|
||||
.breadcrumb a {
|
||||
color: #444;
|
||||
}
|
||||
.breadcrumb a:hover {
|
||||
color: #f70a0a;
|
||||
} */
|
||||
|
||||
#submitted {
|
||||
position: relative;
|
||||
background: #d0ceba;
|
||||
width: 4em;
|
||||
height: 4em;
|
||||
float: left;
|
||||
}
|
||||
#submitted em {
|
||||
display: none;
|
||||
}
|
||||
#submitted span {
|
||||
display: block;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
overflow: hidden;
|
||||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
||||
text-indent: -0.035em;
|
||||
color: #fff;
|
||||
}
|
||||
#submitted span.postd {
|
||||
top: 0;
|
||||
width: .95em;
|
||||
height: .75em;
|
||||
font-size: 3.6em;
|
||||
line-height: .8em;
|
||||
}
|
||||
#submitted span.postm {
|
||||
top: .25em;
|
||||
left: 3.2em;
|
||||
width: .7em;
|
||||
height: 2.25em;
|
||||
font-size: 1.012em;
|
||||
line-height: .7em;
|
||||
text-indent: 0;
|
||||
text-align: right;
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#submitted span.posty {
|
||||
top: 1.05em;
|
||||
width: 1.86em;
|
||||
height: .765em;
|
||||
line-height: 1em;
|
||||
font-size: 2.16em;
|
||||
}
|
||||
/*
|
||||
h1.title {
|
||||
color: #ff3300;
|
||||
margin: -0.12em 0 0.2em;
|
||||
}
|
||||
@media (max-width: 399px), (min-width: 530px) and (max-width: 599px) { * MINW *
|
||||
h1.title {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
}
|
||||
#submitted + #page-title {
|
||||
margin-left: 4.6em;
|
||||
}
|
||||
#author {
|
||||
font-size: .8em;
|
||||
margin: -0.35em 0;
|
||||
} */
|
||||
|
||||
/*
|
||||
* Footer.
|
||||
*/
|
||||
#footer {
|
||||
background-color: #003346;
|
||||
}
|
||||
|
||||
#scroll-top-link {
|
||||
cursor: pointer;
|
||||
color: #e1e1e1;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 2px;
|
||||
text-align: center;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
font-size: 36px;
|
||||
position: fixed;
|
||||
bottom: 50px;
|
||||
right: 50px;
|
||||
display: none;
|
||||
background: rgba(85,99,114,0.3);
|
||||
-webkit-transition: background-color .5s;
|
||||
-moz-transition: background-color .5s;
|
||||
-o-transition: background-color .5s;
|
||||
-ms-transition: background-color .5s;
|
||||
transition: background-color .5s;
|
||||
z-index: 1030;
|
||||
}
|
||||
#scroll-top-link:before {
|
||||
margin: 0;
|
||||
}
|
||||
#scroll-top-link:hover {
|
||||
background-color: #000;
|
||||
}
|
15
themes/zuitedesk/css/print.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* @file
|
||||
* Print styling
|
||||
*
|
||||
* We provide some sane print styling for Drupal using Zen's layout method.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* "GeSHi Filter" module.
|
||||
*/
|
||||
div.geshifilter pre {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
1873
themes/zuitedesk/css/suitedesk.css
Normal file
61
themes/zuitedesk/css/tabs.css
Normal file
|
@ -0,0 +1,61 @@
|
|||
/**
|
||||
* @file
|
||||
* Tabs Styling.
|
||||
*
|
||||
* Adds styles for the primary and secondary tabs.
|
||||
*/
|
||||
|
||||
|
||||
div.tabs {
|
||||
margin: 0;
|
||||
background: #ddd;
|
||||
}
|
||||
#main-content div.tabs + .section {
|
||||
border-top: 0;
|
||||
padding-top: 1.75em;
|
||||
}
|
||||
ul.tabs {
|
||||
margin: 0;
|
||||
padding: 6px 3px 0 12px;
|
||||
}
|
||||
ul.tabs-menu {
|
||||
padding-top: 8px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
ul.tabs li {
|
||||
display: inline;
|
||||
margin: 0 1px 0 0;
|
||||
padding: 4px 12px 2px;
|
||||
background: #aaa;
|
||||
list-style: none;
|
||||
}
|
||||
ul.tabs-menu li {
|
||||
background: #bfbfbf;
|
||||
}
|
||||
ul.tabs li:hover {
|
||||
background: #888;
|
||||
}
|
||||
ul.tabs-menu li:hover {
|
||||
background: #999;
|
||||
}
|
||||
ul.tabs li.active {
|
||||
background: #ddd;
|
||||
border-top: 8px solid #ddd;
|
||||
border-bottom: 3px solid #ddd;
|
||||
}
|
||||
ul.tabs-menu li.active {
|
||||
background: #fff;
|
||||
border-top-width: 4px;
|
||||
border-color: #fff;
|
||||
}
|
||||
ul.tabs li a {
|
||||
color: #fff;
|
||||
}
|
||||
ul.tabs li:hover a,
|
||||
ul.tabs li a:hover {
|
||||
color: #eee;
|
||||
}
|
||||
ul.tabs li.active a {
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
}
|
28
themes/zuitedesk/css/wireframes.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
/**
|
||||
* @file
|
||||
* Wireframes Styling.
|
||||
*
|
||||
* Add wireframes to the basic layout elements.
|
||||
*/
|
||||
|
||||
|
||||
.with-wireframes #header .section,
|
||||
.with-wireframes #main-content .section,
|
||||
.with-wireframes .region-sidebar-first .section,
|
||||
.with-wireframes .region-sidebar-second .section {
|
||||
margin: 1px;
|
||||
padding: 2px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.with-wireframes #navigation .section,
|
||||
.with-wireframes #footer .section {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
padding: 2px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.with-wireframes .region-page-closure {
|
||||
margin-top: 1px;
|
||||
padding: 2px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
BIN
themes/zuitedesk/favicon.ico
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
themes/zuitedesk/font/fonticons.eot
Executable file
148
themes/zuitedesk/font/fonticons.svg
Executable file
|
@ -0,0 +1,148 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Copyright (C) 2017 by original authors @ fontello.com</metadata>
|
||||
<defs>
|
||||
<font id="fonticons" horiz-adv-x="1000" >
|
||||
<font-face font-family="fonticons" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
||||
<missing-glyph horiz-adv-x="1000" />
|
||||
<glyph glyph-name="cog" unicode="" d="M571 350q0 59-41 101t-101 42-101-42-42-101 42-101 101-42 101 42 41 101z m286 61v-124q0-7-4-13t-11-7l-104-16q-10-30-21-51 19-27 59-77 6-6 6-13t-5-13q-15-21-55-61t-53-39q-7 0-14 5l-77 60q-25-13-51-21-9-76-16-104-4-16-20-16h-124q-8 0-14 5t-6 12l-16 103q-27 9-50 21l-79-60q-6-5-14-5-8 0-14 6-70 64-92 94-4 5-4 13 0 6 5 12 8 12 28 37t30 40q-15 28-23 55l-102 15q-7 1-11 7t-5 13v124q0 7 5 13t10 7l104 16q8 25 22 51-23 32-60 77-6 7-6 14 0 5 5 12 15 20 55 60t53 40q7 0 15-5l77-60q24 13 50 21 9 76 17 104 3 16 20 16h124q7 0 13-5t7-12l15-103q28-9 51-20l79 59q5 5 13 5 7 0 14-5 72-67 92-95 4-5 4-12 0-7-4-13-9-12-29-37t-30-40q15-28 23-54l102-16q7-1 12-7t4-13z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="search" unicode="" d="M643 386q0 103-73 176t-177 74-177-74-73-176 73-177 177-73 177 73 73 177z m286-465q0-29-22-50t-50-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 153-31 125-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="save" unicode="" d="M214-7h429v214h-429v-214z m500 0h72v500q0 8-6 21t-11 20l-157 156q-5 6-19 12t-22 5v-232q0-22-15-38t-38-16h-322q-22 0-37 16t-16 38v232h-72v-714h72v232q0 22 16 38t37 16h465q22 0 38-16t15-38v-232z m-214 518v178q0 8-5 13t-13 5h-107q-7 0-13-5t-5-13v-178q0-7 5-13t13-5h107q7 0 13 5t5 13z m357-18v-518q0-22-15-38t-38-16h-750q-23 0-38 16t-16 38v750q0 22 16 38t38 16h517q23 0 50-12t42-26l156-157q16-15 27-42t11-49z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="upload" unicode="" d="M714 29q0 14-10 25t-25 10-25-10-11-25 11-25 25-11 25 11 10 25z m143 0q0 14-10 25t-26 10-25-10-10-25 10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-38t-38-16h-821q-23 0-38 16t-16 38v179q0 22 16 38t38 15h238q12-31 39-51t62-20h143q34 0 61 20t40 51h238q22 0 38-15t16-38z m-182 361q-9-22-33-22h-143v-250q0-15-10-25t-25-11h-143q-15 0-25 11t-11 25v250h-143q-23 0-33 22-9 22 8 39l250 250q10 10 25 10t25-10l250-250q18-17 8-39z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="eye" unicode="" d="M929 314q-85 132-213 197 34-58 34-125 0-103-73-177t-177-73-177 73-73 177q0 67 34 125-128-65-213-197 75-114 187-182t242-68 243 68 186 182z m-402 215q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z m473-215q0-19-11-38-78-129-210-206t-279-77-279 77-210 206q-11 19-11 38t11 39q78 128 210 205t279 78 279-78 210-205q11-20 11-39z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="download" unicode="" d="M714 100q0 15-10 25t-25 11-25-11-11-25 11-25 25-11 25 11 10 25z m143 0q0 15-10 25t-26 11-25-11-10-25 10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-37t-38-16h-821q-23 0-38 16t-16 37v179q0 22 16 38t38 16h259l75-76q33-32 76-32t76 32l76 76h259q22 0 38-16t16-38z m-182 318q10-23-8-39l-250-250q-10-11-25-11t-25 11l-250 250q-17 16-8 39 10 21 33 21h143v250q0 15 11 25t25 11h143q14 0 25-11t10-25v-250h143q24 0 33-21z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="export" unicode="" d="M357 46q0-2 1-11t0-14-2-14-5-11-12-3h-178q-67 0-114 47t-47 114v392q0 67 47 114t114 47h178q8 0 13-5t5-13q0-2 1-11t0-15-2-13-5-11-12-3h-178q-37 0-63-26t-27-64v-392q0-37 27-63t63-27h174t6 0 7-2 4-3 4-5 1-8z m518 304q0-14-11-25l-303-304q-11-10-25-10t-25 10-11 25v161h-250q-14 0-25 11t-11 25v214q0 15 11 25t25 11h250v161q0 14 11 25t25 10 25-10l303-304q11-10 11-25z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="import" unicode="" d="M661 350q0-14-11-25l-303-304q-11-10-26-10t-25 10-10 25v161h-250q-15 0-25 11t-11 25v214q0 15 11 25t25 11h250v161q0 14 10 25t25 10 26-10l303-304q11-10 11-25z m196 196v-392q0-67-47-114t-114-47h-178q-7 0-13 5t-5 13q0 2-1 11t0 15 2 13 5 11 12 3h178q37 0 64 27t26 63v392q0 37-26 64t-64 26h-174t-6 0-6 2-5 3-4 5-1 8q0 2-1 11t0 15 2 13 5 11 12 3h178q67 0 114-47t47-114z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="pencil" unicode="" d="M203-7l50 51-131 131-51-51v-60h72v-71h60z m291 518q0 12-12 12-5 0-9-4l-303-302q-4-4-4-10 0-12 13-12 5 0 9 4l303 302q3 4 3 10z m-30 107l232-232-464-465h-232v233z m381-54q0-29-20-50l-93-93-232 233 93 92q20 21 50 21 29 0 51-21l131-131q20-22 20-51z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="plus" unicode="" d="M786 439v-107q0-22-16-38t-38-15h-232v-233q0-22-16-37t-38-16h-107q-22 0-38 16t-15 37v233h-232q-23 0-38 15t-16 38v107q0 23 16 38t38 16h232v232q0 22 15 38t38 16h107q23 0 38-16t16-38v-232h232q23 0 38-16t16-38z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="trash" unicode="" d="M286 439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15 6-5h464q2 0 6 5t8 15 4 22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79v531h-53q-8 0-13 5t-5 13v36q0 8 5 13t13 5h172l39 93q9 21 31 35t44 15h178q23 0 44-15t30-35l39-93h173q8 0 13-5t5-13z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="mail" unicode="" d="M30 586q-32 18-28 40 2 14 26 14l846 0q38 0 20-32-8-14-24-22-14-6-192-102t-182-98q-16-10-46-10-28 0-46 10-4 2-182 98t-192 102z m850-100q20 10 20-10l0-368q0-16-17-32t-33-16l-800 0q-16 0-33 16t-17 32l0 368q0 20 20 10l384-200q18-10 46-10t46 10z" horiz-adv-x="900" />
|
||||
|
||||
<glyph glyph-name="gplus" unicode="" d="M0 32q0 87 89 155t215 68l54 0q-42 40-42 86 0 29 16 58-10-1-29-1-104 0-170 65t-66 160q0 91 82 159t187 68l310 0-69-50-98 0q47-18 74-68t26-111q0-93-88-162-37-29-48-46t-11-42q0-19 27-48t54-49q61-43 85-88t23-113q0-90-82-157t-222-66q-133 0-225 50t-92 132z m112 33q0-69 59-118t145-48q119 0 173 44t53 117q0 19-4 32-3 11-7 21t-12 19-14 16-19 16-21 15-25 18-26 17q-39 12-77 12-90 1-157-47t-68-114z m66 559q11-79 61-136t109-58q59-2 94 52t25 133-59 134-110 57-95-51-25-131z m555-24l0 50 200 0 0 200 50 0 0-200 201 0 0-50-201 0 0-201-50 0 0 201-200 0z" horiz-adv-x="1184" />
|
||||
|
||||
<glyph glyph-name="left-open" unicode="" d="M242 626q14 16 39 16t41-16q38-36 0-80l-186-196 186-194q38-44 0-80-16-16-40-16t-40 16l-226 236q-16 16-16 38 0 24 16 40 206 214 226 236z" horiz-adv-x="341" />
|
||||
|
||||
<glyph glyph-name="spotify" unicode="" d="M0 350q0 136 67 251t182 182 251 67 251-67 182-182 67-251q0-101-38-192t-107-160q-60 73-145 114t-183 41q-107 0-199-49t-151-135q-83 71-130 170t-47 211z m164 144q0-17 12-29t30-13q6 0 9 1 144 58 298 58t298-58q1 0 4 0t5-1q17 0 30 13t12 29q0 25-23 37-159 63-326 63-170 0-329-64-20-13-20-36z m46-149l6-16q8-13 23-13 3 0 9 2 127 55 265 55 139 0 267-56 4-2 7-2 15 0 23 13l5 17q0 13-10 21-138 62-292 62-153 0-293-62-10-10-10-21z m48-144q10-25 31-16 108 51 224 51 112 0 219-48 24-13 35 12 5 13 0 23t-14 15q-106 53-240 53-128 0-244-55-19-10-11-35z m61-317q37 48 92 76t116 28q114 0 193-86-104-52-220-52-94 0-181 34z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="right-open" unicode="" d="M98 626l226-236q16-16 16-40 0-22-16-38l-226-236q-16-16-40-16t-40 16q-36 36 0 80l186 194-186 196q-36 44 0 80 16 16 41 16t39-16z" horiz-adv-x="340" />
|
||||
|
||||
<glyph glyph-name="up-open" unicode="" d="M564 280q16-16 16-41t-16-41q-38-38-78 0l-196 188-196-188q-40-38-78 0-16 16-16 41t16 41l234 224q16 16 40 16t40-16z" horiz-adv-x="580" />
|
||||
|
||||
<glyph glyph-name="cc" unicode="" d="M0 350q0 98 38 191 37 90 110 163 144 146 351 146 209 0 357-146 71-71 107-162 37-89 37-192 0-104-36-192-36-89-107-159-74-72-166-111-94-38-192-38-97 0-190 38-89 37-162 110t-110 162-37 190z m90 0q0-79 32-155 31-75 91-133 60-60 133-89 72-31 155-31 81 0 156 31 74 31 136 90 117 114 117 287 0 85-31 157-30 76-88 132-120 121-290 121-171 0-288-120-59-59-91-134-32-76-32-156z m125 0q0 71 42 113 41 42 105 42 92 0 133-72l-67-35q-11 24-27 31-15 9-29 9-67 0-67-88 0-39 17-64 18-24 50-24 44 0 62 42l62-31q-21-36-55-57-35-21-77-21-67 0-108 41t-41 114z m289 0q0 71 42 113t105 42q93 0 132-72l-66-35q-11 23-26 31-17 9-30 9-67 0-67-88 0-41 17-64 17-24 50-24 43 0 61 42l63-31q-22-37-56-57-35-21-75-21-69 0-109 41-41 41-41 114z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="idea" unicode="" d="M0 506q0 143 101 243t243 101 243-101 101-243q0-54-30-121t-71-140-56-116q-15-39-31-94t-24-82-27-53-42-39-63-11-64 11-41 39-26 53-25 82-32 94q-13 43-55 117t-72 139-29 121z m63 0q0-64 82-213 37-64 52-99l293 0q16 35 53 99 82 151 82 213 0 117-82 199t-199 82-199-82-82-199z m93 0q0 78 55 133t133 55q15 0 15-16t-15-16q-65 0-111-45t-45-111q0-15-16-15t-16 15z m67-375q11-33 19-60l213 27q2 12 10 33l-242 0z m29-90q10-35 18-60l154 19q6 16 12 38 2 5 4 15t3 12z m29-89q12-26 25-33t38-7q29 0 43 10t27 45z" horiz-adv-x="687" />
|
||||
|
||||
<glyph glyph-name="logout" unicode="" d="M912 614l276-266-276-264v177h-413v176h413v177z m-166-512l106-107q-156-146-338-146-217 0-365 143t-149 359q0 135 68 250t184 182 250 66q184 0 349-148l-105-106q-114 104-243 104-149 0-251-104t-103-254q0-140 106-241t247-101q131 0 244 103z" horiz-adv-x="1188" />
|
||||
|
||||
<glyph glyph-name="comment" unicode="" d="M0 96l0 713 1000 0 0-713-473 0-320-205 0 205-207 0z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="glossary" unicode="" d="M353 461l0 113 223 0 0-113-223 0z m446 112l111-112-111 0 0-558-669 0q-46 0-79 33t-33 80l0 669q0 46 33 79t79 33l669 0 0-112 112 0z m-111-557l0 669-447 0 0-669 447 0z" horiz-adv-x="928" />
|
||||
|
||||
<glyph glyph-name="note" unicode="" d="M0-31v761q0 37 26 62t61 26h356q3 0 6 0h0q38-3 61-26l255-245q10-12 16-24 2-5 2-7 1-1 2-5t3-6q2-11 2-21v-515q0-36-25-62t-62-26h-616q-36 0-61 26t-26 62z m87 0h616v465h-133q-73 0-124 52t-52 124v120h-307v-761z m396 641q0-36 25-62t62-25h118l-205 194v-107z" horiz-adv-x="790.5" />
|
||||
|
||||
<glyph glyph-name="photo" unicode="" d="M0-68l0 836 1000 0 0-836-1000 0z m76 78l848 0 0 680-848 0 0-680z m90 80l0 59 150 195 102-86 193 291 223-228 0-231-668 0z m0 416q0 37 24 62t62 24q33 0 58-24t24-62q0-33-24-57t-58-25q-37 0-62 25t-24 57z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="login" unicode="" d="M0 49q20 7 60 22t69 26 50 22q37 19 57 56t21 76q0 27-31 64-19 21-33 60-45 18-45 76 0 43 14 61-5 39-9 82-5 55 26 108t84 84 110 32q43 0 85-19t73-50 48-72 14-83q-4-55-8-82 14-19 14-61 0-58-45-76-15-41-32-60-32-37-32-64 0-39 20-76t58-56q29-15 92-38t113-43 66-38q18-17 28-47t10-51l1-21h-878v168z m705 299q0 34 12 50-5 32-7 67-4 45 21 89t69 72 90 27 89-27 69-72 22-89q-2-35-8-67 12-16 12-50 0-48-36-62-12-33-27-50-9-10-13-16t-9-16-4-20q0-32 17-62t47-46q17-9 42-19t60-22 50-19v-135h-254q0 4 0 11t-3 26-7 36-15 38-23 33q-23 25-53 44t-79 37q27 34 27 78 0 10-5 20t-8 16-12 16q-14 15-27 49-37 16-37 63z" horiz-adv-x="1201.2" />
|
||||
|
||||
<glyph glyph-name="doc" unicode="" d="M915 583q22-31 10-72l-154-505q-10-36-42-60t-69-25h-515q-43 0-83 30t-55 74q-14 37-1 71 0 2 1 15t3 20q0 5-2 12t-2 11q1 6 5 12t9 13 9 13q13 21 25 51t17 51q2 6 0 17t0 16q2 6 9 15t10 13q12 20 23 51t14 51q1 5-1 17t0 16q2 7 12 17t13 13q10 14 23 47t16 54q0 4-2 14t-1 15q1 4 5 10t10 13 10 11q4 7 9 17t8 20 9 20 11 18 15 13 20 6 26-3l0-1q21 5 28 5h425q41 0 64-32t10-72l-153-506q-20-66-40-85t-72-20h-485q-15 0-21-8-6-9-1-24 14-39 81-39h515q16 0 31 9t20 23l167 550q4 13 3 32 21-8 33-24z m-594-1q-2-7 1-12t11-6h339q8 0 15 6t9 12l12 36q2 7-1 12t-12 6h-339q-7 0-14-6t-9-12z m-46-143q-3-7 1-12t11-6h339q7 0 14 6t10 12l11 36q3 7-1 13t-11 5h-339q-7 0-14-5t-10-13z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="quote" unicode="" d="M0 350q0 207 147 354t353 146 354-146 146-354-146-354-354-146-353 146-147 354z m219-199l222 0 0 262-74 0q-4 48 27 69t88 34l-21 100q-39-4-64-8t-63-18-60-35-39-62-16-96l0-246z m299 0l222 0 0 262-74 0q-4 48 26 69t89 34l-21 100q-39-4-65-8t-62-18-60-35-39-62-16-96l0-246z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="status" unicode="" d="M0 432q0 122 93 210 58 55 134 75t153-2 137-84q44-46 63-107t15-116-24-102q-19-41-3-93t40-89 51-68 26-33l-11 9q-10 10-21 20t-31 26-38 27-43 25-45 18-44 8-43-7q-47-19-103-20t-117 22-103 69q-86 91-86 212z m132 20q-9-69 34-125t111-64 124 33 64 112-33 124-111 64-124-33-65-111z m478 294q21 59 74 87t113 9q58-18 87-72t8-116q-24-72-114-104-31-11-55-34t-35-38-23-40q22 94-24 159-55 80-31 149z m38-495q2 92 63 155t152 63q89 0 152-62t63-156q0-110-110-195-38-29-62-71t-30-68-13-67q-4 40-10 67t-30 69-65 74q-111 83-110 191z m38 472q-11-27 1-55t38-38 54 0 38 38q11 28 0 55t-38 38-54 0-39-38z m67-515q18-45 65-65 46-19 92 0t65 66 0 91-65 66q-46 19-92 0t-65-65q-19-47 0-93z" horiz-adv-x="1078" />
|
||||
|
||||
<glyph glyph-name="user" unicode="" d="M313 793q107 0 183-77t77-183-77-184-183-76-184 76-76 184 76 183 184 77z m-313-782q0 83 86 146t227 63q136 0 224-63t88-146q0-41-89-72t-223-32q-140 0-227 32t-86 72z" horiz-adv-x="625" />
|
||||
|
||||
<glyph glyph-name="storm" unicode="" d="M0 307l0 86q0 21 15 39t36 22l96 19q5 20 15 41l-53 80q-13 20-10 42t18 38l59 59q19 19 45 19 19 0 35-11l80-53q21 10 41 16l20 95q3 22 21 36t39 15l86 0q21 0 39-15t22-36l19-95q20-6 41-16l80 53q16 11 35 11 26 0 45-19l59-59q17-15 19-38t-11-42l-53-80q10-21 16-41l95-19q22-4 36-22t15-39l0-86q0-21-15-39t-36-21l-95-20q-6-20-16-41l53-80q13-20 11-42t-19-38l-59-59q-19-19-45-19-19 0-35 11l-80 53q-21-10-41-16l-19-95q-4-22-22-36t-39-15l-86 0q-21 0-39 14t-21 37l-20 95q-20 6-41 16l-80-53q-16-11-35-11-26 0-45 19l-59 59q-15 15-18 38t10 42l53 80q-10 21-15 41l-96 20q-22 3-36 21t-15 39z m63 0l95-19q35-6 47-40 6-17 14-35 15-31-4-60l-55-82 61-61 82 55q15 10 33 10 16 0 27-6 18-8 35-14 34-12 40-47l19-96 86 0 20 96q5 35 39 47 17 6 35 14 11 6 27 6 18 0 33-10l82-55 61 61-55 82q-19 29-4 60 8 18 14 35 12 34 47 40l95 19 0 86-95 20q-35 5-47 39-6 17-14 35-15 31 4 60l55 82-61 61-82-55q-15-10-33-10-16 0-27 6-18 8-35 14-34 12-39 47l-20 95-86 0-19-95q-6-35-40-47-17-6-35-14-11-6-27-6-18 0-33 10l-82 55-61-61 55-82q19-29 4-60-8-18-14-35-12-34-47-39l-95-20 0-86z m218 43q0 90 65 154t154 65 154-65 65-154-65-154-154-65-154 65-65 154z m28 0q0-80 55-136t136-55 136 55 55 136-55 136-136 55-136-55-55-136z m66 0q0 53 36 89t89 36 89-37 36-89-36-88-89-36-89 36-36 89z m31 0q0-39 28-66t66-28 66 28 28 66-28 66-66 28-66-28-28-66z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="expense" unicode="" d="M3 243q31 97 107 173 59 61 203 145 129 74 178 123 55 55 74 121 6 16 16 27 14 12 29 16 35 8 61-16l312-312q26-27 16-63-31-99-108-173-58-61-203-145-129-74-177-123-55-53-75-121-6-16-15-27-14-12-30-16-35-8-60 16l-313 312q-25 27-15 63z m60-18l99-99 115-115 99-99q25 79 84 140t128 102l138 80t129 101 83 140l-157 157-155 155q-24-78-83-139t-129-102l-139-80t-128-101-84-140z m274-199l21 29q22 27 47 53 22 23 55 49 11 9 21 0 12-12 0-24l-2 0q-31-25-52-47-24-23-43-48l-20-28q-2-2-2-4-12-12-23 0-8 10-2 20z m27 359q2 18 10 33 8 18 19 32 0 2-5 5-4 2-4 7t4 10 8 5 7-4q4-4 8-6 8 8 20 16t28 12 29 1 24-15q8-8 8-18t-8-15q-5-6-15-4-6 2-18 4-9 4-20 3t-23-11q20-20 51-57 14 8 31 14 16 6 32 8t31-3 31-17q14-12 20-25 4-14 2-30 0-15-10-33-8-19-22-37 8-6 16-13 4-2 5-7t-3-9-9-5-9 3q-9 8-15 16-18-18-35-24-16-6-34-6-15 2-28 8t-20 15-8 17 8 16 13 7 13-3 13-8 13-7 17 0 20 12q-21 21-56 62-32-17-65-19-29-2-50 15-14 12-20 26t-4 29z m42 11q-1-7 1-14t8-10q10-10 22-9t33 10q-30 32-49 51-6-8-10-14t-5-14z m112 143q-9 10 0 22 2 2 4 2 32 25 53 47 23 23 43 49l19 27q2 4 4 4 12 12 22 0 10-10 2-22l-22-29q-21-27-47-53-21-23-54-48-12-10-24 1z m4-195q32-35 53-56 6 5 10 13t6 16 0 14-9 14-15 9-15 1-16-5q-4-2-14-6z" horiz-adv-x="1001" />
|
||||
|
||||
<glyph glyph-name="calendar" unicode="" d="M0-66l0 738q0 35 24 60t60 24l135 0 0 63q0 13 9 22t22 9 22-9 9-22l0-63 188 0 0 63q0 13 9 22t22 9 22-9 9-22l0-63 188 0 0 63q0 13 9 22t22 9 22-9 9-22l0-63 135 0q35 0 60-24t24-60l0-738q0-35-24-60t-60-24l-832 0q-35 0-60 24t-24 60z m63 0q0-10 5-16t16-6l832 0q10 0 16 6t5 16l0 738q0 10-5 16t-16 6l-135 0 0-63q0-13-9-22t-22-9-22 9-9 22l0 63-188 0 0-63q0-13-9-22t-22-9-22 9-9 22l0 63-188 0 0-63q0-13-9-22t-22-9-22 9-9 22l0 63-135 0q-10 0-16-6t-5-16l0-738z m156 135l0 94 125 0 0-94-125 0z m0 156l0 94 125 0 0-94-125 0z m0 156l0 94 125 0 0-94-125 0z m219-312l0 94 125 0 0-94-125 0z m0 156l0 94 125 0 0-94-125 0z m0 156l0 94 125 0 0-94-125 0z m218-312l0 94 125 0 0-94-125 0z m0 156l0 94 125 0 0-94-125 0z m0 156l0 94 125 0 0-94-125 0z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="edvca" unicode="" d="M0 600q0 33 21 59t51 33l407 94q11 1 21 1t22-1l406-94q31-8 51-33t21-59-21-59-51-33l-84-19 0-264q0-68-84-112t-260-44-260 44-84 112l0 264-84 19q-31 8-51 33t-21 59z m63 0q0-25 23-31l406-94 16 0 406 94q23 6 23 31t-23 31l-406 94-16 0-406-94q-23-6-23-31z m156-375q0-20 29-40t97-37 155-17 155 17 97 37 29 40l0 250-259-61q-12-1-22-1t-21 1l-260 61 0-250z m656-250q0 31 20 78t42 47 43-47 20-78q0-25-19-44t-44-19-43 19-19 44z m31 188l0 281q0 13 9 22t22 9 23-9 9-22l0-281q0-14-9-23t-23-9-22 9-9 23z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="archive" unicode="" d="M840 600l0-50-696 0 0 50q0 22 13 35t25 15l608 0q6 0 14-1t22-14 14-35z m-148 150q6 0 14-1t22-14 14-35l-498 0q0 22 13 35t25 15l410 0z m248-200q34-32 38-46 6-18 0-54l-76-450q-4-22-20-35t-28-15l-710 0q-52 0-60 50-6 26-39 223t-39 227q-10 22-3 44t10 26 21 20l10 10 30 30 0-80 836 0 0 80z m-248-270l0 100-70 0 0-80-260 0 0 80-68 0 0-100q0-50 48-50l300 0q22 0 35 12t13 24z" horiz-adv-x="981" />
|
||||
|
||||
<glyph glyph-name="filter" unicode="" d="M0 850l1000 0-346-346 0-402-308-252 0 654z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="reset" unicode="" d="M575 183l168 223 168-223-112 0 0-57q0-69-48-118t-119-49l-334 0q-70 0-119 49t-49 118l0 57 111 0 0-57q0-22 17-39t40-16l334 0q23 0 40 15t16 40l0 57-113 0z m-221 335l-167-224-169 224 112 0 0 55q0 69 49 118t119 50l334 0q70 0 119-50t48-118l0-55-111 0 0 55q0 24-16 40t-40 16l-334 0q-24 0-40-16t-17-40l0-55 113 0z" horiz-adv-x="928" />
|
||||
|
||||
<glyph glyph-name="apply" unicode="" d="M0 419q2 60 39 98t110 42q51 43 119 33 25 16 57 22l0 107q2 53 37 91t88 38q54 0 88-36t39-93q1-219 1-273 94 45 170 17 55-19 82-78t4-115q-23-22-79-30t-77-19q-23-14-41-35-16-21-57-59t-58-60l0-155q0-25-19-43t-44-21l-347 0q-26 0-44 19t-21 45l0 170q0 28-14 94t-25 124-8 117z m59-30q2-55 13-109t25-115 15-84l347 0 0 3q16 38 71 87t68 68q21 25 54 41t55 20 69 13q4 0 7 1t4 5q4 21-9 47-22 35-58 42t-66-4-74-28-66-20l0 365q-2 27-19 45t-45 20q-24-2-41-20t-20-45l0-191q-49 49-107-10-26 16-59 7t-47-36q-62 9-91-19t-26-83z" horiz-adv-x="845" />
|
||||
|
||||
<glyph glyph-name="doc-new" unicode="" d="M0-150l0 818 188 182 519 0 0-348-86 0 0 260-369 0 0-156-166 0 0-668 418 0 0-88-504 0z m373 207l0 162 209 0 0 207 160 0 0-207 207 0 0-162-207 0 0-207-160 0 0 207-209 0z" horiz-adv-x="949" />
|
||||
|
||||
<glyph glyph-name="page" unicode="" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="pages" unicode="" d="M946 636q23 0 38-16t16-38v-678q0-23-16-38t-38-16h-535q-23 0-38 16t-16 38v160h-303q-23 0-38 16t-16 38v375q0 22 11 49t27 42l228 228q15 16 42 27t49 11h232q23 0 38-16t16-38v-183q38 23 71 23h232z m-303-119l-167-167h167v167z m-357 214l-167-167h167v167z m109-361l176 176v233h-214v-233q0-22-15-37t-38-16h-233v-357h286v143q0 22 11 49t27 42z m534-449v643h-215v-232q0-22-15-38t-38-15h-232v-358h500z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="more" unicode="" d="M911 685l-893 0 0 112 893 0 0-112z m-335-223l-558 0 0 112 558 0 0-112z m335-225l-893 0 0 111 893 0 0-111z m-893-277q0 56 56 56t56-56q0-57-56-57t-56 57z m280 56q22 0 39-17t16-39-16-40-39-17q-24 0-40 17t-17 40 17 39 40 17z m166-56q0 56 57 56 55 0 55-56 0-57-55-57-57 0-57 57z" horiz-adv-x="928" />
|
||||
|
||||
<glyph glyph-name="comment-delete" unicode="" d="M0 350q0 207 147 354t353 146 354-146 146-354-146-354-354-146-353 146-147 354z m219-156l125-125 156 156 156-156 125 125-156 156 156 156-125 125-156-156-156 156-125-125 156-156z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="comment-edit" unicode="" d="M0 350q0 207 147 354t353 146 354-146 146-354-146-354-354-146-353 146-147 354z m174-287l219 43-176 176z m86 250l168-166 269 271-166 166z m342 316q-2-25 15-41l84-84q18-17 43-16t44 19 20 44-17 43l-84 84q-16 16-39 16-27 0-47-20-17-19-19-45z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="eye-off" unicode="" d="M310 105l43 79q-48 35-76 88t-27 114q0 67 34 125-128-65-213-197 94-144 239-209z m217 424q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z m202 106q0-4 0-5-59-105-176-316t-176-316l-28-50q-5-9-15-9-7 0-75 39-9 6-9 16 0 7 25 49-80 36-147 96t-117 137q-11 17-11 38t11 39q86 131 212 207t277 76q50 0 100-10l31 54q5 9 15 9 3 0 10-3t18-9 18-10 18-10 10-7q9-5 9-15z m21-249q0-78-44-142t-117-91l157 280q4-25 4-47z m250-72q0-19-11-38-22-36-61-81-84-96-194-149t-234-53l41 74q119 10 219 76t169 171q-65 100-158 164l35 63q53-36 102-85t81-103q11-19 11-39z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="reply" unicode="" d="M0 404q0 67 27 130t75 114 114 89 145 59 166 21 166-21 146-59 113-89 76-114 26-130q0-84-42-160t-112-131-168-88-205-33q-105 0-201 31l-121-85q-67-42-94-24t-12 100l25 125q-60 55-92 122t-32 143z" horiz-adv-x="1054.7" />
|
||||
|
||||
<glyph glyph-name="help" unicode="" d="M494 740q86-62 86-184 0-64-42-124-12-20-88-80l-46-30q-40-34-48-60-6-16-8-44 0-14-16-14l-128 0q-16 0-16 12 4 98 28 124 16 22 48 48t56 42l24 14q22 16 34 34 28 44 28 70 0 40-26 78-28 36-92 36-68 0-94-44-28-42-28-92l-166 0q6 162 114 232 70 42 166 42 130 0 214-60z m-216-636q44 0 73-30t27-74q-2-46-32-73t-74-25q-44 0-73 29t-27 75 32 73 74 25z" horiz-adv-x="580" />
|
||||
|
||||
<glyph glyph-name="pdf" unicode="" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-287 331q18-14 47-31 33 4 65 4 82 0 99-27 9-13 1-29 0-1-1-1l-1-2v0q-3-21-39-21-27 0-64 11t-73 29q-123-13-219-46-85-146-135-146-8 0-15 4l-14 7q0 0-3 2-6 6-4 20 5 23 32 51t73 54q8 5 13-3 1-1 1-2 29 47 60 110 38 76 58 146-13 46-17 89t4 71q6 22 23 22h12q13 0 20-8 10-12 5-38-1-3-2-4 0-2 0-5v-17q-1-68-8-107 31-91 82-133z m-321-229q29 13 76 88-29-22-49-47t-27-41z m222 513q-9-23-2-73 1 4 4 24 0 2 4 24 1 3 3 5-1 0-1 1-1 1-1 2 0 12-7 20 0-1 0-1v-2z m-70-368q76 30 159 45-1 0-7 5t-9 8q-43 37-71 98-15-48-46-110-17-31-26-46z m361 9q-13 13-78 13 42-16 69-16 8 0 10 1 0 0-1 2z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="ticket" unicode="" d="M155 506q-8-8-11-22t-3-25-2-11q-2-2-17-15t-19-17q-16-14-28 4l-70 76q-11 12 2 24 2 2 18 14t20 16q6 6 27 6t37 14q14 14 18 38t10 30q2 0 9 7t26 22 41 31q134 90 186 96 122 0 148-2 12 0-8-8-120-52-152-76-80-56-36-114 34-46 38-48 8-8-2-14-2-2-38-35t-38-35q-14-8-18-4-42 48-71 60t-67-12z m286-26l410-476q18-22-2-38l-48-42q-22-14-38 4l-414 472q-8 8 0 20l72 62q12 8 20-2z m554 202q16-104-16-166-50-88-154-62-56 12-100-32l-82-78-68 78 68 70q24 24 31 53t6 65 5 58q12 56 140 112 12 6 18-3t2-15q-12-12-46-80-14-10-12-35t40-53q58-40 96 22 6 12 26 41t22 33q4 10 13 9t11-17z m-858-684l254 248 76-86-246-242q-20-20-38-4l-46 46q-22 18 0 38z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="print" unicode="" d="M214-7h500v143h-500v-143z m0 357h500v214h-89q-22 0-38 16t-16 38v89h-357v-357z m643-36q0 15-10 25t-26 11-25-11-10-25 10-25 25-10 26 10 10 25z m72 0v-232q0-7-6-12t-12-6h-125v-89q0-22-16-38t-38-16h-536q-22 0-37 16t-16 38v89h-125q-7 0-13 6t-5 12v232q0 44 32 76t75 31h36v304q0 22 16 38t37 16h375q23 0 50-12t42-26l85-85q15-16 27-43t11-49v-143h35q45 0 76-31t32-76z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="project" unicode="" d="M500 350q0 59-42 101t-101 42-101-42-42-101 42-101 101-42 101 42 42 101z m429-286q0 29-22 51t-50 21-50-21-21-51q0-29 21-50t50-21 51 21 21 50z m0 572q0 29-22 50t-50 21-50-21-21-50q0-30 21-51t50-21 51 21 21 51z m-215-235v-103q0-6-4-11t-8-6l-87-14q-6-19-18-42 19-27 50-64 4-6 4-11 0-7-4-11-12-17-46-50t-43-33q-7 0-12 4l-64 50q-21-11-43-17-6-60-13-87-4-13-17-13h-104q-6 0-11 4t-5 10l-13 85q-19 6-42 18l-66-50q-4-4-11-4-6 0-12 4-80 75-80 90 0 5 4 10 5 8 23 30t26 34q-13 24-20 46l-85 13q-5 1-9 5t-4 11v104q0 5 4 10t9 6l86 14q7 19 18 42-19 27-50 64-4 6-4 11 0 7 4 12 12 16 46 49t44 33q6 0 12-4l64-50q19 10 43 18 6 60 13 86 3 13 16 13h104q6 0 11-4t6-10l13-85q19-6 42-17l65 49q5 4 12 4 6 0 11-4 81-75 81-90 0-4-4-10-7-9-24-30t-25-34q13-27 19-46l85-12q6-2 9-6t4-11z m357-298v-78q0-9-83-17-6-15-16-29 28-63 28-77 0-2-2-4-68-40-69-40-5 0-26 27t-29 37q-11-1-17-1t-17 1q-7-11-29-37t-25-27q-1 0-69 40-3 2-3 4 0 14 29 77-10 14-17 29-83 8-83 17v78q0 9 83 18 7 16 17 29-29 63-29 77 0 2 3 4 2 1 19 11t33 19 17 9q4 0 25-26t29-38q12 1 17 1t17-1q28 40 51 63l4 1q2 0 69-39 2-2 2-4 0-14-28-77 9-13 16-29 83-9 83-18z m0 572v-78q0-9-83-18-6-15-16-29 28-63 28-77 0-2-2-4-68-39-69-39-5 0-26 26t-29 38q-11-1-17-1t-17 1q-7-12-29-38t-25-26q-1 0-69 39-3 2-3 4 0 14 29 77-10 14-17 29-83 9-83 18v78q0 9 83 17 7 16 17 29-29 63-29 77 0 2 3 4 2 1 19 11t33 19 17 9q4 0 25-26t29-37q12 1 17 1t17-1q28 39 51 62l4 1q2 0 69-39 2-2 2-4 0-14-28-77 9-13 16-29 83-8 83-17z" horiz-adv-x="1071.4" />
|
||||
|
||||
<glyph glyph-name="crm" unicode="" d="M799 127q46 0 79-33t33-79-33-79-78-33-79 33-33 80q0 18 8 39l-169 122q-49-50-118-50t-118 49-50 119q0 9 3 26l-134 44q-16-14-36-14-24 0-40 16t-16 40 16 39 40 16q20 0 34-13t19-31l135-45q21 41 61 65t86 24q52 0 96-31l199 199q-16 30-16 55 0 46 33 79t79 33 78-33 33-79-33-78-79-33q-26 0-55 17l-199-200q31-44 31-96 0-37-17-73l169-121q33 26 71 26z" horiz-adv-x="928" />
|
||||
|
||||
<glyph glyph-name="cancel" unicode="" d="M799 116l-156-157-234 235-235-235-156 157 234 234-234 234 156 157 235-235 234 235 156-157-234-234z" horiz-adv-x="817" />
|
||||
|
||||
<glyph glyph-name="clone" unicode="" d="M970 480q38-10 30-46l-150-556q-4-16-18-23t-30-3l-406 110q-16 4-24 18t-4 28l24 92-180-48q-40-10-50 26l-160 602q-10 36 28 48l454 122q16 4 30-3t18-23l66-244z m-888 190l144-542 392 106-144 540z m702-742l132 492-298 82 76-282q10-34-28-46l-196-52-26-102z" horiz-adv-x="1001" />
|
||||
|
||||
<glyph glyph-name="work-accepting" unicode="" d="M744 850c-60 0-109-64-109-143 0-79 49-143 109-143 60 0 108 64 108 143 0 79-48 143-108 143z m-602-80c-29 0-53-24-53-54s24-53 53-53l290 0c30 0 54 24 54 53s-24 53-54 53l-290 1z m1040-21c-16 0-34-2-54-7-112-51-109-174-93-266l-131 0c-68 0-124-53-124-123 0-34 8-71 30-98-10-11-18-24-23-38-18-48-10-106 23-144-5-6-18-27-18-27-29-57-10-144 46-179 17-11 38-17 64-17l378 0c91 3 167 76 167 169l0 287c0 49-30 108-49 151-25 58-49 116-73 174-30 72-71 118-143 118z m3-115c30 1 42-48 51-67 21-52 42-129 64-181 21-47 38-88 38-104l0-255c0-41-36-72-76-74l-332 0c-17 0-26 9-30 24-5 15-7 34 4 47 6 8 16 13 26 13 21-1 39 17 39 38 0 21-17 37-38 37-9 0-18 4-24 11-15 16-16 50 0 65 3 4 7 6 12 8 4 1 8 2 12 2 20 0 38 17 38 38 0 21-17 38-38 38-28 0-34 28-34 50 0 12 7 23 17 29-1 2 189 4 210 4 27 0 47 30 33 55-27 51-45 207 22 221 2 1 4 1 6 1z m-1133-264c-7 0-14-1-20-4-27-12-39-44-27-71 66-148 194-254 344-297 29-8 59-14 90-17 30-3 61-4 91-2l3 0 2 0c30 3 52 28 50 58-2 29-28 51-58 49l-2 0-1 0c-25-2-50-1-74 1-24 3-48 8-72 14-120 34-222 120-276 238-9 20-29 32-50 31z" horiz-adv-x="1447" />
|
||||
|
||||
<glyph glyph-name="work-not1month" unicode="" d="M53 693c-11 0-21-4-30-10-24-17-30-50-13-75 45-63 119-102 196-102 71 0 138 32 183 85 20 22 18 55-4 75-22 20-56 18-76-4l0 0-1-1 0 0 0-1-1-1c-3-3-7-7-10-10l-1-1-1-1c-3-3-7-6-11-9l0 0c-59-42-143-29-186 32-11 15-28 23-45 23z m485 0c-11 0-21-4-30-10-24-17-30-50-13-75 45-63 119-102 197-102 70 0 137 32 183 85 19 22 17 55-5 75-22 20-56 18-75-4l-1 0-1-1 0 0 0-1-1-1c-3-3-7-7-10-10l-1-1 0-1c-4-3-8-6-12-9l0 0c-59-42-143-29-186 32-11 15-28 23-45 23z m-435-579c-29 0-53-24-53-53 0-30 24-54 53-54l682 0c30 0 54 24 54 54s-24 53-54 53l-682 0z" horiz-adv-x="888" />
|
||||
|
||||
<glyph glyph-name="work-limitedwe" unicode="" d="M1234 850c-17 0-34-8-44-23-54-80-24-144 4-204 13-29 26-56 5-72-23-17-28-51-10-74 17-23 51-28 74-10 89 67 60 131 27 201-15 33-32 70-12 99 16 25 10 57-14 74-9 6-20 9-30 9z m-1021-121c-81 0-157-39-203-105-18-25-12-59 14-77 24-17 59-11 76 14 45 63 132 76 193 32l0 0c3-2 7-5 11-9l1 0 1-2c3-3 7-7 10-10l1-1 0-1 0 0 1-1 1 0c20-23 55-25 78-4 22 20 24 55 4 77-46 55-116 87-188 87z m499 0c-80 0-156-39-202-105-18-25-12-59 13-77 25-17 59-11 77 14 44 63 131 76 192 32l0 0c4-2 8-5 12-9l0 0 1-2c4-3 7-7 11-10l1-1 0-1 0 0 1-1 0 0c20-23 55-25 78-4 23 20 25 55 4 77-46 55-116 87-188 87z m206-346c-24 0-44-19-44-43l1-4-1-275 0 0 0 0 0 0c0-58 24-111 62-149l0 0 0 0 0 0c38-38 91-62 148-62l0 0 226 0c1 0 3 0 5 0 13 1 27 2 39 5 15 4 29 8 42 14 55 26 97 74 114 133l31 0 0 0c37 0 70 15 94 39 23 23 38 56 38 92l0 0 0 0 0 119 0 0c0 36-15 69-39 93l0 0c-23 23-56 38-92 38l0 0 0 0-624 0z m604-100c11 0 21-5 28-12l1 0 0 0c7-8 12-18 12-29l0 0 0-110 0 0c0-11-5-21-12-29-8-7-18-12-29-12l0 0-62 0 0 0c-21 0-39-16-40-36-4-42-31-77-67-94-7-3-15-6-22-8-7-1-14-2-21-2l-3 0-209 0 0-1c-30 1-59 13-79 34l-1 0c-21 21-34 50-34 81l0 0 0 0 0 0 1 218 537 0 0 0z m-82-55l0-96 32 0c22 0 39 17 39 38l0 20c0 21-17 38-39 38l-32 0z m-1131-12c-30 0-55-25-55-55s25-55 55-55l297 0c30 0 54 25 54 55s-24 55-54 55l-297 0z" horiz-adv-x="1673" />
|
||||
|
||||
<glyph glyph-name="work-bookedout" unicode="" d="M0-37v70q0 22 12 49t24 46 38 55l24 33t26 36 22 33 18 35 5 30-5 30-18 35-22 33-26 36l-24 32q-26 37-38 55t-24 46-12 49v70q0 34 24 58t59 24h419q35 0 59-24t25-58v-70q0-22-12-49t-24-46-38-55l-24-32t-27-36-22-33-17-35-6-30 6-30 17-35 22-33 27-36l24-33q25-36 38-55t24-46 12-49v-70q0-34-25-58t-59-24h-419q-34 0-59 24t-24 58z m100 35h40q0 9 2 17t9 18 12 16 17 18 19 16 22 17 23 16 25 18 24 17q8-6 26-19t28-19 25-19 25-19 19-19 16-19 10-19 4-20h40v35q0 7-14 31-8 14-42 63-53 75-71 108-34 64-34 115 0 26 7 54t25 57 30 50 36 51l7 10q33 47 42 64 6 9 9 17t4 11l1 2v35h-386v-35q1-8 13-30 10-17 43-64 53-75 71-108 34-63 34-114 0-27-8-54t-25-58-29-49-36-52q-1-1-2-2t-2-2-2-3-1-3q-34-49-43-63-13-24-13-31v-35z" horiz-adv-x="585.9" />
|
||||
|
||||
<glyph glyph-name="twitter" unicode="" d="M920 636q-36-54-94-98l0-24q0-130-60-250t-186-203-290-83q-160 0-290 84 14-2 46-2 132 0 234 80-62 2-110 38t-66 94q10-4 34-4 26 0 50 6-66 14-108 66t-42 120l0 2q36-20 84-24-84 58-84 158 0 48 26 94 154-188 390-196-6 18-6 42 0 78 55 133t135 55q82 0 136-58 60 12 120 44-20-66-82-104 56 8 108 30z" horiz-adv-x="920" />
|
||||
|
||||
<glyph glyph-name="facebook" unicode="" d="M500 644l-142 0q-14 0-25-15t-11-37l0-102 178 0 0-148-178 0 0-442-170 0 0 442-152 0 0 148 152 0 0 86q0 94 59 159t147 65l142 0 0-156z" horiz-adv-x="500" />
|
||||
|
||||
<glyph glyph-name="linkedin" unicode="" d="M204 698q0-40-29-68t-75-28q-44 0-72 28t-28 68q0 42 28 69t74 27 73-27 29-69z m-198-790l0 618 192 0 0-618-192 0z m306 420q0 86-4 198l166 0 10-86 4 0q60 100 190 100 100 0 161-67t61-199l0-366-192 0 0 342q0 134-98 134-70 0-98-72-6-12-6-48l0-356-194 0 0 420z" horiz-adv-x="900" />
|
||||
|
||||
<glyph glyph-name="rss" unicode="" d="M0 730q314 0 537-223t223-537l-118 0q0 266-188 453t-454 187l0 120z m0-238q218 0 371-153t153-369l-118 0q0 166-119 285t-287 119l0 118z m114-296q46 0 80-33t34-81q0-46-34-79t-80-33-80 33-34 79q0 48 34 81t80 33z" horiz-adv-x="760" />
|
||||
|
||||
<glyph glyph-name="people" unicode="" d="M573 533q0-108-77-184t-183-76-184 76-76 184 76 183 184 77 183-77 77-183z m-260-626q-140 0-227 32t-86 72q0 83 86 146t227 63q136 0 224-63t88-146q0-41-89-72t-223-32z m625 469q21 0 36-15t16-37-16-36-36-15l-104 0 0-105q0-22-16-37t-37-15-37 15-15 37l0 105-104 0q-21 0-37 15t-15 36 15 37 37 15l104 0 0 104q0 21 15 37t37 16 37-16 16-37l0-104 104 0z" horiz-adv-x="990" />
|
||||
|
||||
<glyph glyph-name="team" unicode="" d="M860 533q0-108-77-184t-184-76-184 76-76 184 76 183 184 77 184-77 77-183z m286-183q0-54-38-92t-93-38-92 38-38 92 38 92 92 38 93-38 38-92z m-131-161q80 0 131-34t52-79q0-22-53-40t-130-17q-42 0-82 6 0-2 0-7t1-7q0-41-96-72t-239-32q-150 0-242 32t-92 72q0 3 1 8t0 7q-50-7-83-7-82 0-132 17t-51 40q0 45 50 79t133 34q98 0 151-50 99 81 265 81t265-81q52 50 151 50z m-702 161q0-54-38-92t-92-38-93 38-37 92 37 92 93 38q53 0 91-38t39-92z" horiz-adv-x="1198" />
|
||||
|
||||
<glyph glyph-name="kanban" unicode="" d="M311 504l489 0c36 0 65-30 65-65l0-404c0-35-29-65-65-65l-489 0c-35 0-65 30-65 65l0 404c0 35 30 65 65 65z m454-94l-419 0 0-346 419 0 0 346z m-146 181l-101 0 0 44-417 0 0-336 58 0 0-95-93 0c-36 0-66 30-66 65l0 395c0 36 30 66 66 66l488 0c36 0 65-30 65-66l0-73z" horiz-adv-x="865" />
|
||||
|
||||
<glyph glyph-name="timetracking" unicode="" d="M0 617l246 246 81-82-40-41 42-43q58 34 124 52v101h231v-101q99-26 178-90t124-158 45-200q0-94-36-180t-99-148-148-99-179-37-181 37-147 99-99 148-37 180q0 123 62 231l-44 44-41-41z m222-316q0-94 46-174t127-127 174-47 174 47 126 127 47 174-47 174-126 126-174 47-174-47-127-126-46-174z m118 130q0 24 16 41 17 17 41 17t41-17l140-140h198q24 0 41-17t16-41q0-25-17-40-17-18-40-18h-222q-3 0-11 1l-5 2q-1 0-3 1t-3 0q-1 1-3 2t-2 1l-5 3q-3 2-9 8l-157 156q-16 17-16 41z" horiz-adv-x="1031.7" />
|
||||
|
||||
<glyph glyph-name="task" unicode="" d="M929 237q0-45-25-75t-69-30q-23 0-43 10t-33 21-32 21-39 10q-62 0-62-69 0-22 9-65t8-64v-3q-12 0-18 0-19-2-54-7t-65-7-54-3q-35 0-58 15t-23 47q0 20 9 39t22 32 21 33 10 43q0 44-31 69t-75 25q-47 0-80-26t-33-71q0-24 9-46t18-36 19-30 8-28q0-25-25-50-21-19-65-19-54 0-137 13-5 1-16 2t-15 3l-7 1q-1 0-2 0-1 0-1 1v571q1 0 10-2t19-2 12-2q83-14 137-14 44 0 65 20 25 24 25 49 0 13-8 29t-19 29-18 36-9 47q0 45 33 71t81 25q44 0 74-25t31-69q0-23-10-43t-21-33-22-31-9-40q0-32 23-47t58-14q35 0 100 8t91 9v-1q-1-1-2-9t-3-19-2-12q-13-84-13-137 0-45 19-65 25-26 50-26 12 0 28 8t30 19 36 19 46 8q46 0 71-33t26-80z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="invoice" unicode="" d="M545 121l19-89q2-7-1-13t-10-8l-3 0q-2-1-6-2t-9-3-12-3-14-3-16-2-19-3-21-2-21 0q-131 0-228 73t-133 196h-53q-7 0-13 5t-5 13v63q0 7 5 12t13 6h37q-1 31 0 58h-37q-8 0-13 5t-5 13v64q0 8 5 13t13 5h55q37 117 135 188t224 72q57 0 108-13 6-2 11-9 4-6 2-13l-24-89q-2-7-8-11t-13-1l-2 1q-3 0-7 1l-10 2t-12 2-15 2-16 1-16 1q-71 0-126-36t-84-98h261q9 0 14-7 6-7 4-15l-13-63q-3-15-18-15h-273q-1-20 0-58h257q8 0 13-7 5-7 4-15l-14-63q-1-6-6-10t-11-4h-216q27-65 84-104t127-38q10 0 20 1t19 2 16 2 14 3 10 3l7 1 3 2q7 2 14-2 7-3 9-11z" horiz-adv-x="571.4" />
|
||||
|
||||
<glyph glyph-name="org" unicode="" d="M536 850l535-214v-72h-71q0-14-11-25t-27-10h-852q-16 0-27 10t-12 25h-71v72z m-393-357h143v-429h71v429h143v-429h71v429h143v-429h72v429h143v-429h33q15 0 27-10t11-25v-36h-929v36q0 14 12 25t27 10h33v429z m890-536q16 0 27-11t11-25v-71h-1071v71q0 15 11 25t28 11h994z" horiz-adv-x="1142.9" />
|
||||
|
||||
<glyph glyph-name="event" unicode="" d="M620 77l-26-25q-5-6-12-6t-13 6l-105 105-105-105q-5-6-12-6t-13 6l-25 25q-5 5-5 12t5 13l105 105-105 105q-5 6-5 13t5 12l25 26q5 5 13 5t12-5l105-105 105 105q6 5 13 5t12-5l26-26q5-5 5-12t-5-13l-105-105 105-105q5-5 5-13t-5-12z m-549-156h786v572h-786v-572z m215 679v161q0 8-5 13t-13 5h-36q-8 0-13-5t-5-13v-161q0-8 5-13t13-5h36q8 0 13 5t5 13z m428 0v161q0 8-5 13t-13 5h-35q-8 0-13-5t-5-13v-161q0-8 5-13t13-5h35q8 0 13 5t5 13z m215 36v-715q0-29-22-50t-50-21h-786q-29 0-50 21t-21 50v715q0 29 21 50t50 21h72v54q0 37 26 63t63 26h36q37 0 63-26t26-63v-54h214v54q0 37 27 63t63 26h35q37 0 64-26t26-63v-54h71q29 0 50-21t22-50z" horiz-adv-x="1000" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 34 KiB |
BIN
themes/zuitedesk/font/fonticons.ttf
Executable file
BIN
themes/zuitedesk/font/fonticons.woff
Executable file
BIN
themes/zuitedesk/font/fonticons.woff2
Executable file
BIN
themes/zuitedesk/images/bg-block-front.png
Normal file
After Width: | Height: | Size: 820 B |
BIN
themes/zuitedesk/images/bg-book-navigation.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
themes/zuitedesk/images/bg-footer.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
themes/zuitedesk/images/bg-form-message.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
themes/zuitedesk/images/bg-option.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
themes/zuitedesk/images/bg-page.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
themes/zuitedesk/images/bg.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
themes/zuitedesk/images/dash.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
themes/zuitedesk/images/draggable.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
themes/zuitedesk/images/extlink.png
Normal file
After Width: | Height: | Size: 196 B |
BIN
themes/zuitedesk/images/frontpage/About.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
themes/zuitedesk/images/frontpage/Client1.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
themes/zuitedesk/images/frontpage/Client2.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
themes/zuitedesk/images/frontpage/Client3.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
themes/zuitedesk/images/frontpage/Doks.png
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
themes/zuitedesk/images/frontpage/Gitlab.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
themes/zuitedesk/images/frontpage/Ipad.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
themes/zuitedesk/images/frontpage/Left.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
themes/zuitedesk/images/frontpage/Portfolio01.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
themes/zuitedesk/images/frontpage/Portfolio02.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
themes/zuitedesk/images/frontpage/Portfolio03.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
themes/zuitedesk/images/frontpage/Portfolio04.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
themes/zuitedesk/images/frontpage/Portfolio05.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
themes/zuitedesk/images/frontpage/Portfolio06.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
themes/zuitedesk/images/frontpage/ProjectsAndTasks.png
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
themes/zuitedesk/images/frontpage/Responsive.png
Normal file
After Width: | Height: | Size: 359 KiB |
BIN
themes/zuitedesk/images/frontpage/Right.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
themes/zuitedesk/images/frontpage/Slider.jpg
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
themes/zuitedesk/images/frontpage/Slider.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
themes/zuitedesk/images/frontpage/Slider01.2.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
themes/zuitedesk/images/frontpage/Slider01.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
themes/zuitedesk/images/frontpage/Slider02.2.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
themes/zuitedesk/images/frontpage/Slider02.png
Normal file
After Width: | Height: | Size: 141 KiB |
BIN
themes/zuitedesk/images/frontpage/Slider03.2.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
themes/zuitedesk/images/frontpage/Slider03.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
themes/zuitedesk/images/frontpage/SliderLight.jpg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
themes/zuitedesk/images/frontpage/SuiteCRM.png
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
themes/zuitedesk/images/frontpage/Team1.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
themes/zuitedesk/images/frontpage/Team2.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
themes/zuitedesk/images/frontpage/Team3.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
themes/zuitedesk/images/frontpage/Tickets.png
Normal file
After Width: | Height: | Size: 131 KiB |
BIN
themes/zuitedesk/images/frontpage/brand-bg.png
Normal file
After Width: | Height: | Size: 311 KiB |
BIN
themes/zuitedesk/images/frontpage/bx_loader.gif
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
themes/zuitedesk/images/frontpage/clients/ClientLogo01.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
themes/zuitedesk/images/frontpage/clients/ClientLogo02.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
themes/zuitedesk/images/frontpage/clients/ClientLogo03.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
themes/zuitedesk/images/frontpage/clients/ClientLogo04.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
themes/zuitedesk/images/frontpage/clients/ClientLogo05.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
themes/zuitedesk/images/frontpage/clients/ClientLogo06.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
themes/zuitedesk/images/frontpage/fs.spinner.gif
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
themes/zuitedesk/images/frontpage/iBook.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
themes/zuitedesk/images/frontpage/iMac.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
themes/zuitedesk/images/frontpage/iPhone.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
themes/zuitedesk/images/frontpage/logo.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
themes/zuitedesk/images/frontpage/nav-icon.png
Normal file
After Width: | Height: | Size: 141 B |
BIN
themes/zuitedesk/images/grippie.png
Normal file
After Width: | Height: | Size: 162 B |
BIN
themes/zuitedesk/images/ico-date.gif
Normal file
After Width: | Height: | Size: 64 B |
BIN
themes/zuitedesk/images/ico-user.gif
Normal file
After Width: | Height: | Size: 56 B |
BIN
themes/zuitedesk/images/list-fotoview.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
themes/zuitedesk/images/mailto.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
themes/zuitedesk/images/manuel.cillero.es.jpg
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
themes/zuitedesk/images/manuel.cillero.es.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
themes/zuitedesk/images/menu-collapsed.gif
Normal file
After Width: | Height: | Size: 176 B |
BIN
themes/zuitedesk/images/menu-collapsed.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
themes/zuitedesk/images/menu-expanded.gif
Normal file
After Width: | Height: | Size: 183 B |
BIN
themes/zuitedesk/images/menu-expanded.png
Normal file
After Width: | Height: | Size: 106 B |
BIN
themes/zuitedesk/images/menu-leaf.gif
Normal file
After Width: | Height: | Size: 176 B |
BIN
themes/zuitedesk/images/menu-leaf.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
themes/zuitedesk/images/message_error.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
themes/zuitedesk/images/message_status.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
themes/zuitedesk/images/message_warning.png
Normal file
After Width: | Height: | Size: 1.7 KiB |