MediaWiki:Theme-dark.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with " →‎Change the background color of the bottom and left of eath page, up to behind the logo:: body { background: #AA3C14 url(/images/7/76/Photo_2024-02-28_12-04-11.jpg) no-repeat; font-family: 'Roboto', Arial, sans-serif; } #content .client-darkmode { background: #AA3C14; font-family: "Roboto"; } →‎background color of the content and title of pages: #content { background-color: #EFBB7F; } /* This is from the background color of the title of the Navigation menu...")
 
No edit summary
Line 1: Line 1:


/* Change the background color of the bottom and left of eath page, up to behind the logo: */
/* Change the background color of the bottom and left of eath page, up to behind the logo: */
body { background: #AA3C14 url(/images/7/76/Photo_2024-02-28_12-04-11.jpg) no-repeat; font-family: 'Roboto', Arial, sans-serif; }
body { background: #D72320 url(/images/7/76/Photo_2024-02-28_12-04-11.jpg) no-repeat; font-family: 'Roboto', Arial, sans-serif; }


#content .client-darkmode { background: #AA3C14; font-family: "Roboto"; }
#content .client-darkmode { background: #AA3C14; font-family: "Roboto"; }


/* background color of the content and title of pages */  
/* background color of the content and title of pages */  
#content { background-color: #EFBB7F; }  
#content { background-color: #231F20; }  
   
   
/* This is from the background color of the title of the Navigation menu in the left column */
/* This is from the background color of the title of the Navigation menu in the left column */

Navigation menu