MyBB Support

Does anyone know how to make these tabs?

Submitted by Specific, , Thread ID: 24083

Thread Closed

RE: Does anyone know how to make these tabs?

OP
This post was last modified: 19-11-2016, 01:16 AM by Specific
#6
19-11-2016, 01:14 AM
Silence Wrote:
Message me the link. If you make me an administrator I will do it for you. Don't have time to direct someone step by step when I can get it done in a few minutes.

Sorry I can't make you a administrator since I've imported over 300+ accounts on the forum and over 2k messages.


Is this the code you're talking about?
Code:
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #ffffff;
background: white url(images/thead_bg.gif) top left repeat-x;
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#ADCBE7;
color: #000000;
border-bottom-color: #81A2C4;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

Users browsing this thread: 2 Guest(s)