Template:WikiArS partnership/tab header/styles.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
.WikiArS-partnership-tab-header {
	border-collapse:collapse;
	width:100%;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	color:#534343;
}
.WikiArS-partnership-tab-header tr:first-child {
	background:#EEE;
	white-space:nowrap;
}
.logo-visible .tab-header-logo {
	width:120px; 
	padding:0.5em;
	padding-left:1.5em;
	text-align:center;
}
.logo-invisible .tab-header-logo {
	width:0;
}
.tab-header-partner-url {
 	padding:0.5em;
 	text-align:center;
 	font-size:2.5em;
 	letter-spacing:0.1em;
 	font-family:'Bitstream Vera Sans', 'Thaoma', 'Liberation Sans', 'Sans', sans-serif;
 	color:red;
}
.tab-header-outreach {
	width:15em; 
	padding:0.5em;
	text-align:center;
}
.logo-visible .tab-header-partner-url {
	width:calc(100% - 120px - 15em);
}
.logo-invisible .tab-header-partner-url {
	width:calc(100% - 15em);
}
.WikiArS-partnership-tab-header tr:last-child {
	background:#DDD;
}
.WikiArS-partnership-tab-header tr:last-child td {
	width:15em;
	padding:0.3em;
	text-align:center;
	border-top:0.2em white solid;
}