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

അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
Created page with ".author-card { display: flex; margin: 10px 0 0; padding-top: 5px; padding-bottom: 15px; border: 1px solid #ddd; border-radius: 6px; } .author-card-image img { width: 120px; height: auto; border-radius: 4px; } .author-card-content { padding: 15px 15px 15px 0px; flex: 1; } .author-card-name { margin-top: 0; margin-bottom: 8px; padding-left: 15px; } .author-card-bio { padding-top: 5px; padding-right: 0px; padding-bottom: 5px;..."
 
UshaK (സംവാദം | സംഭാവനകൾ)
No edit summary
 
(മറ്റൊരു ഉപയോക്താവ് ചെയ്ത ഇടയ്ക്കുള്ള 10 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല)
വരി 1: വരി 1:
.author-card {
.author-card {
  display: flex;
    display: flex;
  margin: 10px 0 0;
    flex-direction: column;
  padding-top: 5px;
    justify-self: center;
  padding-bottom: 15px;
    max-width: 400px;
  border: 1px solid #ddd;
    width: 100%;
  border-radius: 6px;
 
    padding: 15px;
    text-align: center;
 
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
 
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
    overflow: hidden;
 
    transition: box-shadow .2s ease;
}
}


.author-card-image img {
.author-card-photo {
  width: 120px;
     margin-bottom: 10px;
     height: auto;
  border-radius: 4px;
}
}


.author-card-content {
.author-card-photo img {
  padding: 15px 15px 15px 0px;
    max-width: 100%;
  flex: 1;
    height: auto;
    border: 1px solid #ddd;
}
}


.author-card-name {
.author-card-name {
  margin-top: 0;
    margin: 5px 0 10px;
  margin-bottom: 8px;
    font-size: 1.3rem;
  padding-left: 15px;
    line-height: 1.3;
}
.author-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
}


.author-card-bio {
.author-card-bio {
     padding-top: 5px;
     font-size: 0.9rem;
     padding-right: 0px;
    color: #666;
     padding-bottom: 5px;
    line-height: 1.5;
     padding-left: 15px;
    max-height: 6.3em;
  color: #444;
    margin-bottom: 12px;
  line-height: 1.5;
    overflow: hidden;
}
 
.author-card-profile {
    margin-top: 10px;
    font-size: 0.9rem;
}
 
.author-card-profile a {
    font-weight: 600;
}
.author-card {
    transition: box-shadow .2s ease;
}
 
.author-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
 
.category-author-page-header{
    background:#edf2f7;
     padding:20px;
    border-radius:10px;
     margin-bottom:30px;
    border-left:5px solid #3182ce;
}
 
.category-author-page-header h1{
     font-family:'Manjari','Meera',sans-serif !important;
    margin:0 0 8px;
    color:#1a202c;
}
 
.category-author-page-header p{
    margin:0;
    color:#4a5568;
}
}

15:32, 23 ജൂലൈ 2026-നു നിലവിലുള്ള രൂപം

.author-card {
    display: flex;
    flex-direction: column;
    justify-self: center;
    max-width: 400px;
    width: 100%;

    padding: 15px;
    text-align: center;

    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;

    box-shadow: 0 2px 5px rgba(0,0,0,.08);
    overflow: hidden;

    transition: box-shadow .2s ease;
}

.author-card-photo {
    margin-bottom: 10px;
}

.author-card-photo img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.author-card-name {
    margin: 5px 0 10px;
    font-size: 1.3rem;
    line-height: 1.3;
}
.author-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.author-card-bio {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    max-height: 6.3em;
    margin-bottom: 12px;
    overflow: hidden;
}

.author-card-profile {
    margin-top: 10px;
    font-size: 0.9rem;
}

.author-card-profile a {
    font-weight: 600;
}
.author-card {
    transition: box-shadow .2s ease;
}

.author-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.category-author-page-header{
    background:#edf2f7;
    padding:20px;
    border-radius:10px;
    margin-bottom:30px;
    border-left:5px solid #3182ce;
}

.category-author-page-header h1{
    font-family:'Manjari','Meera',sans-serif !important;
    margin:0 0 8px;
    color:#1a202c;
}

.category-author-page-header p{
    margin:0;
    color:#4a5568;
}
"https://abhiprayavedi.org/index.php?title=ഫലകം:AuthorCard/styles.css&oldid=3327" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്