MediaWiki:NewsForm.css: Difference between revisions
From TwogPedia
(Created page with "→News search modal: .newsForm { position: fixed; z-index: 20; left: 0; top: 0; width: 100%; height: 100%; display: none; justify-content: center; align-items: center; overflow: auto; background-color: rgba(0,0,0,0.4); } .newsForm-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 800px; display: flex; flex-direction: column; row-gap: 10px } .newsForm-close { color: #aaa; float...") |
mNo edit summary |
||
Line 42: | Line 42: | ||
} | } | ||
.newsForm h2 {margin-top: 0;} | .newsForm h2 {margin-top: 0;} | ||
.group-default { | |||
display: flex; | |||
} | |||
#embedForm input { | |||
width: 100%; | |||
} |
Latest revision as of 11:15, 7 June 2023
/*News search modal*/
.newsForm {
position: fixed;
z-index: 20;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
.newsForm-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 800px;
display: flex;
flex-direction: column;
row-gap: 10px
}
.newsForm-close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.newsForm-close:hover,
.newsForm-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.newsForm-suggestion {
margin-top: 10px;
padding: 4px;
border: 1px solid #000;
}
.newsForm h2 {margin-top: 0;}
.group-default {
display: flex;
}
#embedForm input {
width: 100%;
}
No categories