Jump to content

Template:Wikipedia Asian Month Portal/style.css

From Meta, a Wikimedia project coordination wiki
.WAMP-menu td {
	width: 50em;
	border-top: .5em #FCB645 solid;
	padding: 10px;
	text-align: center;
	background: #FFFFFF;
}
.WAMP-menu td a {
    color: #205D83;
    font-weight: bold;
}

.WAMP-menu td.active { background: #FEFAE0; }

.WAMP-menu td.current-year { border-top: .5em #EF9B28 solid; }
.WAMP-menu td.current-year a { color: #EF9B28; }

.WAMP-menu td.WAMP-main-tabs { border-top: .5em #54bad8 solid; }
.WAMP-menu td.WAMP-main-tabs a { color: #54bad8; }

.WAMP-logo {
	position: absolute;
	top: 50%;
	margin-top: -90px; /*image size / 2 */
}

.WAMP-text {
	margin-left: 12em;
}
.WAMP-text strong { color:deepskyblue; }
.WAMP-text strong a { color:deepskyblue; }
.WAMP-links {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
}

/*
** Resonsive menu **
*/
.WAMP-tab-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4ex;
}
.WAMP-tab-wrapper .tabs {
	flex: auto;
}
.tabs > ul {
	flex: auto;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4ex;
}
.tabs li {
	flex: auto;
	display: inline-block;
	text-align: center;
	font-size: 1em;
	border-top: 0.5em solid #FCB645;
	padding:1em;
	font-weight:bold;
}
.tabs li a { color:#205D83; }
.main-tabs li a { color: #54bad8; }
.main-tabs li { border-color: #54bad8; }

.tabs.active-1 li:nth-of-type(1) { background-color:#FEFAE0; }
.tabs.active-2 li:nth-of-type(2) { background-color:#FEFAE0; }
.tabs.active-3 li:nth-of-type(3) { background-color:#FEFAE0; }
.tabs.active-4 li:nth-of-type(4) { background-color:#FEFAE0; }