User:Timwi/monobook.css

From Wikipedia

< User:Timwi

ເອົາໃຈໃສ່: ຫຼັງຈາກບັນທຶກ, ທ່ານອາດຈຳເປັນຕ້ອງເວັ້ນຜ່ານ ຂໍ້ມູນເກົ່າທີ່ ໂປແກມທ່ອງເວັບ ຂອງ ທ່ານບັນທຶກໄວ້ເພື່ອເບິ່ງຜົນການປ່ຽນແປງ. Mozilla / Firefox / Safari: ກົດ Shift ໃນເວລາຄລິກ Reload, ຫຼືກົດ Ctrl-Shift-R (Cmd-Shift-R ໃນ ເມັກຄິນທົສ); IE: ກົດ Ctrl ໃນເວລາຄລິກ Refresh, ຫຼືກົດ Ctrl-F5; Konqueror:: ກົດປຸ່ມ Reload , ຫຼື ກົດ F5; Opera ຜູ້ໃຊ້ອາດຈຳເປັນຕ້ອງລຶບ ຂໍ້ມູນບັນທຶກໂດຍສິ້ນເຊີງ ໃນ Tools→Preferences.

/* 
   I hereby place this code in the public domain. &mdash; [[User:Timwi|Timwi]]
*/
 
 
/* Round the corners of everything. */
 
#p-cactions ul li, #p-cactions ul li a {
    -moz-border-radius-topleft: 8.1px; /* 0.59em; */
    -moz-border-radius-topright: 8px; /* 0.57em; */
}
#content {
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-bottomleft: 8.5px;
}
div.pBody {
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8.4px;
}
pre, table#toc, div.thumb div {
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8.5px;
    -moz-border-radius-bottomright: 8.4px;
}
 
 
/* Change the background colour (and selected tab border
   colour) for non-article pages */
 
#content, #p-cactions ul li.selected a {
    background: #f5f5ff;
}
#p-cactions ul li.selected {
    border-color: #1080fa;
}
.ns-0 #content, .ns-0 #p-cactions ul li.selected a {
    background: white;
}
.ns-0 #p-cactions ul li.selected {
    border-color: #fabd23;
}
 
 
/* Change the colour and style of the borders around
   "pre"s. */
 
pre {
    border: 1px solid #A2C5E6;
}
 
 
/* make the Table of Contents look the same way as the
   info box in the top-right of my User page. */
 
table#toc {
    border: 1px solid #aaaaaa;
    border-spacing: 0;
    background-color: #f9f9f9;
    padding: 0;
    font-size: 95%;
    margin-top: 10px;
}
 
table#toc tr#toctitle td {
    background-color: #e9e9e9;
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-topright: 8px;
    padding: 0 10px;
}
 
table#toc tr#tocinside td {
    border-top: 1px solid #aaaaaa;
    background-color: inherit;
    padding: 5px;
}
 
 
/* Underline all links. */
 
a { text-decoration: underline; }
 
 
table { background: inherit; }
 
#siteNotice {
    background: none;
    border: none;
    text-align: right;
    font-size: 75%;
    font-style: normal;
    margin: 0 0 0 2em;
    padding: 0;
    float: right;
    width: 45%;
    line-height: normal;
}
 
p.catlinks {
    margin: 0;
    padding: 0 5px 2px 5px;
}
div#catlinks {
    margin: 0 0 0 50%;
    padding: 0;
    font-size: 75%;
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-top: none;
    -moz-border-radius-bottomleft: 8.5px;
    -moz-border-radius-bottomright: 8.4px;
    background-color:#f9f9f9;
    text-align: right;
}
.firstHeading {
    margin-bottom: 0;
    line-height: 1em;
}
 
#contentSub {
    margin-top: 3px;
}
 
table.diff {
    border: 1px solid #cccccc;
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8.5px;
    -moz-border-radius-bottomright: 8.4px;
}
td.diff-context { background: inherit; }
td.diff-deletedline, td.diff-addedline {
    background: #eee;
    color: inherit;
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8.5px;
    -moz-border-radius-bottomright: 8.4px;
}
 
td.diff-deletedline span.diffchange {
    color: inherit;
    background-color: #fcc;
}
td.diff-addedline span.diffchange {
    color: inherit;
    background-color: #cfc;
}
 
#siteSub { display: none; } /* "From Wikipedia, the free encyclopedia." */
#contentSub { text-align: right; margin: 0; padding: 0; }