Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										9
									
								
								web/core/themes/claro/css/classy/README.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								web/core/themes/claro/css/classy/README.txt
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
WHAT IS THIS DIRECTORY FOR?
 | 
			
		||||
--------------------------------
 | 
			
		||||
This directory is for CSS files previously inherited from the Classy theme.
 | 
			
		||||
 | 
			
		||||
WHY WERE CLASSY CSS FILES COPIED HERE?
 | 
			
		||||
-------------------------------------------
 | 
			
		||||
Classy was removed in Drupal 10. To prepare for Classy's removal, CSS files that
 | 
			
		||||
 would otherwise be inherited from Classy were copied here.
 | 
			
		||||
 | 
			
		||||
@ -0,0 +1,22 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Inline items.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.container-inline label::after,
 | 
			
		||||
.container-inline .label::after {
 | 
			
		||||
  content: ":";
 | 
			
		||||
}
 | 
			
		||||
.form-type-radios .container-inline label::after,
 | 
			
		||||
.form-type-checkboxes .container-inline label::after {
 | 
			
		||||
  content: "";
 | 
			
		||||
}
 | 
			
		||||
.form-type-radios .container-inline .form-type-radio,
 | 
			
		||||
.form-type-checkboxes .container-inline .form-type-checkbox {
 | 
			
		||||
  margin: 0 1em;
 | 
			
		||||
}
 | 
			
		||||
.container-inline .form-actions,
 | 
			
		||||
.container-inline.form-actions {
 | 
			
		||||
  margin-top: 0;
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,46 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for exposed filters.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.exposed-filters .filters {
 | 
			
		||||
  float: left; /* LTR */
 | 
			
		||||
  margin-right: 1em; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .exposed-filters .filters {
 | 
			
		||||
  float: right;
 | 
			
		||||
  margin-right: 0;
 | 
			
		||||
  margin-left: 1em;
 | 
			
		||||
}
 | 
			
		||||
.exposed-filters .form-item {
 | 
			
		||||
  margin: 0 0 0.1em 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
.exposed-filters .form-item label {
 | 
			
		||||
  float: left; /* LTR */
 | 
			
		||||
  width: 10em;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .exposed-filters .form-item label {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
.exposed-filters .form-select {
 | 
			
		||||
  width: 14em;
 | 
			
		||||
}
 | 
			
		||||
/* Current filters */
 | 
			
		||||
.exposed-filters .current-filters {
 | 
			
		||||
  margin-bottom: 1em;
 | 
			
		||||
}
 | 
			
		||||
.exposed-filters .current-filters .placeholder {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
  font-style: normal;
 | 
			
		||||
}
 | 
			
		||||
.exposed-filters .additional-filters {
 | 
			
		||||
  float: left; /* LTR */
 | 
			
		||||
  margin-right: 1em; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .exposed-filters .additional-filters {
 | 
			
		||||
  float: right;
 | 
			
		||||
  margin-right: 0;
 | 
			
		||||
  margin-left: 1em;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										25
									
								
								web/core/themes/claro/css/classy/components/field.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								web/core/themes/claro/css/classy/components/field.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,25 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for fields.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.field__label {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
.field--label-inline .field__label,
 | 
			
		||||
.field--label-inline .field__items {
 | 
			
		||||
  float: left; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
.field--label-inline .field__label,
 | 
			
		||||
.field--label-inline > .field__item,
 | 
			
		||||
.field--label-inline .field__items {
 | 
			
		||||
  padding-right: 0.5em;
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .field--label-inline .field__label,
 | 
			
		||||
[dir="rtl"] .field--label-inline .field__items {
 | 
			
		||||
  padding-right: 0;
 | 
			
		||||
  padding-left: 0.5em;
 | 
			
		||||
}
 | 
			
		||||
.field--label-inline .field__label::after {
 | 
			
		||||
  content: ":";
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										62
									
								
								web/core/themes/claro/css/classy/components/file.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										62
									
								
								web/core/themes/claro/css/classy/components/file.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,62 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Default style for file module.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/* File icons. */
 | 
			
		||||
 | 
			
		||||
.file {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  min-height: 16px;
 | 
			
		||||
  padding-left: 20px; /* LTR */
 | 
			
		||||
  background-repeat: no-repeat;
 | 
			
		||||
  background-position: left center; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .file {
 | 
			
		||||
  padding-right: 20px;
 | 
			
		||||
  padding-left: inherit;
 | 
			
		||||
  background-position: right center;
 | 
			
		||||
}
 | 
			
		||||
.file--general,
 | 
			
		||||
.file--application-octet-stream {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/application-octet-stream.png);
 | 
			
		||||
}
 | 
			
		||||
.file--package-x-generic {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/package-x-generic.png);
 | 
			
		||||
}
 | 
			
		||||
.file--x-office-spreadsheet {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/x-office-spreadsheet.png);
 | 
			
		||||
}
 | 
			
		||||
.file--x-office-document {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/x-office-document.png);
 | 
			
		||||
}
 | 
			
		||||
.file--x-office-presentation {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/x-office-presentation.png);
 | 
			
		||||
}
 | 
			
		||||
.file--text-x-script {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/text-x-script.png);
 | 
			
		||||
}
 | 
			
		||||
.file--text-html {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/text-html.png);
 | 
			
		||||
}
 | 
			
		||||
.file--text-plain {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/text-plain.png);
 | 
			
		||||
}
 | 
			
		||||
.file--application-pdf {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/application-pdf.png);
 | 
			
		||||
}
 | 
			
		||||
.file--application-x-executable {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/application-x-executable.png);
 | 
			
		||||
}
 | 
			
		||||
.file--audio {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/audio-x-generic.png);
 | 
			
		||||
}
 | 
			
		||||
.file--video {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/video-x-generic.png);
 | 
			
		||||
}
 | 
			
		||||
.file--text {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/text-x-generic.png);
 | 
			
		||||
}
 | 
			
		||||
.file--image {
 | 
			
		||||
  background-image: url(../../../images/classy/icons/image-x-generic.png);
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										21
									
								
								web/core/themes/claro/css/classy/components/icons.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								web/core/themes/claro/css/classy/components/icons.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,21 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for icons.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.icon-help {
 | 
			
		||||
  padding: 1px 0 1px 20px; /* LTR */
 | 
			
		||||
  background: url(../../../../../misc/help.png) 0 50% no-repeat; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .icon-help {
 | 
			
		||||
  padding: 1px 20px 1px 0;
 | 
			
		||||
  background-position: 100% 50%;
 | 
			
		||||
}
 | 
			
		||||
.feed-icon {
 | 
			
		||||
  display: block;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  width: 16px;
 | 
			
		||||
  height: 16px;
 | 
			
		||||
  text-indent: -9999px;
 | 
			
		||||
  background: url(../../../../../misc/feed.svg) no-repeat;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										15
									
								
								web/core/themes/claro/css/classy/components/indented.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								web/core/themes/claro/css/classy/components/indented.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Basic styling for comment module.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Indent threaded comments.
 | 
			
		||||
 */
 | 
			
		||||
.indented {
 | 
			
		||||
  margin-left: 25px; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .indented {
 | 
			
		||||
  margin-right: 25px;
 | 
			
		||||
  margin-left: 0;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										33
									
								
								web/core/themes/claro/css/classy/components/inline-form.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								web/core/themes/claro/css/classy/components/inline-form.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,33 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for inline forms.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.form--inline .form-item {
 | 
			
		||||
  float: left; /* LTR */
 | 
			
		||||
  margin-right: 0.5em; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .form--inline .form-item {
 | 
			
		||||
  float: right;
 | 
			
		||||
  margin-right: 0;
 | 
			
		||||
  margin-left: 0.5em;
 | 
			
		||||
}
 | 
			
		||||
/* This is required to win over specificity of [dir="rtl"] .form--inline .form-item */
 | 
			
		||||
[dir="rtl"] .views-filterable-options-controls .form-item {
 | 
			
		||||
  margin-right: 2%;
 | 
			
		||||
}
 | 
			
		||||
.form--inline .form-item-separator {
 | 
			
		||||
  margin-top: 2.3em;
 | 
			
		||||
  margin-right: 1em; /* LTR */
 | 
			
		||||
  margin-left: 0.5em; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .form--inline .form-item-separator {
 | 
			
		||||
  margin-right: 0.5em;
 | 
			
		||||
  margin-left: 1em;
 | 
			
		||||
}
 | 
			
		||||
.form--inline .form-actions {
 | 
			
		||||
  clear: left; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .form--inline .form-actions {
 | 
			
		||||
  clear: right;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										32
									
								
								web/core/themes/claro/css/classy/components/item-list.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								web/core/themes/claro/css/classy/components/item-list.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,32 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for item list.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.item-list .title {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
.item-list ul {
 | 
			
		||||
  margin: 0 0 0.75em 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
.item-list li {
 | 
			
		||||
  margin: 0 0 0.25em 1.5em; /* LTR */
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .item-list li {
 | 
			
		||||
  margin: 0 1.5em 0.25em 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Comma separated lists.
 | 
			
		||||
 */
 | 
			
		||||
.item-list--comma-list {
 | 
			
		||||
  display: inline;
 | 
			
		||||
}
 | 
			
		||||
.item-list--comma-list .item-list__comma-list,
 | 
			
		||||
.item-list__comma-list li,
 | 
			
		||||
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
 | 
			
		||||
[dir="rtl"] .item-list__comma-list li {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										16
									
								
								web/core/themes/claro/css/classy/components/link.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								web/core/themes/claro/css/classy/components/link.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Style another element as a link.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
button.link {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
  border: 0;
 | 
			
		||||
  background: transparent;
 | 
			
		||||
  font-size: 1em;
 | 
			
		||||
}
 | 
			
		||||
label button.link {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										23
									
								
								web/core/themes/claro/css/classy/components/links.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								web/core/themes/claro/css/classy/components/links.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,23 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for links.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
ul.inline,
 | 
			
		||||
ul.links.inline {
 | 
			
		||||
  display: inline;
 | 
			
		||||
  padding-left: 0; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] ul.inline,
 | 
			
		||||
[dir="rtl"] ul.links.inline {
 | 
			
		||||
  padding-right: 0;
 | 
			
		||||
  padding-left: 15px;
 | 
			
		||||
}
 | 
			
		||||
ul.inline li {
 | 
			
		||||
  display: inline;
 | 
			
		||||
  padding: 0 0.5em;
 | 
			
		||||
  list-style-type: none;
 | 
			
		||||
}
 | 
			
		||||
ul.links a.is-active {
 | 
			
		||||
  color: #000;
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,20 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Media Embed filter: default styling for media embed errors.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * The caption filter's styling overrides ours, so add a more specific selector
 | 
			
		||||
 * to account for that.
 | 
			
		||||
 */
 | 
			
		||||
.media-embed-error,
 | 
			
		||||
.caption > .media-embed-error {
 | 
			
		||||
  max-width: 200px;
 | 
			
		||||
  padding: 100px 20px 20px;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  background-color: #ebebeb;
 | 
			
		||||
  background-image: url(../../../../../modules/media/images/icons/no-thumbnail.png);
 | 
			
		||||
  background-repeat: no-repeat;
 | 
			
		||||
  background-position: center top;
 | 
			
		||||
  background-size: 100px 100px;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										34
									
								
								web/core/themes/claro/css/classy/components/menu.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								web/core/themes/claro/css/classy/components/menu.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,34 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for menu.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
ul.menu {
 | 
			
		||||
  margin-left: 1em; /* LTR */
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  list-style: none outside;
 | 
			
		||||
  text-align: left; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] ul.menu {
 | 
			
		||||
  margin-right: 1em;
 | 
			
		||||
  margin-left: 0;
 | 
			
		||||
  text-align: right;
 | 
			
		||||
}
 | 
			
		||||
.menu-item--expanded {
 | 
			
		||||
  list-style-type: circle;
 | 
			
		||||
  list-style-image: url(../../../../../misc/menu-expanded.png);
 | 
			
		||||
}
 | 
			
		||||
.menu-item--collapsed {
 | 
			
		||||
  list-style-type: disc;
 | 
			
		||||
  list-style-image: url(../../../../../misc/menu-collapsed.png); /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .menu-item--collapsed {
 | 
			
		||||
  list-style-image: url(../../../../../misc/menu-collapsed-rtl.png);
 | 
			
		||||
}
 | 
			
		||||
.menu-item {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  padding-top: 0.2em;
 | 
			
		||||
}
 | 
			
		||||
ul.menu a.is-active {
 | 
			
		||||
  color: #000;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										12
									
								
								web/core/themes/claro/css/classy/components/more-link.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								web/core/themes/claro/css/classy/components/more-link.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Markup generated by #type 'more_link'.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.more-link {
 | 
			
		||||
  display: block;
 | 
			
		||||
  text-align: right; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
[dir="rtl"] .more-link {
 | 
			
		||||
  text-align: left;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								web/core/themes/claro/css/classy/components/node.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								web/core/themes/claro/css/classy/components/node.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for nodes.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.node--unpublished {
 | 
			
		||||
  background-color: #fff4f4;
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,8 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Stylesheet for results generated by the Search module.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.search-results {
 | 
			
		||||
  list-style: none;
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,8 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Table sort indicator.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
th.is-active img {
 | 
			
		||||
  display: inline;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										11
									
								
								web/core/themes/claro/css/classy/components/textarea.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								web/core/themes/claro/css/classy/components/textarea.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Visual styles for a resizable textarea.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.form-textarea-wrapper textarea {
 | 
			
		||||
  display: block;
 | 
			
		||||
  box-sizing: border-box;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										15
									
								
								web/core/themes/claro/css/classy/components/ui-dialog.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								web/core/themes/claro/css/classy/components/ui-dialog.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Styles for modal windows.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.ui-dialog--narrow {
 | 
			
		||||
  max-width: 500px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 600px) {
 | 
			
		||||
  .ui-dialog--narrow {
 | 
			
		||||
    min-width: 95%;
 | 
			
		||||
    max-width: 95%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user