mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-08 20:58:52 +00:00
Add files via upload
This commit is contained in:
parent
45db1deacf
commit
4bc22d18c4
4 changed files with 26 additions and 6 deletions
|
@ -280,6 +280,14 @@ header #banner #logo-img,
|
|||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
#topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.notif-item img.notif-image {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#topbar-second {
|
||||
height: 60px !important;
|
||||
background-color: var(--nav-bg) !important;
|
||||
|
@ -849,7 +857,7 @@ aside .widget li:hover {
|
|||
line-height: 40px;
|
||||
}
|
||||
.navicon {
|
||||
font-size: 20px;
|
||||
font-size: 16px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*
|
||||
* Name: loma dunkel (dark) final
|
||||
* Name: loma dunkel (dark)
|
||||
* Licence: AGPL
|
||||
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
|
||||
|
|
|
@ -54,6 +54,14 @@ nav.navbar .nav > li > button{
|
|||
background-color: #f2f4f7;
|
||||
}
|
||||
|
||||
#topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.notif-item img.notif-image {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.fa-lg {
|
||||
font-size: 24px !important;
|
||||
}
|
||||
|
@ -212,6 +220,10 @@ width: 40px !important;
|
|||
min-width: 250px !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
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 {
|
||||
color: #65686C !important;
|
||||
border-color: white !important;
|
||||
|
@ -776,9 +788,9 @@ aside .widget li:hover {
|
|||
}
|
||||
|
||||
.navicon {
|
||||
font-size: 20px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
font-size: 16px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.contact-photo,
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*
|
||||
* Name: loma hell (ligh) final
|
||||
* Name: loma hell (ligh)
|
||||
* Licence: AGPL
|
||||
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
|
||||
|
|
Loading…
Add table
Reference in a new issue