:탭/styles2.css

< 틀:탭
Admin (토론 / 기여)님의 2020년 3월 29일 (일) 11:35 판 (판 6개를 가져왔습니다: 리브레 위키에서 가져옴)
(차이) ← 이전 판 / 최신판 (차이) / 다음 판 → (차이)
.libre-tab .libre-tab-btns {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 !important;
}

.libre-tab .libre-tab-btn {
    position: relative;
    display: inline-block;
    flex: 1 auto;
    padding: 0.2rem;
    text-align: center;
    width: 6rem;
    cursor: pointer;
    transition: 0.1s;
}

.libre-tab .libre-tab-btn-active,
.libre-tab .libre-tab-btn:hover {
    font-weight:700;
}

.libre-tab .libre-tab-btn-active::before,
.libre-tab .libre-tab-btn:hover::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: ' ';
    width: 100%;
    display: block;
    border-bottom: 2px solid #4188F1;
}

.libre-tab .libre-tab-main {
	border: 1px solid #e1e8ed;
    padding: 1.5rem;
}

.libre-tab .libre-tab-main-content {
    display: none;
}

.libre-tab .libre-tab-main-content-active {
    display: block;
}
• 현재 페이지 URL 줄이기