@charset "utf-8";

/*Cats(edited theme)*/
:root.theme_cats {
	--background: #3E2F53;
	--foreground: #ffffff;
	--link: #ffffff;

	--header_background: #1E1826;
	--header_foreground: #ffffff;
	--header_link: #ffffff;
	--header_border: #52319B;

	--topmenu_background: #1E1826;
	--topmenu_foreground: #975FDB;
	--topmenu_border: #3E2F53;
	--topmenu_inner_border: #52319B;

	--card_background: #1E1826;
	--card_foreground: #ffffff;
	--card_link: #ff209d;
	--card_border: #1E1826;
	--card_inner_border: #52319B;
}
#tags_this_page {
	background-color: var(--card_background);
	border: none;
	border-radius: 0.5rem;
	border-bottom-left-radius: 0.25rem;
	overflow: hidden;
	text-align: left;
}
#tags_this_page h2 {
	background-color: var(--header_background);
	color: #975FDB;
	text-emphasis: blue;
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	padding: 0.25rem 0.5rem;
	
}
#tags_this_page:hover h2 {
	background-color: #975FDB;
	color: var(--header_foreground);
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	padding: 0.25rem 0.5rem;
	
}

input[type="text"], textarea {

  background-color: #1E1826;

 
}
input[type="text"]:focus, textarea {

  background-color: #AEB1E3;

}
input[type="text"]:focus::placeholder, textarea {

  color: #1E1826;

}
input[type="text"]::placeholder, textarea {

  color: #AEB1E3;

}
input[type="submit"] {

  background-color: #975FDB;
  color: #ffffff;
 
}
.medium_info, .medium_management {
  color: white;
}
:root {
	--tag_foreground: #ffffff;
	--tag_background: #6c40ce;

	--tag_author: #8e8e8e;
	--tag_name: #1bc0f2;
	--tag_source: #8d9d52;
	--tag_title: #ff0080;
	--tag_filename: #c04080;

	--tag_sort: #008080;
	--tag_order: #008080;
	--tag_perpage: #008080;

	--tag_group: #ff8000;
	--tag_time: #808080;
	--tag_category: #8080ff;
	--tag_mime: #8080ff;
	--tag_orientation: #ffa000;
	--tag_filesize: #400040;
	--tag_data: #604040;
	--tag_protection: #c00000;
	--tag_searchability: #c00000;

	--tag_set: #8000ff;
	--tag_cover: #004080;
	--tag_sequence: #c08000;
	--tag_feature: #c00080;
	--tag_mirror: #0080a0;
	--tag_quality: #008080;
	--tag_blurb: #804080;
	--tag_text: #4040c0;
	--tag_embed: #808000;

	--tag_id: #000000;
	--tag_origin: #000000;
	--tag_user: #404040;
	--tag_status: #c00000;
	--tag_liked_by: #c080a0;
}
#media_preference_blacklisted_tags {
	background-color: #AEB1E3;
	color: #1E1826;
}