2023-02-07 17:06:34 +00:00
|
|
|
#body .tab-panel{
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
#body .tab-nav-button{
|
2022-05-29 21:22:15 +00:00
|
|
|
background-color: rgba( 134, 134, 134, .166 );
|
|
|
|
border-color: rgba( 134, 134, 134, .333 );
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2022-02-15 19:00:00 +00:00
|
|
|
bottom: -1px;
|
2021-08-27 20:23:58 +00:00
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
color-adjust: exact;
|
2021-03-16 17:21:57 +00:00
|
|
|
display: block;
|
2022-02-15 19:00:00 +00:00
|
|
|
float: left;
|
2022-05-29 21:27:43 +00:00
|
|
|
font-size: .9rem;
|
2022-05-29 21:22:15 +00:00
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1.42857143;
|
2022-11-01 01:00:50 +00:00
|
|
|
margin-inline-start: 4px;
|
2022-05-29 21:22:15 +00:00
|
|
|
padding: 6px 12px;
|
2022-02-15 19:00:00 +00:00
|
|
|
position: relative;
|
2021-03-16 17:21:57 +00:00
|
|
|
}
|
2023-02-08 20:59:28 +00:00
|
|
|
html[dir="rtl"] #body .tab-nav-button{
|
2022-11-01 01:00:50 +00:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2023-02-19 22:09:51 +00:00
|
|
|
#body .tab-nav-button:after {
|
|
|
|
content: "\200b"
|
|
|
|
}
|
|
|
|
|
2023-02-07 17:06:34 +00:00
|
|
|
#body .tab-nav-button:first-child{
|
2022-11-01 01:00:50 +00:00
|
|
|
margin-inline-start: 9px;
|
2021-03-16 17:21:57 +00:00
|
|
|
}
|
2023-02-07 17:06:34 +00:00
|
|
|
#body .tab-nav-button:not(.active){
|
2022-05-29 21:22:15 +00:00
|
|
|
border-bottom-color: rgba( 134, 134, 134, .1 );
|
2022-06-23 10:34:38 +00:00
|
|
|
margin-top: 8px;
|
2021-08-27 20:23:58 +00:00
|
|
|
padding-bottom: 2px !important;
|
|
|
|
padding-top: 2px !important;
|
|
|
|
}
|
2023-02-07 17:06:34 +00:00
|
|
|
#body .tab-nav-button:not(.active) span{
|
2021-08-27 20:23:58 +00:00
|
|
|
opacity: .8;
|
|
|
|
}
|
2023-02-07 17:06:34 +00:00
|
|
|
#body .tab-content{
|
2022-02-15 19:00:00 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border-color: rgba( 134, 134, 134, .333 );
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2021-03-16 17:21:57 +00:00
|
|
|
clear: both;
|
2021-08-27 20:23:58 +00:00
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
color-adjust: exact;
|
|
|
|
display: block;
|
2021-03-16 17:21:57 +00:00
|
|
|
padding: 8px;
|
2021-08-27 20:23:58 +00:00
|
|
|
z-index: 10;
|
2021-03-16 17:21:57 +00:00
|
|
|
}
|
2023-02-07 17:06:34 +00:00
|
|
|
#body .tab-content-text{
|
2021-03-16 17:21:57 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-02-07 17:06:34 +00:00
|
|
|
#body .tab-content-text.active{
|
2021-03-16 17:21:57 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-02-07 17:06:34 +00:00
|
|
|
#body .tab-content-text pre{
|
2021-03-16 17:21:57 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|