Jump to content

Template:Infobox.css

From Cameroon Heritage Encyclopedia
Revision as of 09:20, 22 January 2026 by Admin (talk | contribs) (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;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.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;

}