Mahabharat { BR Chopra}
Rakhra Blogs
August 26, 2025
<![CDATA[
/* Rakhra Blogs Video Auto Player Theme */
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background: #0f0f0f;
color: #fff;
line-height: 1.6;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.header {
text-align: center;
padding: 20px 0;
background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
margin-bottom: 30px;
border-radius: 10px;
}
.blog-title {
font-size: 2.5em;
margin: 0;
color: white;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.blog-description {
font-size: 1.2em;
opacity: 0.9;
margin-top: 10px;
}
.video-player-container {
background: #1a1a1a;
border-radius: 15px;
padding: 20px;
margin-bottom: 30px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.current-video {
position: relative;
width: 100%;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
background: #000;
border-radius: 10px;
overflow: hidden;
margin-bottom: 20px;
}
.current-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 10px;
}
.video-info {
padding: 15px;
background: #2a2a2a;
border-radius: 8px;
margin-bottom: 20px;
}
.video-title {
font-size: 1.5em;
margin-bottom: 10px;
color: #4ecdc4;
}
.video-description {
color: #ccc;
line-height: 1.6;
}
.playlist-container {
background: #1a1a1a;
border-radius: 10px;
padding: 20px;
max-height: 400px;
overflow-y: auto;
}
.playlist-title {
font-size: 1.3em;
margin-bottom: 15px;
color: #ff6b6b;
border-bottom: 2px solid #ff6b6b;
padding-bottom: 5px;
}
.playlist-item {
display: flex;
align-items: center;
padding: 12px;
margin-bottom: 10px;
background: #2a2a2a;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
border-left: 4px solid transparent;
}
.playlist-item:hover {
background: #3a3a3a;
transform: translateX(5px);
}
.playlist-item.active {
border-left-color: #4ecdc4;
background: #3a3a3a;
}
.playlist-thumb {
width: 120px;
height: 67px;
border-radius: 5px;
margin-right: 15px;
object-fit: cover;
}
.playlist-info {
flex: 1;
}
.playlist-item-title {
font-weight: 500;
margin-bottom: 5px;
color: #fff;
}
.playlist-item-duration {
font-size: 0.9em;
color: #888;
}
.controls {
display: flex;
gap: 10px;
margin-top: 20px;
}
.control-btn {
padding: 10px 20px;
border: none;
border-radius: 5px;
background: #4ecdc4;
color: white;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
}
.control-btn:hover {
background: #3bb4ac;
transform: translateY(-2px);
}
.control-btn:disabled {
background: #666;
cursor: not-allowed;
}
.posts-container {
margin-top: 40px;
}
.post {
background: #1a1a1a;
border-radius: 10px;
padding: 20px;
margin-bottom: 20px;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.post-title {
color: #4ecdc4;
margin-bottom: 15px;
}
.post-content {
color: #ccc;
line-height: 1.6;
}
@media (max-width: 768px) {
.container {
padding: 10px;
}
.blog-title {
font-size: 2em;
}
.playlist-item {
flex-direction: column;
text-align: center;
}
.playlist-thumb {
margin-right: 0;
margin-bottom: 10px;
width: 100%;
height: auto;
}
.controls {
flex-direction: column;
}
}
]]>