Test:33: Difference between revisions

From GRAY RAVENS
Content added Content deleted
(Created page with "<Tabber> |-|Tabber 1= <nowiki /> |-|Tabber 2= <nowiki /> </Tabber>")
 
No edit summary
Line 1: Line 1:
{{#css:
<Tabber>
.Tab1 {
align-content: center;
}
.Tab1 .tabber { /* IS THIS REALLY NEEDED? */
display: flex;
flex-wrap: wrap;
}
.Tab1 .tabber .tabbertab {
padding: initial;
border: none;
}
.Tab1 .tabbertab {
width: 100% !important;
}
.Tab1 .tabbernav {
margin-top: 0.5rem;
padding: 0;
display: flex;
gap: 0.375rem;
overflow: auto;
overflow: overlay;
}
.Tab1 ::-webkit-scrollbar {
width: 3px;
height: 3px;
}
.Tab1 ::-webkit-scrollbar-thumb {
border: 0;
background: #ffffff33;
}
.Tab1 .tabbernav li {
flex-shrink: 0;
/* color: #fff;
width: fit-content; */
}
.Tab1 .tabbernav .tabberactive a {
color: #fff !important;
background: #921131 !important;
/* white-space: nowrap; */
border-bottom: initial !important;
font-family: "Play Bold";
}
.Tab1 .tabbernav li a {
border-right: none !important;
color: #fff !important;
cursor: pointer;
line-height: 1.5;
background: #272634;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.3px;
margin: 0;
border-bottom: initial !important;
border-left: none !important;
border-top: none !important;
border-radius: 3px 3px 0 0;
border-radius: 25px;
font-family: "Play Bold";
}
.Tab1 .tabbertab .content-table {
background-color: #09090b !important;
}

.Tab1 .tabbernav li a:hover {
background-color: #db1948;
transition: 0.3s;
}
.Tab1 .tabbertab .content-table {
background-color: #09090b !important;
}
}}
<div class="Tab1"><Tabber>
|-|Tabber 1=
|-|Tabber 1=
Content 1.1.1.1.
<nowiki />
|-|Tabber 2=
|-|Tabber 2=
Content 22..2.2.2.2..2.2.2.2.2.2.2
<nowiki />
</Tabber>
</Tabber></div>

Revision as of 11:06, 6 April 2022

Content 1.1.1.1.

Content 22..2.2.2.2..2.2.2.2.2.2.2