User:PalaceSwitcher/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with "body { color: #00FF00; }") |
(Fix most things) |
||
Line 1: | Line 1: | ||
#content, #content table { | |||
color: # | color: #E0E0E0; | ||
background-color: #202020; | |||
} | |||
#content table th { | |||
color: #D0D0D0; | |||
background-color: #303030; | |||
} | |||
#content table tr { | |||
color: #C0C0C0; | |||
background-color: #404040; | |||
} | |||
#sidebar { | |||
color: #E0E0E0; | |||
background-color: #202020; | |||
} | |||
#sidebar .pBody { | |||
background-color: #404040; | |||
} | |||
/*#p-cactions .pBody ul li { background-color: #404040; }*/ | |||
#p-cactions .pBody ul li, #p-cactions .pBody ul li.selected { | |||
border-color: gray; | |||
background-color: #202020; | |||
} | |||
#p-cactions .pBody ul li a:link, #p-cactions .pBody ul li.selected a { | |||
background-color: #202020; | |||
color: lightblue; | |||
} | |||
a { | |||
color: lightblue; | |||
} | |||
a:visited, #p-cactions li a:visited { color: #CBC3E3; } | |||
h1, h2, h3, h4, h5, h6 { color: #F0F0F0; } | |||
pre { border: 1px dashed #060; } | |||
#catlinks { | |||
border: 1px dotted #272; | |||
background-color: #fdfffd; | |||
padding: 4px; | |||
} | |||
#siteNotice { | |||
background-color: #606060; | |||
} | |||
.usermessage { | |||
background: #00E400; | |||
border: 1.1px dashed #060; | |||
} | |||
.mw-message-box { | |||
border-color: lightgray; | |||
color: #E0E0E0; | |||
background-color: #757271; | |||
} | |||
select { | |||
border: 1px solid #2f6f2f; | |||
} | |||
#searchInput { | |||
border-color: lightblue; | |||
color: #C0C0C0; | |||
background-color: #707070; | |||
} | |||
#searchButton, #mw-searchButton { | |||
border-color: lightblue; | |||
color: #D0D0D0; | |||
background-color: #606060; | |||
} | |||
#wpTextbox1, textarea { | |||
color: #B0B0B0; | |||
background-color: #606060; | |||
} | } |
Revision as of 18:05, January 6, 2025
#content, #content table {
color: #E0E0E0;
background-color: #202020;
}
#content table th {
color: #D0D0D0;
background-color: #303030;
}
#content table tr {
color: #C0C0C0;
background-color: #404040;
}
#sidebar {
color: #E0E0E0;
background-color: #202020;
}
#sidebar .pBody {
background-color: #404040;
}
/*#p-cactions .pBody ul li { background-color: #404040; }*/
#p-cactions .pBody ul li, #p-cactions .pBody ul li.selected {
border-color: gray;
background-color: #202020;
}
#p-cactions .pBody ul li a:link, #p-cactions .pBody ul li.selected a {
background-color: #202020;
color: lightblue;
}
a {
color: lightblue;
}
a:visited, #p-cactions li a:visited { color: #CBC3E3; }
h1, h2, h3, h4, h5, h6 { color: #F0F0F0; }
pre { border: 1px dashed #060; }
#catlinks {
border: 1px dotted #272;
background-color: #fdfffd;
padding: 4px;
}
#siteNotice {
background-color: #606060;
}
.usermessage {
background: #00E400;
border: 1.1px dashed #060;
}
.mw-message-box {
border-color: lightgray;
color: #E0E0E0;
background-color: #757271;
}
select {
border: 1px solid #2f6f2f;
}
#searchInput {
border-color: lightblue;
color: #C0C0C0;
background-color: #707070;
}
#searchButton, #mw-searchButton {
border-color: lightblue;
color: #D0D0D0;
background-color: #606060;
}
#wpTextbox1, textarea {
color: #B0B0B0;
background-color: #606060;
}