Patanid: Pakatapos ipublikar, baad kaipuhanon mong i-bypass an cache kan saimong browser para mahiling an mga pagbabago.

  • Sa Firefox / Safari: Pinduton an Shift mantang pinipindot an Reload, o pinduton an Ctrl-F5 o Ctrl-R (⌘-R sa Mac)
  • Sa Google Chrome: Pinduton an Ctrl-Shift-R (⌘-Shift-R sa Mac)
  • Sa Internet Explorer / Edge: Pinduton Ctrl mantang pinipindot an Refresh, o pinduton an Ctrl-F5
  • Sa Opera: Pinduton an Ctrl-F5.
/* Don't display some stuff on the main page */
body.page-Panginot_na_Pahina #deleteconfirm,
body.page-Panginot_na_Pahina #t-cite,
body.page-Panginot_na_Pahina #lastmod,
body.action-view.page-Panginot_na_Pahina #siteSub,
body.action-view.page-Panginot_na_Pahina #contentSub,
body.action-view.page-Panginot_na_Pahina h1.firstHeading {
    display: none !important;
}

#siteNotice {
    margin-top: 5px;
    margin-bottom: -.5em;
}
#mw-dismissable-notice {
    background: transparent;
}

/* Talk page tab "+" / "new section". 
   Sets the same padding as the other tabs have. */
div#p-cactions #ca-addsection a {
    padding-left: .8em;
    padding-right: .8em;
}

/* Block quotations */
div#content blockquote {
    font-size: 93.75%;  /* equivalent of 15px in 16px default */
    margin: 1em 1.6em;  /* same indent as an unordered list */
}
div#content blockquote p {
    line-height: inherit;
}

/* Display "Gikan sa Bikol Sentral Wikipedia, an talingkas na ensiklopedya" */
#siteSub {
    display: block;
    font-size: 92%;
}

div#footer #lastmod,
div#footer #copyright {
    display: block;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a {
    font-weight: bold !important;
}

#pt-login {
    font-weight: bold;
    font-size: 110%;
}

p.error {
    font-weight: bold;
}

/* TOC margin in articles (and article previews) */
.ns-0 #wikiPreview > table#toc,
.ns-0 #bodyContent > table#toc {
    margin-top: .5em;
}

/* Class styles */

/* .toccolours added here because version in 
   monobook/main.css wasn't being used by the print style */
.toccolours { 
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}

/* Don't underline links in portlets/specialchars even with pref "Underline links:Always" */
.portlet a,
#editpage-specialchars a {
    text-decoration: none;
}
.portlet a:hover,
#editpage-specialchars a:hover {
    text-decoration: underline;
}

/* Position coordinates */
#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 0;
    top: 3.7em;
    float: right;
    margin: 0em;
    padding: 0em;
    padding-right: 30px;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}

/* Styling for updated markers on watchlist, history and recent/related changes */
li.mw-changeslist-line-watched,
li.mw-history-line-updated {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/f/fa/ChangedBulletMono.png);
}