Pengguna:Timwi/monobook.css

Dari Wikipedia bahasa Melayu

Nota: Selepas menyimpan, anda mungkin perlu memirau ingatan cache pelayar anda untuk melihat perubahan. Mozilla /Firefox/Safari: Ctrl-Shift-R; IE: Ctrl-F5; Konqueror: F5. Pengguna Opera mungkin perlu membersihkan kesemua ingatan cachenya di dalam Alatan: Tatarajah (Tools?Preferences).

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 0.57em;
  -moz-border-radius-topright: 0.57em;
}
#content {
  -moz-border-radius-topleft: 0.57em;
  -moz-border-radius-bottomleft: 0.57em;
}
div.pBody {
  -moz-border-radius-topright: 0.57em;
  -moz-border-radius-bottomright: 0.57em;
}

pre {
  border: 1px solid #A2C5E6;
}

pre, table#toc, div.thumb div {
  -moz-border-radius-topleft: 0.57em;
  -moz-border-radius-topright: 0.57em;
  -moz-border-radius-bottomleft: 0.57em;
  -moz-border-radius-bottomright: 0.57em;
}

table#toc {
    border: 1px solid #aaaaaa;
    border-spacing: 0;
    background-color: #f9f9f9;
    padding: 0;
    font-size: 95%;
}

table#toc tr td {
    background-color: #e9e9e9;
    -moz-border-radius-topleft: 0.57em;
    -moz-border-radius-topright: 0.57em;
    padding: 0 10px;
}
table#toc tr#tocinside td {
    border-top: 1px solid #aaaaaa;
    background-color: inherit;
    padding: 5px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
}

div#catlinks, p.catlinks {
    margin: 0;
}
div#catlinks {
    padding: 8px;
    float: right;
    -moz-border-radius-topleft: 0.57em;
    -moz-border-radius-topright: 0.57em;
    -moz-border-radius-bottomleft: 0.57em;
    -moz-border-radius-bottomright: 0.57em;
}

a { text-decoration: underline; }