フランドールスカーレット を編集
戻る
menu-all
▲
▼
リンクを挿入
保存する
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>フランドール・スカーレット キャラクター紹介</title> <style> body { background-color: #fff0f0; /* Softer red/pink background */ display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; font-family: 'Segoe UI', 'メイリオ', Meiryo, sans-serif; color: #a54a4a; /* Darker red text */ } .character-card { background-color: #f7e0e0; /* Light red/pink card background */ border: 2px solid #ff8181; /* Red border */ border-radius: 15px; padding: 25px; max-width: 600px; margin: 30px auto; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); position: relative; overflow: hidden; z-index: 1; } .character-card::before { content: '🇭🇰'; /* Bat emoji for Flandre */ font-size: 8em; color: rgba(255, 129, 129, 0.3); /* Translucent red emoji */ position: absolute; top: -20px; right: -20px; z-index: 0; transform: rotate(20deg); } .character-card h1 { color: #6b0101; /* Even darker red for heading */ text-align: center; margin-bottom: 20px; font-size: 2.5em; position: relative; z-index: 1; } .character-card p { line-height: 1.8; margin-bottom: 10px; position: relative; z-index: 1; color: #823b3b; /* Adjusted paragraph text color */ } .character-card strong { color: #8b0202; /* Distinct red for strong text */ } .character-card ul { list-style: none; padding: 0; margin-bottom: 15px; position: relative; z-index: 1; } .character-card ul li { background-color: #fbdede; /* Light red background for list items */ margin-bottom: 8px; padding: 10px 15px; border-left: 5px solid #f32121; /* Red left border for list items */ border-radius: 5px; color: #6b2c2c; } .character-card .note { font-size: 0.9em; color: #555; text-align: right; font-style: italic; margin-top: 20px; position: relative; z-index: 1; } a { color: #b60000; /* Red link color */ text-decoration: none; } a:hover { text-decoration: underline; } </style> </head> <body> <div class="character-card"> <h1>フランドール・スカーレット</h1> <p><strong>登場作品:</strong> <a href="/dictionary/東方紅魔郷">東方紅魔郷</a> (EXボス)テーマ曲は<a href="/dictionary/U.N.オーエンは彼女なのか?">U.N.オーエンは彼女なのか?</a></p> <p><strong>二つ名:</strong> 悪魔の妹 / 禁忌の妹</p> <p><strong>能力:</strong> あらゆるものを破壊する程度の能力</p> <ul> <li>対象の「目」を動かし潰すことで、その存在を破壊する。</li> <li><a href="/dictionary/495">495</a>年間、紅魔館の地下室に閉じ込められていた。</li> <li><a href="/dictionary/レミリア・スカーレット">レミリア</a>の妹。<a href="/dictionary/吸血鬼">吸血鬼</a>。</li> </ul> <p><strong>特徴:</strong> 狂気的な性格、特徴的な翼、レーヴァテイン</p> <p class="note">※原作では吸血鬼として出てくるが設定では魔法使いでもある</p> </div> </body> </html>
リンクを挿入
例えば「まきこ」を引用する場合は
「まきこ」と入力してください。
挿入する
キャンセル