MediaWiki:Monobook.css

Minn Wikizzjunarju

Nota: Wara li salvajt il-modifiki tiegħek, jista' jkun li jkun hemm bżonn li tħassar il-cache tal-browżer tiegħek sabiex tara t-tibdil li sar.

  • Firefox / Safari: żomm il-buttuna Shift waqt li tagħfas fuq Reload, jew agħfas Ctrl-F5 jew Ctrl-R (⌘-R fuq Mac)
  • Google Chrome: agħfas Ctrl-Shift-R (⌘-Shift-R fuq Mac)
  • Internet Explorer: żomm il-buttuna Ctrl waqt li tagħfas Refresh, jew agħfas Ctrl-F5
  • Opera: ħassar il-cache fuq Tools → Preferences
/* Ara wkoll [[Speċjali:PaġnaTiegħi/monobook.css]], [[MediaWiki:Common.css]] */

/* Din il-paġna għandha sservi biss għall-interfaċċa monobook, uża [[MediaWiki:Common.css]] għall-istili tal-kontenut. */

/* Don't display some stuff on the main page */
body.page-Il-Paġna_prinċipali #deleteconfirm,
body.page-Il-Paġna_prinċipali #t-cite,
body.page-Il-Paġna_prinċipali #lastmod,
body.page-Il-Paġna_prinċipali #siteSub,
body.page-Il-Paġna_prinċipali #contentSub,
body.page-Il-Paġna_prinċipali h1.firstHeading {
    display: none !important;
}

.ns-0 #ca-talk, .ns-1 #ca-talk, .ns-114 #ca-talk, .ns-10 #ca-talk, .ns-11 #ca-talk {
  margin-right: 0.3em;
}

.ns-0 #ca-nstab-citations, .ns-1 #ca-nstab-citations, .ns-114 #ca-nstab-citations, .ns-10 #ca-nstab-documentation, .ns-11 #ca-nstab-documentation {
  margin-right: 1.6em;
}

/* Remove bullets from the (by language) sections of the sidebar */

li#n-recentchangesbylanguage, li#n-randompagebylanguage {
  list-style: none;
  display: inline;
}

/* <pre> */

/* Used in [[MediaWiki:Nogomatch]] to prevent the external-site-style link on the internal link, when creating a new entry. */

#bodyContent .plainConnellinks a {
        background: none !important;
        color: #ba0000;
        padding: 0;
}

/* hide the serial commas and gender abbreviation periods */

.serial-comma, .gender-period {
        display: none
}

/* show the "serial and" in the disambiguation see also */

.serial-and {
        display: inline
}

/* add extra space at HR ---- just in the main namespace */

.ns-0 #bodyContent hr {
        margin-top: 2.5em
}

/* hide optional Russian stress-marks */

.ru-stress {
        display: none
}

/* hide "did you mean" on Noarticletext self-links */

.did-you-mean strong {
        display: none
}

/* small margin between "See also" and TOC */

.disambig-see-also,
.disambig-see-also-2 {
        margin-bottom:0.3em;
}

/* display redirects in Special:Allpages in black */

.allpagesredirect a {
        color:#000;
}
.allpagesredirect a:visited {
        color:#000;
}

/* subpage link bigger, clearer */

.subpages {
        font-size:127%;
        margin-top:0.5em;
        margin-bottom:0.5em;
}

/* headings a bit more balanced in size */

h1 {
        font-size:160%;
        font-weight:bold;
}
h2 {
        font-size:140%;
        font-weight:bold;
}
h3 {
        font-size:130%;
}
h4 {
        font-size:120%;
}
h5 {
        font-size:110%;
}
h6 {
        font-size:100%;
}

/*
</pre>
*/