Thảo luận MediaWiki:Monobook.css

Nội dung trang không được hỗ trợ ở ngôn ngữ khác.
Từ điển mở Wiktionary

NavContent[sửa]

Hiện tại

Khi bật trình duyệt xem những trang chứa mã (chẳng hạn Tiêu bản:VieTOC):

<div class="NavFrame">
<div class="NavHead">xyz</div>
<div class="NavContent">
...
</div>
</div>

thì content trong khung đó sẽ ở chế độ show/view trong vài giây rồi mới chuyển sang chế độ hide.

Nguyên nhân

Do đoạn css sau:

div.NavFrame div.NavContent {
        font-size: 100%;
}
Khắc phục

Bổ sung thêm thuộc tính display: none;. Nhằm đạt đúng hiệu ứng mong muốn:

div.NavFrame div.NavContent {
	display: none;
        text-align: left;
        font-size: 100%;
}
Kết quả

Các bạn có thể kiểm nghiệm đề nghị trên.--Nguyễn Thế Phúc thảo luận 17:03, ngày 22 tháng 7 năm 2008 (UTC)[trả lời]

Diff style[sửa]

Hello, we have noticed that after the deployment of MediaWiki 1.20wmf1 an old local customized diff style has not been removed from this page. 1.20 brings a new, greatly improved diff style which is no longer compatible with older customizations. To prevent the new release from worsening rather than improving your diffs, I will help you by removing the old code in a week from now unless you object. You'll then be able to see if the new style suits you or needs a new customization. I hope this helps, Hoo man (thảo luận) 19:33, ngày 28 tháng 8 năm 2012 (UTC)[trả lời]

Done - Hoo man (thảo luận) 00:58, ngày 16 tháng 9 năm 2012 (UTC)[trả lời]

External links icons removed[sửa]

Hello! If this CSS adds or modifies icons shown after external links, you'll be interested in knowing that such icons have been removed from MediaWiki core, a change which will reach this wiki in few days. You may want to consider whether you still need them. If you have questions, please ask at bugzilla:63725. Regards, Nemo 09:45, ngày 10 tháng 4 năm 2014 (UTC)[trả lời]