Main Page.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 514: | Line 514: | ||
html.skin-theme-clientpref-os .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; } | html.skin-theme-clientpref-os .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; } | ||
html.skin-theme-clientpref-os .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; } | html.skin-theme-clientpref-os .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; } | ||
} | |||
/* Chrome button */ | |||
#p-Tools .mw-list-item a[href*="chromewebstore"] { | |||
display: inline-block; | |||
background: #1a73e8; | |||
color: #ffffff !important; | |||
padding: 6px 12px; | |||
border-radius: 6px; | |||
font-weight: bold; | |||
font-size: 13px; | |||
text-decoration: none !important; | |||
margin-bottom: 4px; | |||
} | |||
/* Firefox button */ | |||
#p-Tools .mw-list-item a[href*="addons.mozilla.org"] { | |||
display: inline-block; | |||
background: #ff6611; | |||
color: #ffffff !important; | |||
padding: 6px 12px; | |||
border-radius: 6px; | |||
font-weight: bold; | |||
font-size: 13px; | |||
text-decoration: none !important; | |||
} | } | ||