MediaWiki:Standard.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
/* CSS placed here will affect users of the Standard skin */


/*<pre><nowiki>*/

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  background: #f9f9f9;
  border: 1px #aaa solid;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
}

table.navbox {
  background: #f9f9f9;
}

table.infobox {
  border: 1px solid #aaa;
  background: #f9f9f9;
  color: black;
}

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

table.infobox.bordered .mergedtoprow th {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

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

div.tright {
   clear: right;
 }

div.tleft {
        float: left;
        margin-right: .5em;
        border-width: .5em 1.4em .8em 0;
}

dt {
   font-weight:bold;
 }

/*div.topicon {
  position:absolute; 
  z-index:100; 
  top:120px;
  display: block !important;
}*/

#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 left:163px;
 top:3.5em;
 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 patrolled edits */
li.not-patrolled {
 background-color: #ffffaa;
 }

/*</nowiki></pre>*/