User:ExE Boss/OtherProjects/styles.css

From Wikitech
/* {{NOINDEX}} */
/* Force higher specificity than `table.ombox` */
.user-exe-boss-other-projects.user-exe-boss-other-projects {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.user-exe-boss-other-projects .user-other-projects-header {
	border-bottom: 1px solid #a2a9b1;
}

.user-exe-boss-other-projects .user-other-projects-header > .navbar {
	display: block;
	float: left;
}

.user-exe-boss-other-projects .user-other-projects-header > .text {
	display: block;
	font-size: larger;
	font-weight: bolder;
	margin: 0 auto;
	/* https://caniuse.com/mdn-css_properties_max-width_max-content */
	max-width: -webkit-max-content; /* Chrome < 46; Safari < 11 */
	max-width: -moz-max-content; /* Firefox < 66 */
	max-width: max-content;
}

.user-exe-boss-other-projects td.mbox-empty-cell {
	display: none !important;
}

.user-exe-boss-other-projects a abbr,
.user-exe-boss-other-projects a .explain {
	cursor: unset;
}