Jump to content

User:Soni/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
trying borderless infobox
rm some css
Line 12: Line 12:
display: flex;
display: flex;
flex-direction:column;
flex-direction:column;
}
table.infobox th[scope=row] {
font-weight: normal;
font-size:90%;
text-transform: uppercase;
color: #555;
border-bottom: 1px solid #555;
margin-top: 1.2em;
}
}

Revision as of 02:59, 8 June 2024

#teahouseNavbar {display: block !important;}
.mw-changeslist-legend{
    display: none;
}
h2, table, div, pre { border-color: transparent !important; }
table.infobox {
	border-color: transparent;
	background-color: #f3f3f3;
	padding:1.5em;
}
table.infobox tr {
	display: flex;
	flex-direction:column;
}