User:Infinityboy7/DiscussionCloser.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
m (Aviram7 moved page MediaWiki:Gadget-DiscussionCloser.css to User:Aviram7/DiscussionCloser.css without leaving a redirect: revert)
No edit summary
Tag: Reverted
(One intermediate revision by the same user not shown)
Line 4: Line 4:
left: 0;
left: 0;
top: 0;
top: 0;
width: 100%;
width: 60%;
height: 100%;
height:60%;
overflow: hidden;
overflow: hidden;
background-color: rgba(0,0,0,0.4);
background-color: rgba(0,0,0,0.4);
Line 12: Line 12:
background-color: #d6d6d6;
background-color: #d6d6d6;
margin: 10% auto;
margin: 10% auto;
padding: 2px 20px;
padding: 2px 10px;
border: 1px solid #888;
border: 1px solid #888;
width: 80%;
width: 60%;
max-width: 60em;
max-width: 30em;
font-size: 90%;
font-size: 60%;
}
}
#DC-interface-content {
#DC-interface-content {
min-height: 7em;
min-height: 5em;
width: 875px;
width: 545px;
height: 400px;
height: 300px;
overflow-y: scroll;
overflow-y: scroll;
}
}

Revision as of 10:21, 22 May 2024

#DC-modal {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 60%;
	height:60%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.4);
}
#DC-interface {
	background-color: #d6d6d6;
	margin: 10% auto;
	padding: 2px 10px;
	border: 1px solid #888;
	width: 60%;
	max-width: 30em;
	font-size: 60%;
}
#DC-interface-content {
	min-height: 5em;
	width: 545px;
	height: 300px;
	overflow-y: scroll;
}
#DC-interface-footer {
	min-height: 3em;
}
.DC-bottom {
	margin-bottom: 0.5em;
}