MediaWiki:Filepage.css

From the AARoads Wiki: Read about the road before you go
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here is included on the file description page, also included on foreign client wikis */

.boilerplate, .restrictiontemplate, .licensetpl {
	width: 80% !important;
	border-width: 3px !important;
}

.fileinfo-paramfield {
	background-color: #cedff2 !important;
}

.panoramioreview {
	width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: #fffff0 !important;
	padding: 5px !important;
	border: 3px solid #aa8 !important;
}
.panoramioreview-failed {
	width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: #fcc !important;
	border: 3px solid #aa8 !important;
}
.panoramioreview-passed {
	width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: #efe !important;
	border: 3px solid #aa8 !important;
}