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

Schoolwiki സംരംഭത്തിൽ നിന്ന്
No edit summary
No edit summary
 
(മറ്റൊരു ഉപയോക്താവ് ചെയ്ത ഇടയ്ക്കുള്ള 5 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല)
വരി 9: വരി 9:
   box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   margin: 10px auto;
   margin: 10px auto;
   width:98%;
   width: 96%;
   text-align: center;
   text-align: center;
}
}
വരി 18: വരി 18:
   align-items: center;
   align-items: center;
   justify-content: space-between;
   justify-content: space-between;
   min-width: 100px;
   flex: 1 1 160px; /* minimum width 160px */
   width: 160px;
   max-width: 220px;
   background-color: #ffffff;
   background-color: #ffffff;
   border: 2px solid #1b2cb3;
   border: 2px solid #ccc;
   border-radius: 10px;
   border-radius: 10px;
   padding: 10px;
   padding: 10px;
വരി 29: വരി 29:
   box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
   box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
   transition: all 0.25s ease;
   transition: all 0.25s ease;
  font-size: 1em;
}
}


വരി 39: വരി 40:
}
}


.firstbox-item:hover img {
 
  filter: brightness(0) invert(1);
}
.firstbox-item:hover a {
.firstbox-item:hover a {
color:#fff;
  color: #fff;
}
}
.firstbox-item img {
.firstbox-item img {
   display: block;
   display: block;
വരി 51: വരി 51:
   height: auto;
   height: auto;
}
}
.firstbox-item a:hover{
 
color:#fff;
.firstbox-item a:hover {
font-weight:bold;
  color: #fff;
  font-weight: bold;
}
}
.firstbox-item small {
.firstbox-item small {
   display: block;
   display: block;
വരി 62: വരി 64:
}
}


/* Mobile layout: 2 items per row with min-width 160px */
@media (max-width: 768px) {
@media (max-width: 768px) {
   .firstbox-item {
   .firstbox-item {
     min-width: 90px;
     flex: 1 1 45%; /* roughly 2 items per row */
     max-width: 100px;
     min-width: 160px;
     font-size: 0.85rem;
     font-size: 0.95rem;
   }
   }
}
}
വരി 72: വരി 75:
@media (max-width: 480px) {
@media (max-width: 480px) {
   .firstbox-item {
   .firstbox-item {
     min-width: 80px;
     flex: 1 1 45%; /* still 2 items per row */
     max-width: 90px;
     min-width: 160px;
     font-size: 0.8rem;
     font-size: 0.85rem;
   }
   }
}
}

22:37, 10 ഒക്ടോബർ 2025-നു നിലവിലുള്ള രൂപം

.firstboxes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  background: linear-gradient(135deg, #fefefe, #e6f0ff);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin: 10px auto;
  width: 96%;
  text-align: center;
}

.firstbox-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 160px;  /* minimum width 160px */
  max-width: 220px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  color: #004EC3;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  transition: all 0.25s ease;
  font-size: 1em;
}

.firstbox-item:hover {
  background-color: #0073e6;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 3px 3px 12px rgba(0,0,0,0.15);
  border-color: #004EC3;
}


.firstbox-item:hover a {
  color: #fff;
}

.firstbox-item img {
  display: block;
  margin: 0 auto 5px auto;
  max-width: 61px;
  height: auto;
}

.firstbox-item a:hover {
  color: #fff;
  font-weight: bold;
}

.firstbox-item small {
  display: block;
  font-size: 0.85rem;
  margin-top: 4px;
  color: #555;
}

/* Mobile layout: 2 items per row with min-width 160px */
@media (max-width: 768px) {
  .firstbox-item {
    flex: 1 1 45%; /* roughly 2 items per row */
    min-width: 160px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .firstbox-item {
    flex: 1 1 45%; /* still 2 items per row */
    min-width: 160px;
    font-size: 0.85rem;
  }
}
"https://schoolwiki.in/index.php?title=ഫലകം:FirstBoxes/styles.css&oldid=2878008" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്