HEX
Server: Apache/2.4.25
System: Linux ion14 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
User: (10087)
PHP: 7.4.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,system, exec, shell_exec, passthru, popen, proc_open
Upload Files
File: /home/www/web115/wordpress/wp-content/themes/osmosis/includes/css/grve-gutenberg-editor.scss
/*	Blockquote  */

.editor-styles-wrapper {

	.wp-block-quote {
		margin-bottom: 30px;
		padding-left: 1.154em;
		position: relative;
	}

	.wp-block-quote:not(.is-large):not(.is-style-large) {
		border: none;
	}
	
	.wp-block-quote:not(.is-large):not(.is-style-large)::before {
		content: '';
		position: absolute;
		width: 2px;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 24px;
		font-style: italic;
		line-height: 1.6;
	}	
	
	.wp-block-quote cite,
	.wp-block-quote footer,
	.wp-block-quote__citation {
		opacity: 0.8;
		color: inherit;
		font-size: 13px;
		font-style: italic;
	}
	
	.wp-block-quote.is-large cite,
	.wp-block-quote.is-large footer,
	.wp-block-quote.is-style-large cite,
	.wp-block-quote.is-style-large footer,
	.wp-block-quote.is-large .wp-block-quote__citation,
	.wp-block-quote.is-style-large .wp-block-quote__citation {
		font-size: 18px;
	}	
}

.editor-styles-wrapper {	

	.wp-block-pullquote blockquote {
	  margin-top: calc(3 * 1rem);
	  margin-bottom: calc(3.33 * 1rem);
	  hyphens: auto;
	  word-break: break-word;
	}

	.wp-block-pullquote blockquote {
		opacity: 1;
	}

	.wp-block-pullquote p,
	.wp-block-pullquote blockquote > .editor-rich-text p {
		font-size: 28px;
		line-height: 1.6;
	}

	.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p {
		font-size: 32px;
	}

	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
	.editor-block-list__block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignright blockquote > .editor-rich-text p,
	.editor-block-list__block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p {
		font-size: 20px;
	}

	.wp-block-pullquote cite,
	.wp-block-pullquote footer,
	.wp-block-pullquote__citation {
		font-size: 13px;
		font-style: italic;
	}
}

.wp-block-freeform.block-library-rich-text__tinymce {
	code {
		background: none;
		font-size: inherit;
	}
	code,
	pre {
		font-family: "Courier New", Courier, monospace;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
	}
}

/*	Table  */
.mce-content-body {
	table {
		width: 100%;
	}
}

/*	Blocks  */

.editor-styles-wrapper {

	.wp-block[data-align="wide"] {
		max-width: 100%;
	}
	.wp-block[data-align="full"] {
		max-width: none;
	}

	.wp-block-table__cell-content {
		padding: 0;
	}

	.wp-block-table td,
	.wp-block-table th {
		word-break: initial;
	}

	.wp-block-gallery {
		margin: 0;
	}

	.wp-block-shortcode {
		background-color: #f8f9f9;
		color: #000000;
	}

	ul.wp-block-archives,
	.wp-block-categories,
	.wp-block-latest-posts,
	.wp-block-latest-comments	{
		padding: 0;
		margin: 0;
		list-style: none;
	}

	ul.wp-block-archives ul,
	.wp-block-categories ul,
	.wp-block-latest-posts ul {
		margin-left: 0;
		padding: 0;
		list-style-type: none;
	}

	.wp-block-archives li,
	.wp-block-categories li,
	.wp-block-latest-posts li {
		margin-bottom: 6px;
		text-align: left;
		overflow: hidden;
	}

	.wp-block-archives, li a,
	.wp-block-categories li a,
	.wp-block-latest-posts li a {
		text-decoration: none;
		outline: 0;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	.wp-block-archives, li ul,
	.wp-block-categories li ul,
	.wp-block-latest-posts li ul {
		padding-left: 10px;
	}

	.wp-block-archives li:last-child,
	.wp-block-categories li:last-child,
	.wp-block-latest-posts li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}