MediaWiki:Timeless.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
@import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather);
// @import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather);
html {
html {
background: rgb(0,0,0) !important;
background: rgb(0,0,0) !important;
Line 15: Line 15:
color: #ccccff;
color: #ccccff;
}
}
a {
a { color: #daa520; text-decoration: none; }
color: #daa520;
a:link { color: #daa520; text-decoration: none; }
text-decoration: none;
a:hover { color: #FF7E00; text-decoration: none; }
}
a:visited {color: #b8860b; text-decoration: none; }
a:hover {
 
color: #ff8c00;
}
a:visited {
color: #daa520;
text-decoration: none;
}
}
h1 {
h1 {
Line 62: Line 57:
}
}
}
}
/*
@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
#p-logo-text {
#p-logo-text {
Line 74: Line 71:
}
}
}
}
*/
@media screen and (max-width: 1099px) and (min-width: 851px) {
@media screen and (max-width: 1099px) and (min-width: 851px) {
#mw-related-navigation .sidebar-inner {
#mw-related-navigation .sidebar-inner {
Line 262: Line 261:
}
}
#mw-page-header-links li.selected a {
#mw-page-header-links li.selected a {
color: #cccc00;
color: #FF7E00;
}
}
#mw-related-navigation .sidebar-chunk {
#mw-related-navigation .sidebar-chunk {
Bureaucrats, developer, editaccount, Interface administrators, staff, Administrators
1,478

edits