"ഫലകം:Header4/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
ദൃശ്യരൂപം
'→Container: #mp-topbanner { width: 100%; background: #fff; margin: 10px 0; padding: 15px; border-radius: 10px; box-shadow: 0px 4px 8px rgba(0,0,0,0.1); text-align: center; display: flex; flex-direction: column; align-items: center; } →Title: #mp-topbanner .banner-title { font-size: 2rem; →~32px desktop: font-weight: bold; color: #004EC3; margin: 10px 0; } /* Single image cent...' താൾ സൃഷ്ടിച്ചിരിക്കുന്നു |
No edit summary റ്റാഗുകൾ: മൊബൈൽ സൈറ്റ് മൊബൈൽ വെബിലെ തിരുത്ത് വിപുലീകൃത മൊബൈൽ തിരുത്ത് |
||
| വരി 2: | വരി 2: | ||
#mp-topbanner { | #mp-topbanner { | ||
width: 100%; | width: 100%; | ||
background: # | background: linear-gradient(135deg, #f0f7ff, #ffffff); /* Light blue → white */ | ||
margin: 10px 0; | margin: 10px 0; | ||
padding: 15px; | padding: 20px 15px; | ||
border-radius: | border-radius: 12px; | ||
box-shadow: 0px 4px 8px rgba(0,0,0,0. | box-shadow: 0px 4px 8px rgba(0,0,0,0.08); | ||
text-align: center; | text-align: center; | ||
display: flex; | display: flex; | ||
| വരി 18: | വരി 18: | ||
font-weight: bold; | font-weight: bold; | ||
color: #004EC3; | color: #004EC3; | ||
margin: 10px 0; | margin: 10px 0 15px 0; | ||
} | } | ||
/* Single image centered */ | /* Single image centered */ | ||
#mp-topbanner .banner-image { | #mp-topbanner .banner-image { | ||
margin: | margin: 15px 0; | ||
} | } | ||
#mp-topbanner .banner-image img { | #mp-topbanner .banner-image img { | ||
| വരി 30: | വരി 30: | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
border-radius: 8px; | |||
} | } | ||
16:39, 29 സെപ്റ്റംബർ 2025-നു നിലവിലുണ്ടായിരുന്ന രൂപം
/* Container */
#mp-topbanner {
width: 100%;
background: linear-gradient(135deg, #f0f7ff, #ffffff); /* Light blue → white */
margin: 10px 0;
padding: 20px 15px;
border-radius: 12px;
box-shadow: 0px 4px 8px rgba(0,0,0,0.08);
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
/* Title */
#mp-topbanner .banner-title {
font-size: 2rem; /* ~32px desktop */
font-weight: bold;
color: #004EC3;
margin: 10px 0 15px 0;
}
/* Single image centered */
#mp-topbanner .banner-image {
margin: 15px 0;
}
#mp-topbanner .banner-image img {
max-width: 100% !important;
height: auto !important;
display: block;
margin: 0 auto;
border-radius: 8px;
}
/* Description */
#mp-topbanner .banner-desc {
font-size: 1.2rem; /* ~19px */
color: #333;
margin: 10px 0;
line-height: 1.6em;
}
/* Stats */
#mp-topbanner .banner-stats {
font-size: 1rem; /* ~16px */
color: #444;
margin-top: 15px;
line-height: 1.6em;
}
/* Responsive tweaks */
@media (max-width: 768px) {
#mp-topbanner .banner-title {
font-size: 1.5rem; /* ~24px */
}
#mp-topbanner .banner-desc {
font-size: 1rem;
}
#mp-topbanner .banner-stats {
font-size: 0.9rem;
}
}
@media (max-width: 480px) {
#mp-topbanner .banner-title {
font-size: 1.2rem; /* ~20px */
}
#mp-topbanner .banner-desc {
font-size: 0.95rem;
}
#mp-topbanner .banner-stats {
font-size: 0.85rem;
}
}