795 lines
12 KiB
SCSS
795 lines
12 KiB
SCSS
/* SEARCH PAGE */
|
|
|
|
.search-form {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.search-result h3 {
|
|
margin-bottom: 0;
|
|
color: #1e0fbe;
|
|
}
|
|
|
|
.search-result .search-link {
|
|
color: #006621;
|
|
}
|
|
|
|
.search-result p {
|
|
font-size: 12px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* CONTACTS */
|
|
|
|
.contact-box {
|
|
background-color: white;
|
|
border: 1px solid $border-color;
|
|
padding: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.contact-box a {
|
|
color: inherit;
|
|
}
|
|
|
|
/* INVOICE */
|
|
|
|
.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(2) {
|
|
text-align: right;
|
|
}
|
|
|
|
.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
|
|
text-align: right;
|
|
}
|
|
|
|
.invoice-total > tbody > tr > td:first-child {
|
|
text-align: right;
|
|
}
|
|
|
|
.invoice-total > tbody > tr > td {
|
|
border: 0 none;
|
|
}
|
|
|
|
.invoice-total > tbody > tr > td:last-child {
|
|
border-bottom: 1px solid #dddddd;
|
|
text-align: right;
|
|
width: 15%;
|
|
}
|
|
|
|
/* ERROR & LOGIN & LOCKSCREEN */
|
|
|
|
.middle-box {
|
|
height: 400px;
|
|
width: 400px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -250px;
|
|
margin-left: -200px;
|
|
z-index: 100;
|
|
}
|
|
|
|
.lockscreen.middle-box {
|
|
width: 200px;
|
|
margin-left: -100px;
|
|
margin-top: -190px;
|
|
}
|
|
|
|
.loginscreen.middle-box {
|
|
width: 300px;
|
|
margin-left: -150px;
|
|
margin-top: -330px;
|
|
}
|
|
|
|
.loginColumns {
|
|
width: 760px;
|
|
margin: 8% auto 0;
|
|
}
|
|
|
|
.logo-name {
|
|
color: #e6e6e6;
|
|
font-size: 180px;
|
|
font-weight: 800;
|
|
letter-spacing: -10px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.middle-box h1 {
|
|
font-size: 170px;
|
|
}
|
|
|
|
.wrapper .middle-box {
|
|
margin-top: 140px;
|
|
}
|
|
|
|
.lock-word {
|
|
z-index: 10;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -180px;
|
|
margin-left: -470px;
|
|
}
|
|
|
|
.lock-word span {
|
|
font-size: 100px;
|
|
font-weight: 600;
|
|
color: #e9e9e9;
|
|
display: inline-block;
|
|
}
|
|
|
|
.lock-word .first-word {
|
|
margin-right: 160px;
|
|
}
|
|
|
|
/* DASBOARD */
|
|
|
|
.dashboard-header {
|
|
border-top: 0;
|
|
padding: 20px 20px 20px 20px;
|
|
}
|
|
|
|
.dashboard-header h2 {
|
|
margin-top: 10px;
|
|
font-size: 26px;
|
|
}
|
|
|
|
.fist-item {
|
|
border-top: none !important;
|
|
}
|
|
|
|
.statistic-box {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.dashboard-header .list-group-item span.label {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.list-group.clear-list .list-group-item {
|
|
border-top: 1px solid $border-color;
|
|
border-bottom: 0;
|
|
border-right: 0;
|
|
border-left: 0;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
ul.clear-list:first-child {
|
|
border-top: none !important;
|
|
}
|
|
|
|
/* Intimeline */
|
|
|
|
.timeline-item .date i {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 5px;
|
|
width: 30px;
|
|
text-align: center;
|
|
border-top: 1px solid $border-color;
|
|
border-bottom: 1px solid $border-color;
|
|
border-left: 1px solid $border-color;
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.timeline-item .date {
|
|
text-align: right;
|
|
width: 110px;
|
|
position: relative;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.timeline-item .content {
|
|
border-left: 1px solid $border-color;
|
|
border-top: 1px solid $border-color;
|
|
padding-top: 10px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
.timeline-item .content:hover {
|
|
background: #f6f6f6;
|
|
}
|
|
|
|
/* PIN BOARD */
|
|
ul.notes li, ul.tag-list li {
|
|
list-style: none;
|
|
}
|
|
|
|
ul.notes li h4 {
|
|
margin-top: 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
ul.notes li div {
|
|
text-decoration: none;
|
|
color: black;
|
|
background: #ffffcc;
|
|
display: block;
|
|
height: 140px;
|
|
width: 140px;
|
|
padding: 1em;
|
|
position: relative;
|
|
}
|
|
|
|
ul.notes li div small {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
ul.notes li div a {
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 10px;
|
|
color: inherit;
|
|
}
|
|
|
|
ul.notes li {
|
|
margin: 10px 40px 50px 0px;
|
|
float: left;
|
|
}
|
|
|
|
ul.notes li div p {
|
|
font-size: 12px;
|
|
}
|
|
|
|
ul.notes li div {
|
|
text-decoration: none;
|
|
color: black;
|
|
background: #ffffcc;
|
|
display: block;
|
|
height: 140px;
|
|
width: 140px;
|
|
padding: 1em;
|
|
/* Firefox */
|
|
-moz-box-shadow: 5px 5px 2px rgba(33, 33, 33, 1);
|
|
/* Safari+Chrome */
|
|
-webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
|
|
/* Opera */
|
|
box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
|
|
}
|
|
|
|
ul.notes li div {
|
|
-webkit-transform: rotate(-6deg);
|
|
-o-transform: rotate(-6deg);
|
|
-moz-transform: rotate(-6deg);
|
|
}
|
|
|
|
ul.notes li:nth-child(even) div {
|
|
-o-transform: rotate(4deg);
|
|
-webkit-transform: rotate(4deg);
|
|
-moz-transform: rotate(4deg);
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
|
|
ul.notes li:nth-child(3n) div {
|
|
-o-transform: rotate(-3deg);
|
|
-webkit-transform: rotate(-3deg);
|
|
-moz-transform: rotate(-3deg);
|
|
position: relative;
|
|
top: -5px;
|
|
}
|
|
|
|
ul.notes li:nth-child(5n) div {
|
|
-o-transform: rotate(5deg);
|
|
-webkit-transform: rotate(5deg);
|
|
-moz-transform: rotate(5deg);
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
|
|
ul.notes li div:hover, ul.notes li div:focus {
|
|
-webkit-transform: scale(1.1);
|
|
-moz-transform: scale(1.1);
|
|
-o-transform: scale(1.1);
|
|
position: relative;
|
|
z-index: 5;
|
|
}
|
|
|
|
ul.notes li div {
|
|
text-decoration: none;
|
|
color: black;
|
|
background: #ffffcc;
|
|
display: block;
|
|
height: 210px;
|
|
width: 210px;
|
|
padding: 1em;
|
|
-moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
|
|
-webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
|
|
box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
|
|
-moz-transition: -moz-transform 0.15s linear;
|
|
-o-transition: -o-transform 0.15s linear;
|
|
-webkit-transition: -webkit-transform 0.15s linear;
|
|
}
|
|
|
|
/* FILE MANAGER */
|
|
|
|
.file-box {
|
|
float: left;
|
|
width: 220px;
|
|
}
|
|
|
|
.file-manager h5 {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.file-manager {
|
|
list-style: none outside none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.folder-list li a {
|
|
color: #666666;
|
|
display: block;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.folder-list li {
|
|
border-bottom: 1px solid $border-color;
|
|
display: block;
|
|
}
|
|
|
|
.folder-list li i {
|
|
margin-right: 8px;
|
|
color: #3d4d5d;
|
|
}
|
|
|
|
.category-list li a {
|
|
color: #666666;
|
|
display: block;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.category-list li {
|
|
display: block;
|
|
}
|
|
|
|
.category-list li i {
|
|
margin-right: 8px;
|
|
color: #3d4d5d;
|
|
}
|
|
|
|
.category-list li a .text-navy {
|
|
color: $navy;
|
|
}
|
|
|
|
.category-list li a .text-primary {
|
|
color: $blue;
|
|
}
|
|
|
|
.category-list li a .text-info {
|
|
color: $lazur;
|
|
}
|
|
|
|
.category-list li a .text-danger {
|
|
color: #ef5352;
|
|
}
|
|
|
|
.category-list li a .text-warning {
|
|
color: #f8ac59;
|
|
}
|
|
|
|
.file-manager h5.tag-title {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.tag-list li {
|
|
float: left;
|
|
}
|
|
|
|
.tag-list li a {
|
|
font-size: 10px;
|
|
background-color: $gray;
|
|
padding: 5px 12px;
|
|
color: inherit;
|
|
border-radius: 2px;
|
|
border: 1px solid $border-color;
|
|
margin-right: 5px;
|
|
margin-top: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.file {
|
|
border: 1px solid $border-color;
|
|
padding: 0;
|
|
background-color: white;
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.file-manager .hr-line-dashed {
|
|
margin: 15px 0;
|
|
}
|
|
|
|
.file .icon, .file .image {
|
|
height: 100px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.file .icon {
|
|
padding: 15px 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.file-control {
|
|
color: inherit;
|
|
font-size: 11px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.file-control.active {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.file .icon i {
|
|
font-size: 70px;
|
|
color: #dadada;
|
|
}
|
|
|
|
.file .file-name {
|
|
padding: 10px;
|
|
background-color: #f8f8f8;
|
|
border-top: 1px solid $border-color;
|
|
}
|
|
|
|
.file-name small {
|
|
color: $text-color;
|
|
}
|
|
|
|
.corner {
|
|
position: absolute;
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
line-height: 0;
|
|
border: 0.6em solid transparent;
|
|
border-right: 0.6em solid #f1f1f1;
|
|
border-bottom: 0.6em solid #f1f1f1;
|
|
right: 0em;
|
|
bottom: 0em;
|
|
}
|
|
|
|
a.compose-mail {
|
|
padding: 8px 10px;
|
|
}
|
|
|
|
.mail-search {
|
|
max-width: 300px;
|
|
}
|
|
|
|
/* PROFILE */
|
|
|
|
.profile-content {
|
|
border-top: none !important;
|
|
}
|
|
|
|
.feed-activity-list .feed-element {
|
|
border-bottom: 1px solid $border-color;
|
|
}
|
|
|
|
.feed-element:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.feed-element {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.feed-element, .feed-element .media {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.feed-element, .media-body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.feed-element > .pull-left {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
|
|
width: 38px;
|
|
height: 38px;
|
|
}
|
|
|
|
.feed-element .well {
|
|
border: 1px solid $border-color;
|
|
box-shadow: none;
|
|
margin-top: 10px;
|
|
margin-bottom: 5px;
|
|
padding: 10px 20px;
|
|
font-size: 11px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.feed-element .actions {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.feed-element .photos {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.feed-photo {
|
|
max-height: 180px;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* MAILBOX */
|
|
|
|
.mail-box {
|
|
background-color: white;
|
|
border: 1px solid $border-color;
|
|
border-top: 0;
|
|
padding: 0px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.mail-box-header {
|
|
background-color: white;
|
|
border: 1px solid $border-color;
|
|
border-bottom: 0;
|
|
padding: 30px 20px 20px 20px;
|
|
}
|
|
|
|
.mail-box-header h2 {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.mailbox-content .tag-list li a {
|
|
background: white;
|
|
}
|
|
|
|
.mail-body {
|
|
border-top: 1px solid $border-color;
|
|
padding: 20px;
|
|
}
|
|
|
|
.mail-text {
|
|
border-top: 1px solid $border-color;
|
|
}
|
|
|
|
.mail-text .note-toolbar {
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.mail-body .form-group {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.mail-text .note-editor .note-toolbar {
|
|
background-color: #f9f8f8;
|
|
}
|
|
|
|
.mail-attachment {
|
|
border-top: 1px solid $border-color;
|
|
padding: 20px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.mailbox-content {
|
|
background: none;
|
|
border: none;
|
|
padding: 10px;
|
|
}
|
|
|
|
.mail-ontact {
|
|
width: 23%;
|
|
}
|
|
|
|
/* PROJECTS */
|
|
.project-people, .project-actions {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
dd.project-people {
|
|
text-align: left;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.project-people img {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.project-title a {
|
|
font-size: 14px;
|
|
color: $text-color;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.project-list table tr td {
|
|
border-top: none;
|
|
border-bottom: 1px solid $border-color;
|
|
padding: 15px 10px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.project-manager .tag-list li a {
|
|
font-size: 10px;
|
|
background-color: white;
|
|
padding: 5px 12px;
|
|
color: inherit;
|
|
border-radius: 2px;
|
|
border: 1px solid $border-color;
|
|
margin-right: 5px;
|
|
margin-top: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.project-files li a {
|
|
font-size: 11px;
|
|
color: $text-color;
|
|
margin-left: 10px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
/* FAQ */
|
|
|
|
.faq-item {
|
|
padding: 20px;
|
|
margin-bottom: 2px;
|
|
background: white;
|
|
}
|
|
|
|
.faq-question {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: $navy;
|
|
display: block;
|
|
}
|
|
|
|
.faq-question:hover {
|
|
color: darken($navy, 5%);
|
|
}
|
|
|
|
.faq-answer {
|
|
margin-top: 10px;
|
|
background: $gray;
|
|
border: 1px solid $border-color;
|
|
border-radius: 3px;
|
|
padding: 15px;
|
|
}
|
|
|
|
.faq-item .tag-item {
|
|
background: $gray;
|
|
padding: 2px 6px;
|
|
font-size: 10px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
|
|
/* Chat view */
|
|
.message-input {
|
|
height: 90px !important;
|
|
}
|
|
|
|
.chat-avatar {
|
|
white: 36px;
|
|
height: 36px;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.chat-user-name {
|
|
padding: 10px;
|
|
}
|
|
|
|
.chat-user {
|
|
padding: 8px 10px;
|
|
border-bottom: 1px solid #e7eaec;
|
|
}
|
|
|
|
.chat-user a {
|
|
color: inherit;
|
|
}
|
|
|
|
.chat-view {
|
|
z-index: 20012;
|
|
}
|
|
|
|
.chat-users, .chat-statistic {
|
|
margin-left: -30px;
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
.chat-users,.chat-statistic {
|
|
margin-left: 0px;
|
|
}
|
|
}
|
|
.chat-view .ibox-content {
|
|
padding: 0;
|
|
}
|
|
|
|
.chat-message {
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.message-avatar {
|
|
height: 48px;
|
|
width: 48px;
|
|
border: 1px solid #e7eaec;
|
|
border-radius: 4px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.chat-discussion .chat-message:nth-child(2n+1) .message-avatar {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.chat-discussion .chat-message:nth-child(2n) .message-avatar {
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.message {
|
|
background-color: #fff;
|
|
border: 1px solid #e7eaec;
|
|
text-align: left;
|
|
display: block;
|
|
padding: 10px 20px;
|
|
position: relative;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.chat-discussion .chat-message:nth-child(2n+1) .message-date {
|
|
float: right;
|
|
}
|
|
|
|
.chat-discussion .chat-message:nth-child(2n) .message-date {
|
|
float: left;
|
|
}
|
|
|
|
.chat-discussion .chat-message:nth-child(2n+1) .message {
|
|
text-align: left;
|
|
margin-left: 55px;
|
|
}
|
|
|
|
.chat-discussion .chat-message:nth-child(2n) .message {
|
|
text-align: right;
|
|
margin-right: 55px;
|
|
}
|
|
|
|
.message-date {
|
|
font-size: 10px;
|
|
color: #888888;
|
|
}
|
|
|
|
.message-content {
|
|
display: block;
|
|
}
|
|
|
|
.chat-discussion {
|
|
background: #eee;
|
|
padding: 15px;
|
|
height: 400px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.chat-users {
|
|
overflow-y: auto;
|
|
height: 400px;
|
|
}
|
|
|
|
.chat-message-form .form-group {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* jsTree */
|
|
.jstree-open > .jstree-anchor > .fa-folder:before {
|
|
content: "\f07c";
|
|
}
|
|
|
|
.jstree-default .jstree-icon.none {
|
|
width: 0;
|
|
}
|