Pengguna:LouCypher/monobook.css

Catatan: Setelah menyimpan, Anda harus memintas tembolok (cache) peramban Anda untuk melihat perubahannya. Google Chrome, Firefox, Microsoft Edge dan Safari: Tahan tombol Shift dan klik Muat ulang (Reload) di tombol bilah alat. Untuk detail dan instruksi tentang peramban lain, lihat halaman menghapus singgahan (Inggris).

#content {
    margin-right: 2em;
    border: 2px outset #aaa;
    -moz-border-radius: 0 1em 1em 0;
}

#column-one {
    padding-left: .25em;
}

#p-personal li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#p-cactions li {
    border: 1px outset #aaa;
    border-bottom: none;
    -moz-border-radius-topleft: .5em;
    -moz-border-radius-topright: .5em;
    margin-right: 1px;
}
#p-cactions li a {
    color: #808080;
    background-color: #fafafa;
}
#p-cactions li a:hover {
    color: black;
    background-color: white;
}
#p-cactions li.selected {
    border: 2px outset #aaa;
    border-bottom: none;
    font-weight: bold;
}
#p-cactions li.selected a {
    color: black;
    background-color: white;
}
#p-cactions li.selected a:hover {
    color: #002bb8;
}

#p-nav .pBody,
#p-search .pBody,
#p-tb .pBody,
#p-lang .pBody {
    background-color: #fefefe;
    border: 2px outset #aaa;
    -moz-border-radius: .5em;
}
#searchInput {
    width: auto;
    margin-bottom: .5em;
    height: 16px;
}

textarea,
input[type="text"] {
    border-width: 1px;
}
input[type="text"] {
    -moz-border-radius: 1em;
    padding: 0 .5em;
}
input[type="button"],
input[type="submit"] {
    background-color: #f0f0f0;
    border-width: 1px;
    cursor: pointer;
    cursor: hand;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #e0e0e0;
}