diff options
| author | 2022-08-18 11:13:56 +0200 | |
|---|---|---|
| committer | 2022-08-18 11:13:56 +0200 | |
| commit | ea0d924985dc0c5aa089ed59c15282ea7e84c7a4 (patch) | |
| tree | c62134cf025c650a79392a2d99c04924c2ed10e0 /p/themes/base-theme/template.css | |
| parent | e27eb1ca9198119ea1b0bd79be5f1aead45d615a (diff) | |
Swage theme cleanup (#4493)
* some general.prompt styles now in template.css
* login button
* same layout for login and register form
* improve input and select
* legend with dark background instead grey
* fix config icon z-index
* remove unused code
* improve .prompt
* set header also on login and register page
* fix: show passwort button
* improve login button on login and register screen
* dropdown menu: smaller line height
* improve layout sidebar closer
* remove double code
* swage.css
* fix nits
* fix nits
* nits nits nits
* nits are all around us....
* better position of config button
* show header in mobile view + beauty the login button
* CSS files
* style the about FreshRSS link
* delete unused import.svg
* fix config sidebar padding
* fix position of user query button in mobile view
* improve config button in user query dropdown
* fix global view overlay
* fix close button aside bar in reader view
* generated CSS files
* Update swage.scss
* fix nav_menu icon color of unread and favorite
* improve search bar positioning in mobile view
* read-all dropdown menu opens to left side in mobile view
* restyle the new-article banner
* improve big read button
* make the header fixed while scrolling
* fix search input while scrolling
* improve config icons layout in .box
* fix scrollbar:hover in template.css
* improve article footer dropdowns
* swage.css
* Update main.js
* Update main.js
* fix (S)CSS
* config navigation improved
* left feed navigation: hover color added
* CSS files
* Update swage.scss
* New Article banner improved margin
* textarea: removed grey background
* remove unnecessary line
* Revert new-article banner layout
* Remove :hover in slider
* fix select height in sharing config
* Fix scrollbar for slider with white background
* fix: slider close button with theme color
* fixed scrollbar CSS
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index d640a2c9c..e5332f8a4 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -22,6 +22,15 @@ html, body { font-size: 100%; } +main.prompt { + margin: 3rem auto; + padding: 2rem; + max-width: 400px; + min-width: 300px; + width: 33%; + text-align: center; +} + /*=== Links */ a { text-decoration: none; @@ -64,6 +73,7 @@ p { p.help, .prompt p.help { margin: 5px 0 0.5em; + text-align: left; } p.help .icon { @@ -210,6 +220,15 @@ input[type="checkbox"] { min-height: 15px !important; } +.prompt textarea, +.prompt input, +.prompt select, +.prompt .stick { + margin: 5px auto; + width: 100%; + box-sizing: border-box; +} + .dropdown-menu label > input[type="text"] { width: 150px; width: calc(99% - 5em); @@ -746,6 +765,8 @@ input[type="checkbox"]:focus-visible { .box .box-content { padding: 8px 8px 8px 16px; display: block; + min-height: 2.5em; + max-height: 260px; overflow: auto; } @@ -835,7 +856,7 @@ li.drag-hover { } #sidebar:hover, - .scrollbar-thin { + .scrollbar-thin:hover { scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.05); } } |
