User:MadnessEdits/Sandbox/Danko Sousai Ken: Difference between revisions
Appearance
MadnessEdits (talk | contribs) No edit summary |
MadnessEdits (talk | contribs) No edit summary |
||
| Line 43: | Line 43: | ||
[[Nanto Sei Ken]], [[Nanto Suichō Ken]] style</td></tr> | [[Nanto Sei Ken]], [[Nanto Suichō Ken]] style</td></tr> | ||
</table> | </table> | ||
CSS used: | |||
<syntaxhighlight lang="css"> | |||
.pi-theme-technique { | |||
display: grid; | |||
width: 355px; | |||
grid-template: | |||
"empty name" | |||
"furigana image" | |||
"furigana info" | |||
/ 55px 300px; | |||
} | |||
.pi-theme-technique.pi-europa.portable-infobox { | |||
width: 355px; | |||
} | |||
.pi-theme-technique.pi-europa.pi-background { | |||
background: transparent; | |||
} | |||
.pi-theme-technique .pi-title { | |||
grid-area: name; | |||
color: #fff; | |||
font-style: italic; | |||
font-size: 25px; | |||
text-shadow: 1px 1px rgba(255,255,255,0.3); | |||
background: transparent; | |||
font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; | |||
} | |||
.pi-theme-technique .pi-title + .pi-image { | |||
grid-area: image; | |||
} | |||
.pi-theme-technique .pi-data[data-source="Furigana"] { | |||
grid-area: furigana; | |||
font-family: 'Noto Serif JP', serif; | |||
font-size: 31px; | |||
writing-mode: vertical-rl; | |||
text-shadow: 2px 2px 5px rgba(255,255,255,0.4); | |||
padding: 0 8px 8px 0; | |||
} | |||
.pi-theme-technique .pi-data[data-source="Furigana"] .pi-data-value { | |||
font-size: 30px; | |||
height: 100%; | |||
} | |||
.pi-theme-technique .pi-data[data-source="Furigana"] ruby { | |||
margin-bottom: 10px; | |||
} | |||
.pi-theme-technique>.pi-group { | |||
grid-area: info; | |||
background: #1d1e23; | |||
box-shadow: 0 0 15px inset #313441; | |||
border-radius: 0 0 6px 6px; | |||
} | |||
</syntaxhighlight> | |||
Revision as of 01:14, 25 March 2021
| Danko Sōsai Ken | |
|---|---|
|
断 己 相 殺 拳 | |
| Kanji | 断己相殺拳 |
| Romaji | Danko Sōsai Ken |
| English | Self-Sacrifice Offset Fist Self-Shattering Fist (Ken's Rage, Ken's Rage 2) |
| Data | |
| School | Nanto Sei Ken, Nanto Suichō Ken style |
CSS used:
.pi-theme-technique {
display: grid;
width: 355px;
grid-template:
"empty name"
"furigana image"
"furigana info"
/ 55px 300px;
}
.pi-theme-technique.pi-europa.portable-infobox {
width: 355px;
}
.pi-theme-technique.pi-europa.pi-background {
background: transparent;
}
.pi-theme-technique .pi-title {
grid-area: name;
color: #fff;
font-style: italic;
font-size: 25px;
text-shadow: 1px 1px rgba(255,255,255,0.3);
background: transparent;
font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}
.pi-theme-technique .pi-title + .pi-image {
grid-area: image;
}
.pi-theme-technique .pi-data[data-source="Furigana"] {
grid-area: furigana;
font-family: 'Noto Serif JP', serif;
font-size: 31px;
writing-mode: vertical-rl;
text-shadow: 2px 2px 5px rgba(255,255,255,0.4);
padding: 0 8px 8px 0;
}
.pi-theme-technique .pi-data[data-source="Furigana"] .pi-data-value {
font-size: 30px;
height: 100%;
}
.pi-theme-technique .pi-data[data-source="Furigana"] ruby {
margin-bottom: 10px;
}
.pi-theme-technique>.pi-group {
grid-area: info;
background: #1d1e23;
box-shadow: 0 0 15px inset #313441;
border-radius: 0 0 6px 6px;
}