الگو:پاسخ پرسش/styles.css: تفاوت میان نسخهها
جزبدون خلاصۀ ویرایش |
جزبدون خلاصۀ ویرایش |
||
| خط ۳۵: | خط ۳۵: | ||
background: #f9f9f9; | background: #f9f9f9; | ||
border-color: #ddd; | border-color: #ddd; | ||
padding: 5px; | |||
} | } | ||
نسخهٔ کنونی تا ۲۷ ژوئن ۲۰۲۲، ساعت ۱۰:۴۹
/* --------------------- Begin Main Page Style ----------------- */
/* جعبه پاسخ */
/* === Collapsible elements. Toggle-link moved to left. ===
/* Margin around it adjusted.
/* https://community.fandom.com/wiki/Thread:1104268
/* https://community.wikia.com/wiki/Thread:499656
/* https://community.wikia.com/wiki/Help:Collapsing
/* https://cannabis.wikia.com/wiki/MediaWiki:Wikia.css */
.mw-collapsible span.mw-collapsible-toggle {
float: left;
margin-left: 0;
margin-right: 1em;
}
.mw-collapsible-content {
display: flex;
}
.im-answer-title {
padding: 10px 5px;
border: none;
}
.im-answer-title span:nth-child(2) {
float: right;
}
.im-answer-content {
display: flex;
min-width: 210px;
border-width: 1px;
border-style: solid;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
background: #f9f9f9;
border-color: #ddd;
padding: 5px;
}
.im-answer-content div:nth-child(1) {
flex-grow: 1;
}
.im-answer-content div:nth-child(2) {
flex-grow: 3;
}
/* --------------------- End Main Page Style ----------------- */
@media screen and (max-width: 719px) {
.im-answer-title span:nth-child(2) {
float: right;
font-size: calc(1em - .25vw);
}
.im-answer-content {
flex-wrap: wrap;
}
}