User:Kalten666/minerva.css

From OpenStreetMap Wiki
Jump to navigation Jump to search

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.
/* -------------------------------------------------------------------------- */
/* https://meta.wikimedia.org/wiki/User:Kal666/global.css */
/* ?useskin=minerva */
/* -------------------------------------------------------------------------- */
@media screen
{
#content
{
 width: 100vw;
}

.pre-content,
#mw-content-text > form,
.content,
.post-content
{
 /* max-width: 993.3px; */
 /* margin: 0 3.35em; */
 max-width: 94vw;
 margin: auto !important;
}
/* -------------------------------------------------------------------------- */
*
{
 font-family:Serif;
 text-align: justify;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

p,
ul,
li
{
 line-height: 1.2em;
}

h2
{
 font-weight: bold;
 font-style: italic;
 font-size:x-large;
}
/* -------------------------------------------------------------------------- */
 #content,
 div#content,
 div#bodyContent
 {
  background-color:#dedede;
  color:#000000;
 }
/* -------------------------------------------------------------------------- */
html,
body,
div#mw-head,
div#mw-panel,
div#p-logo,
div#left-navigation,
div#right-navigation,
div#footer
{
 background-color:#aaaaaa;
 color:#eeeeee;
}


div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul li,
div#p-views ul li
{
 background-color:#888888;
 color:#eeeeee;
}


table#toc,
.hintergrundfarbe1,
table.hintergrundfarbe1
{
 font-size: xx-smaller;
 background-color:#dddddd;
 color:#000000;
 line-height: 1em;
}


/* ..................................... */
/* figures: */
div.thumbinner
{
 background-color: #ededed;
 color:#444444;
 padding: 0.5em;
}

div.thumb,
div.thumbinner,
div.thumbinner img
{
 border-radius: 0.5ex !important;
}

div.thumbcaption,
div.thumbcaption *
{
 font-size: x-small !important;
 line-height: 1em;
 font-style: italic;
 text-align:left;
}

div.tleft
{
 /*      top   right bottom left */
 margin: 0.5em 0.5em 0      0;
}

div.tright
{
 /*      top   right bottom left */
 margin: 0.5em 0     0      0.5em;
}
/* ..................................... */


.quotebox
{
 font-size: x-small;
}


.quotebox-quote,
.quotebox-quotebox.left-aligned
{
 font-size: small;
 font-style: italic;
 line-height: 1.2em;
 text-align: justify !important;
}


span.editsection
{
 font-size: xx-small;
 line-height: 1em;
}


p.Zitat
{
 line-height: 1em;
 font-style: italic;
}


sup.reference,
sup.reference *
{
 font-size: xx-small;
 line-height: 0em;
}


body.vector-animateLayout #mw-panel
{
 min-height: 52em;
}


div#footer
{
 min-height: 30em;
}


div#p-logo
{
 width: 11.0em;
 margin-left: -0.5em;
}


div#centralNotice
{
 display:none;
}



/* Panel on the left: */
div#mw-panel
{
 width: 10.5em;
}


#mw-panel-toggle
{
 color: green;
 cursor:pointer;
}


div#mw-panel
{
 display: none;
}


.mw-body
{
 margin-left: 0;
}

/* -------------------------------------------------------------------------- */
a
{
 cursor: url(https://freeheimdall.spdns.org/kalten/Bilder/MausCursor_OW__IE.png) 6 1, pointer;
}

/* NW-MouseCursor */
a[target="_blank"]
{
 cursor: url(https://freeheimdall.spdns.org/kalten/Bilder/MausCursor_NW__IE.png) 6 1, pointer;
}
/* -------------------------------------------------------------------------- */
} /* @media screen */
/* -------------------------------------------------------------------------- */
@media print
{
 *
 {
  font-family:Serif;
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
 }

 #content
 {
  width: 100% !important;
 }

 h1,h2,h3,h4,h5,h6,h7,h8,h9
 {
  page-break-after: avoid;
 }

 h1 + div, h2 + div, h3 + div, h4 + div, h5 + div, h6 + div, h7 + div, h8 + div, h9 + div
 {
  page-break-before: avoid;
 }

 /* ..................................... */
 /* figures: */
 div.thumb
 {
  page-break-inside: avoid;
 }

 div.thumbcaption,
 div.thumbcaption *
 {
  line-height: 1em;
  font-style: italic;
  text-align:left;
 }

 /* will net: */
 div.tleft
 {
  /*      top   right bottom left */
  margin: 0.5em 0.5em 0      0 !important;
 }

 div.tright
 {
  /*      top   right bottom left */
  margin: 0.5em 0     0      0.5em !important;
 }
 /* ..................................... */
}
/* -------------------------------------------------------------------------- */
/* @media print */
/* -------------------------------------------------------------------------- */