"ഫലകം:Header4/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം

Schoolwiki സംരംഭത്തിൽ നിന്ന്
No edit summary
(Ranjithsiji (സംവാദം) ചെയ്ത നാൾപ്പതിപ്പ് 2865988 നീക്കം ചെയ്യുന്നു)
റ്റാഗ്: തിരസ്ക്കരിക്കൽ
വരി 1: വരി 1:
/* Container */
#mp-topbanner {
#mp-topbanner {
   width: 100%;
   width: 96%;
   background: linear-gradient(135deg, #fefefe, #eaf2ff);
   background: linear-gradient(135deg, #f0f7ff, #ffffff); /* Light blue → white */
  margin: 10px 0;
  padding: 20px 15px;
   border-radius: 12px;
   border-radius: 12px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.1);
   text-align: center;
  padding: 15px;
  margin: 10px auto;
  box-sizing: border-box;
}
 
.banner-container {
   display: flex;
   display: flex;
  flex-direction: column;
   align-items: center;
   align-items: center;
   justify-content: center;
   border: 3px solid #7BBCE5;  
   flex-wrap: wrap; /* Makes it responsive */
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  gap: 20px;
}
}


.banner-image {
/* Title */
   flex: 1 1 40%;
#mp-topbanner .banner-title {
   display: flex;
   font-size: 2rem;   /* ~32px desktop */
   justify-content: center;
   font-weight: bold;
   align-items: center;
   color: #004EC3;
   margin: 10px 0 15px 0;
}
}


.banner-text {
/* Single image centered */
   flex: 1 1 55%;
#mp-topbanner .banner-image {
  display: flex;
   margin: 15px 0;
  flex-direction: column;
  gap: 10px;
}
}
 
#mp-topbanner .banner-image img {
.banner-title {
   max-width: 100% !important;
   font-size: 2em;
   height: auto !important;
   font-weight: bold;
  display: block;
   color: #004EC3;
   margin: 0 auto;
   text-align: left;
   border-radius: 8px;
}
}


.banner-desc {
/* Description */
   font-size: 1.2em;
#mp-topbanner .banner-desc {
   line-height: 1.6;
   font-size: 1.2rem; /* ~19px */
  text-align: left;
  color: #333;
  margin: 10px 0;
   line-height: 1.6em;
}
}


.banner-stats {
/* Stats */
   font-size: 1em;
#mp-topbanner .banner-stats {
   line-height: 1.6;
   font-size: 1rem;  /* ~16px */
   text-align: left;
  color: #444;
   margin-top: 15px;
   line-height: 1.6em;
}
}


/* Responsive for mobile */
/* Responsive tweaks */
@media (max-width: 768px) {
@media (max-width: 768px) {
   .banner-container {
   #mp-topbanner .banner-title {
     flex-direction: column;
    font-size: 1.5rem; /* ~24px */
     text-align: center;
  }
  #mp-topbanner .banner-desc {
     font-size: 1rem;
  }
  #mp-topbanner .banner-stats {
     font-size: 0.9rem;
   }
   }
  .banner-title,
}
   .banner-desc,
 
  .banner-stats {
@media (max-width: 480px) {
     text-align: center;
   #mp-topbanner .banner-title {
     font-size: 1.2rem; /* ~20px */
   }
   }
   .banner-image {
   #mp-topbanner .banner-desc {
     flex: 1 1 100%;
     font-size: 0.95rem;
   }
   }
   .banner-text {
   #mp-topbanner .banner-stats {
     flex: 1 1 100%;
     font-size: 0.85rem;
   }
   }
}
}

10:10, 30 സെപ്റ്റംബർ 2025-നു നിലവിലുണ്ടായിരുന്ന രൂപം

/* Container */
#mp-topbanner {
  width: 96%;
  background: linear-gradient(135deg, #f0f7ff, #ffffff); /* Light blue → white */
  margin: 10px 0;
  padding: 20px 15px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #7BBCE5; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* 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;
  }
}
"https://schoolwiki.in/index.php?title=ഫലകം:Header4/styles.css&oldid=2865989" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്