پرش به محتوا

الگو:گردهمایی ۲۰۲۴ گروه کاربری ویکی‌مدین‌های ایرانی/style.css

از ویکی‌پدیا، دانشنامهٔ آزاد
.header_image { padding:1em 0; }

.header_image img { max-width:100%; height: auto; }

.header_menu {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	text-align:center;
	padding:0.5em 0;
	font-family: "Montserrat", "sans serif";
	gap:0.3em;
}

.header_menu a {
	background-color:gainsboro;
	flex:1;
	padding:0.85em;
	transition: all 500ms ease;
	border-bottom: 0.8em solid white;
	text-decoration: none;
	font-size: 1.15em;
	font-weight: bold;
	color: #000000;
}

.header_menu .active-menu-item + a {
	background-color:#FFFFFF;
	transition: none;
	border-bottom: 0.8em solid #293380;
	color: #293380;
}

.header_menu a:hover {
	background-color:#f6f6f6;
	border-bottom: 0.8em solid #293380;
	text-decoration: none;
	color: #293380;
}
.header_menu .active-menu-item + a:hover {
	background-color: #FFFFFF;
}

.content-block { padding: 1em; }

@media screen and (max-width: 600px) {
	.header_menu a { padding: 0.5em !important;	}
	.content-block { padding: 0 0.5em !important; }
}