User:MadnessEdits/Sandbox/Danko Sousai Ken: Difference between revisions
MadnessEdits (talk | contribs) No edit summary |
MadnessEdits (talk | contribs) No edit summary |
||
| Line 79: | Line 79: | ||
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 96: | ||
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 109: | ||
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 116: | ||
font-size: 30px; | font-size: 30px; | ||
height: 100%; | height: 100%; | ||
border: none; | |||
} | } | ||
| Line 126: | Line 123: | ||
} | } | ||
.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> | ||