Jump to content

User:MrX/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
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;
}