MediaWiki:Common.css

Uut Wikipedia

Let op! Leeg je cache naeda je de wiezigiengen ei opeslogen.

Mozilla/Safari/Konqueror CTRL-SHIFT-R
IE CTRL-F5
Opera F5
Safari CMD-R
Konqueror F5
/* Deêze stylesheet is bedoeld vò CSS wat in aolle skins gebruukt oart. CSS wat specifiek betrekking heeft op de monobook skin, oart in [[MediaWiki:Monobook.css]].

== Tabelfuncties ==
=== Prettytable en wikitable===
Maekt een tabel met grieze achtergrond en lijnen, met een donkergrieze kop. 

<pre>*/
.prettytable, .prettytable table, .wikitable, .wikitable table
{
    border: 1px solid #aaa;
    border-collapse: collapse;
    font-size: 95%;
    margin: 1em 0;
    background: #f9f9f9;
}

.prettytable table, .wikitable table
{
    margin: 0;
}

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

.prettytable th, .wikitable th
{
    background-color: #ddd;
}

/*</pre>

=== Infobox===
Maekt een tabel met grieze achtergrond en lijnen, met een donkergrieze kop. Deêze tabel is rechts uutgelijnd.

<pre>*/
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}

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

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border: 0;
   border-right: 1px solid #aaaaaa;
}
/*</pre>

=== Overige functies ===
Kopcellen links uutlijnen.

<pre>*/
.thleft th, th.thleft
{
    text-align: left;
}
/*</pre>


== Kleine anpassiengen ==
<pre>*/
/* Redirects cursief en groen in Speciaol:Allpages en Speciaol:Prefixindex */
.allpagesredirect a {
    font-style: italic;
    color: green;
}

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

/* Optie "Markeer eigen bewerkiengen as gecontroleerd" verbergen */

input#autopatrol { display: none; }

/* Verschil in juust angepast in roôd en groen */

.mw-plusminus-pos {
   color:green;
}
.mw-plusminus-neg {
   color: #8B0000;
}

/* Kolommen van gelieke breêdte op categoriebladzies */

div#mw-subcategories td, div#mw-pages td {
 width:33%;
}

/* Anpassen berichtmelding */

.usermessage {

   background-color: lightgreen;
   border-color: #B5F;
   color: black;
   font-weight: bold;
   margin: 2em 0em 1em 0em;
   padding: 0.5em 1em;
   vertical-align: middle;
   -moz-border-radius: 1em; 
   -webkit-border-radius: 1em; 
   text-align: center;
}

/* Beta verberge voe nie ingelogde gebrukers, voe ingelogde gebrukers we zichtbaer maeke met common.js */
li#pt-acaibeta, #siteNotice {display: none;}


/*</pre>

/** El CSS isio peplädöl pogebon pro padafomäts valik */
 
span.geolink a {
    background: url(//upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !important;
}
 
 
 
/* Geographical coordinates 
 
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: none } 
   .geo-dec { display: inline } .geo-dms { display: inline }
 
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline } .geo-dms { display: none }
 
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: none }   .geo-dms { display: inline }
 
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline }   .geo-dms { display: inline }
   .geo-multi-punct { display: inline }
 
See [[Template:Coor link]] for how these are used.
 
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
 
*/
 
.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }
 
.longitude .latitude {
  white-space: nowrap;
}
 
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo { }
 
#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 right:30px;
 top:0.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;
}
 
#coordinates a[href ^="http://"] {
 background: url(//upload.wikimedia.org/wikipedia/de/d/d4/Gnome-globe.png) center right no-repeat !important;
 padding-right: 18px !important;
}
 
 
/***** end Geo-related */