.tf-tabs {
font-family: 'Nunito', sans-serif;
margin: 30px auto;
}
.tf-tab-buttons {
display: flex;
border-bottom: 2px solid #ccc;
}
.tf-tab-button {
flex: 1;
padding: 10px 15px;
background: #f5f5f5;
border: none;
cursor: pointer;
font-weight: bold;
transition: all 0.2s;
color: #333; }
.tf-tab-button:hover {
background: #e0e0e0;
}
.tf-tab-button.active {
background: #fff;
color: #0078D4;
border-bottom: 2px solid #0078D4;
}
.tf-tab-content {
display: none;
padding: 15px;
background: #fff;
border: 1px solid #ccc;
border-top: none;
}
.tf-tab-content.active {
display: block;
}
.tf-tabs ul {
list-style: none;
padding-left: 0;
}
.tf-tabs li {
padding: 6px 0;
border-bottom: 1px dashed #ddd;
}
.tf-tabs li a {
text-decoration: none;
color: #333;
}
html.dark-mode .tf-tabs {
background-color: #121212; color: #f0f0f0;
}
html.dark-mode .tf-tab-button {
background: #2c2c2c;
color: #ccc;
border-bottom: 2px solid transparent;
}
html.dark-mode .tf-tab-button.active {
background: #1e1e1e;
color: #00cec9;
border-bottom: 2px solid #00cec9;
}
html.dark-mode .tf-tab-content {
background: #2c2c2c;
color: #f0f0f0;
border: 1px solid #444;
}
html.dark-mode .tf-tabs li a {
color: #81ecec;
}
html.dark-mode .tf-tabs h3 {
color: #f1f1f1; }#truyen-dang-doc-container {
font-family: 'Inter', sans-serif;
background-color: #ffffff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
max-width: 100%;
margin: 20px auto;
}
.truyen-dang-doc-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
color: #222;
}
#truyen-dang-doc-list {
list-style-type: none;
padding-left: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
#truyen-dang-doc-list li {
display: flex;
align-items: center;
background-color: #f7f7f7;
padding: 12px 16px;
border-radius: 10px;
transition: background-color 0.3s ease;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
#truyen-dang-doc-list li:hover {
background-color: #eef2f3;
}
.truyen-thumbnail {
width: 50px;
height: 70px;
object-fit: cover;
border-radius: 6px;
margin-right: 15px;
flex-shrink: 0;
}
.truyen-info {
display: flex;
flex-direction: column;
}
.truyen-info a {
text-decoration: none;
font-weight: 600;
font-size: 16px;
color: #0078D4;
margin-bottom: 4px;
}
.truyen-info a:hover {
color: #0056a3;
}
.truyen-info span {
font-size: 14px;
color: #666;
}
#truyen-dang-doc-list li:empty {
background-color: #f9f9f9;
padding: 10px;
text-align: center;
font-style: italic;
color: #666;
}
html.dark-mode #truyen-dang-doc-container {
background-color: #1e1e1e;
color: #e0e0e0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
html.dark-mode .truyen-dang-doc-title {
color: #f0f0f0;
}
html.dark-mode #truyen-dang-doc-list li {
background-color: #2c2c2c;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
html.dark-mode #truyen-dang-doc-list li:hover {
background-color: #3a3a3a;
}
html.dark-mode .truyen-info a {
color: #81ecec;
}
html.dark-mode .truyen-info a:hover {
color: #00cec9;
}
html.dark-mode .truyen-info span {
color: #aaa;
}
html.dark-mode #truyen-dang-doc-list li:empty {
background-color: #333;
color: #aaa;
}html[data-wp-dark-mode-active] :root{--ast-global-color-2: var(--wpdm-text-color, #f0f0f0);--ast-global-color-3: var(--wpdm-border-color, #dcdcdc);--e-global-color-astglobalcolor4: var(--wpdm-background-color, #1f1f1f) !important}