Difference between revisions of "MediaWiki:Common.css"

From Sim Central
Jump to navigation Jump to search
Line 12: Line 12:
 
}
 
}
  
.suggestions-results {
+
.suggestions-special {
 
     background-color: #616161;
 
     background-color: #616161;
    cursor: pointer;
 
 
     border: 1px solid #dfdfdf;
 
     border: 1px solid #dfdfdf;
     padding: 0;
+
}
     margin: 0;
+
 
 +
.suggestions-special .special-label {
 +
    color: #dfdfdf;
 +
    text-align: left;
 +
}
 +
 
 +
.suggestions-special .special-query {
 +
    color: #afafaf;
 +
     font-style: italic;
 +
     text-align: left;
 
}
 
}
  

Revision as of 16:06, 27 September 2020

/* CSS placed here will be applied to all skins */

#searchInput {
    background-color: #616161;
    color: #afafaf;
}

#searchInput:focus, #simpleSearch:hover #searchInput:focus {
    outline: 0;
    border-color: #dfdfdf;
    box-shadow: inset 0 0 0 1px #dfdfdf, inset 0 0 0 2px #ffffff;
}

.suggestions-special {
    background-color: #616161;
    border: 1px solid #dfdfdf;
}

.suggestions-special .special-label {
    color: #dfdfdf;
    text-align: left;
}

.suggestions-special .special-query {
    color: #afafaf;
    font-style: italic;
    text-align: left;
}

.vector-menu-dropdown {background-color: #616161;}
	
.vector-menu-dropdown .vector-menu-content-list {
    background-color: #616161;
    list-style: none none;
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    left: -1px;
    margin: 0;
    border: 1px solid #a2a9b1;
    border-top-width: 0;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 2;
}

.vector-menu-dropdown li a {
    color: #afafaf;
    display: block;
    padding: 0.625em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0.8125em;
}

.vector-menu-dropdown h3 {
    color: #afafaf;
}
.vector-menu-tabs #ca-unwatch.icon a:before {
    background-image: linear-gradient(transparent,transparent),url(/skins/Vector/resources/skins.vector.styles/images/unwatch-icon.svg?dfdfdf);
}

.vector-menu-tabs {background-color: #616161}

.vector-menu-tabs .selected {
    background-color: #616161;
}

.vector-menu-tabs li {
    background-color: #616161 !important;
    background-image: none;  
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#dfdfdf 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
}

#content { 
	background-color: #303030; 
	color: #afafaf;

}
:link { text-decoration: underline;
}
a:link {color: #afafaf}
a:visited {color: #afafaf}
a:hover {color: #dfdfdf}
a:active {color: #dfdfdf}
a.new:link { color: #afafaf; }
a.new:hover { color: #dfdfdf; }
a.new:visited { color: #afafaf; }
a.extiw:link { color: #afafaf; } /* links to other Wikipedias */
a.extiw:visited { color: #afafaf; }
a.extiw:hover { color: #dfdfdf; }
a.external:link { color: #afafaf; } /* external links */
a.external:visited { color: #afafaf; }
a.external:hiver { color: #dfdfdf; }
a.new:visited, #p-personal a.new:visited {
    color: #dfdfdf;
}
a.new, #p-personal a.new {
    color: #afafaf;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #afafaf;
}

.mw-body {
    border: 1px solid #dfdfdf;
    border-right-width: 0;
    margin-top: -1px;
}

.toctogglelabel {
    cursor: pointer;
    color: #afafaf;
}
.tocnumber {
    color: #afafaf;
}

.portal .body li a:visited, .vector-menu-portal .body li a:visited {
    color: #afafaf;
}

.portal .body li a:hover, .vector-menu-portal .body li a:visited {
    color: #dfdfdf;
}

.portal .body li a, .vector-menu-portal .body li a {
    color: #afafaf;
}

.vector-menu-tabs li a {color: #afafaf}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    color: #dfdfdf;}
.vector-menu-tabs .new a, .vector-menu-tabs .new a:visited {
    color: #afafaf;
}

#content h1,h2,h3,h4,h5,h6 { 
	color: #9aa4b2; 
	font-family: sans-serif;
}

#footer { 
	background-color: #303030; 
}

#bodyContent { 
	background-color: #303030; 
	font-size: 14px;
}

body { 
	background-color: #303030; 
}

#catlinks { 
	background-color: #616161; 
	color: #DFDFDF;
}

#mw-head-base { 
	background-color: #303030; 
}

#p-tb { 
	background-color: #303030; 
}

#mw-panel { 
	background-color: #303030; 
}

#toc, .toc {
    border-radius: 5px;
    background-color: #616161;
}

#toctitle h2 {
    color: #DFDFDF;
}