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

അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
Created page with ".article-card { display: flex; gap: 1rem; border: 1px solid #ddd; border-radius: 6px; padding: 0.75rem; margin-bottom: 1rem; background-color: #fafafa; } .article-thumbnail img { max-width: 150px; border-radius: 4px; } .article-info { flex: 1; } .article-title { font-size: 1.1em; font-weight: bold; margin: 0; } .article-author { font-size: 0.95em; color: #555; margin: 0.25em 0; } .article-date { font-size: 0.85em; color: #777; m..."
 
(ചെ.)No edit summary
 
(ഒരേ ചെയ്ത ഇടയ്ക്കുള്ള 14 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല)
വരി 1: വരി 1:
/* ================ ARTICLE CARD STANDARDISED STYLES ================ */
.article-card {
.article-card {
   display: flex;
   display: flex;
   gap: 1rem;
   flex-direction: column;
   border: 1px solid #ddd;
   border: 1px solid #e2e8f0;
   border-radius: 6px;
   border-radius: 8px;
   padding: 0.75rem;
  margin-bottom: 1.5rem;
   margin-bottom: 1rem;
  background-color: #ffffff;
   background-color: #fafafa;
  overflow: hidden;
   box-shadow: 0 1px 3px rgba(0,0,0,0.05);
   height: 100%;
}
 
.article-Image1 {
  width: 100%;
  height: 180px;
  overflow: hidden;
   background-color: #f7fafc;
  display: flex;
  justify-content: center;
  align-items: center;
}
}


.article-thumbnail img {
.article-Image1 img {
   max-width: 150px;
   width: 100%;
   border-radius: 4px;
   height: 100%;
  object-fit: cover;
  display: block;
}
}


/* Informational text wrapper below the image */
.article-info {
.article-info {
   flex: 1;
  padding: 4px 10px 4px 10px ;
  display: flex;
  flex-direction: column;
   flex-grow: 0;
}
}


/* Title / Displayname section with enforced font styling */
.article-title {
.article-title {
   font-size: 1.1em;
  font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif !important;
   font-weight: bold;
   font-size: 1.25em;
   margin: 0;
   font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
}
 
.article-title a {
  color: #1a202c;
  text-decoration: none;
}
 
.article-title a:hover {
  color: #3182ce;
}
 
/* Standard compliant text containment replacing non-standard webkit-clamping */
.article-intro-wrapper {
  position: relative;
  max-height: 4.8em; /* 3 വരികൾക്കായി കൃത്യമായി ക്രമീകരിച്ചത് (1.6em line-height * 4) */
  overflow: hidden;
  margin-bottom: 4px !important;
}
.article-intro {
  font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif !important;
  font-size: 0.95em;
  line-height: 1.6em;
  color: #4a5568;
  margin: 0 !important; /* മീഡിയവിക്കി P ടാഗിന്റെ ഡിഫോൾട്ട് മാർജിൻ പൂർണ്ണമായി ഒഴിവാക്കി */
  padding: 0 !important;
}
 
/* ഓതർ, ഡേറ്റ് എന്നിവ അടങ്ങുന്ന മെറ്റാ റോ */
.article-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  padding-top: 0px !important;
  font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif !important;
}
 
/* മീഡിയവിക്കി ജനറേറ്റ് ചെയ്യാൻ സാധ്യതയുള്ള അനാവശ്യ മാർജിനുകളെ തടയാൻ */
.article-meta-row p,
.article-info p {
   margin: 0 !important;
  padding: 0 !important;
}
}


.article-author {
.article-author {
   font-size: 0.95em;
   font-size: 0.85em;
   color: #555;
  font-weight: 600;
   margin: 0.25em 0;
   color: #6b1f1f;
   margin: 0 !important;
}
}


.article-date {
.article-date {
   font-size: 0.85em;
   font-size: 0.8em;
   color: #777;
   color: #718096;
   margin-bottom: 0.5em;
   margin: 0 !important;
}
/* Optional placeholder class for hidden internal metadata layout */
.author-photo-hidden {
  display: none;
}
}
@media (max-width:768px) {
    .article-image1 {
        height: 120px !important;
    }
    .article-info {
        padding: 10px !important;
    }
    .article-title {
        font-size: 1.05em !important;
    }


.article-summary {
  font-size: 0.95em;
  line-height: 1.4;
}
}

12:42, 21 ജൂൺ 2026-നു നിലവിലുള്ള രൂപം

/* ================ ARTICLE CARD STANDARDISED STYLES ================ */

.article-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  height: 100%;
}

.article-Image1 {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-color: #f7fafc;
  display: flex;
  justify-content: center; 
  align-items: center;
}

.article-Image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Informational text wrapper below the image */
.article-info {
  padding: 4px 10px 4px 10px ;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

/* Title / Displayname section with enforced font styling */
.article-title {
  font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif !important;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
}

.article-title a {
  color: #1a202c;
  text-decoration: none;
}

.article-title a:hover {
  color: #3182ce;
}

/* Standard compliant text containment replacing non-standard webkit-clamping */
.article-intro-wrapper {
  position: relative;
  max-height: 4.8em; /* 3 വരികൾക്കായി കൃത്യമായി ക്രമീകരിച്ചത് (1.6em line-height * 4) */
  overflow: hidden;
  margin-bottom: 4px !important; 
}
.article-intro {
  font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif !important;
  font-size: 0.95em;
  line-height: 1.6em;
  color: #4a5568;
  margin: 0 !important; /* മീഡിയവിക്കി P ടാഗിന്റെ ഡിഫോൾട്ട് മാർജിൻ പൂർണ്ണമായി ഒഴിവാക്കി */
  padding: 0 !important;
}

/* ഓതർ, ഡേറ്റ് എന്നിവ അടങ്ങുന്ന മെറ്റാ റോ */
.article-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  padding-top: 0px !important;  
  font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif !important;
}

/* മീഡിയവിക്കി ജനറേറ്റ് ചെയ്യാൻ സാധ്യതയുള്ള അനാവശ്യ മാർജിനുകളെ തടയാൻ */
.article-meta-row p,
.article-info p {
  margin: 0 !important;
  padding: 0 !important;
}

.article-author {
  font-size: 0.85em;
  font-weight: 600;
  color: #6b1f1f;
  margin: 0 !important;
}

.article-date {
  font-size: 0.8em;
  color: #718096;
  margin: 0 !important;
}
/* Optional placeholder class for hidden internal metadata layout */
.author-photo-hidden {
  display: none;
}
@media (max-width:768px) {

    .article-image1 {
        height: 120px !important;
    }

    .article-info {
        padding: 10px !important;
    }

    .article-title {
        font-size: 1.05em !important;
    }

}
"https://abhiprayavedi.org/index.php?title=ഫലകം:ArticleCard/styles.css&oldid=2220" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്