الگو:مدخل مرتبط/styles.css: تفاوت میان نسخهها
(صفحهای تازه حاوی «.im-hatnote { text-align:center; font-size: 85%; font-weight: normal; position: relative; padding: 1px; border-bottom: 1px Solid #FFF; } .im-hatnote-topic { background-color: #fcfce9; display: flow-root; } .im-hatnote-entry { background-color: rgb(255, 245, 227); display: flow-root; } .im-hatnote-question { background-color: #fcfce9; display: flow-root; }» ایجاد کرد) |
جزبدون خلاصۀ ویرایش |
||
خط ۴: | خط ۴: | ||
font-weight: normal; | font-weight: normal; | ||
position: relative; | position: relative; | ||
border-bottom: 1px Solid #FFF; | border-bottom: 1px Solid #FFF; | ||
} | } | ||
خط ۱۱: | خط ۱۰: | ||
background-color: #fcfce9; | background-color: #fcfce9; | ||
display: flow-root; | display: flow-root; | ||
padding: 1px; | |||
} | } | ||
خط ۱۶: | خط ۱۶: | ||
background-color: rgb(255, 245, 227); | background-color: rgb(255, 245, 227); | ||
display: flow-root; | display: flow-root; | ||
padding: 1px; | |||
} | } | ||
.im-hatnote-question { | .im-hatnote-question { | ||
background-color: #fcfce9; | background-color: #fcfce9; | ||
display: flow-root; | display: flow-root; | ||
padding: 1px; | |||
} | } |
نسخهٔ ۵ ژوئیهٔ ۲۰۲۲، ساعت ۱۱:۳۹
.im-hatnote {
text-align:center;
font-size: 85%;
font-weight: normal;
position: relative;
border-bottom: 1px Solid #FFF;
}
.im-hatnote-topic {
background-color: #fcfce9;
display: flow-root;
padding: 1px;
}
.im-hatnote-entry {
background-color: rgb(255, 245, 227);
display: flow-root;
padding: 1px;
}
.im-hatnote-question {
background-color: #fcfce9;
display: flow-root;
padding: 1px;
}