Template:Infobox person/styles.css: Difference between revisions

From WikiGenius
Content added Content deleted
(Created page with "→‎Classic infobox template style: .infobox-classic { border: 1px solid #aaaaaa5c; background-color: #f9f9f92b; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox-classic td, .infobox-classic th { vertical-align: top; } .infobox-classic caption { font-size: larger; margin-left: inherit; } .infobox-classic.bordered { border-collapse: collapse; } .infobox-classic.bordered td, .infobox...")
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
/* Classic infobox template style */
.infobox-classic {
border: 1px solid #aaaaaa5c;
background-color: #f9f9f92b;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox-classic td,
.infobox-classic th {
vertical-align: top;
}
.infobox-classic caption {
font-size: larger;
margin-left: inherit;
}
.infobox-classic.bordered {
border-collapse: collapse;
}
.infobox-classic.bordered td,
.infobox-classic.bordered th {
border: 1px solid #aaaaaa;
}
.infobox-classic.bordered .borderless td,
.infobox-classic.bordered .borderless th {
border: 0;
}

Latest revision as of 23:31, 16 July 2023