MediaWiki:Skinny.css

From “Tota Scriptura”, Joey Day’s personal Scripture topic index wiki

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
div#p-logo a:before {
    content: '\2712' !important;
    }

table.imbox {
    border: 1px solid #1e90ff;
    border-collapse: collapse;
    margin: 1em 0;
    }

table.imbox-license {
    background: #f7f8ff;
    border: 1px solid #88a;
    }

td.mbox-image {
    border: medium none;
    padding: 0.5em 0 0.5em 1em;
    text-align: center;
    vertical-align: middle;
    }

th.mbox-text, td.mbox-text {
    font-size: 0.857em; /* 14px·0.857=12px */
    border: medium none;
    padding: 0.583em 1.167em;
    width: 100%;
    }

img {
    max-width: 20.057em; /* 22.857em-1.4em-1.4em=20.057 */
    width: auto;
    height: auto;
    }

body.page-Home_page img[src="/wiki/images/1/18/Avatar_540px_prisma.png"],
body.page-Project_Home img[src="/wiki/images/1/18/Avatar_540px_prisma.png"] {
    width: 4.571em; /* 64px / 14px = 4.571em */
    margin-top: 0.3em;
    border-radius: 100%;
    }

body.page-Project_About img[src="/wiki/images/e/ea/Signature.png"] {
    width: 12.857em; /* 180px / 14px = 12.857em */
    margin-left: -0.5em;
    }

div#project-quick-nav {
    position: absolute;
    margin-left: -10.0285em;
    width: 20.057em;
    text-align: right;
    top: 1.8em;
    left: 50%;
    }

div#project-quick-nav ul {
    /* font-size: 0.857em; */ /* 14px·0.857=12px */
    }

div#project-quick-nav ul,
div#project-quick-nav li {
    display: inline;
    margin: 0;
    padding: 0;
    }

div#project-quick-nav li:after {
    content: ' · ';
    }

div#project-quick-nav li:last-child:after {
    content: '';
    }

body.page-Project_Home div#contentSub {
    display: none;
    visibility: hidden;
    }

/* when the user's browser size is greater than 560px */
@media screen and (min-width: 39.604em) {
        div#project-quick-nav {
            display: none;
            }
}
Personal tools