User:MisterSynergy/common.css

From Wikidata
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@media (min-width: 2600px){
	.wikibase-entityview {
		max-width: 100%;
	}
	.wikibase-entityview .wikibase-entityview-main {
		max-width: 55% !important;
		max-width: calc(100% - 392px);
	}
	.wikibase-listview {
		font-size: 0.825em;
	}
	.wikibase-statementgroupview {
		width: 59%;
	}
	.msynAuthContr { /* does not work yet as expected */
		float: right;
		clear: right;
		width: 40%;
		margin-right: 0;
	}
	.wikibase-addtoolbar-container {
		clear: both;
	}
}

.pt-mistersynergy-wikidatawiki {
	background-color: #FFEEAA;
}

.mw-special-Watchlist .mw-rollback-link {
	display:none;
}

.mw-editTools { /* useless box under the edit form */
	display:none;
}

#wb_dragref_site_overlay { /* drag-n-drop gadget */
	font-size: 0.75em !important;
	width: 480px !important;
	margin-top: 167px !important;
}

/* no longer necessary, since there is a gadget now */
/* .wb-deprecated { background-color:#FFE0E0; } deprecated claims with red-ish background */
/* .wb-preferred { background-color:#E0FFE0; } preferred claims with green-ish background */