Museums
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Infobox template style */
.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;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* </pre> */

/* +++++ [[Main Page]] +++++ */

 #mainpage h2 {
       background-color: #d8e8ff;
       border: 1px solid #8898bf;
       font-size: 1em;
       font-weight: bold;
       margin-top: 0;
       margin-bottom: 0;
       padding-top: 0.1em;
       padding-bottom: 0.1em;
 }
 #mainpage .content {
       background-color: #ffffff;
       border: 1px solid #8898bf;
       border-top: 0px solid white;
       padding: 0.3em 0.8em 0.4em 0.8em;
 }
 #mainpage .content hr {
       background-color: #8898bf;
       color: #8898bf;
       height: 1px;
       margin:0.5em 0;
       padding: 0;
 }
 #mainpage .content .more {
       clear: both;
       font-size: 95%;
       margin-top: 0.8em;
       text-align: right;
 }
 .mainpage-top,
 .mainpage-left,
 .mainpage-right {
       margin-bottom: 1em;
 }
 .mainpage-left {
       margin-right: 0.5em;
 }
 .mainpage-right {
       margin-left: 0.5em;
 }
 .mainpage-top h2,
 .mainpage-bottom h2 {
       text-align: center;
 }
 .mainpage-top .content .portals {
       font-weight: bold;
       margin-top: 0.2em;
       margin-bottom: 0.2em;
 }
 .mainpage-top .content .internal {
       font-size: 90%;
       text-align: center;
 }
 .mainpage-left h2,
 .mainpage-right h2 {
       text-indent: 0.8em;
 }
 #mainpage-projects .content a {
       font-weight: bold;
 }

/* +++++ Tables +++++ */

.wikitable,
.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
}
 
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
}
 
.wikitable caption,
.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}


/* +++++ Colors +++++ */
 
 /*
  * Color definitions
  * '''fr'''ame, '''b'''ack'''g'''round
  * Source: http://de.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=44020382
  * 
  */
 
 .frcol1 { /* Like TOC */
    border-color: #aaaaaa;
    border-width: 1px;
 }
 .frcol2 { /* low-key, little contrast */
    border-color: #e9e9e9;
    border-width: 1px;
 }
 .frcol3 { /* "Red", striking */
    border-color: #c00000;
    border-width: 1px;
 }
 .frcol4 { /* Neutral, distinct */
    border-color: #8888aa;
    border-width: 1px;
 }
 .frcol5 { /* "Black", high contrast */
    border-color: #000000;
    border-width: 1px;
 }
 
 .bgcol1 { /* Like TOC */
    background-color: #f9f9f9;
 }
 .bgcol2 { /* "White", for non-article pages, neutral */
    background-color: #ffffff;
 }
 .bgcol3 { /* "Yellow", striking */
    background-color: #ffff40;
 }
 .bgcol4 { /* Very striking */
    background-color: #ffaa00;
 }
 .bgcol5 { /* Neutral, distinct */
    background-color: #e0e0e0;
 }
 .bgcol6 { /* General „colored“, for accentuation and distinction */
    background-color: #b3b7ff;
 }
 .bgcol7 { /* General „colored“, for accentuation and distinction */
    background-color: #ffcbcb;
 }
 .bgcol8 { /* General „colored“, for accentuation and distinction */
    background-color: #ffebad;
 }
 .bgcol9 { /* General „colored“, for accentuation and distinction */
    background-color: #b9ffc5;
 }

 /* === USERBOXES  === */
 /* cf. [[Template:Userbox]] */
 
 table.userbox { float:left; margin:0.2em; padding:0; border-width:1px; border-style:solid; }
 table.userbox td.left, table.userbox td.right { text-align:center; vertical-align:middle; font-size:1.6em; padding:0; }
 table.userbox td.main { padding:0 4px; vertical-align:middle; line-height:125%; font-size:0.9em; }
 
 table.userbox { border-color:#aaa; background:#f8f8f8; }
 table.userbox td.left, table.userbox td.right { background:#d8d8d8; }
Advertisement