Jump to content

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

From WikiGenius
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
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;
}

Revision as of 23:31, 16 July 2023

Cookies help us deliver our services. By using our services, you agree to our use of cookies.