User:KJNanika: Difference between revisions

Jump to navigation Jump to search
577 bytes removed ,  14 September 2023
m
6 revisions imported
imported>KJNanika
(infobox testing)
 
m (6 revisions imported)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
/**
{{Character Info
* Common TemplateStyles used by [[Template:Extension]], [[Template:Skin]],
| title            = test
* [[Template:Tool]], etc.
| color             =
*/
| image            =
.infobox {
| ja_kanji          = テスト
box-sizing: border-box;
| ja_romaji        = tesuto
border: 2px solid #a2a9b1;
| full_name        = test
width: 280px;
| alias            = test
border-collapse: collapse;
| age              =
border-spacing: 0;
| birthday          =
background-color: white;
| gender            =
/* these are overriden by .infobox-rtl on the templates of interest */
| height            =
/* @noflip */
| weight            =
clear: right;
| race              =
/* @noflip */
| hair              =
float: right;
| eyes              =
/* @noflip */
| eyesight          =
margin: 0 0 0.5em 0.5em;
| occupation        = test
}
| affiliation      = test
 
| weapon            = test
.infobox-rtl {
| family            =
/* @noflip */
| religion          =
clear: left;
| mangafirst        = test
/* @noflip */
| mangalast        = test
float: left;
| animefirst        = test
/* @noflip */
| stampedefirst    = test
margin: 0 0.5em 0.5em 0;
| voice            = test
}
| bgm              = test
 
}}
.infobox th {
/* @noflip */
text-align: left;
padding: 0.2em 0.5em;
vertical-align: top;
}
 
.infobox-rtl th {
/* @noflip */
text-align: right;
}
 
@media (max-width: 719px) {
/* high specificity to ensure specific infoboxes won't override these
* properties with their own tstyles inadvertently */
body.mediawiki .infobox {
float: none;
clear: both;
width: 100%;
margin: 0 0 .5em 0;
}
}
 
.infobox td {
border: none;
padding: 0.2em 0.5em;
vertical-align: top;
}
 
.infobox-header {
background-color: #a2a9b1;
color: #FFF;
text-align: left;
}
 
.infobox-header a {
color: #FFF;
}
 
.infobox-header td,
.infobox-header th {
padding: 0.5em 0.5em;
}
 
.infobox-header img {
padding: 0 0.2em 0 0.5em;
}

Navigation menu