Ցուցում` հիշելուց հետո, դուք պետք է շրջանցեք ձեր բռաուզերի քէշը` փոփոխությունները տեսնելու համար: Mozilla / Firefox / Safari` պահեք Shift կոճակը և սեղմեք Reload, կամ սեղմեք Ctrl-Shift-R (Cmd-Shift-R Apple Mac-ի վրա); IE` պահեք Ctrl կոճակը և սեղմեք Refresh, կամ պարզապես սեղմեք Ctrl-F5; Konqueror`: պարզապես սեղմեք Reload կոճակը, կամ սեղմեք F5; Opera օգտագործողները պետք է ամբողջովին ջնջեն իրենց քէշը Tools→Preferences:

@charset "utf-8";
@import url("/w/index.php?title=MediaWiki:Common.css/top.css&action=raw&ctype=text/css") screen;
/** Այստեղ տեղադրված CSS կոդը կկիրառվի բոլոր տեսքերի վրա */

/* *********
 * Main page
 */
body.page-Գլխավոր_էջ .firstHeading,
body.page-Գլխավոր_էջ #siteSub
{
 display: none;
}
div.main_page
{
 position: static;
}

/* Default messagebox is gray */
.messagebox { 
    width:90%;
    margin:0px auto; 
    padding:0em;
    border:1px solid #aaaaaa;
    background:#fbfbfb;
}

.messagebox img { 
    border:0em; 
    padding:0em 0.5em;
    text-align:center; 
}

/* default for all content namespaces */
.ns-subject .messagebox + .messagebox { border-top-width:0em; margin-top:-1px; }
.ns-subject .messagebox         { border-left-color:#1e90ff; border-left-width:10px; }
.ns-subject .messagebox.notice  { border-left-color:#1e90ff; }
.ns-subject .messagebox.warning { border-left-color:#b22222; }
.ns-subject .messagebox.serious { border-left-color:#b22222; }
.ns-subject .messagebox.content { border-left-color:#f28500; }
.ns-subject .messagebox.style   { border-left-color:#f4c430; }
.ns-subject .messagebox.merge   { border-left-color:#9932cc; }
.ns-subject .messagebox.growth  { border-left-color:#228b22; }
.ns-subject .messagebox.idea    { border-left-color:yellow;  }

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell {         /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}