|
|
| خط ۱٬۶۵۳: |
خط ۱٬۶۵۳: |
| a.mw-thanks-thank-link { | | a.mw-thanks-thank-link { |
| color: #14866d; | | color: #14866d; |
| }
| |
| /* نوار مشکی سوگواری */
| |
| body::before {
| |
| content: "با اندوه فراوان درگذشت آقای حسینعلی سودآور، بنیانگذار دانشنامه دانش گستر (نوه حاج حسین آقا ملک، بزرگترین واقف معاصر) را تسلیت عرض می کنیم";
| |
| display: block;
| |
| width: 100%;
| |
| background: black;
| |
| color: white;
| |
| text-align: center;
| |
| padding: 5px;
| |
| font-size: 12px;
| |
| font-weight: bold;
| |
| position: fixed;
| |
| top: 0;
| |
| left: 0;
| |
| z-index: 9999;
| |
| }
| |
| /* روبان مشکی گوشه صفحه */
| |
| .ribbon {
| |
| width: 150px;
| |
| height: 150px;
| |
| overflow: hidden;
| |
| position: fixed;
| |
| top: 0;
| |
| right: 0;
| |
| z-index: 9999;
| |
| }
| |
| .ribbon::before {
| |
| content: " ";
| |
| position: absolute;
| |
| width: 200px;
| |
| height: 30px;
| |
| background: black;
| |
| transform: rotate(45deg);
| |
| top: 30px;
| |
| right: -50px;
| |
| } | | } |