Bản mẫu:ClashButton.css

Tủ sách mở Wikibooks
.button:hover {
	cursor: pointer !important;
	background:linear-gradient(to bottom, #e65c00 0%, #ac4500 100%) !important;
}

.button:hover {
    text-decoration: none !important;
}

.button:active {
	position: relative;
	box-shadow: none !important;
	top: 1px !important;
	background: linear-gradient(to bottom, #ac4500 0%, #e65c00 100%) !important;
	text-decoration: none !important;
}

.button.external.text::after {
	display: none !important;
}

.button {
	background: linear-gradient(to bottom, #ff8533 0%, #e65c00 100%) !important;
	border:1px solid black !important;
	color:white !important;
	padding:3px 7px !important;
	border-radius:7px !important;
	box-shadow: 0 1px 0 0 black !important;
}

/* link-button has a subtle difference over the normal button: the underline does not appear */

.link-button a:hover {
    cursor: pointer !important;
    background:linear-gradient(to bottom, #e65c00 0%, #ac4500 100%) !important;
}
.link-button a:hover {
    text-decoration: none !important;
}
.link-button a:active {
    position: relative;
    box-shadow: none !important;
    top: 1px !important;
    background: linear-gradient(to bottom, #ac4500 0%, #e65c00 100%) !important;
    text-decoration: none !important;
}
.link-button a.external.text::after {
    display: none !important;
}
.link-button a {
    background: linear-gradient(to bottom, #ff8533 0%, #e65c00 100%) !important;
    border:1px solid black !important;
    color:white !important;
    padding:3px 7px !important;
    border-radius:7px !important;
    box-shadow: 0 1px 0 0 black !important;
}

/* Intended to be a solution for the buttons affecting collapsible tables (for temporarily available content). */
.wikia-menu-button:hover {
    cursor: pointer !important;
    background:linear-gradient(to bottom, #e65c00 0%, #ac4500 100%) !important;
}
.wikia-menu-button:hover {
    text-decoration: none !important;
}
.wikia-menu-button:active {
    position: relative;
    box-shadow: none !important;
    top: 1px !important;
    background: linear-gradient(to bottom, #ac4500 0%, #e65c00 100%) !important;
    text-decoration: none !important;
}
.wikia-menu-button.external.text::after {
    display: none !important;
}
.wikia-menu-button {
    background: linear-gradient(to bottom, #ff8533 0%, #e65c00 100%) !important;
    border:1px solid black !important;
    color:white !important;
    padding:3px 7px !important;
    border-radius:7px !important;
    box-shadow: 0 1px 0 0 black !important;
}