Redstone Compendium:Main Page/styles.css

From The Redstone Compendium, the online reference for all of technical Minecraft
Jump to navigation Jump to search

/* For now this is just a plain copy from Wikipedia

* But we will customise it later
*/

.mp-box { border: 1px solid #aaa; padding: 0 0.5em 0.5em; margin-top: 4px; }

.mp-h2, body.skin-timeless .mp-h2 { border: 1px solid #aaa; margin: 0.5em 0; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold; font-family: inherit; }

.mp-later { font-size: 85%; font-weight: normal; }

  1. mp-topbanner {

background: #f9f9f9; border-color: #ddd; }

  1. mp-welcomecount {

text-align: center; margin: 0.4em; }

  1. mp-welcome {

font-size: 162%; padding: 0.1em; }

  1. mp-welcome h1 {

font-size: inherit; font-family: inherit; display: inline; border: none; }

  1. mp-free {

font-size: 95%; }

  1. articlecount {

font-size: 85%; }

.mp-contains-float::after {

 content: "";
 display: block;
 clear: both;

}

  1. mp-banner {

background: #fffaf5; border-color: #f2e0ce; }

  1. mp-left {

background: #f5fffa; border-color: #cef2e0; }

  1. mp-left .mp-h2 {

background: #cef2e0; border-color: #a3bfb1; }

  1. mp-right {

background: #f5faff; border-color: #cedff2; }

  1. mp-right .mp-h2 {

background: #cedff2; border-color: #a3b0bf; }

  1. mp-middle {

background: #fff5fa; border-color: #f2cedd; }

  1. mp-middle .mp-h2 {

background: #f2cedd; border-color: #bfa3af; }

  1. mp-lower {

background: #faf5ff; border-color: #ddcef2; }

  1. mp-lower .mp-h2 {

background: #ddcef2; border-color: #afa3bf; }

  1. mp-bottom {

border-color: #e2e2e2; }

  1. mp-bottom .mp-h2 {

background: #eee; border-color: #ddd; }

@media (max-width: 875px) { #mp-tfp table, #mp-tfp tr, #mp-tfp td, #mp-tfp tbody { display: block !important; width: 100% !important; box-sizing: border-box; }

#mp-tfp tr:first-child td:first-child a { text-align: center; display: table; margin: 0 auto; } }

@media (min-width: 875px) { #mp-upper { display: flex; }

#mp-left { flex: 1 1 55%; margin-right: 2px; }

#mp-right { flex: 1 1 45%; margin-left: 2px; } }

div.hlist.inline ul, div.hlist.inline li, div.hlist.inline { display: inline; }