/* CSS placed here will affect users of the Vector skin */

/* Ripped out of [[w:de:MediaWiki:Monobook.css]]. Necessary for displaying text in the upper right edge. */
/* This is being used in [[Template:Shortcut]]. */
#shortcut {
   display: inline;
   position:absolute; z-index:1; border:none; background:none; right:12px; top:.3em; float:right; margin:0;
   padding:0; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
}

pre, code, tt {
font-family: monospace, sans-serif;
}