Template:TaskBorder.css: Difference between revisions

From Pizza Tower Wiki
Content added Content deleted
(i'm done w/ making this border, time to implement it... slowly)
 
(SuperKirbylover changed the content model of the page Template:TaskTable.css from "wikitext" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 16:25, 2 November 2023

.taskBorder {
	border: 16px solid white;
	border-image: url(https://static.miraheze.org/pizzatowerwiki/d/de/PTWikiborder-cheftasktable-1-26px.png?20231102145002) 52 / 52px round;
	background-clip: content-box;
	background-color: #88a8c8;
	padding: 10px 36px;
	color: white !important;
}
.taskBorder a {
	color: #f8f800 !important;
}
.taskBorder>div {
	border: 16px solid #88a8c8;
	border-image: url(https://static.miraheze.org/pizzatowerwiki/d/d3/Wikiborder-cheftasktable-2-26px.png?20231102145016) 26 / 26px round;
	padding: 10px 20px;
}
.taskBorder>div+div {
	margin-top: 5px;
}
.taskBorder .tableHolder {
	padding: 9px;
}
.taskBorder>div>table {
	width: 100%;
	margin: 0;
}
.taskBorder table, .taskBorder table th, .taskBorder table td {
	border-color: black !important;
}
.taskBorder table th {
	background-color: #546893 !important;
}
.taskBorder table td {
	background-color: #859cb2 !important;
}
@media only screen and (max-width: 1000px) {
	.taskBorder, .taskBorder>div {
		border-width: 8px;
	}
	.taskBorder {
		border-image-width: 26px !important;
		padding: 10px 18px;
	}
	.taskBorder>div {
		border-image-width: 16px !important;
	}
	.taskBorder .tableHolder {
		padding: 7px;
	}
}