မီဒီယာဝီကီ:Gadget-tooltipRef.css
မှတ်ချက်။ လွှင့်တင်လိုက်ပြီးသည့်နောက် ပြောင်းလဲမှုများ မြင်ရနိုင်ရန် သင့်အနေဖြင့် ဘရောက်ဇာ၏ cache အား ဖြတ်ကျော်နိုင်ရန် လိုအပ်ပါသည်။
- Firefox / Safari: Reload ကို နှိပ်နေစဉ်အတွင်း Shift ကို ဖိထားပါ၊ သို့မဟုတ် Ctrl-F5 သို့ Ctrl-R (Mac တွင် ⌘-R) ကို နှိပ်ပါ။
- Google Chrome: Ctrl-Shift-R (Mac တွင် ⌘-Shift-R) ကို နှိပ်ပါ။
- Internet Explorer / Edge: Refresh ကို နှိပ်နေစဉ်အတွင်း Ctrl ကို ဖိထားပါ၊ သို့မဟုတ် Ctrl-F5 ကို နှိပ်ပါ။
- Opera: Menu → Settings (Mac တွင် Opera → Preferences) သို့ သွားပြီး Privacy & security → Clear browsing data → Cached images and files ကို ပြုလုပ်ပါ။
/**
* Accès immédiat au contenu des références et notes en bas de page
* dans une fenêtre contextuelle.
* auteur : http://fr.wikipedia.org/wiki/Utilisateur:Lgd
* licence : MIT
*
* Utilisé par : http://fr.wikipedia.org/wiki/MediaWiki:Gadget-tooltipRef.js
*
*/
li.tooltipRef {
font-size: 11px;
line-height: 1.3em !important;
display: block;
max-width: 400px;
min-width: 300px;
max-height: 400px;
overflow-y: auto;
white-space: normal;
padding: 10px !important;
border: 1px solid #aaa;
position: absolute;
background: #f9f9f9 !important;
right: 0;
z-index: 1000;
text-align: right !important;
}
li.noteleft {
left: auto;
right: 0;
}
li.tooltipRef small {
font-size: 1em !important;
}
li.tooltipRef a[href^="#"] {
padding: 0 0 0 16px;
background: url(//upload.wikimedia.org/wikipedia/commons/4/41/MediaWiki_Vector_skin_right_arrow.png) no-repeat left center;
}
li.tooltipRef a.open {
background: url(//upload.wikimedia.org/wikipedia/commons/1/10/MediaWiki_Vector_skin_action_arrow.png) no-repeat left center;
}
li.tooltipRef span.actions {
float: right;
margin: -5px -5px 5px 5px;
}
li.tooltipRef a.close {
border: 1px solid #AAAAAA;
line-height: 1.3em;
padding: 0 3px;
}
li.tooltipRef span.actions a, li.tooltipRef p.more a, li.tooltipRef .subnote a {
background: none;
padding: 0;
}
li.tooltipRef .subnote {
display: block;
margin: 10px 0 0 0;
}
li.tooltipRef p.more {
text-align: right;
}
.hasnote {
color: #aaa !important;
}