|
|
(10 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| #content { color: #ffffff; }
| |
| #content p{ color: #c1c1c1; }
| |
| #content h1{ color: #ffffff; }
| |
| #content h2{ color: #ffffff; }
| |
| #content h3{ color: #ffffff; }
| |
| a {color: #ff8000; }
| |
| a:visited {color: #dd5000; }
| |
|
| |
|
| body { background-color: #2a2a2a; }
| |
| #content { background-color: #2a2a2a; }
| |
| #mw-head { background-color: #2a2a2a; } // header
| |
| #p-cactions { background-color: #2a2a2a; } //"More" button
| |
| #mw-head-base { background-color: #2a2a2a; } //some header??
| |
| #p-logo { background-color: #2a2a2a; }
| |
| #mw-page-base{ background-color: #2a2a2a; }
| |
| .mw-code {
| |
| color: #FFFFFF;
| |
| background-color: #1f5f9f;
| |
| }
| |
|
| |
| .wikitable {
| |
| color: #FFFFFF;
| |
| background-color: #3a3a3a;
| |
| }
| |
| .mw-body { border: #FFFFFF; }
| |
|
| |
| .mw-category {
| |
| background-color: #2a2a2a; /* Light gray background */
| |
| }
| |
|
| |
| /* Change the background color of the category header */
| |
| .mw-category h2 {
| |
| background-color: #2a2a2a; /* Slightly darker gray for headers */
| |
| padding: 10px;
| |
| }
| |
|
| |
| /* Change the background color of the individual category links */
| |
| .mw-category-group {
| |
| background-color: #2a2a2a; /* White background for category groups */
| |
| padding: 10px;
| |
| margin-bottom: 10px;
| |
| }
| |
|
| |
| /* Optional: Change the text color within the category section */
| |
| .mw-category, .mw-category a {
| |
| color: #2a2a2a; /* Dark gray text */
| |
| }
| |