403Webshell
Server IP : 93.86.61.54  /  Your IP : 216.73.216.60
Web Server : Apache/2.4.62 (Ubuntu)
System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64
User : www-data ( 33)
PHP Version : 8.4.22
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/projects/nextcloud/apps/richdocuments/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/projects/nextcloud/apps/richdocuments/css/admin.scss
.rd-settings-documentation {
	max-width: 50em;
}

#richdocuments {
	#use_group_select, #edit_group_select {
		width: 200px; display: block;
	}
	p {
		margin-bottom: 15px;
	}
	#s2id_use_group_select,
	#s2id_edit_group_select {
		margin-left: 18px;
		margin-top: -4px;
		width: 300px !important;
	}
}

#richdocuments,
#richdocuments-templates {
	// inline buttons on section headers
	> h2 {
		display: inline-flex;
		align-items: center;

		.icon-info,
		.icon-add,
		.icon-loading-small {
			width: 44px;
			height: 44px;
			margin: -6px;
			margin-left: 10px;
			opacity: 0.5;
			white-space: nowrap;
			line-height: 44px;
			padding-left: 44px;
			font-size: 16px;
			&:hover,
			&:focus,
			&:active {
				opacity: 0.7;
			}
		}
	}
}

#richdocuments-templates {
	> input {
		// feedback for keyboard navigation
		&:hover,
		&:focus,
		&:active {
			+ h2 .icon-add,
			+ h2 .icon-loading-small {
				opacity: 0.7;
			}
			+ #emptycontent label {
				color: var(--color-text-light);
			}
		}
	}
	ul:not(.hidden) {
		display: flex;
		flex-wrap: wrap;
		li {
			$size: 150px;
			$sizeY: $size / 210 * 297;
			$space: 10px;
			border-radius: var(--border-radius);
			border: 1px solid var(--color-border);
			margin: $space;
			position: relative;
			figure {
				display: flex;
				flex-direction: column;
				width: $size;
				margin: $space;
				img, .templatePlaceholder {
					width: $size;
					height: $sizeY;
					background-color: var(--color-background-dark);
				}
				figcaption {
					margin-top: $space;
				}
			}
			.delete-cover,
			.delete-template {
				width: $size;
				height: $sizeY;
				top: 0;
				left: 0;
				position: absolute;
				margin: $space;
				opacity: 0;
				transition: opacity 250ms ease-in-out;
				z-index: 3;
				line-height: $sizeY;
				text-align: center;
				font-size: 20px;
				background-size: 24px;
				// text is set as bg
				color: var(--color-background-darker);
			}
			.delete-cover {
				// bg is set as color
				background-color: var(--color-text-lighter);
				z-index: 2;
			}
			&:hover .delete-template,
			.delete-template:focus,
			.delete-template.icon-loading {
				opacity: 1;
				+ .delete-cover {
					opacity: 0.5;
				}
			}
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit