MediaWiki:Common.css

De Ravendawn Wiki
Revisão de 19h25min de 21 de fevereiro de 2025 por Unknown user (discussão) (Criou página com '.itemWrapperMain { width: 350px; clear: right; border: 1px solid #ccc; background-color: #f9f9f9; padding: 10px; border-radius: 5px; box-sizing: border-box; } .itemBoxGuideLeft { font-size: 0; height: 64px; width: 64px; display: inline-block; box-sizing: border-box; } .itemBoxGuideRight { float: left; font-size: 18px; font-weight: bold; margin-left: 10px; box-sizing: border-box; } .itemHeaderSubtitle...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
  • Opera: Pressione Ctrl-F5.
.itemWrapperMain {
    width: 350px;
    clear: right;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.itemBoxGuideLeft {
    font-size: 0;
    height: 64px;
    width: 64px;
    display: inline-block;
    box-sizing: border-box;
}

.itemBoxGuideRight {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    box-sizing: border-box;
}

.itemHeaderSubtitle {
    width: 235px;
    height: 1.6em;
    float: left;
    margin: 0 10px 0 0;
    padding-right: 5px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}

.itemDescriptionBox {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    background-color: #eee;
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
}

.itemBottomDetails {
    margin: 0;
    padding: 10px 15px;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}