Difference between revisions of "MediaWiki:Uniwiki.css"

From EVE University Wiki
Jump to: navigation, search
Line 44: Line 44:
 
  but for some reason not others? */
 
  but for some reason not others? */
 
.toc, .mw-warning, .toccolours { background-color: inherit; }
 
.toc, .mw-warning, .toccolours { background-color: inherit; }
 +
 +
/* arrows on Redirect pages */
 +
.mw-content-ltr .redirectText li:first-child {
 +
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2247%22 height=%2220%22 viewBox=%220 0 47 20%22%3E %3Cpath fill=%22none%22 stroke=%22%23ccc%22 stroke-miterlimit=%2210%22 stroke-width=%222%22 d=%22M14.98 2.5V11c0 1.04 1.02 1.98 2.02 1.98h6l3 .02%22/%3E %3Cpath fill=%22%23ccc%22 d=%22M23.48 9.5l.02 7L30 13z%22/%3E %3C/svg%3E")
 +
}
 +
 +
.mw-content-ltr .redirectText li {
 +
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2242%22 height=%2220%22 viewBox=%220 0 42 20%22%3E %3Cpath fill=%22%23ccc%22 stroke=%22%23ccc%22 stroke-miterlimit=%2210%22 stroke-width=%222%22 d=%22M11 10h17.064%22/%3E %3Cpath fill=%22%23ccc%22 d=%22M23 6l8 4-8 4z%22/%3E %3C/svg%3E")
 +
}

Revision as of 10:02, 9 January 2020

/* CSS placed here will affect users of the UniWiki skin */

/* changes that affect the Editor */

.wikiEditor-ui-toolbar {
  background-color: inherit;
  background-image: none;
}
.wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited { color: #ffa500; }
.wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { color: #ffa500; }
.wikiEditor-ui-toolbar .sections .section { background-color: inherit; }
.tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover { background-color: inherit; }


/* changes that affect the Special:RecentChanges page */
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: #111111; } 
.mw-rcfilters-ui-itemMenuOptionWidget-label-title { color: #cccccc; }
.mw-rcfilters-ui-filterMenuHeaderWidget-title { color: #cccccc; }
.mw-rcfilters-ui-filterMenuHeaderWidget-header { background-color: #222222; }
.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label { color: #cccccc; }
.mw-rcfilters-ui-filterMenuSectionOptionWidget { background-color: #444444; }
.mw-rcfilters-ui-menuSelectWidget-footer-feedback { display: none !important; }
.mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) { border-bottom: 0px; }
.mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected { background-color: inherit; }
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { background-color: inherit; }
.mw-rcfilters-ui-itemMenuOptionWidget:hover { background-color: #333333; }
.mw-rcfilters-ui-valuePickerWidget-title { color: #cccccc; }
.mw-rcfilters-ui-datePopupWidget-title { color: #cccccc; } 
.oo-ui-labelElement { color: #cccccc; }
.mw-rcfilters-ui-menuSelectWidget-footer { background-color: inherit; }
.mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget { color: #cccccc; }


.mw-apisandbox-toolbar { background-color: inherit; }


#pagehistory li.selected { color: inherit; }
.autocomment, .autocomment a, .autocomment a:visited { color: #ffa500; }

/* image gallery text was black on black */
.gallerytext p { color: inherit; }

/* toccolours sets background color of 'table of contents' panes such as on https://wiki.eveuniversity.org/Template:SkillQueue
 but for some reason not others? */
.toc, .mw-warning, .toccolours { background-color: inherit; }

/* arrows on Redirect pages */
.mw-content-ltr .redirectText li:first-child {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2247%22 height=%2220%22 viewBox=%220 0 47 20%22%3E %3Cpath fill=%22none%22 stroke=%22%23ccc%22 stroke-miterlimit=%2210%22 stroke-width=%222%22 d=%22M14.98 2.5V11c0 1.04 1.02 1.98 2.02 1.98h6l3 .02%22/%3E %3Cpath fill=%22%23ccc%22 d=%22M23.48 9.5l.02 7L30 13z%22/%3E %3C/svg%3E")
}

.mw-content-ltr .redirectText li {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2242%22 height=%2220%22 viewBox=%220 0 42 20%22%3E %3Cpath fill=%22%23ccc%22 stroke=%22%23ccc%22 stroke-miterlimit=%2210%22 stroke-width=%222%22 d=%22M11 10h17.064%22/%3E %3Cpath fill=%22%23ccc%22 d=%22M23 6l8 4-8 4z%22/%3E %3C/svg%3E")
}