MediaWiki:Vector.css: Difference between revisions

From NewgonWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
a.new { color: #1fcd00; }  /* Change internal dead links back to green */
a.new { color: #1fcd00; }  /* Change internal dead links back to green */


.vector-menu-tabs li { background-image: linear-gradient(to bottom, rgb(119, 193, 246) 0px, #e9d179 1px, #f9e189 100%); } /* inactive tabs */
.vector-menu-tabs li { background-image: linear-gradient(to top, rgb(119, 193, 246) 0px, #e9d179 1px, #f9e189 100%); } /* inactive tabs */


.vector-menu-tabs .selected { background-image: linear-gradient(to bottom, rgb(119, 193, 246) 0px, #e9d179 1px, rgb(255, 255, 255) 100%); } /* active tab */
.vector-menu-tabs .selected { background-image: linear-gradient(to bottom, rgb(119, 193, 246) 0px, #e9d179 1px, rgb(255, 255, 255) 100%); } /* active tab */


#mw-page-base { background-image: none; background-color: #f9e189; } /* to remove the strange white pixels */
#mw-page-base { background-image: none; background-color: #f9e189; } /* to remove the strange white pixels */

Revision as of 20:06, 3 June 2022

/* All CSS here will be loaded for users of the Vector skin */

body { background-color: #f9e189; } /* Coloring the surround */

#mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */

#mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */

#mw-panel { background-color: #f9e189; } /* Coloring the rest of the surround */

a.new { color: #1fcd00; }  /* Change internal dead links back to green */

.vector-menu-tabs li { background-image: linear-gradient(to top, rgb(119, 193, 246) 0px, #e9d179 1px, #f9e189 100%); } /* inactive tabs */

.vector-menu-tabs .selected { background-image: linear-gradient(to bottom, rgb(119, 193, 246) 0px, #e9d179 1px, rgb(255, 255, 255) 100%); } /* active tab */

#mw-page-base { background-image: none; background-color: #f9e189; } /* to remove the strange white pixels */