টোকা: প্ৰকাশ কৰাৰ পাছত পৰিৱৰ্তনসমূহ চাবৰ বাবে আপোনাৰ ব্ৰাউজাৰত কেশ্ব অগ্ৰাহ্য কৰিবলগীয়া হ'ব পাৰে।

  • ফায়াৰফক্স / চাফাৰি: Shift ধৰি ৰাখি Reload ক্লিক কৰক, বা Ctrl-F5 আৰু Ctrl-R ৰ ভিতৰত যিকোনো এটা ক্লিক কৰক (মেকত ⌘-R)
  • গুগল ক্ৰ'ম: Ctrl-Shift-R টিপক (মেকত ⌘-Shift-R)
  • ইণ্টাৰনে'ট এক্সপ্ল'ৰাৰ / এড্‌জ: Ctrl ধৰি ৰাখি Refresh ক্লিক কৰক, বা Ctrl-F5 টিপক
  • অপেৰা: Ctrl-F5 টিপক।
#coordinates {
 position: absolute;
 top: 0em;
 right: 0em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 85%;
 text-transform: none;
 white-space: nowrap;
}

/* For positioning icons at top-right, used in Templates
 "Spoken Article" and "Featured Article" */
div.topicon {
 position: absolute;
 top: -2em;
 margin-right: -10px;
 display: block !important;
}

/* FR topicon position */
div.flaggedrevs_short {
 position: absolute;
 top: -3em;
 right: 80px;
 z-index: 1;
 margin-left: 0;
 /* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
 margin-right: -10px;
}

/* Menu over FR box */
div.vectorMenu div {
 z-index: 2;
}

/* Display of site subtitle */
#siteSub {
 display: inline;
 font-size: 95%;
 font-weight: normal;
}

/* {{tl|Link GA}} */
#mw-panel div.portal div.body ul li.GA {
 background: url("//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
 margin-left: -10px;
 padding-left: 10px;
}

/* {{tl|Link FA}} */
#mw-panel div.portal div.body ul li.FA {
 background: url("//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
 margin-left: -10px;
 padding-left: 10px;
}

/* Adjust font-size for inline HTML generated TeX formulae */
.texhtml {
 font-size: 125%;
 line-height: 1.25em;
}