Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:BloodThermic/weapon.css

From Unofficial Gray Zone Warfare Wiki
.infobox {
		width: 100%;
		max-width: 400px;
		background: var( --color-surface-2 );
		border-radius: var(--border-radius--medium);
		line-height: 1.375;
		color: #fff;
		margin-bottom: 16px;
		padding-bottom: 20px !important;
	}
	.infobox__header {

	}
	.infobox__title {
		padding-top: 0 !important;
		border: 0 !important;
		margin-top: 10px;
		margin-bottom: 8px;
		font-size: 1.4rem;
		line-height: 1.4;
		padding-left: 15px;
		font-weight: 700;
	}
	.infobox__manufacturer a {
		font-size: 14px;
		color: #555555 !important;
		font-weight: 500;
	}
	.infobox__manufacturer {
		margin-bottom: 10px;
        line-height: .8 !important; 
	}
	.infobox__subtitle {
		font-size: 14px;
		color: #b0bec5;
	}
	.infobox__image img {
		width: 100%;
		height: auto;
		border-radius: 8px 8px 0 0;
	}
	.infobox__content {
		padding-left: 16px;
	}
	.infobox__section {
		margin-bottom: 16px;
	}
	.infobox__label {
		margin-bottom: 2px;
		color: var(--color-base--subtle);
		font-size: 13px;
	}
	.infobox__data {
		margin-bottom: 6px;
		font-size: 14px;
	}
	.infobox__grid--cols-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.infobox__grid--cols-3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}
	.infobox__sectionTitle {
		font-size: 18px;
		margin-bottom: 5px;
		font-weight: 700;
		color: var(--color-base--subtle);
	}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.