×
Create a new article
Write your page title here:
We currently have 302 articles on Knights of the Olde Speech. Type your article name above or click on one of the titles below and start writing!



Knights of the Olde Speech

MediaWiki:Wikia.css: Difference between revisions

No edit summary
No edit summary
Line 22: Line 22:
.tabberlive > .tabbernav > li.tabberactive > a:active {
.tabberlive > .tabbernav > li.tabberactive > a:active {
/* selected tabber tab when being clicked */
/* selected tabber tab when being clicked */
}
ul.tabbernav li a {
border: 1px solid rgba(34,85,0,0.7) !important;
background: #c9ddc5 !important;
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
}
ul.tabbernav li.tabberactive a {
background: #a9b78f !important;
border: 1px solid #225500 !important;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
color: black !important;
font-weight: bold !important;
}
}

Revision as of 01:10, 13 April 2020

.tabberlive {
	/* tabber wrapper style */
}
.tabberlive > .tabbertab:not(.tabbertabhide) {
	/* tabber visible content */
}
.tabberlive > .tabbernav > li > a {
	/* tabber tabs */
}
.tabberlive > .tabbernav > li > a:hover {
	/* tabber tabs when being hovered */
}
.tabberlive > .tabbernav > li > a:active {
	/* tabber tabs when being clicked */
}
.tabberlive > .tabbernav > li.tabberactive > a {
	/* selected tabber tab */
}
.tabberlive > .tabbernav > li.tabberactive > a:hover {
	/* selected tabber tab when being hovered */
}
.tabberlive > .tabbernav > li.tabberactive > a:active {
	/* selected tabber tab when being clicked */
}

ul.tabbernav li a {
	border: 1px solid rgba(34,85,0,0.7) !important;
	background: #c9ddc5 !important;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
}
 
ul.tabbernav li.tabberactive a {
	background: #a9b78f !important;
	border: 1px solid #225500 !important;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	color: black !important;
	font-weight: bold !important;
}