MediaWiki:Timeless.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
 
/*
html {
html {
     background-color: #181a1b;
     background-color: #181a1b;
Line 65: Line 65:
background-color: rgb(24, 26, 27);
background-color: rgb(24, 26, 27);
}
}
*/

Latest revision as of 11:43, 24 September 2019

/* CSS placed here will affect users of the Timeless skin */
/*
html {
    background-color: #181a1b;
}
html, body, input, textarea, select, button {
    background-color: #181a1b;
}
html, body, input, textarea, select, button {
    border-color: #575757;
    color: #e8e6e3;
}
a {
    color: #3391ff;
}
table {
    border-color: #4c4c4c;
}
::placeholder {
    color: #bab5ab;
}
::selection {
    background-color: #005ccc;
    color: #ffffff;
}
::-moz-selection {
    background-color: #005ccc;
    color: #ffffff;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #545b00 !important;
    color: #e8e6e3 !important;
}

#mw-content-container {
	background-color: transparent;
}

#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk {
	background-image: initial;
	background-color: rgb(25, 27, 28);
	border-top-color: rgb(54, 54, 54);
	border-right-color: rgb(54, 54, 54);
	border-bottom-color: rgb(54, 54, 54);
	border-left-color: rgb(54, 54, 54);
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 2px 1px;
}

#mw-header-container {
	background-image: initial;
	background-color: rgb(24, 26, 27);
	color: rgb(218, 216, 210);
}

#mw-content {
	border-top-color: rgb(54, 54, 54);
	border-right-color: rgb(54, 54, 54);
	border-bottom-color: rgb(54, 54, 54);
	border-left-color: rgb(54, 54, 54);
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 2px 1px;
	background-image: initial;
	background-color: rgb(24, 26, 27);
}
*/