From 4b4390d83a7031dab1983652bba31d738c767ea0 Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 22 Jul 2022 11:50:42 +0200 Subject: Cleanup CSS .pagination (#4455) * remove .pagination .item a:hover * remove .pagination .loading * Update swage.scss * .pagination .item a centralized to template.css * adark theme: mobile: border * remove text-align: center * remove .pager-current * remove .content .pagination * remove font-size * font-style: italic; in template.css * fix --- p/themes/Screwdriver/screwdriver.css | 11 ----------- p/themes/Screwdriver/screwdriver.rtl.css | 11 ----------- 2 files changed, 22 deletions(-) (limited to 'p/themes/Screwdriver') diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 1b8dc34ff..0edf73c63 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -467,22 +467,11 @@ a.btn { /*=== Pagination */ .pagination { background: #fafafa; - text-align: center; color: #333; - font-size: 0.8em; -} - -.pagination .item.pager-current { - font-weight: bold; - font-size: 1.5em; } .pagination .item a { - display: block; color: #333; - font-style: italic; - line-height: 3em; - text-decoration: none; } .pagination .item a:hover { diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 344b0e195..69850151b 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -467,22 +467,11 @@ a.btn { /*=== Pagination */ .pagination { background: #fafafa; - text-align: center; color: #333; - font-size: 0.8em; -} - -.pagination .item.pager-current { - font-weight: bold; - font-size: 1.5em; } .pagination .item a { - display: block; color: #333; - font-style: italic; - line-height: 3em; - text-decoration: none; } .pagination .item a:hover { -- cgit v1.2.3