| 
				 | 
				
| Line 1: | 
Line 1: | 
 | /* All CSS here will be loaded for users of the Vector skin */  |  | /* All CSS here will be loaded for users of the Vector skin */  | 
 | #mw-page-base,
  |  | 
 | #mw-content-container {
  |  | 
 |     background-color: #b39662;
  |  | 
 | }
  |  | 
 | 
  |  | 
  | 
 | /* Adjust the sidebar background for consistency */  |  | /* Set the background image to fill the page and stay behind all content */  | 
 | #mw-panel {
  |  | body {  | 
 |     background-color: #b39662;
  |  | 	background: url("/straftat.png");  | 
 | }
  |  | 
 |    |  | 
 | /* Header adjustments */
  |  | 
 | #mw-header,
  |  | 
 | #p-personal,
  |  | 
 | #p-search {
  |  | 
 |     background-color: #b39662;
  |  | 
 | }  |  | }  | 
 | 
  |  | 
 | /* Ensure the footer is also consistent */
  |  | 
 | #footer {
  |  | 
 |     background-color: #b39662;
  |  | 
 | }
  |  | 
 | 
  |  | 
 | /* Optional: If the main content is nested within a white box */
  |  | 
 | #content, 
  |  | 
 | #bodyContent {
  |  | 
 |     background-color: transparent; /* Allow the background to show through */
  |  | 
 |     border: none; /* Remove any borders, if applicable */
  |  | 
 | }
  |  | 
 | 
  |  | 
 | /* Additional adjustments for Vector 2022 */
  |  | 
 | .skin-vector-2022 #mw-navigation {
  |  | 
 |     background-color: #b39662;
  |  | 
 | }
  |  | 
 | /* Set the background image to fill the page and stay behind all content */
  |  | 
/* All CSS here will be loaded for users of the Vector skin */
/* Set the background image to fill the page and stay behind all content */
body {
	background: url("/straftat.png");
}