Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:InfoboxWar/styles.css: Difference between revisions

Template page
Created page with "probably for other infoboxes: .infobox { width: 300px; border-radius: 6px; border: 2px solid white; padding: 12px; margin: 15px 20px 20px 25px; float: right; clear: right; font-size: 90%; line-height: 1.3; } .ib-data-title { font-weight: bold; width: 85px; padding-left: 5px; vertical-align: top; } .ib-data { max-width: 170px; vertical-align: top; } .ib-image img { border: 1px solid !important; margin: 5px auto !important; } .ib-credits { text-align..."
 
No edit summary
 
Line 1: Line 1:
/* probably for other infoboxes */
.infobox {
.infobox {
width: 300px;
width: 300px;
Line 36: Line 35:
     text-align: center;
     text-align: center;
}
}
/* infoboxwar specifics */
/* source from soft cell wiki (cc.by-sa 4.0) */
/* creds to allaze_eroler for subtitle alignment help */

Latest revision as of 13:05, 9 April 2025

.infobox { width: 300px; border-radius: 6px; border: 2px solid white; padding: 12px; margin: 15px 20px 20px 25px; float: right; clear: right; font-size: 90%; line-height: 1.3; } .ib-data-title { font-weight: bold; width: 85px; padding-left: 5px; vertical-align: top; } .ib-data { max-width: 170px; vertical-align: top; } .ib-image img { border: 1px solid !important; margin: 5px auto !important; } .ib-credits { text-align: center; font-size: 90%; } .pi-data {

   border-width: 0;
   padding: 0.625em 1em;
   padding-left: 0.500em;
   width: auto;
   text-align: center;

}