MediaWiki:Mobile.css

From ICANNWiki
Revision as of 22:57, 30 September 2015 by Dustin Loup (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the mobile site */
.AOW {
	background:#466f81;
	color:#FFF;
	padding:.2em 0 .2em .4em;
	font-style:bold;
	font-size:1.5em;
}
.WelcomeBox {
	height:8em;
	width:100%;
	background:#d8dfe8;
	}
.MissingLinks {
	background-color: #f6f6f6;
	border: 2px solid #466f81; 
	width: 100%;
}
.PrimerICW {
	width:100%;
	background-color:whitesmoke;
	float:left;
	padding: 1em 1em 1em 1em;
	border: 2px solid gray;
}
.PrimerIM {
	width:100%;
	background-color:whitesmoke;
	float:right;
	padding: 1em 1em 1em 1em;
	border: 2px solid gray;
}
.ICANNBoardMembers {
	height:1px;
	width:1px;
	overflow:hidden;
	display:none;
}