Sha256: 779835dacd5a132b8ed47104fee4380b9cc8fa78f2423e5a07c74c156853c05c

Contents?: true

Size: 1.28 KB

Versions: 41

Compression:

Stored size: 1.28 KB

Contents

///
/// Editorial by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Pagination */

	ul.pagination {
		cursor: default;
		list-style: none;
		padding-left: 0;

		li {
			display: inline-block;
			padding-left: 0;
			vertical-align: middle;

			> .page {
				@include vendor('transition', (
					'background-color #{_duration(transition)} ease-in-out',
					'color #{_duration(transition)} ease-in-out'
				));
				border-bottom: 0;
				border-radius: _size(border-radius);
				display: inline-block;
				font-size: 0.8em;
				font-weight: _font(weight-bold);
				height: 2em;
				line-height: 2em;
				margin: 0 0.125em;
				min-width: 2em;
				padding: 0 0.5em;
				text-align: center;

				&.active {
					background-color: _palette(accent);
					color: _palette(bg) !important;

					&:hover {
						background-color: lighten(_palette(accent), 3);
					}

					&:active {
						background-color: darken(_palette(accent), 3);
					}
				}
			}

			&:first-child {
				padding-right: 0.75em;
			}

			&:last-child {
				padding-left: 0.75em;
			}
		}

		@include breakpoint('<=xsmall') {
			li {
				&:nth-child(n+2):nth-last-child(n+2) {
					display: none;
				}

				&:first-child {
					padding-right: 0;
				}
			}
		}
	}

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
jekyll-theme-html5up-editorial-0.1.1 _sass/components/_pagination.scss
jekyll-theme-html5up-editorial-0.1.0 _sass/components/_pagination.scss
jekyll-theme-consulting-0.7.2 _sass/components/_pagination.scss
jekyll-theme-consulting-0.7.1 _sass/components/_pagination.scss
jekyll-theme-consulting-0.7.0 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.12 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.11 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.10 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.9 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.8 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.7 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.6 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.5 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.4 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.3 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.2 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.1 _sass/components/_pagination.scss
jekyll-theme-consulting-0.6.0 _sass/components/_pagination.scss
jekyll-theme-consulting-0.5.0 _sass/components/_pagination.scss
jekyll-theme-consulting-0.4.6 _sass/components/_pagination.scss