MediaWiki:Gadget-fastbuttons.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

#fb-menu,
#fb-submenu {
	color: black;
	background-color: transparent;
	padding: 1px;
	line-height: 1.6em;
	font-size: 0.7em;
}
#fb-menu {
	margin-bottom: 1px;
	background-color: #DDE;
}
#fb-submenu {
	line-height: 1.7em;
	background-color: #F9F9F9;
}
.fb-button {
	cursor: pointer;
	margin: 0 0.3em;
	padding: 0 0.3em;
	background-color: #FFFFCC;
	border: solid 1px gray;
	border-radius: 0.3em;
	white-space: nowrap;
}
#fb-menu a.fb-action-button:hover,
#fb-submenu a.fb-action-button:hover {
	cursor: pointer;
	background-color: #FAC;
	border-color: black;
}
#fb-menu a.fb-menu-button:hover {
	background-color: #AFA;
	border-color: black;
}
.fb-missing {
	color: red;
	cursor: default;
}
.fb-disabled-button,
.fb-disabled-button:active,
.fb-disabled-button:focus,
.fb-disabled-button:hover {
	cursor: default;
	background-color: #DDD;
	color: gray;
	border-color: #AAA;
	text-decoration: none;
}
.horizontal a {
        border-right: 1px solid gray;
        padding-right: 0.5em;
}
.horizontal a:last-child {
        border-right: none;
        padding-right: 0;
}