Growtopia Wiki
No edit summary
Tag: Source edit
No edit summary
Tag: Source edit
Line 4: Line 4:
 
 
 
**************************************************/
 
**************************************************/
  +
  +
/* TabView Design */
  +
.gtw-tabview p {
  +
display: flex;
  +
}
  +
.gtw-tabview a {
  +
font: bold 15px Century Gothic, sans-serif;
  +
border-bottom: 3px solid #9c9c9c;
  +
flex-grow: 1;
  +
text-align: center;
  +
}
  +
.gtw-tabview a.active {
  +
border-color: #FF0000;
  +
}
 
 
 
/* Tabber Design */
 
/* Tabber Design */

Revision as of 05:23, 8 October 2020

/******************** Tabber.css *******************
  Description:
    This is a stylesheet to apply the tabber design.
 
 **************************************************/

 /* TabView Design */
.gtw-tabview p {
	display: flex;
}
.gtw-tabview a {
	font: bold 15px Century Gothic, sans-serif;
	border-bottom: 3px solid #9c9c9c;
	flex-grow: 1;
	text-align: center;
}
.gtw-tabview a.active {
	border-color: #FF0000;
}
 
 /* Tabber Design */
.tabbernav {
    font: bold 15px Century Gothic, sans-serif !important;
    border-bottom: 3px solid #9c9c9c !important;
    padding: 8px 0px !important;
	margin-bottom: 5px !important;
}

.tabbernav a {
    padding: 8px 15px 8px !important;
    margin: 0px !important;
    color: #9c9c9c !important;
    border: none !important;
    background: transparent !important;
}

.tabbertab {
    border: none !important;
    padding: 0 !important;
}

.tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.tabs li {
    float: none;
    display: inline-block;
}