User:Infinityboy7/DiscussionCloser.css

From Test Wiki
Revision as of 09:39, 22 May 2024 by Infinityboy7 (talk | contribs) (+)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
#DC-modal {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.4);
}
#DC-interface {
	background-color: #d6d6d6;
	margin: 10% auto;
	padding: 2px 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 60em;
	font-size: 90%;
}
#DC-interface-content {
	min-height: 7em;
	width: 875px;
	height: 400px;
	overflow-y: scroll;
}
#DC-interface-footer {
	min-height: 3em;
}
.DC-bottom {
	margin-bottom: 0.5em;
}