User:Yayieali/Code Test: Difference between revisions

From Subnautica Wiki
No edit summary
Tags: Visual edit apiedit
No edit summary
Tags: Visual edit apiedit
Line 4: Line 4:
Sergey Solovyev=
Sergey Solovyev=
Technical Artist
Technical Artist

|-|
Maxim Vigovsky=
Technical Artist

|-|
Michael Schouten=
World Designer

|-|
Oliver Hobbs=
World Designer

|-|
Andrew Jones=
World Designer

|-|
Kiel McDonald=
World Designer

|-|
Jake Smith=
World Designer


|-|
|-|

Revision as of 18:56, 2 October 2016

<tabber>

Sergey Solovyev= Technical Artist

|-| Maxim Vigovsky= Technical Artist

|-| Michael Schouten= World Designer

|-| Oliver Hobbs= World Designer

|-| Andrew Jones= World Designer

|-| Kiel McDonald= World Designer

|-| Jake Smith= World Designer

</tabber>


Styling

.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 */
}