Jump to content

Template:Infobox.css: Difference between revisions

From Cameroon Heritage Encyclopedia
Created page with ".infobox { float: right; width: 260px; border: 1px solid #aaa; background: #f8f9fa; margin: 0 0 1em 1em; font-size: 90%; } .infobox-table { width: 100%; border-collapse: collapse; } .infobox-title { background: #cedff2; text-align: center; font-weight: bold; font-size: 110%; } .infobox-image { text-align: center; padding: 5px; } .infobox-table th { text-align: left; background: #e9ecef; padding: 4px;..."
 
No edit summary
 
Line 35: Line 35:
     padding: 4px;
     padding: 4px;
}
}
/* placeholder */

Latest revision as of 09:30, 22 January 2026

.infobox {

   float: right;
   width: 260px;
   border: 1px solid #aaa;
   background: #f8f9fa;
   margin: 0 0 1em 1em;
   font-size: 90%;

}

.infobox-table {

   width: 100%;
   border-collapse: collapse;

}

.infobox-title {

   background: #cedff2;
   text-align: center;
   font-weight: bold;
   font-size: 110%;

}

.infobox-image {

   text-align: center;
   padding: 5px;

}

.infobox-table th {

   text-align: left;
   background: #e9ecef;
   padding: 4px;
   width: 40%;

}

.infobox-table td {

   padding: 4px;

}

/* placeholder */