<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CONTENT PACK SEARCH RESULT */

div.content-packs {
	margin:23px 23px;
}

	div.content-pack {
		border:2px solid #000000;
		margin:30px 0;
		padding:0;
		width:800px;
		background-color:#A5E589;
	}

		a.cp-image {
			width:100%;
		}

			a.cp-image img {
				width:800px;
				height:150px;
			}
		
		div.cp-info {
			margin:3px 10px 10px 10px;
		}

			div.cp-top-line {
				height:30px;
				line-height:30px;
				margin-bottom:3px;
			}
			
				div.cp-title-outer {
					display:block;
					float:left;
					line-height:31px;
				}

					a.cp-title {
						color:black;
						font-size:25px;
						text-decoration:underline;
						font-weight:bold;
						text-shadow:0px 0px 15px rgba(0,0,0,0.3);
					}

					a.cp-title:hover {
						color:#134400;
						text-decoration:none;
						text-shadow:0px 0px 15px rgba(19,68,0,0.5);
					}
				
					span.cp-user {
						margin-left:10px;
					}

				div.cp-likes-downloads {
					float:right;
				}

					div.cp-likes {
						float:left;
						margin-right:10px;
					}

					div.cp-downloads {
						float:left;
					}

						div.cp-likes b, div.cp-downloads b{
							text-shadow:0px 0px 15px rgba(19,68,0,0.6);
						}
		
			div.cp-tags {
				margin-top:5px;
			}

				a.cp-tag {
					text-decoration:none;
					color:black;
					background-color:#CDE8C2;
					border-bottom:1px solid #134400;
					padding:2px;
					line-height:28px;
				}

				a.cp-tag:hover {
					background-color:#82E256;
				}
				




/* CONTENT PACK PAGE */

div#cpp-back-box {
	margin:0 0 10px 10px;
}

div#cpp {
	margin:10px 23px 23px 23px;
	border:2px solid black;
	background-color:#A5E589;
	padding:0 0 10px 0;
	width:800px;
}

	img#cpp-image {
		height:150px;
		width:800px;
		position:relative;
		top:-1px;
	}
	
	div#cpp-dependencies {
		margin:10px 10px 10px 10px;
		border-bottom:1px solid #CDE8C2;
		padding-bottom:10px;
	}
	
		a.cpp-dependency {
			margin:0 5px;
			padding:1px 3px;
			text-decoration:none;
			color:black;
			font-weight:bold;
			text-shadow:0px 0px 10px rgba(0,0,0,0.5);
		}
	
		a.cpp-dependency:hover {
			color:#134400;
			text-shadow:0px 0px 10px rgba(19,68,0,0.5);
			text-decoration:none;
		}
	
	div#cpp-tags {
		margin:10px 0 20px 10px;
		line-height:28px;
	}
	
	div#cpp-bottom-info {
		margin:10px;
	}
	
		div#cpp-downloads-box {
			float:right;
		}
		
			div#cpp-downloads-box b {
				text-shadow:0px 0px 15px rgba(19,68,0,0.6);
			}
	
	div#cpp-download-box {
		margin:10px 10px 0 10px;
		line-height:50px;
		text-align:right;
	}
	
		a#cpp-download {
			margin:0 0 0 20px;
			display:inline-block;
			padding:5px 10px;
			font-size:30px;
			border:2px solid #134400;
			color:black;
			text-decoration:none;
			text-shadow:0px 0px 10px rgba(19,68,0,0.5);
		}

		a#cpp-download:hover {
			background-color:#134400;
			text-shadow:0px 0px 10px rgba(255,255,255,0.5);
			color:white;
		}






/* MY CONTENT CONTENT PACK TAGS */

div.mc-cp-tag-box {
	display:inline-block;
	margin:0 2px;
}

	a.mc-cp-tag,a.mc-cp-tag-selected {
		text-decoration:none;
		color:black;
		background-color:#A5E589;
		background-color:#CDE8C2;
		border-bottom:1px solid #134400;
		padding:2px;
		line-height:28px;
	}

	a.mc-cp-tag-selected {
		background-color:#82E256;
	}
	
	
	
	
	
	
/* MY CONTENT CONTENT PACK DEPENDENCIES */

div.mc-cp-dep-box {
	display:inline-block;
	margin:0 2px;
}

	a.mc-cp-dep,a.mc-cp-dep-selected {
		margin:0 5px;
		padding:1px 3px;
		text-decoration:none;
		color:black;
		font-weight:bold;
		text-shadow:0px 0px 10px rgba(0,0,0,0.5);
	}

	a.mc-cp-dep-selected {
		color:#134400;
		text-shadow:0px 0px 10px rgba(19,68,0,0.5);
		text-decoration:none;
	}
	
	
	input.mc-cp-new-dep-title {
		width:210px;
		margin-right:5px;
	}

	input.mc-cp-new-dep-url {
		width:165px;
	}

img.mc-cp-banner-current {
	height:22px;
	margin-left:10px;
	position:relative;
	top:3px;
}




/* MY CONTENT CONTENT PACK LIST */

th#mct-cp-title, th#mct-cp-edit, th#mct-cp-status {
	font-weight:bold;
	text-align:left;
}

th#mct-cp-title {
	width:500px;
}

th#mct-cp-edit {
	width:70px;
}

th#mct-cp-delete {
	width:80px;
}

th#mct-cp-status {
}


	a.mc-cp-item-title {
		color:black;
		text-decoration:underline;
	}
	
	a.mc-cp-item-title:hover {
		text-decoration:none;
	}

	a.mc-cp-item-edit {
		color:#134400;
		text-decoration:none;
		font-weight:bold;
	}
	
	a.mc-cp-item-edit:hover {
		text-decoration:underline;
	}

	a.mc-cp-item-delete {
		color:#930000;
		text-decoration:none;
		font-weight:bold;
	}
	
	a.mc-cp-item-delete:hover {
		text-decoration:underline;
	}
	
	span.mc-cp-item-status-verified, span.mc-cp-item-status-unverified {
	}
	
	span.mc-cp-item-status-verified {
		color:#134400;
	}
	
	span.mc-cp-item-status-unverified {
		color:#B74300;
	}
	
	span.mc-cp-item-status-denied {
		color:#930000;
	}
</pre></body></html>