Compare commits

...
This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.

14 Commits

Author SHA1 Message Date
harukin
038392e4bc Update theme.php 2022-09-02 18:56:47 +00:00
harukin
b3f10ae9a5 Merge branch 'revert-3eeb0a14' into 'develop'
Revert "ナビバーのカラー要素修正"

See merge request harukin/hubzillatheme!25
2019-10-14 01:53:11 +09:00
harukin
5397032f8e Revert "ナビバーのカラー要素修正"
This reverts commit 3eeb0a14f3
2019-10-14 01:52:45 +09:00
harukin
3eeb0a14f3 ナビバーのカラー要素修正 2019-10-07 21:33:52 +09:00
harukin
14d3c2d36a やりすぎだったか.... 2019-09-19 23:00:00 +09:00
harukin
c5b0757e27 iPhoneはこれでも不足なのかよ.... 2019-09-19 22:28:56 +09:00
harukin
c58d5bdba0 再修正 2019-09-19 19:23:59 +09:00
harukin
8270b66e92 こうかな? 2019-09-19 07:47:28 +09:00
harukin
4e5973c6f1 css判定条件修正 2019-09-19 07:45:33 +09:00
harukin
a083c18bf0 ボタンを圧縮してiPhone等小型スマホへの最適化 2019-09-19 07:40:29 +09:00
harukin
0096d499e5 アコーディオンメニュークリック範囲編集 2019-09-10 22:51:29 +09:00
harukin
faa042f91b アコーディオンメニューのデザイン調整 2019-09-10 22:29:02 +09:00
harukin
18178d0cc3 カード影の編集 2019-09-10 14:44:05 +09:00
harukin
447eab827a サイドバー改善 2019-09-10 01:00:19 +09:00
5 changed files with 28 additions and 16 deletions

View File

@ -1854,15 +1854,11 @@ dl.bb-dl > dd > li {
}
.toplevel_item,
#notifications,
#profile-jot-wrapper {
box-shadow: 0px 0px 1px 1px rgba(75, 75, 75, 0.1);
transition: all 300ms 0s;
}
.toplevel_item:hover,
#notifications:hover,
#profile-jot-wrapper:hover {
box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.5);
#profile-jot-wrapper
.toplevel_item, #notifications, #profile-jot-wrapper, .toplevel_item:hover, #notifications:hover, #profile-jot-wrapper:hover, .panel {
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.dropdown-menu {
filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48));
}
@ -1911,7 +1907,6 @@ dl.bb-dl > dd > li {
#user_menu > ul > li {
font-size: 1.2em;
position: relative;
left: -40px;
transition: all 300ms 0s;
}
.region_1-on #user_menu > ul > iframe {
@ -1924,7 +1919,6 @@ dl.bb-dl > dd > li {
}
#user_menu > ul > li > a {
display: flex;
margin-left: 40px;
margin-top: 7px;
color: #757575;
}
@ -1933,11 +1927,14 @@ dl.bb-dl > dd > li {
}
#user_menu > ul > li > a > i {
font-size: 130%;
margin: 0 20px 0px -20px;
margin-right: 20px;
}
#user_menu > ul > li > a > p {
margin-bottom: 0.5rem;
}
.sub p{
font-size: 1rem;
}
a[title*="harukin@plus.haruk.in"] {
color: rgb(170, 2, 2);
@ -2212,7 +2209,9 @@ nav .navbar-nav > .text-truncate {
display: none;
}
}
#profile-jot-submit-left > div:first-of-type{
width: 130px;
}
@media screen and (min-width: 450px) {
nav .navbar-nav > .text-truncate {
font-size: unset;
@ -2225,6 +2224,9 @@ nav .navbar-nav > .text-truncate {
/*カスタマイズ*/
min-width: 0;
}
#profile-jot-submit-left > div:first-of-type{
width: unset;
}
}
@media screen and (min-width: 993px) {
.region_3-on {
@ -2284,3 +2286,13 @@ nav .navbar-nav > .text-truncate {
position: absolute;
left: -215px;
}
.panel{
border-bottom: darkgray solid 1px;
}
.collapse{
background-color: whitesmoke;
}
.panel > div > h3 > a{
padding-right: 100vw;
text-decoration: none;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -5,7 +5,7 @@
* * Description: Hubzilla to Google+ theme
* * Version: 1.0
* * MinVersion: 2.3.1
* * MaxVersion: 6.0
* * MaxVersion: 9.0
* * Author: harukin
* * Maintainer: harukin
*/

View File

@ -50,19 +50,19 @@
</a>
</li>
<li class="nav-item user_details">
<li class="nav-item user_details sub" style="border-top: solid 1px darkgray;">
<a class="nav-link" href="settings">
<p>設定</p>
</a>
</li>
<li class="nav-item user_details">
<li class="nav-item user_details sub">
<a class="nav-link" href="help">
<p>ヘルプ</p>
</a>
</li>
<li class="nav-item user_details">
<li class="nav-item user_details sub" >
<a class="nav-link" href="help/TermsOfService">
<p>利用規約</p>
</a>