HEX
Server: Apache
System: Linux webd001.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: mciraet (192513)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/mciraet/www/wp-content/themes/movedo/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: 4px;
		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;
	}
}