MediaWiki:Theme-dark.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 6: Line 6:


/* background color of the content and title of pages */  
/* background color of the content and title of pages */  
#content { background-color: #231F20; }  
#content { background-color: #231F20; color: #FFFFFF; }  
   
   
/* 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 */
Line 22: Line 22:


#catlinks { background:#FFE281; border: 1px solid #C14424; }
#catlinks { background:#FFE281; border: 1px solid #C14424; }
a:-webkit-any-link { color: #FFD800; }


.catlinks li { display: inline-block; line-height: 1.25em; border-left: 1px solid #C14424; margin: 0.125em 0; padding: 0 0.5em; }
.catlinks li { display: inline-block; line-height: 1.25em; border-left: 1px solid #C14424; margin: 0.125em 0; padding: 0 0.5em; }
Line 32: Line 34:


.vector-menu-dropdown { background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#722215 100%); }
.vector-menu-dropdown { background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#722215 100%); }
.vector-body h2 { color: #FFFFFF; }


.c-actions { margin: 10px 5px 0px 0px; }
.c-actions { margin: 10px 5px 0px 0px; }

Navigation menu