|
Tags: Replaced Manual revert |
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
|
| |
| /* changes the Background color of the bottom and left of each page, up to behind of the logo */
| |
| body { background : #52add9 ; }
| |
|
| |
|
| |
| /* Background color of the content and title of pages */
| |
| #content { background-color : #3dc2f2 ; }
| |
|
| |
| /* changes the Background color of rectangular ares where category links are located */
| |
| #catlinks { background-color : #52add9 ; }
| |
|
| |
| /* sets the background color of the area of logo */
| |
| #p-logo { background-color : #ffffff ; }
| |
|
| |
| /* this is for the Background color of the title of the navigation menu in the left column */
| |
| #p-navigation { background : #3dc2f2 ; }
| |
|
| |
| /* this is for the Background color of the title of the tools menu in the left column */
| |
| #p-tools { background : #3dc2f2 ; }
| |
Latest revision as of 10:29, 29 October 2024
/* CSS placed here will be applied to all skins */