MediaWiki:Vector.css

Lát'ọwọ́ Wikipedia, ìwé ìmọ̀ ọ̀fẹ́

Àkíyèsí: Lẹ́yìn ìmúpamọ́, ó ṣe é ṣe kó jẹ́ pé ẹ gbọ́dọ̀ fo cache agbétàkùn yín láti rí àwọn àtúnṣe.

  • Firefox / Safari: Ẹ di Shift mú bí ẹ ṣe ún tẹ Reload, tàbí kí ẹ tẹ Ctrl-F5 tàbí Ctrl-R (⌘-R lórí Mac)
  • Google Chrome: Ẹ tẹ Ctrl-Shift-R (⌘-Shift-R lórí Mac)
  • Internet Explorer: Ẹ di Ctrl mú bí ẹ ṣe ún tẹ Refresh, tàbí kí ẹ tẹ Ctrl-F5
  • Opera: Ẹ lọ sí Menu→Settings (Opera → Preferences lórí Mac) lẹ́yìn náà ẹ lọ sí Privacy & security → Clear browsing data → Cached images and files
.page-Special_NewPages #bodyContent ul li { list-style:decimal inside none; }

/* Don't display some stuff on the main page */
body.page-Ojúewé_Àkọ́kọ́  #contentSub,
body.page-Ojúewé_Àkọ́kọ́  #deleteconfirm,
body.page-Ojúewé_Àkọ́kọ́  #t-cite,
body.page-Ojúewé_Àkọ́kọ́  #lastmod, 
body.page-Ojúewé_Àkọ́kọ́  #siteSub, 
body.page-Ojúewé_Àkọ́kọ́  h1.firstHeading {
    display: none !important;
}

body.page-Ojúewé_Àkọ́kọ́ #mp-topbanner {
margin-top: 0 !important;
}

/* Donations link to be uncommented during fund-raising drives  */
#siteNotice {
    margin-top: 5px;
    margin-bottom: -.5em;
}
#mw-dismissable-notice {
    background: transparent;
}

#fundraising {
    text-align: center;
    border: 1px solid gray;
    padding: 5px;
}

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

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

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

/* Bold 'edit' and 'edit source' links to encourage newcomers */
#ca-ve-edit,
#ca-edit a { font-weight: bold !important; }

@media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink { display: none }
    #content { background: #fff; } /* white background on print */
}

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

p.error {
    font-weight: bold;
}

/* 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 }

/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
/* See #Framed_image_background_color */
div.thumb div a img {
    background-color:#fff;
}

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

/* FR topicon position */
div.flaggedrevs_short {
 position: absolute;
 top: -3em;
 right: 55px;
 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;
}

#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;
}

.portlet li {
    list-style-image: url("//upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png");
}

/* {{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;
}
 
#siteNotice .notice-all {
  margin-bottom: 1em !important;
  margin-right: 2px !important;
}

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
}

.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}

/* Styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.gallerybox .thumb img {
    background: #F9F9F9;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border-right: 1px solid #aaa;
}

/* Remove white border from thumbnails */
div.thumb {
    border: none;
}

div.tright {
    border: none;
    margin: 0.5em 0 0.8em 1.4em;
}

div.tleft {
    border: none;
    margin: 0.5em 1.4em 0.8em 0;
}

/* Give transparent background to table on confirm deletion page */
form#deleteconfirm table {
    background-color:transparent;
}

/* allow disabling of "external" color on internal links in some situations */
#bodyContent .plainlinks2 a.external[href^="http://yo.wikipedia.org"] {
	color: #002bb8 !important
}

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

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