pager.css
Same filename in this branch
- 9 core/profiles/demo_umami/themes/umami/css/classy/components/pager.css
- 9 core/themes/olivero/css/components/pager.css
- 9 core/themes/seven/css/components/pager.css
- 9 core/themes/seven/css/classy/components/pager.css
- 9 core/themes/bartik/css/components/pager.css
- 9 core/themes/bartik/css/classy/components/pager.css
- 9 core/themes/starterkit_theme/css/components/pager.css
- 9 core/themes/classy/css/components/pager.css
Same filename in other branches
- 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/pager.css
- 8.9.x core/themes/seven/css/components/pager.css
- 8.9.x core/themes/seven/css/classy/components/pager.css
- 8.9.x core/themes/claro/css/components/pager.css
- 8.9.x core/themes/bartik/css/components/pager.css
- 8.9.x core/themes/bartik/css/classy/components/pager.css
- 8.9.x core/themes/classy/css/components/pager.css
- 10 core/profiles/demo_umami/themes/umami/css/classy/components/pager.css
- 10 core/themes/olivero/css/components/pager.css
- 10 core/themes/claro/css/components/pager.css
- 10 core/themes/starterkit_theme/css/components/pager.css
- 11.x core/profiles/demo_umami/themes/umami/css/classy/components/pager.css
- 11.x core/themes/olivero/css/components/pager.css
- 11.x core/themes/claro/css/components/pager.css
- 11.x core/themes/starterkit_theme/css/components/pager.css
Styles for Claro's Pagination.
File
-
core/
themes/ claro/ css/ components/ pager.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Styles for Claro's Pagination.
- */
-
- :root {
- /**
- * Pager.
- */
- /* --space-m × 2 */
- /* 2px */
- }
-
- .pager {
- margin-top: 1rem;
- margin-bottom: 1rem;
- }
-
- .pager__items {
- display: flex;
- flex-wrap: wrap;
- align-items: flex-end;
- justify-content: center;
- margin: 1rem 0; /* LTR */
- list-style: none;
- text-align: center;
- font-weight: bold;
- }
-
- [dir="rtl"] .pager__items {
- margin: 1rem 0;
- }
-
- .pager__item {
- display: inline-block;
- margin-right: 0.25rem;
- margin-left: 0.25rem;
- vertical-align: top;
- }
-
- .pager__link,
- .pager__item--current {
- display: flex;
- align-items: center;
- justify-content: center;
- box-sizing: border-box;
- min-width: 2rem;
- height: 2rem;
- padding-right: 0.5rem;
- padding-left: 0.5rem;
- text-decoration: none;
- color: #55565b;
- border-radius: 1rem; /* Pager size ÷ 2 */
- background: #fff; /* Make sure that the text is visible on dark background. */
- line-height: 1;
- }
-
- .pager__link:hover,
- .pager__link:focus,
- .pager__link:active {
- text-decoration: none;
- }
-
- .pager__link:hover,
- .pager__link.is-active:hover {
- color: #55565b;
- background: #e5edff;
- }
-
- .pager__link--action-link {
- border-radius: 0.125rem;
- }
-
- /* Active number link. */
-
- .pager__link.is-active,
- .pager__item--current {
- color: #fff;
- border: 0.125rem solid transparent;
- background: #003ecc;
- }
-
- .pager__item--first .pager__link::before {
- background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2v12M14 2L8 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- }
-
- .pager__item--previous .pager__link::before {
- background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- }
-
- .pager__item--next .pager__link::after {
- background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- }
-
- .pager__item--last .pager__link::after {
- background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 14V2M2 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- }
-
- .pager__item--first .pager__link::before,
- .pager__item--previous .pager__link::before,
- .pager__item--next .pager__link::after,
- .pager__item--last .pager__link::after {
- position: relative;
- display: inline-block;
- width: 1rem;
- height: 1rem;
- content: "";
- background-repeat: no-repeat;
- background-position: center;
- }
-
- @media (forced-colors: active) {
- .pager__item--first .pager__link::before {
- -webkit-mask-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2v12M14 2L8 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- mask-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2v12M14 2L8 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- }
- .pager__item--previous .pager__link::before {
- -webkit-mask-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- mask-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- }
- .pager__item--next .pager__link::after {
- -webkit-mask-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- mask-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- }
- .pager__item--last .pager__link::after {
- -webkit-mask-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 14V2M2 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- mask-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 14V2M2 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
- }
- .pager__item--first .pager__link::before,
- .pager__item--previous .pager__link::before,
- .pager__item--next .pager__link::after,
- .pager__item--last .pager__link::after {
- background-color: linktext;
- background-image: none;
- -webkit-mask-repeat: no-repeat;
- mask-repeat: no-repeat;
- -webkit-mask-position: center;
- mask-position: center;
- }
- }
-
- [dir="rtl"] .pager__item--first .pager__link::before,
- [dir="rtl"] .pager__item--previous .pager__link::before,
- [dir="rtl"] .pager__item--next .pager__link::after,
- [dir="rtl"] .pager__item--last .pager__link::after {
- transform: scaleX(-1);
- }
-
- .pager__item--mini {
- margin-right: 0.5rem;
- margin-left: 0.5rem;
- }
-
- .pager__link--mini {
- border-radius: 50%;
- }
-
- /**
- * On the mini pager, remove margins for the previous and next icons.
- * Margins are not needed here as there is no accompanying text.
- */
-
- .pager__link--mini::before {
- margin-right: 0;
- margin-left: 0;
- }
-
- .pager__item-title--backwards {
- margin-left: 0.5rem; /* LTR */
- }
-
- [dir="rtl"] .pager__item-title--backwards {
- margin-right: 0.5rem;
- margin-left: 0;
- }
-
- .pager__item-title--forward {
- margin-right: 0.5rem; /* LTR */
- }
-
- [dir="rtl"] .pager__item-title--forward {
- margin-right: 0;
- margin-left: 0.5rem;
- }
-
- @media (-ms-high-contrast: active), (forced-colors: active) {
- .pager__item a:hover {
- text-decoration: underline;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.