MyBB Support

Shadetabs help

Submitted by Niko, , Thread ID: 13043

Thread Closed
Niko
Member
Level:
0
Reputation:
0
Posts:
119
Likes:
6
Credits:
191
21-11-2015, 03:44 AM
#1
So i made my tabs they work but one problem. They are stackedhttp://i.imgur.com/RxKYJgA.png i have messed with there css and nothing is changing. Anyone know how to fix?
Code:
.shadetabs{
  padding:3px 0;
  margin-left:0;
  margin-top:1px;
  margin-bottom:15px;
  list-style-type:none;
  text-align:left;
  font-family:Roboto,Arial,Sans-Serif
}

.shadetabs a{
  display:inline-block;
  margin:2px 0;
  background-color:#303030;
  position:relative;
  z-index:1;
  padding:8px;
  margin-right:5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  cursor:pointer;
  text-decoration:none;
  color:#bbb
}

.shadetabs a:hover{
  background-color:#404040;
  -webkit-transition:background-color 50ms linear,color 50ms linear;
  -moz-transition:background-color 50ms linear,color 50ms linear;
  -o-transition:background-color 50ms linear,color 50ms linear;
  -ms-transition:background-color 50ms linear,color 50ms linear;
  transition:background-color 50ms linear,color 50ms linear
}

.shadetabs a:hover{
  color:#fff;
  text-decoration:none
}

.shadetabs a.selected{
  position:relative;
  background:#446CB3;
  color:#fff
}

.tabcontent{
  display:none
}

RE: Shadetabs help

Faded
Legend
Level:
21
Reputation:
215
Posts:
10.2K
Likes:
1.12K
Credits:
15K
21-11-2015, 04:37 PM
#2
PM me your forum link.
[Image: InZ3hGx.png]

RE: Shadetabs help

Niko
Member
Level:
0
Reputation:
0
Posts:
119
Likes:
6
Credits:
191
OP
21-11-2015, 06:48 PM
#3
21-11-2015, 04:37 PM
Faded Wrote:
PM me your forum link.

It has been fixed by someone else. This can be closed thanks Smile

RE: Shadetabs help

Faded
Legend
Level:
21
Reputation:
215
Posts:
10.2K
Likes:
1.12K
Credits:
15K
21-11-2015, 06:49 PM
#4
Closing.
[Image: InZ3hGx.png]

Users browsing this thread: 1 Guest(s)