Jump to content

MediaWiki:Common.css

From Biblioteca Eminiana
Revision as of 19:37, 7 December 2025 by Reidoseminianos (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ============================
   Ajustes gerais de leitura
   ============================ */

.mw-body-content p {
    text-align: justify;
}

/* Alargar área principal do conteúdo da wiki */
.mw-body {
    max-width: 1200px !important;
}

/* Impedir que a infobox empurre o texto para baixo */
.infoboxEminia {
    float: right;
    clear: right;
    margin-left: 1em;
}


/* ============================
   INFOBOX EMÍNIA (oficial)
   ============================ */

.infoboxEminia {
    width: 23em;
    font-size: 85%;
    float: right;
    margin: 0 0 1em 1em;
    background: #f3e6d2;        /* Pergaminho */
    border: 1px solid #bfa97a;  /* Dourado suave */
    padding: 6px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.infobox-title {
    text-align: center;
    font-size: 120%;
    background: #e9d8b8;
    border-bottom: 1px solid #bfa97a;
    padding: 4px;
}

.infobox-image {
    text-align: middle;
    padding: 6px;
}