body { margin: 0; background: #F8F6F6; color: #454645; font-family: Verdana, Arial, Helvetica, 'Noto Sans Sinhala', 'Iskoola Pota', sans-serif; font-size: 15px; line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a:active,a:visited{color:#404951;} a:link {color : #222;text-decoration : none;outline:0}a { color: #222; text-decoration: none; outline: 0; } @media (min-width: 768px) { .card-box { background-color: #fff; padding: 16px; border: 1px solid #e0e0e0; border-radius: 6px; margin-bottom: 16px; box-sizing: border-box; max-width: 100%; overflow-wrap: break-word; } } /* Section Titles */ .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin: 16px 0; text-align: center; letter-spacing: 0.3px; line-height: 1.0; padding: 12px 16px; background: #f9f9fc; border: 1px solid #ddd; border-left: 4px solid #5a8dee; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); } @media (max-width: 480px) { .section-title { font-size: 1rem; padding: 8px 12px; } } .section-title2 { font-size: 16px; font-weight: 600; color: #2c3e50; margin: 16px 0; text-align: left; letter-spacing: 0.3px; line-height: 1.0; padding: 12px 16px; background: #f9f9fc; border: 1px solid #ddd; border-left: 4px solid #5a8dee; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); } @media (max-width: 480px) { .section-title2 { font-size: 1rem; padding: 8px 12px; } } /* Breadcrumbs */ .bread { background-color: #FCFCFC; border: 1px solid #ddd; border-radius: 4px; padding: 7px; margin: 10px 0; font-weight: 700; font-size: small; } /* Tags & Headers */ .tag, .hed { background-color: #FCFCFC; border: 1px solid #ddd; border-radius: 4px; padding: 7px; line-height: 1.5; margin-bottom: 8px; text-align: justify; } .tag { font-size: 12px; } .hed { font-size: 13px; } /* Footer */ .footer { background-color: red; background-image: linear-gradient(to right, #000, #f93f00, #000, #ec6e00, #000); color: #FCFCFC; text-align: center; padding: 5px; line-height: 20px; border-bottom: 2px solid red; margin-bottom: 20px; } .footer a { color: #ccc; } .content2, .list-group-item, .de { position: relative; display: block; padding: 7px 15px; margin-bottom: 2px; border: 1px solid #e0e0e0; border-radius: 8px; background: linear-gradient(to right, #F7FBF3, #f9f9f9); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); transition: box-shadow 0.3s ease, transform 0.2s ease; } .content2:hover, .list-group-item:hover, .copy:hover, .de:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transform: translateY(-2px); } /* Button */ .morebtn { text-align: center; background: #000; padding: 5px 15px; border-radius: 5px; margin-bottom: 5px; display: inline-block; font-weight: 700; color: #FCFCFC; } /* Buttons */ .morebtn { text-align: center; background: #000; padding: 5px 15px; border-radius: 5px; margin-bottom: 5px; display: inline-block; font-weight: 700; color: #FCFCFC; transition: background-color 0.3s ease; } .morebtn:hover { background: red; } .morebtn a { color: #FCFCFC; } /* Pagination Area */ .pa { text-align: center; padding: 8px; background: #dde7f1; } .pa a { padding: 5px 8px; margin: 5px; display: inline-block; background: #FCFCFC; border: 1px solid #ccc; border-radius: 3px; text-decoration: none; font-weight: 700; transition: background-color 0.3s ease, color 0.3s ease; } .pa a:hover { background: red; color: #FCFCFC; } /* Alignment Utility */ .aligncenter { text-align: center; } .btn { background-color: DodgerBlue; border: none; color: white; padding: 12px 30px; cursor: pointer; font-size: 20px; transition: background-color 0.3s ease; } .btn:hover { background-color: RoyalBlue; } /* 🔍 Search Bar */ .search-bar { padding: 16px; background: #fff; box-shadow: 0 0 4px rgba(0,0,0,0.05); margin-bottom: 24px; text-align: center; } .search-bar input[type="text"] { padding: 8px 12px; width: 60%; max-width: 400px; border: 1px solid #ccc; border-radius: 6px; } .search-bar input[type="submit"] { padding: 8px 16px; margin-left: 8px; background-color: #0077cc; color: #fff; border: none; border-radius: 6px; cursor: pointer; } .search-bar input[type="submit"]:hover { background-color: #005fa3; } .music-info-box { position: relative; display: block; padding: 15px 20px; margin-bottom: 15px; border: 1px solid #e0e0e0; border-radius: 12px; background: linear-gradient(to right, #F7FBF3, #f9f9f9); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); transition: box-shadow 0.3s ease, transform 0.2s ease; font-family: 'Segoe UI', sans-serif; color: #333; } .music-info-box:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transform: translateY(-2px); } .music-info-box h4 { font-size: 18px; margin-bottom: 8px; color: #2c3e50; } .music-info-box .meta { font-size: 14px; line-height: 1.6; margin-bottom: 4px; } .music-info-box .content { font-size: 14px; line-height: 1.6; margin-bottom: 4px; } .music-info-box .highlight { font-weight: bold; color: #1a8917; } .music-info-box .contact { margin-top: 10px; font-size: 13px; color: #555; } .copy{ position: relative; display: block; padding: 10px 15px; margin-bottom: 1px; border: 1px solid #e0e0e0; border-radius: 8px; background: linear-gradient(to right, #E4FBCD, #f9f9f9); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); transition: box-shadow 0.3s ease, transform 0.2s ease; } .list-group, .all { margin-bottom: 10px; padding-left: 0; font-size: 14px; box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.67); } .listcat { background: #FCFCFC; padding: 6px; border: 1px solid #eee; font-weight: bold; color: #325d81; margin: 3px; transition: background-color 0.4s ease; } .listcat a { color: #396a93; text-transform: none; } .listcat:hover { background: rgba(70, 130, 180, 0.2); text-transform: none; } .List { background: #fff; padding: 9px; border-radius: 4px; box-shadow: 0 0 16px -2px #000000b5; } /* Base nav styles */ .topnav { background-color: #111; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: center; } .topnav a { color: #ccc; text-align: center; padding: 12px 16px; text-decoration: none; font-size: 16px; } .topnav a:hover { background-color: #333; color: #fff; } .topnav .logo { font-weight: bold; color: #ffcc00; } .topnav .icon { background: none; border: none; font-size: 24px; color: #ccc; cursor: pointer; display: none; } .topnav .icon:hover { color: #fff; } /* Responsive styles */ @media screen and (max-width: 768px) { .topnav a { display: none; } .topnav a.logo { display: block; } .topnav .icon { display: block; margin-left: auto; } .topnav.responsive { flex-direction: column; align-items: flex-start; } .topnav.responsive a { display: block; width: 100%; text-align: left; } } /* 🔧 Layout Wrapper – CLS Hardened */ .layout-wrapper { display: flex; flex-direction: column; gap: 24px; padding: 16px; max-width: 1200px; margin: auto; /* CLS fixes */ min-height: 300px; /* Reserve space for dynamic content */ overflow: hidden; /* Prevent overflow shifts */ position: relative; /* Stabilize layout context */ } /* 🖥️ Desktop Flex */ @media (min-width: 768px) { .layout-wrapper { flex-direction: row; } .main-content { flex: 1; padding-right: 24px; } .sidebar-right { flex: 0 0 280px; } } /* 🧱 Sidebar Styling */ .sidebar-section { background: #fff; padding: 16px; margin-bottom: 16px; border-radius: 8px; box-shadow: 0 0 4px rgba(0,0,0,0.1); } .sidebar-title { font-size: 1.2em; margin-bottom: 12px; } .sidebar-list { list-style: none; padding: 0; } .sidebar-list li a { display: block; padding: 8px 12px; margin-bottom: 6px; background: #f9f9f9; border-radius: 6px; text-decoration: none; font-weight: 600; color: #003366; } .sidebar-list li a:hover { background: #e0e0e0; } /* 📢 Ad Block */ .ad-block { text-align: center; margin: 20px 0; } /* 🎧 Audio Player */ .audio-player-wrapper { margin: 20px 0; } /* 📥 Download Button */ a.dl-button { text-align: center; padding: 10px 40px; border-radius: 5px; margin-bottom: 10px; display: inline-block; font-weight: 700; color: #fff; width: 150px; background-color: #022BF7; /* Default background */ transition: background 0.3s ease; } a.dl-button:hover { background: #021683; } #sort-select { font-size: 16px; padding: 12px 16px; min-height: 48px; min-width: 160px; margin-bottom: 12px; } /* 🧠 Typography */ .titelh { font-size: 1.5em; margin: 20px 0; text-align: center; } .description, .meta { margin-bottom: 16px; } /* Background Color Variants */ .bgcolor1 { background-color: #dc143c; } .bgcolor2 { background-color: #022BF7; } /* Utility Classes */ .hidden { display: none; } .ali { text-align: center; } /* Title Styling */ .title { font-size: 15px; font-weight: 700; color: #fff; line-height: 18px; padding: 7px 30px 9px 8px; display: inline-block; position: relative; background-image: linear-gradient(30deg, #261619, #190C0F 30%, #000); background-image: -webkit-linear-gradient(30deg, #261619, #190C0F 30%, #000000); } .article-header .title::before { content: ''; position: absolute; top: 0; right: 0; width: 0; height: 0; border-top: 35px solid #000; border-right: 20px solid #fff; } /* Responsive Image */ .responsive { width: 100%; height: auto; } /* Container Box */ .cont { background: #fff; border: 1px solid #ddd; margin-top: -1px; padding: 10px; box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.67); } /* Tone Box Layout */ .rtone { display: flex; justify-content: center; } .rtone > div { background-color: #f1f1f1; width: 100px; margin: 10px; text-align: center; line-height: 40px; font-size: 16px; /* Adjusted from 'auto' */ } /* Image Container with Gradient Border */ .showimage { padding: 2px; margin: 6px auto 4px; text-align: left; position: relative; display: table; justify-content: center; border-width: 1px; border-radius: var(--border-width); } /* Image Styling */ .showimage img { vertical-align: middle; box-shadow: 8px 8px 12px 0 #848181; } /* Gradient Border Effect */ .showimage::after { content: ""; position: absolute; top: calc(-1 * var(--border-width)); left: calc(-1 * var(--border-width)); z-index: -1; width: calc(100% + var(--border-width) * 2); height: calc(100% + var(--border-width) * 2); border-radius: calc(2 * var(--border-width)); background: linear-gradient( 60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0 ); background-size: 300% 300%; background-position: 0 50%; animation: moveGradient 4s alternate infinite; } /* Gradient Animation */ @keyframes moveGradient { 50% { background-position: 100% 50%; } } /* Button Styling */ .btn { background-color: DodgerBlue; border: none; color: white; padding: 12px 30px; cursor: pointer; font-size: 20px; border-radius: 6px; transition: background-color 0.3s ease; } .btn:hover { background-color: #1e90ff; } .main-wrapper { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start; } .content-area { flex: 1; min-width: 300px; } .right { flex: 0 0 auto; min-width: 200px; max-width: 300px; width: 100%; } .allupdates { padding: 16px 20px; background: #fff; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); margin-bottom: 20px; } .allupdates-title { font-size: 16px; font-weight: 600; color: #d9534f; margin: 0; } .updates { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); margin-bottom: 20px; } .section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .section-header h2 { font-size: 16px; font-weight: 600; color: #2c3e50; margin: 0; } .section-header h3 { font-size: 16px; font-weight: 600; color: #2c3e50; margin: 0; } .view-all-btn { font-size: 13px; padding: 5px 10px; border: 1.5px solid #0077cc; color: #0077cc; text-decoration: none; border-radius: 4px; transition: all 0.2s ease; } .view-all-btn:hover { background: #0077cc; color: #fff; } .section-line { height: 2px; background: #e74c3c; border-radius: 1px; } .social-bar { background: #000; padding: 12px 0; text-align: center; } .social-icons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; } .social-icons a img { width: 32px; height: 32px; } @media (max-width: 480px) { .social-icons { gap: 12px; } .social-icons a img { width: 20px; height: 20px; } } .comment-section { /* Scroll settings */ max-height: 500px; overflow-y: auto; padding-right: 10px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; } /* Chrome, Edge, Safari scrollbar styling */ .comment-section::-webkit-scrollbar { width: 8px; } .comment-section::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 4px; } .comment-section::-webkit-scrollbar-thumb { background-color: #888; border-radius: 4px; border: 2px solid #f0f0f0; } .comment-section::-webkit-scrollbar-thumb:hover { background-color: #555; } /* Firefox scrollbar styling */ .comment-section { scrollbar-width: thin; scrollbar-color: #888 #f0f0f0; } /* Container for each request block */ .titel1 { background: #f9f9fc; border: 1px solid #ddd; border-left: 4px solid #5a8dee; padding: 12px 16px; margin-bottom: 12px; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); } /* Request title */ .titel1 p { font-size: 16px; font-weight: 600; color: #333; margin: 0 0 8px; } /* Admin reply block */ .admin { background: #eef6ff; border-left: 3px solid #0077cc; padding: 8px 12px; margin-top: 6px; font-size: 15px; color: #004080; border-radius: 4px; } /* Admin reply link */ .admin a { color: #d00; text-decoration: underline; font-weight: bold; } .admin a:hover { color: #900; text-decoration: none; } /* Action links (Reply/Delete) */ .tag { font-size: 14px; margin-top: 6px; color: #666; } .tag a { margin-left: 8px; color: #5a8dee; text-decoration: none; } .tag a:hover { text-decoration: underline; } .audio-player-wrapper { max-width: 100%; margin: 1em auto; padding: 0.5em; background: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); } audio { width: 100%; outline: none; } .whatsapp-link { display: none; /* Hide by default */ } @media (max-width: 480px) { .whatsapp-link { display: block; background-color: #25D366; color: #fff; padding: 12px 16px; font-weight: bold; border-radius: 4px; text-decoration: none; text-align: center; margin: 8px auto; font-size: 16px; transition: background-color 0.3s ease; } .whatsapp-link:hover { background-color: #128C7E; } } /* 📄 Pagination */ .uppage { text-align: center; margin-top: 30px; } .uppage.compact-nav a { display: inline-block; padding: 6px 12px; margin: 0 4px; background: #eee; border-radius: 4px; text-decoration: none; color: #333; font-size: 14px; } .uppage.compact-nav a:hover { background: #ccc; } .uppage.compact-nav .current { font-weight: bold; color: #0077cc; } /* Suggestion Item */ .suggest-item { display: flex; align-items: center; gap: 15px; /* */ padding: 10px; border-bottom: 1px solid #f1f1f1; cursor: pointer; width: 100%; box-sizing: border-box; justify-content: flex-start; /* */ } .suggest-item img { flex-shrink: 0; width: 40px; height: 40px; } .suggest-item span { font-size: 14px; color: #333; font-weight: 500; /* / display: inline-block; max-width: 85%; /* */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; /* */ } /* View More */ .more-results { text-align: center !important; display: block !important; width: 100%; }
logo New Sinhala Mp3 Live Collection Dj Remix Rap Song Live Shows Nonstop Music Songs Album
📲 Join Telegram

Sinhanada.net Network

🆕 Latest Updates

View All
Cover Art
Sinhala DJ Remix Dimi 3 New Sinhala DJ Nonstop නටපං බං - 6-8 Dance Song DJ Remix DJ ASNK.mp3
📅 32 minutes ago
Cover Art
Adi Ennadi & Vaada Maappilley - Tamil Super Hits Live Nonstop Freeze Band Sri Lanka Party Hits 2026.mp3
📅 33 minutes ago
Cover Art
Raja Pelapathaka රජ පෙළපතක - Damith Asanka with Flashback Live 2026.mp3
📅 15 hours ago
Cover Art
Best TikTok HITS Sinhala Songs ටික්ටොක් වල ට්‍රෙන්ඩින්ග් වුන සුපිරිම සින්දු - Trending AI Collection 2026 Part 03.mp3
📅 1 days ago
Cover Art
Hattimatim Tim අලුත්ම එක - Polgahawela Horizon Remix Dj Song Nonstop ( Karoliya ) Live 2026.mp3
📅 1 days ago
Cover Art
Diya Podak Wemin දියපොදක් වෙමින් - Surendra Perera with Flashback Live 2026.mp3
📅 1 days ago
Cover Art
Nethu Saluna Nonstop නෙතු සැලුනා නන්ස්ටොප් - Ahungalla Flamingoes Anniversary Blast Live 2026.mp3
📅 2 days ago

  Live Shows   Shaa FM 21st Anniversary Celebration With Rio x Liyara 2023 01 21
Cover
59.ASIRI MANGALA - SARATH RODRIGO.MP3
💾 Size: 4.28 MB
Cover
60.PARADILA - LAHIRU BALASOORIYA.MP3
💾 Size: 3 MB
Cover
61.IGI MARANA - K SUJEEWA.MP3
💾 Size: 3.41 MB
Cover
62.HADUNADA - DINESH THARANGA.MP3
💾 Size: 3.79 MB
Cover
63.GAHENA HUSME PAWA - RAHAL ALWIS.MP3
💾 Size: 2.73 MB
Cover
64.KAWADI BAILA - SURESH DILSHAN.MP3
💾 Size: 4.46 MB
Cover
65.NONSTOP - NILANGA SILVA.MP3
💾 Size: 6.91 MB
Cover
66.MANIKE MAGE HITHE - SATHEESHAN RATHNAYAKA.MP3
💾 Size: 3.07 MB
Cover
67.MAGE PUNCHI ROSA MALE - KASUN WEDAGE.MP3
💾 Size: 3.13 MB
Cover
68.SIGIRIYE APSARAWA - MADAWA IDIKATIYA.MP3
💾 Size: 3.07 MB
Cover
69.RATA THOTA - SHIRAN CHANDANA.MP3
💾 Size: 4.25 MB
Cover
70.END NONSTOP - LIYARA.MP3
💾 Size: 5.46 MB
Cover
16.KELESADA KIWA MANA - KAMAL CHITHRASENA.MP3
💾 Size: 3.88 MB
Cover
17.HITHA GAWA OBA INNA - PRASANGA THISERA.MP3
💾 Size: 3.78 MB
Cover
18.SEETHA KADU YAAYE - CHANDRASENA HETTIARACHCHI.MP3
💾 Size: 3.73 MB
Pages: Prev 1 2 3 4 5 Next

📂 Browse Categories

  • 📂 All Categories

🔥 Popular Now

  • 🔥 Trending This Week

✨ Extra Features

  • 🔮 2026 ලග්න පලාපල Latest
    අලුත් අවුරුදු නැකත් සහ පලාපල බලන්න
  • 🔍 AI Lyrics Finder NEW
  • 🎶 DJ Remix Upload Guide
  • 📢 Advertising with us
  • 🖼️ YouTube Screenshot Tool
  • 🔳 QR Code Generator
  • 🎧 Request a Song
  • 📈 Top 20 Hits
  • ❤️ Donations - අපට සහය වන්න
  • 📻 Live Radio Sri Lanka
Facebook WhatsApp Telegram YouTube
Home Terms of Service Privacy Policy Contact Us
© 2011 - 2026 Sinhanada.net