MediaWiki:Common.css: Difference between revisions
Add beige background and padding to personal tools menu |
Remove tab borders to match OSRS |
||
| Line 403: | Line 403: | ||
/* Base inactive tab style */ | /* Base inactive tab style */ | ||
.vector-menu-tabs .vector-menu-content-list > li { | .vector-menu-tabs .vector-menu-content-list > li { | ||
background-color: | background-color: transparent !important; | ||
border | border: none !important; | ||
margin-right: 0 !important; | |||
margin-right: | |||
display: inline-block; | display: inline-block; | ||
padding: 0 !important; | padding: 0 !important; | ||
| Line 414: | Line 412: | ||
/* Active tab style */ | /* Active tab style */ | ||
.vector-menu-tabs .vector-menu-content-list > li.selected { | .vector-menu-tabs .vector-menu-content-list > li.selected { | ||
background-color: # | background-color: #ffffff !important; | ||
border | border: none !important; | ||
position: relative; | position: relative; | ||
z-index: 2; | z-index: 2; | ||
margin-bottom: | margin-bottom: 0; | ||
} | } | ||
/* Tab link text */ | /* Tab link text */ | ||
.vector-menu-tabs .vector-menu-content-list > li > a { | .vector-menu-tabs .vector-menu-content-list > li > a { | ||
color: # | color: #794900 !important; | ||
padding: | padding: 12px 18px !important; | ||
font-family: 'PT Serif', | font-family: 'Museo Sans', 'PT Serif', sans-serif; | ||
font-weight: | font-weight: normal; | ||
font-size: 0. | font-size: 0.95em; | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
| Line 434: | Line 431: | ||
/* Active tab text */ | /* Active tab text */ | ||
.vector-menu-tabs .vector-menu-content-list > li.selected > a { | .vector-menu-tabs .vector-menu-content-list > li.selected > a { | ||
color: # | color: #3b240b !important; | ||
padding-bottom: | padding-bottom: 12px !important; | ||
} | } | ||