User:TheDJ/common.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
.mlb-image img {
	background-color: white;
}
.mlb-image img:hover {
	background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}

@media screen and (max-width: 720px) {
	/*.commons-file-information-table,*/
	/*.commons-file-information-table > table {*/
	/*	border-spacing: 0;*/
	/*	box-sizing: border-box;*/
	/*	padding: 0;*/
	/*	word-break: break-word;*/
	/*	width: 100% !important;*/
	/*}*/
	/*.commons-file-information-table > tbody,*/
	/*.commons-file-information-table > table > tbody {*/
	/*	display: block;*/
	/*}*/
	/*.commons-file-information-table td,*/
	/*.commons-file-information-table th	{*/
	/*	padding: 0.2em 0.4em;*/
	/*	text-align: left;*/
	/*	text-align: start;*/
	/*}*/
	/*.commons-file-information-table tr {*/
	/*	display: flex;*/
	/*	flex-direction: column;*/
	/*}*/
	/*.fileinfo-paramfield {*/
	/*	box-sizing: border-box;*/
	/*	flex: 1 0 100%;*/
	/*	width: 100%;*/
	/*}*/
	
	/* nice and consistent... */
	/*.commons-file-information-table + table.commons-file-information-table,*/
	/*.commons-file-information-table + div.commons-file-information-table {*/
	/*	margin-top: 0;*/
	/*}*/
	
	/* camera location and object location have a layouttemplate class,
	 * because.... more is better ? */
	/*.layouttemplate:not(.commons-file-information-table) {*/
	/*	box-sizing: border-box;*/
	/*	border-spacing: 0 !important;*/
	/*	padding: 0.2em 0.4em !important;*/
	/*	word-break: break-word;*/
	/*	margin: 0 !important;*/
	/*}*/
	/*.layouttemplate:not(.commons-file-information-table) img {*/
	/*	display: none;*/
	/*}*/
	/*.layouttemplate:not(.commons-file-information-table) > * > tr {*/
	/*	display: flex;*/
	/*	text-align: left !important;*/
	/*	text-align: start !important;*/
	/*}*/
	/*.layouttemplate:not(.commons-file-information-table) > * > tr:first-child > td:first-child,*/
	/*.layouttemplate:not(.commons-file-information-table) > * > tr:first-child > td:nth-child( 3 ) {*/
	/*	display: flex;*/
	/*	flex: 1 1 auto;*/
	/*	flex-direction: column;*/
	/*	justify-content: space-evenly;*/
	/*	align-items: center;*/
	/*	padding: 0;*/
	/*}*/
	/*.layouttemplate:not(.commons-file-information-table) > * > tr > td {*/
	/*	flex: 1 1 auto; */
	/*}*/
	
	/*.layouttemplate:not(.commons-file-information-table) dd {*/
	/*	margin-left: 1vw;*/
	/*}*/
	
	/*#mw-imagepage-section-filehistory {*/
	/*	overflow-x: scroll;*/
	/*}*/
	
	/*.mw_metadata th {*/
	/*	font-weight: bold;*/
	/*}*/
	/*.mw_metadata th,*/
	/*.mw_metadata td {*/
	/*	text-align: left;*/
	/*	vertical-align: top;*/
	/*}*/
}