Abrir menu principal

UESPWiki β

MediaWiki:Monobook.css

Nota: Após gravar, terá de limpar a 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)
  • Internet Explorer: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Ir para Menu → Configurações (Opera → Preferências no Mac) e, em seguida, Privacidade e segurança → Limpar dados de navegação → Imagens e ficheiros em cache.
/* <pre> */

table.wikitable {
    background:#FDF5E6;
}

table.wikitable th {
    background:#F5DEB3;
}

.page-Main_Page div.thumb.tnone {
    border-color: #FCFFF0 !important;
}

sup {
    line-height:1.0;
}

sub {
    line-height:1.0;
}

div#column-content {
    margin: 0 0 .6em -13em;
}

div#content {
    margin: 2.8em 0 0 13em;
    background-color: #FBEFD5;
}

.portlet {
    width: 12.6em;
}

#p-logo {
    left: 2px;
    width: 13em;
}

button#searchButton {
    background-color: transparent;
    background-image: none;
    border: medium none;
    cursor: pointer;
    margin: 0;
    padding: .3em .4em .2em 0;
    position: absolute;
    right: 0;
    top: 18px;
    width: 10%;
}

div#searchBody {
    background-color: white;
    height: 12px;
}

#searchInput {
    -webkit-appearance: none;
    background-color: transparent;
    width: 90%;
    margin: 0;
    font-size: 13px;
    border: medium none;
    outline: medium none;
    direction: ltr;
    left: 1px;
    margin: 0;
    padding: .2em 0 .2em .2em;
    position: absolute;
    top: 18px;
    height: 16px;
}

#p-cactions {
    left: 13em;
}

div#footer {
    background-color: #FBEFD5;
}

table.mw-collapsible {
    padding-bottom: 3px;
}

div.tright {
    margin: 0 0 .5em 1em;
}

div.tleft {
    margin: 0 1em .5em 0;
}
/* </pre> */