晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。   林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。   见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝)   既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。   南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。 .
Prv8 Shell
Server : Apache
System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64
User : rainic ( 1014)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/stando/www/wp-content/plugins/wpmudev-updates/assets/src/scss/widget-ui/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/stando/www/wp-content/plugins/wpmudev-updates/assets/src/scss/widget-ui/_notifications.scss
@include body-class(true, $widget-prefix) {

	.wpmudui-notice,
	.wpmudui-notice-top {
		p {

			&:first-of-type {
				@include icon( before, info );
	
				&:before {
					position: absolute;
					color: $notice-default-icon-color;
					font-size: 16px;
				}
			}
		}

		// NOTICE info
		&.wpmudui-notice-info {
			border-left: 2px solid $info;

			p:first-of-type {
				
				&:before {
					color: $notice-info-icon-color;
				}
			}
		}

		// NOTICE success
		&.wpmudui-notice-success {
			border-left: 2px solid $success;
			
			p:first-of-type {
				@include icon(before, check-tick, false);
				
				&:before {
					color: $notice-success-icon-color;
				}
			}
		}

		// NOTICE warning
		&.wpmudui-notice-warning {
			border-left: 2px solid $warning;
			
			p:first-of-type {
				@include icon(before, warning-alert, false);

				&:before {
					color: $notice-warning-icon-color;
				}
			}
		}

		// NOTICE error
		&.wpmudui-notice-error {
			border-left: 2px solid $error;

			p:first-of-type {
				@include icon(before, warning-alert, false);

				&:before {
					color: $notice-error-icon-color;
				}
			}
		}
	}

	.wpmudui-notice {
		position: relative;
		display: block;
		margin: 30px 0;
		border: 1px solid #E6E6E6;
		border-left: 2px solid #888;
		border-radius: $border-radius;
		padding: 15px 20px 15px 50px;
		background-color: $notice-default-bg-color;

		p {
			margin: 30px/2 0;
			font: 400 13px/22px $font;
			letter-spacing: -0.25px;

			&:first-child,
			&:first-of-type {
				margin-top: 0;
			}

			&:last-child,
			&:last-of-type {
				margin-bottom: 0;
			}

			&:first-of-type:before {
				top: 18px;
				left: 22px;
			}
		}

		&, p {
			color: palette( gray, dark );

			strong {
				font-weight: 500;
			}
		}

		.wpmudui-notice-dismiss {
			display: block;
			margin: 6px 0 -5px;
			a {
				margin-left: -10px;
				padding: 5px 10px;
				color: palette( gray, light );
				font-size: 12px;
				font-weight: 500;
				text-transform: uppercase;
				text-decoration: none;

				&:hover, &:active {
					color: palette( gray, dark );
				}
			}
		}

		&:first-child {
			margin-top: 0;
		}

		&:last-child {
			margin-bottom: 0;
		}

		&.wpmudui-notice-icon-tick {

			p:first-of-type {
				@include icon(before, check-tick, false);
			}
		}

		.wpmudui-notice-buttons {
			margin-top: 5px;
		}

		&.wpmudui-no-notice-icon {
			padding: 15px 20px;

			p:first-of-type:before {
				content: none;
				margin: 0;
				padding: 0;
			}

			.wpmudui-notice-buttons {
				margin-left: 0;
			}
		}
	}

	.wpmudui-notice-top {
		width: 100%;
		max-width: 600px;
		display: block;
		position: fixed;
		z-index: 99999;
		top: 17px;
		left: 50%;
		margin: 0;
		margin-left: 80px;
		border-radius: $border-radius;
		border-left: 2px solid $notice-default-icon-color;
		padding: 15px 20px 15px 50px;
		background-color: $white;
		box-shadow: rgba(0,0,0,0.15) 0 5px 25px 0;
		transform: translateX(-50%);

		.wpmudui-notice-content {
			position: relative;
		}

		p {
			position: relative;
			margin: 30px/2 10px 30px/2 0;
			color: palette( gray );
			font: 400 13px/22px $font;
			letter-spacing: -0.19px;

			&:first-of-type:before {
				top: 2px;
				left: -28px;
			}

			strong {
				color: palette( gray, dark );
				font-weight: 500;
			}

			&:first-child,
			&:first-of-type {
				margin-top: 0;
			}

			&:last-child,
			&:last-of-type {
				margin-bottom: 0;
			}
		}

		&.wpmudui-can-dismiss {
			display: flex;
			
			.wpmudui-notice-content {
				flex: 1;
				align-self: center;
			}

			.wpmudui-notice-dismiss {
				display: flex;
				flex-direction: column;
				flex: 0 0 60px;
				margin: -#{30px/2} -20px -#{30px/2} 0;
				
				a {
					display: flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;
					flex: 1 1 auto;
					border-radius: 0 #{$border-radius} #{$border-radius} 0;
					background-color: palette( silver, light );
					color: palette( gray, light );
					font: 500 11px/13px $font;
					text-transform: uppercase;
					text-align: center;
					transition: 0.3s ease;

					&:before {
						color: palette( gray, light );
						font-size: 13px;
					}

					&:hover, &:active {
						background-color: palette( silver, soft );
					}
				}
			}
		}

		@media (max-width: 782px) {
			width: 90%;
			top: 23px;
			margin-left: 0;
		}
	}

	.wpmudui-notice-floating {
		@extend .wpmudui-notice-top;
		width: auto;
		display: flex;
		padding: 11px 20px 12px 50px;

		p {
			margin: 15px 20px 15px 0;
		}

		.wpmudui-notice-content {
			flex: 1;
			align-self: center;
		}

		.wpmudui-notice-buttons {
			display: flex;
			flex-direction: column;
		}

	}

	&.wp-admin.folded {

		.wpmudui-notice-top {
			margin-left: 18px;

			@media (max-width: 782px) {
				margin-left: 0;
			}
		}
	}
}

haha - 2025