diff options
| author | 2022-07-22 11:50:42 +0200 | |
|---|---|---|
| committer | 2022-07-22 11:50:42 +0200 | |
| commit | 4b4390d83a7031dab1983652bba31d738c767ea0 (patch) | |
| tree | e9d04072610878e0b99f879f1d26c5273b0a9dc2 /p/themes/Ansum | |
| parent | 0866fdaee85bc8530437436abe7f8536b8b0f4f0 (diff) | |
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
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_components.scss | 25 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 21 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 21 |
3 files changed, 2 insertions, 65 deletions
diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss index c7270b39e..0749f07f5 100644 --- a/p/themes/Ansum/_components.scss +++ b/p/themes/Ansum/_components.scss @@ -168,24 +168,9 @@ .pagination { background: variables.$grey-light; color: variables.$main-font-color; - font-size: 0.8em; - text-align: center; - - .item { - &.pager-current { - background: variables.$sid-bg; - color: variables.$grey-light; - font-size: 1.5em; - font-weight: bold; - } - a { - display: block; - color: variables.$main-font-color; - font-style: italic; - line-height: 3em; - text-decoration: none; - } + .item a { + color: variables.$main-font-color; } } @@ -194,12 +179,6 @@ background: url("loader.gif") center center no-repeat #34495e; } -.content .pagination { - margin: 0; - padding: 0; -} - - /*=== Boxes */ .box { background: variables.$white; diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index a8a33d7f0..9976ac825 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -340,25 +340,9 @@ form th { .pagination { background: #f5f0ec; color: #363330; - font-size: 0.8em; - text-align: center; -} -.pagination .item.pager-current { - background: #fbf9f6; - color: #f5f0ec; - font-size: 1.5em; - font-weight: bold; } .pagination .item a { - display: block; color: #363330; - font-style: italic; - line-height: 3em; - text-decoration: none; -} -.pagination .item a:hover { - background: #363330; - color: #f5f0ec; } #load_more.loading, @@ -366,11 +350,6 @@ form th { background: url("loader.gif") center center no-repeat #34495e; } -.content .pagination { - margin: 0; - padding: 0; -} - /*=== Boxes */ .box { background: #fff; diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 9f52a9985..3f974f9f7 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -340,25 +340,9 @@ form th { .pagination { background: #f5f0ec; color: #363330; - font-size: 0.8em; - text-align: center; -} -.pagination .item.pager-current { - background: #fbf9f6; - color: #f5f0ec; - font-size: 1.5em; - font-weight: bold; } .pagination .item a { - display: block; color: #363330; - font-style: italic; - line-height: 3em; - text-decoration: none; -} -.pagination .item a:hover { - background: #363330; - color: #f5f0ec; } #load_more.loading, @@ -366,11 +350,6 @@ form th { background: url("loader.gif") center center no-repeat #34495e; } -.content .pagination { - margin: 0; - padding: 0; -} - /*=== Boxes */ .box { background: #fff; |
