<?xml version="1.0" encoding="UTF-8" ?><b:skin><![CDATA[

/* IPL 2025 Theme CSS */

body {

font-family: Arial, sans-serif;

margin: 0;

padding: 0;

background-color: #f4f4f4;

}

.header {

background: #1e3a8a;

color: #fff;

padding: 15px;

text-align: center;

font-size: 24px;

font-weight: bold;

}

.main-content {

width: 80%;

margin: 20px auto;

background: #fff;

padding: 20px;

border-radius: 5px;

box-shadow: 0 0 10px rgba(0,0,0,0.1);

}

.footer {

text-align: center;

padding: 10px;

background: #1e3a8a;

color: #fff;

margin-top: 20px;

}

.match-updates, .team-standings, .featured-articles {

margin-bottom: 20px;

padding: 10px;

background: #e2e8f0;

border-radius: 5px;

}

]]></b:skin> <b:template-skin> <b:section id="header" class="header" maxwidgets="1" showaddelement="no"> <b:widget id="Header1" type="Header" locked="true"/> </b:section> <b:section id="match-updates" class="match-updates" maxwidgets="5" showaddelement="yes"> <b:widget id="MatchUpdates" type="Text"/> </b:section> <b:section id="team-standings" class="team-standings" maxwidgets="3" showaddelement="yes"> <b:widget id="TeamStandings" type="Text"/> </b:section> <b:section id="featured-articles" class="featured-articles" maxwidgets="5" showaddelement="yes"> <b:widget id="FeaturedArticles" type="Blog"/> </b:section> <b:section id="footer" class="footer" maxwidgets="1" showaddelement="yes"> <b:widget id="Footer1" type="Tex


t"/> </b:section> </b:template-skin>


Comments