Add files via upload

This commit is contained in:
loma-one 2025-01-18 17:28:37 +01:00 committed by GitHub
parent 973ad30ecb
commit 43238f788a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 80 additions and 78 deletions

View file

@ -21,10 +21,10 @@
} }
body { body {
background-color: #f2f4f7 !important; background-color: #f2f4f7 !important;
font-size: 15px !important; font-size: 15px !important;
padding-top: 125px !important; padding-top: 125px !important;
font-family: var(--global-font-family); 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 { #topbar-first .nav > li > a, #topbar-first .nav > li > button, nav.navbar .nav > li > a, nav.navbar .nav > li > button {
@ -38,16 +38,21 @@ body {
color: #65686c !important; color: #65686c !important;
} }
#topbar-first .topbar-nav .dropdown-menu {
width: 350px;
margin-left: -300px;
}
#topbar-first .topbar-nav .nav-segment { #topbar-first .topbar-nav .nav-segment {
margin-right: 10px; margin-right: 10px;
} }
#topbar-first #nav-notifications-menu li.notif-entry .media-object a img { #topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
max-height: 400px; max-height: 400px;
border-radius: 10px; border-radius: 10px;
height: 45px; height: 45px;
width: 45px; width: 45px;
border-radius: 50px; border-radius: 50px;
} }
#topbar-first .nav > li > a:hover:not(.selected), #topbar-first .nav > li > a:hover:not(.selected),
@ -75,12 +80,12 @@ nav.navbar .nav > li > button:focus {
} }
.topbar { .topbar {
position: fixed; position: fixed;
display: block; display: block;
height: 50px; height: 50px;
width: 100%; width: 100%;
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
} }
ul.tabs li { ul.tabs li {
@ -107,9 +112,9 @@ header #banner {
} }
header #banner #logo-img, .navbar-brand #logo-img { header #banner #logo-img, .navbar-brand #logo-img {
background-color: #0866FF !important; background-color: #0866FF !important;
height: 38px !important; height: 38px !important;
width: 38px !important; width: 38px !important;
} }
.topbar ul.nav { .topbar ul.nav {
@ -150,34 +155,34 @@ header #banner #logo-img, .navbar-brand #logo-img {
} }
.form-control { .form-control {
border-radius: 10px; border-radius: 10px;
resize: vertical; resize: vertical;
} }
.media-list > li { .media-list > li {
font-size: 15px; font-size: 15px;
} }
.pagination .pager_next a, .pagination .pager_prev a { .pagination .pager_next a, .pagination .pager_prev a {
border-top-left-radius: 10px; border-top-left-radius: 10px;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
border-top-right-radius: 10px; border-top-right-radius: 10px;
border-bottom-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 { .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; background-color: #0866ff;
border-color: #0866ff; border-color: #0866ff;
border-radius: 10px; border-radius: 10px;
} }
.pagination li.pager_n a { .pagination li.pager_n a {
border-radius: 10px; 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 { .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-left-radius: 10px;
border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
} }
#search-box .form-control.form-search { #search-box .form-control.form-search {
@ -209,6 +214,13 @@ header #banner #logo-img, .navbar-brand #logo-img {
background-color: #fff !important; background-color: #fff !important;
} }
.dropdown-menu {
font-size: 14px;
text-align: left;
list-style: none;
border-radius: 10px;
}
.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 { .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: var(--font-color) !important; color: var(--font-color) !important;
border-color: #0866ff61 !important border-color: #0866ff61 !important
@ -231,7 +243,7 @@ header #banner #logo-img, .navbar-brand #logo-img {
} }
#topbar-second { #topbar-second {
height: 60px !important; height: 57px !important;
top: 50px; top: 50px;
background-color: #fff; background-color: #fff;
z-index: 1029; z-index: 1029;
@ -247,8 +259,8 @@ header #banner #logo-img, .navbar-brand #logo-img {
} }
.btn.btn-primary { .btn.btn-primary {
background: #0866ff; background: #0866ff;
color: #e6e9ec; color: #e6e9ec;
} }
.btn.btn-primary:hover, .btn.btn-primary:hover,
@ -271,7 +283,7 @@ header #banner #logo-img, .navbar-brand #logo-img {
} }
#jotOpen { #jotOpen {
border-radius: 8px !important; border-radius: 20px !important;
background-color: #0866FF !important; background-color: #0866FF !important;
color: #ffffff !important; color: #ffffff !important;
} }
@ -283,7 +295,7 @@ header #banner #logo-img, .navbar-brand #logo-img {
#jotOpen::before { #jotOpen::before {
content: 'New Post'; content: 'New Post';
font-size: 15px; font-size: 15px;
margin-right: 10px; margin-right: 20px;
line-height: 32px; line-height: 32px;
position: relative; position: relative;
display: inline; display: inline;
@ -301,19 +313,9 @@ header #banner #logo-img, .navbar-brand #logo-img {
} }
#back-to-top { #back-to-top {
display: none; color: #d6d7d6;
cursor: pointer; border-radius: 10px;
color: #d6d7d6; background-color: #7d7d7d;
position: fixed;
z-index: 49;
right: 20px;
bottom: 20px;
opacity: 1;
font-size: 2.9em;
padding: 0 12px 0 12px;
border-radius: 10px;
background-color: #7d7d7d;
line-height: 1.5;
} }
.dropzone, .dropzone .dz-default * { .dropzone, .dropzone .dz-default * {
@ -325,18 +327,18 @@ header #banner #logo-img, .navbar-brand #logo-img {
} }
.dropzone.dz-clickable { .dropzone.dz-clickable {
cursor: pointer; cursor: pointer;
border-radius: 10px; border-radius: 10px;
border-top-left-radius: 10px; border-top-left-radius: 10px;
border-top-right-radius: 10px; border-top-right-radius: 10px;
border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
background-color: #f5f6f9; background-color: #f5f6f9;
margin-bottom: 10px; margin-bottom: 10px;
} }
.dropzone:not(textarea) { .dropzone:not(textarea) {
border: 1px solid rgb(238, 238, 238); border: 1px solid rgb(238, 238, 238);
} }
aside .widget, aside .widget,
@ -358,19 +360,19 @@ aside .widget,
} }
.wall-item-container { .wall-item-container {
border-top: 1px solid rgb(238, 238, 238); border-top: 1px solid rgb(238, 238, 238);
} }
.well { .well {
background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%); background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
background-image: -o-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: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
background-image: linear-gradient(to bottom,#fff 0,#fff 100%); background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #eee; border-color: #eee;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1); -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 rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
} }
.contact-photo, .contact-photo,
@ -384,17 +386,17 @@ aside .widget,
} }
#vcard-short-photo-wrapper img, #nav-short-info .contact-wrapper img { #vcard-short-photo-wrapper img, #nav-short-info .contact-wrapper img {
border-radius: 50px; 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 { 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; border-radius: 10px;
box-shadow: 0 0px 1px rgba(0,0,0,.5) !important; box-shadow: 0 0px 1px rgba(0,0,0,.5) !important;
} }
.mail-list-outside-wrapper .contact-photo-wrapper img { .mail-list-outside-wrapper .contact-photo-wrapper img {
height: 70px; height: 70px;
width: 70px; width: 70px;
} }
p.wall-item-announce, p.wall-item-announce,
@ -517,7 +519,7 @@ aside .widget li:hover {
} }
.fc .fc-month-view .fc-content .fc-title .item-desc { .fc .fc-month-view .fc-content .fc-title .item-desc {
font-size: 15px; font-size: 15px;
} }
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {
@ -578,13 +580,13 @@ aside .widget li:hover {
} }
.composer-header { .composer-header {
background-color: #f2f4f7; /* Hintergrundfarbe des Composer-Headers */ background-color: #f2f4f7;
color: #65686C; /* Textfarbe im Composer-Header */ color: #65686C;
border-bottom: 1px solid #eee; /* Untere Rahmenfarbe des Composer-Headers */ border-bottom: 1px solid #eee;
} }
.composer-footer { .composer-footer {
background-color: #f2f4f7; /* Hintergrundfarbe des Composer-Footers */ background-color: #f2f4f7;
color: #65686C; /* Textfarbe im Composer-Footer */ color: #65686C;
border-top: 1px solid #eee; /* Obere Rahmenfarbe des Composer-Footers */ border-top: 1px solid #eee;
} }

View file

@ -7,7 +7,7 @@
* *
* Name: loma hell * Name: loma hell
* Licence: AGPL * Licence: AGPL
* Author: Kristi H. @kmh@friendica.world> feb @feb@loma.ml> * Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, contentbg_transp * Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, contentbg_transp
* Accented: No * Accented: No
*/ */
@ -26,5 +26,5 @@ $menu_background_hover_color = '#8080801a'; // rgba(128,128,128,.1)
$font_color = '#313131'; $font_color = '#313131';
$font_color_darker = '#333'; $font_color_darker = '#333';
$border_color = '#eee'; $border_color = '#eee';
?>