User:MadnessEdits/Sandbox/Danko Sousai Ken: Difference between revisions
MadnessEdits (talk | contribs) No edit summary |
MadnessEdits (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
|Form = [[Nanto Suichō Ken]] | |Form = [[Nanto Suichō Ken]] | ||
|Image = [[File:Danko Sosai Ken (Rei) manga.jpg|220px|]] | |Image = [[File:Danko Sosai Ken (Rei) manga.jpg|220px|]] | ||
|English_Literal=Self-Sacrifice Offset Fist|Kens_Rage=Self-Shattering Fist | |English_Literal=Self-Sacrifice Offset Fist | ||
|Kens_Rage=Self-Shattering Fist | |||
}} | }} | ||
; {{nihongo|{{Audio|Danksosaiken.ogg|Danko Sōsai Ken}}|断己相殺拳|Self-Sacrifice Offset Fist}} | ; {{nihongo|{{Audio|Danksosaiken.ogg|Danko Sōsai Ken}}|断己相殺拳|Self-Sacrifice Offset Fist}} | ||
: The ultimate technique of ''[[Nanto Suichō Ken]]''. It destroys the enemy at the expense of the user's life. [[Rei]] performed this technique in his failed attempt to defeat [[Raoh]]. | : The ultimate technique of ''[[Nanto Suichō Ken]]''. It destroys the enemy at the expense of the user's life. [[Rei]] performed this technique in his failed attempt to defeat [[Raoh]]. | ||
| Line 79: | Line 32: | ||
display: grid; | display: grid; | ||
width: 355px; | width: 355px; | ||
grid-template: | grid-template: "empty name" "furigana image" "furigana info" / 55px 300px; | ||
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; | |||
} | } | ||
| Line 99: | Line 49: | ||
font-style: italic; | font-style: italic; | ||
font-size: 25px; | font-size: 25px; | ||
text-shadow: 1px 1px rgba(255,255,255,0.3); | text-shadow: 1px 1px rgba(255, 255, 255, 0.3); | ||
background: transparent; | background: transparent; | ||
} | } | ||
| Line 113: | Line 62: | ||
font-size: 31px; | font-size: 31px; | ||
writing-mode: vertical-rl; | writing-mode: vertical-rl; | ||
text-shadow: 2px 2px 5px rgba(255,255,255,0.4); | text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4); | ||
padding: 0 8px 8px 0; | padding: 0 8px 8px 0; | ||
} | } | ||
| Line 120: | Line 69: | ||
font-size: 30px; | font-size: 30px; | ||
height: 100%; | height: 100%; | ||
border: none; | |||
} | } | ||
| Line 126: | Line 76: | ||
} | } | ||
.pi-theme-technique>.pi-group { | .pi-theme-technique .pi-header { | ||
text-align: left; | |||
border: 1px solid #25467c; | |||
margin: 10px; | |||
background: linear-gradient(to left, #121139, #000); | |||
color: white; | |||
box-shadow: 0 0 5px #25467c; | |||
font-style: italic; | |||
} | |||
.pi-theme-technique.pi-europa .pi-header.pi-item-spacing { | |||
padding: 5px 13px; | |||
} | |||
.pi-theme-technique > .pi-group { | |||
grid-area: info; | grid-area: info; | ||
background: #1d1e23; | background: #1d1e23; | ||
box-shadow: 0 0 15px inset #313441; | box-shadow: 0 0 15px inset #313441; | ||
border-radius: 0 0 6px 6px; | border-radius: 0 0 6px 6px; | ||
} | |||
.pi-theme-technique.pi-europa .pi-collapse .pi-header:first-child::after, | |||
.pi-theme-technique.pi-europa .pi-header.collapsible::after { | |||
border-color: #fff; | |||
} | |||
.pi-theme-technique .pi-collapse.pi-collapse-closed .pi-header:first-child::after { | |||
margin-top: -6px; | |||
} | |||
.pi-theme-technique .pi-collapse .pi-header:first-child::after { | |||
margin-top: -4px; | |||
} | |||
.pi-theme-technique.pi-europa .pi-data-label, | |||
.pi-theme-technique.pi-europa .pi-data-value { | |||
border-bottom: 1px solid #516475; | |||
font-size: 14px; | |||
line-height: 19px; | |||
} | |||
.pi-theme-technique.pi-europa .pi-data-label { | |||
padding-left: 5px; | |||
} | |||
.pi-theme-technique.pi-europa .pi-data-label + .pi-data-value { | |||
text-align: right; | |||
padding-right: 5px; | |||
} | |||
.pi-theme-technique.pi-europa .pi-item-spacing { | |||
padding: 5px 13px; | |||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||