mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-15 18:14:02 +00:00
978 lines
22 KiB
CSS
978 lines
22 KiB
CSS
<?php
|
|
/*
|
|
Licence : AGPL
|
|
Created on : 17.01.2025
|
|
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
|
*/
|
|
?>
|
|
|
|
:root {
|
|
--global-font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif, Noto Color Emoji;
|
|
--nav-bg: #252728;
|
|
--link-color: #0866ff;
|
|
--nav-icon-color: #B0B3B8;
|
|
--background-color: #1C1C1D;
|
|
--contentbg-transp: 100;
|
|
--font-color: #B0B3B8;
|
|
--font-color-darker: #333;
|
|
--background-image: '';
|
|
--menu-background-hover-color: rgba(255,255,255,.1);
|
|
--border-color: #333;
|
|
}
|
|
|
|
body {
|
|
background-color: #1C1C1D !important;
|
|
font-size: 15px !important;
|
|
padding-top: 125px !important;
|
|
font-family: var(--global-font-family);
|
|
}
|
|
|
|
#topbar-first .nav > li > a, #topbar-first .nav > li > button, nav.navbar .nav > li > a, nav.navbar .nav > li > button {
|
|
color: #b0b3bb0 !important;
|
|
}
|
|
|
|
#topbar-first, nav.navbar {
|
|
background-color: #252728 !important;
|
|
top: 0;
|
|
z-index: 1030;
|
|
color: #0866ff !important;
|
|
}
|
|
|
|
#topbar-first .topbar-nav .nav-segment > a {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
text-align: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#topbar-first .topbar-nav .dropdown-menu {
|
|
width: 350px;
|
|
margin-left: -300px;
|
|
}
|
|
|
|
#topbar-first .topbar-nav .nav-segment {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#topbar-first #nav-notifications-menu li {
|
|
border-color: transparent !important;
|
|
box-sizing: border-box;
|
|
margin: 10px;
|
|
border-radius: 10px !important;
|
|
width: 94% !important;
|
|
}
|
|
|
|
#topbar-first .notification-unseen {
|
|
background-color: rgba(56, 88, 152,.2) !important
|
|
}
|
|
|
|
#topbar-first #nav-notifications-menu li.notif-entry:hover{
|
|
background-color:rgba(176,179,184,.2) !important;
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
#topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
|
|
max-height: 400px;
|
|
height: 45px;
|
|
width: 45px;
|
|
border-radius: 50px;
|
|
border-bottom: 1px solid #c1c1c1;
|
|
}
|
|
|
|
#topbar-first .nav > li > a:hover:not(.selected),
|
|
#topbar-first .nav > li > a:focus,
|
|
#topbar-first .nav > li > button:not(#main-menu):hover,
|
|
#topbar-first .nav > li > button:not(#main-menu):focus,
|
|
nav.navbar .nav > li > a:hover,
|
|
nav.navbar .nav > li > a:focus,
|
|
nav.navbar .nav > li > button:hover,
|
|
nav.navbar .nav > li > button:focus {
|
|
background-color: rgba(255,255,255,.1) !important;
|
|
border-radius: 8px !important;
|
|
}
|
|
|
|
|
|
#topbar-first .nav > li > a.selected {
|
|
border-bottom: 3px solid #0866ff !important;
|
|
color: #B0B3B8; !important;
|
|
}
|
|
|
|
#topbar-first .nav > li > a.selected:hover,
|
|
#topbar-first .nav > li > #main-menu:hover,
|
|
#topbar-first .nav > li > #main-menu:focus {
|
|
background-color: transparent !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.topbar {
|
|
position: fixed;
|
|
display: block;
|
|
height: 50px;
|
|
width: 100%;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
ul.tabs li {
|
|
font-size: 15px !important;
|
|
margin-left: 10px !important;
|
|
}
|
|
|
|
ul.tabs li.active {
|
|
border-color: #0866FF !important;
|
|
}
|
|
|
|
ul.tabs li a {
|
|
margin-top: 8px;
|
|
color: rgb(90, 167, 255) !important;
|
|
}
|
|
|
|
ul.tabs li:hover:not(.active) {
|
|
border-bottom-width: 0px !important;
|
|
}
|
|
|
|
ul.tabs li:hover:not(.active) a {
|
|
background-color: rgba(255,255,255,.1) !important;
|
|
border-radius: 8px !important;
|
|
}
|
|
|
|
header #banner {
|
|
left: 0 !important;
|
|
right: auto !important;
|
|
}
|
|
|
|
header #banner #logo-img, .navbar-brand #logo-img {
|
|
background-color: #0866FF !important;
|
|
height: 38px !important;
|
|
width: 38px !important;
|
|
}
|
|
|
|
.topbar ul.nav {
|
|
left: 50% !important;
|
|
margin-left: -25% !important;
|
|
position: relative;
|
|
}
|
|
|
|
#topbar-first .nav > .account img {
|
|
border-radius: 100% !important;
|
|
box-shadow: 0 0 1px rgba(255,255,255,.1) !important;
|
|
height: 40px !important;
|
|
width: 40px !important;
|
|
}
|
|
|
|
#search-box {
|
|
position: fixed !important;
|
|
left: 100px;
|
|
}
|
|
|
|
#topbar-first #search-box .form-search {
|
|
height: 40px !important;
|
|
font-size: 15px;
|
|
background-position: unset;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
#search-box form > div {
|
|
background-color: #474748;
|
|
border-radius: 50px;
|
|
}
|
|
|
|
#search-box form > div::before {
|
|
content: '\f002';
|
|
font-family: ForkAwesome;
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 8px;
|
|
background-color: #474748;
|
|
}
|
|
|
|
#search-box .form-control.form-search {
|
|
border-radius: 50px !important;
|
|
background: transparent !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
#search-box .form-control::placeholder {
|
|
color: #B0B3B8 !important;
|
|
}
|
|
|
|
#topbar-first #search-box .btn {
|
|
font-size: 0px !important;
|
|
height: 32px;
|
|
width: 32px;
|
|
top: 2px !important;
|
|
background-color: black !important;
|
|
margin-top: 2px !important;
|
|
}
|
|
|
|
#topbar-first #search-box .btn::before {
|
|
content: '\f061';
|
|
font-family: ForkAwesome;
|
|
font-size: 15px;
|
|
color: #B0B3B8;
|
|
}
|
|
|
|
.form-control {
|
|
border-radius: 10px;
|
|
resize: vertical;
|
|
border: 1px solid #645f5f;
|
|
color: #b0b3b8;
|
|
background-color: #474748;
|
|
font-color: #B0B3B8;
|
|
}
|
|
|
|
p.wall-item-announce, .media .time, .media .shared-time, .media .delivery, .media .location, .media .location a {
|
|
color: #b0b3b8;
|
|
}
|
|
|
|
.media-list > li {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.pagination .pager_next a, .pagination .pager_prev a {
|
|
border-top-left-radius: 10px;
|
|
border-bottom-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
|
|
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
|
|
background-color: #0866ff;
|
|
border-color: #0866ff;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.pagination li.pager_n a {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
|
|
border-bottom-left-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
|
|
#search-box .form-control.form-search {
|
|
border-radius: 50px !important;
|
|
background: transparent !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
#search-box .form-control::placeholder {
|
|
color: #B0B3B8 !important;
|
|
}
|
|
|
|
#topbar-first #search-box .btn {
|
|
font-size: 0px !important;
|
|
height: 32px;
|
|
width: 32px;
|
|
top: 2px !important;
|
|
background-color: black !important;
|
|
}
|
|
|
|
#topbar-first #search-box .btn::before {
|
|
content: '\f061';
|
|
font-family: ForkAwesome;
|
|
font-size: 15px;
|
|
color: #B0B3B8;
|
|
}
|
|
|
|
#nav-user-menu, #nav-notifications-menu {
|
|
background-color: #252728 !important;
|
|
border: 1px solid #1C1C1D !important;
|
|
}
|
|
|
|
#nav-user-menu {
|
|
background-color: #252728 !important;
|
|
min-width: 250px !important;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
font-size: 14px;
|
|
text-align: left;
|
|
list-style: none;
|
|
border-radius: 10px;
|
|
background-color: #868788;
|
|
}
|
|
|
|
.dropdown-menu li:hover {
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
.topbar .dropdown-header {
|
|
font-size: 16px;
|
|
padding: 3px 10px;
|
|
margin-bottom: 10px;
|
|
font-weight: 300;
|
|
color: #B0B3B8;
|
|
}
|
|
|
|
#topbar-first #nav-notifications-menu li.notif-entry {
|
|
color: #333;
|
|
padding: 10px;
|
|
border-bottom: 1px solid #eee;
|
|
position: relative;
|
|
border-left: 3px solid #0866ff;
|
|
font-size: 12px;
|
|
}
|
|
|
|
blockquote {
|
|
border-left: 5px solid #717171;
|
|
}
|
|
|
|
.nav-pills .dropdown-menu li a, .nav-pills .dropdown-menu li .btn-link, .nav-tabs .dropdown-menu li a, .nav-tabs .dropdown-menu li .btn-link, .account .dropdown-menu li a, .account .dropdown-menu li .btn-link, .contact-photo-wrapper .dropdown-menu li a, .contact-photo-wrapper .dropdown-menu li .btn-link {
|
|
color: #B0B3B8 !important;
|
|
border-color: #252728 !important;
|
|
}
|
|
|
|
.nav-pills .dropdown-menu li > a:hover,
|
|
.nav-tabs .dropdown-menu li > a:hover,
|
|
.account .dropdown-menu li > a:hover,
|
|
.contact-photo-wrapper .dropdown-menu li > a:hover,
|
|
.nav-pills .dropdown-menu li.selected a,
|
|
.nav-tabs .dropdown-menu li.selected a,
|
|
.account .dropdown-menu li.selected a,
|
|
.contact-photo-wrapper .dropdown-menu li.selected a {
|
|
color: #333 !important;
|
|
background: #f2f2f2 !important;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.nav-pills .dropdown-menu li.divider, .nav-tabs .dropdown-menu li.divider, .account .dropdown-menu li.divider, .contact-photo-wrapper .dropdown-menu li.divider {
|
|
background-color: #252728 !important;
|
|
}
|
|
|
|
#topbar-second {
|
|
height: 57px !important;
|
|
top: 50px;
|
|
background-color: #252728;
|
|
z-index: 1029;
|
|
background-image: none;
|
|
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 1px 10px rgba(255, 255, 255, 0.1);
|
|
border-bottom: 1px solid #535252;
|
|
border-color: #333 !important;
|
|
}
|
|
|
|
.btn {
|
|
border-radius: 10px;
|
|
background-color: #575757;
|
|
}
|
|
|
|
.btn.btn-primary {
|
|
background: #0866ff;
|
|
color: #e6e9ec;
|
|
}
|
|
|
|
.btn.btn-primary:hover,
|
|
.btn.btn-primary:focus {
|
|
border-radius: 8px !important;
|
|
}
|
|
|
|
#dropdownMenuTools {
|
|
height: 40px;
|
|
width: 40px;
|
|
background-color: rgba(255,255,255,.1) !important;
|
|
border-radius: 100% !important;
|
|
margin-top: 5px !important;
|
|
margin-right: 10px !important;
|
|
}
|
|
|
|
#dropdownMenuTools:hover,
|
|
#dropdownMenuTools:focus {
|
|
background-color: rgba(0,0,0,.1) !important;
|
|
}
|
|
|
|
#jotOpen {
|
|
border-radius: 10px !important;
|
|
background-color: #0866FF !important;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
#jotOpen:hover, #jotOpen:focus {
|
|
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
|
}
|
|
|
|
#jotOpen::before {
|
|
content: 'New Post';
|
|
font-size: 15px;
|
|
margin-right: 20px;
|
|
line-height: 32px;
|
|
position: relative;
|
|
display: inline;
|
|
top: -4px;
|
|
}
|
|
|
|
#jotOpen .fa-pencil-square-o {
|
|
font-size: 32px !important;
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
|
|
#topbar-second #nav-short-info {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#back-to-top {
|
|
color: #d6d7d6;
|
|
border-radius: 10px;
|
|
background-color: #7d7d7d;
|
|
}
|
|
|
|
.dropzone, .dropzone .dz-default * {
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
cursor: default;
|
|
border-radius: 10px;
|
|
border: 1px solid #fdfdfd;
|
|
}
|
|
|
|
.dropzone.dz-clickable {
|
|
cursor: pointer;
|
|
border-radius: 10px;
|
|
background-color: #606060;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.dropzone:not(textarea) {
|
|
border: 1px solid rgb(85, 85, 85);
|
|
}
|
|
|
|
.faded-icon {
|
|
color: #b0b3b8;
|
|
}
|
|
|
|
.panel-footer {
|
|
background-color: #333;
|
|
}
|
|
|
|
.help-block {
|
|
color: #b7b7b7;
|
|
}
|
|
|
|
aside .widget,
|
|
.nav-container .widget {
|
|
background-color: var(--background-color) !important;
|
|
-webkit-box-shadow: none !important;
|
|
-moz-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
aside .widget li a, aside .widget li a:hover {
|
|
color: #b0b3b8;
|
|
}
|
|
|
|
.panel {
|
|
border: none;
|
|
background-color: rgb(51, 51, 51);
|
|
box-shadow: 0 0 2px #686868;
|
|
-webkit-box-shadow: 0 0 2px #686868;
|
|
-moz-box-shadow: 0 0 2px #686868;
|
|
border-radius: 4px;
|
|
position: relative;
|
|
}
|
|
|
|
.hide-comments-outer {
|
|
background-color: rgba(45, 45, 45, 0.57);
|
|
}
|
|
|
|
.tread-wrapper {
|
|
box-shadow: 0 0px 1px rgb(4, 4, 4) !important;
|
|
border-radius: 10px !important;
|
|
}
|
|
|
|
.wall-item-container .media {
|
|
background-color: #333 !important;
|
|
border-radius: 10px !important;
|
|
}
|
|
|
|
.wall-item-container {
|
|
border-top: 1px solid rgb(40, 40, 40);
|
|
}
|
|
|
|
.wall-item-actions-row button,
|
|
.wall-item-actions-right button {
|
|
display: block;
|
|
white-space: normal !important;
|
|
margin: 0 auto !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.wall-item-actions-row button::after,
|
|
.wall-item-actions-right button::after {
|
|
font-size: 9px;
|
|
font-family: var(--global-font-family);
|
|
display: block;
|
|
margin-top: 2px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.wall-item-container .wall-item-content .type-link img.attachment-image, .type-link img.attachment-image, .type-video img.attachment-image {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
figure.img-allocated-height img {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
audio, canvas, progress, video {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.button-comments::after {
|
|
content: 'Comment';
|
|
text-decoration: none;
|
|
}
|
|
|
|
.button-announces::after {
|
|
content: 'Share';
|
|
text-decoration: none;
|
|
}
|
|
|
|
.button-votes::after {
|
|
content: 'Quote';
|
|
text-decoration: none;
|
|
}
|
|
|
|
.button-likes::after {
|
|
content: 'Like';
|
|
text-decoration: none;
|
|
}
|
|
|
|
[id^="dislike-"]::after{
|
|
content: 'Dislike';
|
|
text-decoration: none;
|
|
}
|
|
|
|
.wall-item-actions-right .dropdown-toggle::after {
|
|
content: 'More';
|
|
text-decoration: none;
|
|
}
|
|
|
|
.wall-item-response span {
|
|
text-align: center;
|
|
display: block;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.well {
|
|
background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
|
|
background-image: linear-gradient(to bottom,#444 0,#444 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
|
|
background-repeat: repeat-x;
|
|
border-color: #444;
|
|
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
|
|
box-shadow: inset 0 1px 3px rgb(68, 68, 68),0 1px 0 rgb(51, 51, 52);
|
|
}
|
|
|
|
.contact-photo,
|
|
.contact-photo-xs {
|
|
border-radius: 100% !important;
|
|
border: 1px solid var(--border-color) !important;
|
|
}
|
|
|
|
.hover-card-pic img.thumbnail {
|
|
border-radius: 100% !important;
|
|
}
|
|
|
|
#vcard-short-photo-wrapper img, #nav-short-info .contact-wrapper img {
|
|
border-radius: 50px;
|
|
}
|
|
|
|
section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapper, .help-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .delegation-content-wrapper, .notes-content-wrapper, .message-content-wrapper, .apps-content-wrapper, #adminpage, .delegate-content-wrapper, .uexport-content-wrapper, .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper, .nocircle-content-wrapper, .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper, .fsuggest-content-wrapper {
|
|
border-radius: 10px;
|
|
box-shadow: 0 0 1px rgba(255,255,255,.1) !important;
|
|
background-color: rgb(51,51,51);
|
|
color: #b0b3b8;
|
|
}
|
|
|
|
.contact-entry-desc {
|
|
color: #b0b3b8;
|
|
}
|
|
|
|
.mail-list-outside-wrapper .contact-photo-wrapper img {
|
|
height: 70px;
|
|
width: 70px;
|
|
border-radius: 50%;
|
|
border-bottom: 1px solid rgb(77, 77, 77);
|
|
}
|
|
|
|
.mail-list-outside-wrapper {
|
|
border-bottom: 1px solid rgb(77, 77, 77);
|
|
}
|
|
|
|
.mail-conv-wrapper .media .contact-photo-wrapper img {
|
|
height: 48px;
|
|
width: 48px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
p.wall-item-announce,
|
|
.media .time, .media .shared-time,
|
|
.media .delivery, .media .location,
|
|
.media .location a {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
.media .media-body h4.media-heading {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #8e8787;
|
|
}
|
|
|
|
.type-link, .type-video {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
background-color: rgb(51, 51, 52) !important;
|
|
border: 1px solid rgb(83, 81, 81) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.type-link h4, .type-link blockquote, .type-link sup,
|
|
.type-video h4, .type-video blockquote, .type-video sup {
|
|
padding-left: 10px !important;
|
|
padding-right: 10px !important;
|
|
}
|
|
|
|
#upload-photo {
|
|
background-color: #0866FF !important;
|
|
color: white !important;
|
|
border-radius: 8px !important;
|
|
}
|
|
|
|
.hovercard {
|
|
background-color: #252728 !important;
|
|
border: 1px solid #1C1C1D !important;
|
|
}
|
|
.hover-card-pic img.thumbnail {
|
|
border-radius: 100% !important;
|
|
background-color: #1C1C1D !important;
|
|
border-color: black !important;
|
|
}
|
|
p.wall-item-announce,
|
|
.media .time, .media .shared-time,
|
|
.media .delivery, .media .location,
|
|
.media .location a {
|
|
font-size: 13px !important;
|
|
}
|
|
.type-link, .type-video {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
background-color: rgb(51, 51, 52) !important;
|
|
border: 1px solid rgb(101, 104, 108) !important;
|
|
}
|
|
.type-link h4, .type-link blockquote, .type-link sup,
|
|
.type-video h4, .type-video blockquote, .type-video sup {
|
|
padding-left: 10px !important;
|
|
padding-right: 10px !important;
|
|
}
|
|
|
|
#upload-photo:hover,
|
|
#upload-photo:focus {
|
|
background-color: darkblue !important;
|
|
}
|
|
/* hide attach file option since there is no way to manage attachments */
|
|
.fbswitcher [data-mode="attachment"] {
|
|
display: none !important;
|
|
}
|
|
|
|
#profile-photo-wrapper {
|
|
overflow: visible !important;
|
|
padding: 5px;
|
|
background-color: var(--nav-bg);
|
|
border-radius: 100%;
|
|
}
|
|
|
|
aside .vcard img.u-photo, aside img.vcard-photo {
|
|
border-radius: 100% !important;
|
|
box-shadow: 0 0 1px rgba(0,0,0,.3);
|
|
border: 3px solid white;
|
|
}
|
|
|
|
aside .widget h3.p-name {
|
|
font-size: 32px !important;
|
|
text-align: center;
|
|
word-break: break-word;
|
|
}
|
|
|
|
aside .vcard .p-addr {
|
|
font-weight: 600;
|
|
text-align: center;
|
|
white-space: break-spaces !important;
|
|
}
|
|
|
|
aside .widget li.selected {
|
|
background-color: var(--menu-background-hover-color) !important;
|
|
border-color: transparent !important;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
aside .widget li.selected a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
aside .widget li:hover {
|
|
background-color: var(--nav-bg) !important;
|
|
border-color: transparent !important;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
aside hr, section hr {
|
|
border-color: rgb(83, 81, 81);
|
|
}
|
|
|
|
#widget-contacts {
|
|
background-color: var(--nav-bg) !important;
|
|
border-radius: 8px !important;
|
|
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) !important;
|
|
}
|
|
|
|
.contact-block-img {
|
|
height: 100px !important;
|
|
width: 100px !important;
|
|
border-radius: 8px !important;
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, .2);
|
|
margin: 5px;
|
|
}
|
|
|
|
.contact-block-img {
|
|
height: 65px !important;
|
|
width: 65px !important;
|
|
border-radius: 50px !important;
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, .2);
|
|
margin: 5px;
|
|
}
|
|
|
|
.comment-fake-form {
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.comment-fake-form textarea {
|
|
border-radius: 50px !important;
|
|
border-radius: 50px !important;
|
|
background-color: rgb(51, 51, 52) !important;
|
|
box-shadow: none !important;
|
|
-webkit-box-shadow: none !important;
|
|
}
|
|
|
|
.wall-item-actions button {
|
|
font-size: 20px !important;
|
|
color: #B0B3B8 !important;
|
|
}
|
|
|
|
.wall-item-actions button:hover {
|
|
color: #0866FF !important;
|
|
}
|
|
|
|
.wall-item-actions .checkbox {
|
|
padding-top: 6px !important;
|
|
}
|
|
|
|
.comment .media-body {
|
|
padding: 10px;
|
|
background-color: rgb(51, 51, 52);
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.photo-album-actions .icon-padding,
|
|
.photo-edit-link-wrap .icon-padding {
|
|
margin-left: 10px !important;
|
|
}
|
|
|
|
.photos-upload-link {
|
|
font-size: 28px;
|
|
color: #0866FF !important;
|
|
opacity: 1 !important;
|
|
border-radius: 8px;
|
|
padding: 0px 8px;
|
|
}
|
|
|
|
#photo-album-link {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.photos-upload-link i,
|
|
#photo-album-link i,
|
|
#photo-edit-link i,
|
|
#photo-toprofile-link i,
|
|
#album-edit-link i,
|
|
#album-drop-link i,
|
|
.photos-order-link i {
|
|
font-size: 24px !important;
|
|
color: #0866FF !important;
|
|
opacity: 1 !important;
|
|
border-radius: 100% !important;
|
|
padding: 8px 11px !important;
|
|
height: 40px;
|
|
width: 40px;
|
|
}
|
|
|
|
#photo-edit-link i.fa-image {
|
|
padding: 6px 7px !important;
|
|
}
|
|
|
|
.photos-order-link {
|
|
margin-top: 5px !important;
|
|
}
|
|
|
|
.photos-upload-link:hover i,
|
|
.photos-upload-link:focus i,
|
|
#photo-album-link:hover i,
|
|
#photo-album-link:focus i,
|
|
#photo-edit-link:hover i,
|
|
#photo-toprofile-link:hover i,
|
|
#photo-toprofile-link:focus i,
|
|
#album-edit-link:hover i,
|
|
#album-edit-link:focus i,
|
|
#album-drop-link:hover i,
|
|
#album-drop-link:focus i,
|
|
.photos-order-link:hover i,
|
|
.photos-upload-link:hover i,
|
|
.photos-upload-link:focus i {
|
|
background-color: rgba(255,255,255,.1) !important;
|
|
}
|
|
|
|
.photos-content-wrapper .photos-upload-link::before {
|
|
content: 'Add Photos';
|
|
font-size: 15px;
|
|
vertical-align: middle;
|
|
margin-top: -10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
#photo-photo {
|
|
margin: 0 auto !important;
|
|
}
|
|
|
|
.img-allocated-max-width {
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.wall-item-actions-row .wall-item-emoji {
|
|
font-size: 18px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.navicon {
|
|
font-size: 20px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
.img-allocated-max-width {
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.fc .fc-month-view .fc-content .fc-title .item-desc {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.breadcrumb {
|
|
background-color: #333;
|
|
}
|
|
|
|
.table-striped > tbody > tr:nth-of-type(2n+1) {
|
|
background-color: #464646;
|
|
}
|
|
|
|
@media screen and (max-width: 1280px) {
|
|
#search-box {
|
|
width: 18% !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 991px){
|
|
#search-box {
|
|
left: 15%;
|
|
}
|
|
#jotOpen::before {
|
|
content: '';
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 768px){
|
|
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
|
position: fixed !important;
|
|
left: 15%;
|
|
}
|
|
#search-mobile {
|
|
top: 110px !important;
|
|
}
|
|
}
|
|
|
|
/* Modal Styles */
|
|
.modal {
|
|
background-color: rgba(37, 39, 40, 0.5);
|
|
color: #B0B3B8;
|
|
border: 1px solid #333;
|
|
border-radius: 10px;
|
|
color: #B0B3B8;;
|
|
}
|
|
|
|
.modal-header {
|
|
background-color: #393939;
|
|
color: #B0B3B8;
|
|
border-bottom: 1px solid #333;
|
|
border-top-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
}
|
|
|
|
.modal-footer {
|
|
background-color: #252728;
|
|
color: #B0B3B8;
|
|
border-top: 1px solid #333;
|
|
border-bottom-left-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
|
|
.modal-content {
|
|
background-color: #333;
|
|
border: 1px solid rgb(71, 71, 72);
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.close {
|
|
color: #fff;
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
}
|
|
|
|
#jot-modal .modal-header a, #jot-modal .modal-header .btn-link, #profile-jot-submit-wrapper a, #profile-jot-submit-wrapper .btn-link {
|
|
color: #d2d2d2;
|
|
}
|
|
|
|
main .nav-tabs > li.active > a, main .nav-tabs > li.active > a:focus, main .nav-tabs > li.active > a:hover {
|
|
background-color: rgb(8, 102, 255);
|
|
}
|
|
|
|
.nav-tabs > li > a {
|
|
border: 1px solid #606060;
|
|
border-radius: 2px 2px 0 0;
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
}
|
|
|
|
/* Composer Styles */
|
|
.composer {
|
|
background-color: #252728;
|
|
color: #B0B3B8;
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
.composer-header {
|
|
background-color: #252728;
|
|
color: #B0B3B8;
|
|
border-bottom: 1px solid #333;
|
|
}
|
|
|
|
.composer-footer {
|
|
background-color: #252728;
|
|
color: #B0B3B8;
|
|
border-top: 1px solid #333;
|
|
}
|