diff options
| author | 2022-12-12 20:50:32 +0100 | |
|---|---|---|
| committer | 2022-12-12 20:50:32 +0100 | |
| commit | e072411bafc4d0177835c68d9cb12341540ce554 (patch) | |
| tree | 858aa396f1a0ad4c550f22052420754ec263ebf3 /p/themes/Nord | |
| parent | 695d6de362f74decd2df0186adb25f7eb8fe3184 (diff) | |
Improved: Header (#4927)
* all themes
* fix
Diffstat (limited to 'p/themes/Nord')
| -rw-r--r-- | p/themes/Nord/nord.css | 29 | ||||
| -rw-r--r-- | p/themes/Nord/nord.rtl.css | 29 |
2 files changed, 46 insertions, 12 deletions
diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css index 8ce9727a3..59d7e0aed 100644 --- a/p/themes/Nord/nord.css +++ b/p/themes/Nord/nord.css @@ -188,6 +188,25 @@ a.btn { opacity: .8; cursor: pointer; } + +.stick input { + margin: 0 5px 0 0; +} + +.stick .btn { + margin-top: 0; + margin-bottom: 0; +} + +.stick { + margin: 0 5px; +} + +.header .stick, +.header .btn { + margin: 0 +} + /*=== Navigation */ .nav-list .nav-header, .nav-list .item { @@ -425,16 +444,10 @@ img.favicon { /*===============*/ /*=== Header */ .header > .item { - padding: 10px; vertical-align: middle; text-align: center; } - -.header > .item.title { - width: 230px; -} - .header > .item.title h1 { margin: 0.5em 0; } @@ -455,6 +468,10 @@ img.favicon { filter: grayscale(100%) brightness(2.5); } +.header > .item.title a:hover .logo { + filter: grayscale(85%) brightness(2.5); +} + /*=== Body */ .aside { background-color: var(--accent-bg); diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css index f7b0c4a64..d3246ae55 100644 --- a/p/themes/Nord/nord.rtl.css +++ b/p/themes/Nord/nord.rtl.css @@ -188,6 +188,25 @@ a.btn { opacity: .8; cursor: pointer; } + +.stick input { + margin: 0 0 0 5px; +} + +.stick .btn { + margin-top: 0; + margin-bottom: 0; +} + +.stick { + margin: 0 5px; +} + +.header .stick, +.header .btn { + margin: 0 +} + /*=== Navigation */ .nav-list .nav-header, .nav-list .item { @@ -425,16 +444,10 @@ img.favicon { /*===============*/ /*=== Header */ .header > .item { - padding: 10px; vertical-align: middle; text-align: center; } - -.header > .item.title { - width: 230px; -} - .header > .item.title h1 { margin: 0.5em 0; } @@ -455,6 +468,10 @@ img.favicon { filter: grayscale(100%) brightness(2.5); } +.header > .item.title a:hover .logo { + filter: grayscale(85%) brightness(2.5); +} + /*=== Body */ .aside { background-color: var(--accent-bg); |
