|
|
Line 6: |
Line 6: |
| a.nick_ip, a.nick_ip:visited { color: darkred; } | | a.nick_ip, a.nick_ip:visited { color: darkred; } |
| a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; } | | a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; } |
|
| |
|
| |
| /* General overrides */
| |
|
| |
| /* Infobox */
| |
| .infobox.vcard{
| |
| color:white;
| |
| }
| |
| th.fn.org{
| |
| color:white;
| |
| }
| |
| .infobox.vcard th, .infobox.vcard td, .infobox.vcard p{
| |
| font-size:14px;
| |
| }
| |
| .infobox.vcard th {
| |
| width:120px
| |
| }
| |
| .infobox.vcard td {
| |
| width:230px
| |
| }
| |
|
| |
| /* Overrides to fix various style errors */
| |
|
| |
| /* Tables */
| |
| table.wikitable > tr > th, table.wikitable > * > tr > th{
| |
| background: #333;
| |
| }
| |
| table.wikitable td{
| |
| background:#111;
| |
| }
| |
|
| |
| table.wikitable.preview-limit-report th, table.wikitable.preview-limit-report td{
| |
| background:#111;
| |
| }
| |
|
| |
| /* Search results bar fix */
| |
| .mw-search-profile-tabs {
| |
| background-color:#111;
| |
| margin-top:1em;
| |
| border:1px solid #c8ccd1;
| |
| border-radius:2px
| |
| }
| |
| .mw-search-profile-tabs .search-types .current a {
| |
| color:white;
| |
| }
| |
|
| |
| /* "Pending review" bar fix */
| |
| div.flaggedrevs_preview {
| |
| background-color:#111;
| |
| color: white;
| |
| }
| |
|
| |
| /* "Unchecked" (patrol) box fix */
| |
| div.flaggedrevs_short {
| |
| border:1px solid #222;
| |
| background-color:#111;
| |
| font-size:95%;
| |
| font-weight:normal;
| |
| margin:0 0 0 1em;
| |
| line-height:16px;
| |
| padding:2px;
| |
| float:right;
| |
| }
| |
|
| |
| /* Category bar fix */
| |
| .catlinks {
| |
| border:1px solid #a2a9b1;
| |
| background-color:#f8f9fa;
| |
| padding:5px;
| |
| margin-top:1em;
| |
| clear:both;
| |
| background: #111;
| |
| }
| |
|
| |
| /*Upload menu preview box fix */
| |
| div.thumbinner{
| |
| background:#111;
| |
| }
| |
| /* Image bar fix */
| |
| #filetoc{
| |
| background:#111;
| |
| }
| |
| /* "Show extended info" box fix */
| |
| .mw_metadata td{
| |
| background:#111;
| |
| }
| |
|
| |
| /* Global account page "List of local accounts" */
| |
| table.wikitable th.headerSort {
| |
| background:#111;
| |
| }
| |
| /* Global account popup box */
| |
| .merge-method-help-div{
| |
| background-color:#111;
| |
| }
| |
|
| |
| /* Diff page overrides */
| |
|
| |
| /* Main diff part */
| |
| .diff-addedline,.diff-deletedline,.diff-context {
| |
| font-size:88%;
| |
| line-height:1.6;
| |
| vertical-align:top;
| |
| white-space:-moz-pre-wrap;
| |
| white-space:pre-wrap;
| |
| border-style:solid;
| |
| border-width:1px 1px 1px 4px;
| |
| border-radius:0.33em;
| |
| color: white;
| |
| background: #111;
| |
| }
| |
| .diff-context {
| |
| border-color: white;
| |
| color: #ccc;
| |
| }
| |
|
| |
| .diff-addedline .diffchange {
| |
| background:#1390ff;
| |
| }
| |
| .diff-addedline {
| |
| border-color:#1390ff;
| |
| }
| |
| .diff-deletedline {
| |
| border-color:#ffbf13;
| |
| }
| |
| .diff-deletedline .diffchange {
| |
| background:#ffbf13;
| |
| }
| |
|
| |
| /* Revision bar fix */
| |
| div.flaggedrevs_notice{
| |
| background:#111;
| |
| }
| |
|
| |
| /* "Browse History" overrides*/
| |
| .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
| |
| color:white
| |
| }
| |
| .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
| |
| color:#777
| |
| }
| |
| .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
| |
| padding-left:2.14285714em;
| |
| background: #111;
| |
| }
| |
|
| |
| .mw-revslider-slider-wrapper {
| |
| min-height:142px;
| |
| border-top:1px solid #ccc;
| |
| padding:20px 10px;
| |
| background: #111;
| |
| }
| |
|
| |
| /* Popup on-hover in the browser history */
| |
| .oo-ui-popupWidget-popup {
| |
| background-color:#111;
| |
| border:1px solid #a2a9b1;
| |
| border-radius:2px;
| |
| box-shadow:0 2px 2px 0 rgba(0,0,0,0.25);
| |
| }
| |
|
| |
| /* Page history */
| |
| #pagehistory li {
| |
| border:1px solid white;
| |
| background-color:#111;
| |
| }
| |
| #pagehistory li.selected {
| |
| background-color:#111;
| |
| color:white;
| |
| border:1px dashed white
| |
| }
| |