Jump to content

Template:Indian cuisine/styles.css

From Wikipedia, the free encyclopedia
.indian-cuisine {
	border: 2px solid #ffa500;
	background-color: #fff5ee;
	text-align: center;
}

.indian-cuisine .sidebar-list-title {
	padding-right: 3em;
	font-size: 100%;
	background-color: #FFDFA8;
	border: 1px double #8C959A;
}

.indian-cuisine .sidebar-list-title a,
.indian-cuisine .mw-collapsible-text {
	color: white;
}

.indian-cuisine .sidebar-caption {
	padding-bottom:2.3em;
}

.indian-cuisine .sidebar-list-title  {
	background: #bf0a30;
	color: white !important;
}

/* forced night mode */
/* Note: If using a CSS variable, there is no need to make use of `@media screen` */
@media screen {
  html.skin-theme-clientpref-night .indian-cuisine {
      background-color: #261102;
	  color: white;
  }
}
@media screen and (prefers-color-scheme: dark) {
	/* automatic mode */
	html.skin-theme-clientpref-os .indian-cuisine {
		background-color: #261102;
		color: white;
	}
}