Inked Imagination

πŸ“– All Novels (A-Z)

.3s ease; position: relative; } .novel-card:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(234, 179, 8, 0.3); } .rank-badge { position: absolute; top: 10px; left: 10px; background: linear-gradient(135deg, #eab308, #fbbf24); color: #333; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.95em; z-index: 10; box-shadow: 0 3px 10px rgba(234, 179, 8, 0.5); } .star-rating { position: absolute; top: 10px; right: 10px; background: rgba(234, 179, 8, 0.95); color: white; padding: 4px 10px; border-radius: 15px; font-weight: bold; font-size: 0.8em; z-index: 10; } .novel-link { text-decoration: none; display: block; } .novel-thumb { position: relative; padding-top: 133%; overflow: hidden; background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%); } .novel-thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; } .novel-card:hover .novel-thumb img { transform: scale(1.1); } .novel-card-info { padding: 12px; } .novel-card-title { font-size: 1em; margin: 0 0 8px 0; color: #333; font-weight: 600; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3; min-height: 2.6em; } .latest-chapter-link { display: block; font-size: 0.85em; color: #eab308; text-decoration: none; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color 0.3s; } .latest-chapter-link:hover { color: #fbbf24; } .novel-stats { display: flex; gap: 10px; font-size: 0.8em; color: #666; margin-top: 8px; flex-wrap: wrap; } .novel-stat { display: flex; align-items: center; gap: 4px; } .pagination { text-align: center; margin: 40px 0; } .pagination .nav-links { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; } .pagination a, .pagination .current { padding: 12px 20px; background: linear-gradient(135deg, #eab308, #fbbf24); color: #333; text-decoration: none; border-radius: 8px; transition: all 0