User:MrX/common.css
span.reply-link-wrapper {
font-size: 50%;
}
.mw-rcfilters-ui-changesListWrapperWidget ul li {
margin-bottom: .3em;
}
li.mw-changeslist-ns-0 a.mw-changeslist-title {
font-weight: bold;
}
li.mw-changeslist-ns-1 a.mw-changeslist-title {
color: #005500;
}
a.mw-changeslist-title.userlink {
color: #ff5500;
}
li.mw-changeslist-ns-4 a.mw-changeslist-title {
color: #990000;
}
/* Floating diff button */
/*input.historysubmit.mw-history-compareselectedversions-button {
line-height: 22px;
background: radial-gradient(circle, rgba(180,255,255,1) 5%, rgba(0,0,255,1) 80%);
color: rgba(0,0,0,0);
position: fixed;
left: 230px;
border-radius: 62px;
width: 26px;
cursor:cell;
}
*/
input.historysubmit.mw-history-compareselectedversions-button {
line-height: 12px;
background: radial-gradient(circle,rgba(180,255,255,1) 5%,rgba(0,0,255,1) 80%);
color: rgba(0,0,0,0);
position: fixed;
left: 197px;
border-radius: 32px;
width: 12px;
font-size: 2px;
cursor: cell;
}
/* Hide Edit revision history page's form */
.action-history #mw-content-text > .mw-htmlform-ooui-wrapper:first-child {
display: none;
}
/*Hide Commons license notice */
.mw-editform #editpage-copywarn {
visibility: hidden;
height: 0;
}
.mw-rcfilters-ui-watchlistTopSectionWidget-watchlistDetails {
font-size: 12px;
}
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3, .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child, .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: #ffffdd;
}
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4, .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child, .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: #ffeedd;
}
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5, .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child, .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: #ffcccc;
}
.client-js .mw-special-Watchlist .rcfilters-head {
min-height: 240px;
}
/* Diff view styling */
.diff-deletedline .diffchange, .wikEdDiffDelete {
background: #ffdddd !important;
color: #440000;
}
.diff-deletedline{
border-color: #ffdddd;
}
[data-diff-action='remove'], table[data-diff-action='remove'] > caption, figure[data-diff-action='remove'] > figcaption {
background-color: #ffdddd !important;
box-shadow: 0 0 0 1px #ffdddd;
}
.diff-addedline .diffchange, .wikEdDiffInsert {
background: #ddffdd !important;
color: #003300;
}
.diff-addedline {
border-color: #ddffdd;
}
.wikEdDiffBlock {
background: #f3f5ff !important;
}
[data-diff-action='insert'], table[data-diff-action='insert'] > caption, figure[data-diff-action='insert'] > figcaption {
background-color: #ddffdd !important;
box-shadow: 0 0 0 1px #ddffdd;
}
[data-diff-action='change'], [data-diff-action='change-insert'] {
background-color: #ddeeff !important;
box-shadow: 0 0 0 1px #ddeeff;
padding-top:10px;
}
/* Prevent text box text from being cut off */
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
padding-top:.65em !important;
padding-bottom:.65em !important;
line-height: 1em !important;
}
.cm-mw-ext-ref, .cm-mw-tag-ref {
opacity:.5;
}
/*Code Editor */
.wikiEditor-ui .ace_editor {
font-size:14px !important;
}
.ns-talk #catlinks {display:none;}
.user-blocked-indef{
opacity: 1 !important;
font-style: italic;
font-weight: bold !important;
text-decoration: line-through !important;
color: #FF0055;
}
.user-blocked-temp{
opacity: 1 !important;
font-weight: bold !important;
text-decoration: line-through !important;
color: #FF0055;
}
input#wpSummary{width:100%}
.MrX_userhighlighter_sysop {}
.MrX_userhighlighter_sysop::before {
content: "★";
color: #aa0000;
vertical-align:1px;
font-size:12px;
}
.MrX_userhighlighter_arb {}
.MrX_userhighlighter_arb::before {
content: "★";
color: #0000aa !important;
vertical-align:1px;
font-size:12px;
}
#pt-delsort ul li a{
padding:1px 1em 1px 1em !important;
}
.highlighted-comment-0 {background-color: transparent !important; color: #000088 !important; text-shadow: 0px 0px 1px #00ff00 !important;}
.wikEdRef, .wikEdRefShow, .wikEdList {background-color: #FFFFEE !important; color: red;}
.Xtools{margin-top: 0 !important;}
.Xtools ul li{display: block; margin:0px 0 !important; padding:0 !important; background-color: #fff; border:1px solid #ccddee;}
.Xtools ul li:hover{background-color: #004499;color: #FFF !important; text-decoration: none;}
.Xtools ul li a{display: block !important; margin:2px 0 -2px 0; padding:3px 0 3px 10px !important; color: #0066aa !important; font-size:100% !important;}
.Xtools ul li a:hover{color: #FFF !important; text-decoration: none;}
div#mw-panel div.portal {margin: 0px 0.6em 0px 0.2em;}
#p-logo{top:-271px;}
.mw-special-Watchlist .mw-rollback-link {
display: none;
}
a:visited {color: #550088!important;}
.client-js .mw-special-Watchlist .rcfilters-head {
min-height: 0px;
}
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.