User:Kiteretsu/DiscussionCloser.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary Tag: Reverted |
m Infinityboy7 moved page User:Aviram7/DiscussionCloser.css to User:Infinityboy7/DiscussionCloser.css without leaving a redirect |
||
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
background-color: #d6d6d6; |
background-color: #d6d6d6; |
||
margin: 10% auto; |
margin: 10% auto; |
||
padding: 2px |
padding: 2px 20px; |
||
border: 1px solid #888; |
border: 1px solid #888; |
||
width: |
width: 80%; |
||
max-width: |
max-width: 60em; |
||
font-size: |
font-size: 90%; |
||
} |
} |
||
#DC-interface-content { |
#DC-interface-content { |
||
min-height: |
min-height: 7em; |
||
width: |
width: 875px; |
||
height: |
height: 400px; |
||
overflow-y: scroll; |
overflow-y: scroll; |
||
} |
} |
Revision as of 05:27, 1 June 2024
#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;
}