×

注意!页面内容来自https://tvtropes.org/pmwiki/pmwiki.php/Characters/JujutsuKaisen,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> @keyframes rotate-forever { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #modal-box > .modal-loading-graphic { display: none; /* Hidden by default */ background: no-repeat center url('/images/loading-graphic.png'); background-size: 80px 80px; width: 80px; height: 80px; border-radius: 50%; position: absolute; top: calc(30% - 40px); left: calc(50% - 40px); z-index: 2; animation: rotate-forever 0.34s linear infinite; } #modal-box.active > .modal-loading-graphic { display: block; /* Show only when modal is active */ }
TVTropes Now available in the app store!
Open

Follow TV Tropes

<> .ad-caption-subscribe-wrapper { text-align: center; padding: 8px 0; margin-top: -40px; display: none; } @media (max-width: 768px) { .ad-caption-subscribe-wrapper { display: block; } } .ad-caption-subscribe:hover { text-decoration: underline; } .thumb-button.up.heart-only .fa-heart-o { color: black; transition: color 0.2s ease; } .thumb-button.up.heart-only .fa-heart-o.selected { color: #008fec; }

Characters / Jujutsu Kaisen

Go To

<> /* Compact JustWatch Widget Styles */ .compact_streaming_widget { margin: 10px 0 0; border-radius: 3px; color: white; position: relative; } .compact_providers { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; } .compact_provider { display: flex; align-items: center; background: #3c4b5f30; border-radius: 3px; padding: 5px 9px; flex: 1; transition: all 0.3s ease; cursor: pointer; } a.compact_provider:hover { transform: translateY(-1px); } .compact_provider_logo { width: 32px; height: 32px; background: transparent; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; margin-right: 8px; color: #000; overflow: hidden; } .compact_provider_name { font-size: 12px; color: #006cb1; font-weight: bold; text-align: left; line-height: 1.3; } .watch_buttons_row { display: flex; gap: 6px; } .compact_watch_button { flex: 1; background: #006bb1; border-color: #003d65; border-radius: 3px; border: none; padding: 12px; color: white; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.3s ease; } .compact_watch_button:hover { transform: translateY(-1px); opacity: .8; text-decoration: underline; } .play_arrow { font-size: 12px; color: white; } .direct_watch_button { background: #006bb1; border-radius: 3px; padding: 8px 10px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; text-decoration: none; } .direct_watch_button:hover { transform: translateY(-1px); opacity: .8; } .direct_watch_button .play_icon { width: 24px; height: 24px; } .play_icon { width: 16px; height: 16px; object-fit: contain; } /* Modal Styles */ .modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0000.8); z-index: 1000; display: none; align-items: center; justify-content: center; } .modal_content { background: #222629; border-radius: 12px; max-width: 600px; width: 100%; max-height: 90vh; position: relative; display: flex; flex-direction: column; } .modal_body { flex: 1; overflow-y: auto; min-height: 0; } #header { background: #3c4b5e; color: #fff; padding: 8px 18px 9px; position: relative; border-radius: 6px 6px 0 0; } .modal_title { font-size: 18px !important; background: none !important; color: #fff; margin: 15px 20px 15px; text-align: center; } .close_button { background: #fff; border-radius: 50px; cursor: pointer; height: 40px; position: absolute; right: -12px; top: -12px; width: 40px; border: none; font-size: 27px; color: #3c4b5e; } .provider_section { margin-bottom: 24px; } .section_title { font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; padding-left: 20px; padding-bottom: 4px; border-bottom: 1px solid #2a3544; color: #cecece; } .providers_grid { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px; } .provider_card { background: #26303e; border: 1px solid #3c4b5f; border-radius: 8px; padding: 12px; text-align: center; transition: all 0.2s; min-width: 100px; flex: 0; display: flex; flex-direction: column; } .provider_card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0000.1); } .provider_card_logo { width: 70px; height: 70px; background: transparent; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin: 0 auto 8px; overflow: hidden; } .provider_card_name { font-size: 12px; font-weight: bold; color: #fff; margin-bottom: 8px; } .provider_actions { display: flex; flex-direction: column; gap: 4px; margin-top: auto; } .action_btn { border-radius: 4px; font-size: 11px; font-weight: 500; text-decoration: none; transition: all 0.2s; border: 1px solid; text-align: center; padding: 8px; } .provider_actions a.stream_btn { background: #006bb1; border-color: #003d65; color: white !important; } .provider_actions a.stream_btn:hover { background: #003d65; } .rent_btn { color: #009cff; border-color: #006bb1; } .provider_actions a.rent_btn:hover { background: #006bb1; color: white; } .provider_actions a.buy_btn { color: #f9c029; border-color: #f9c029; } .provider_actions a.buy_btn:hover { background: #f9c029; color: white; } .powered_by { position: absolute; bottom: -22px; right: 10px; background: transparent; border: none; padding: 0; } .powered_by span { font-size: 12px; color: #999; } .powered_by a { color: #fbc500; text-decoration: none; font-size: 12px; } .powered_by a:hover { text-decoration: underline; } /* Responsive design */ @media (max-width: 768px) { .providers_grid { grid-template-columns: repeat(auto-fitminmax(100px1fr)); } .modal_content { margin: 20px; max-height: calc(100vh - 100px); } }

Beware unmarked spoilers. You Have Been Warned

Characters in Jujutsu Kaisen


  • Tokyo Prefectural Jujutsu High School note  Maki Zen'inToge InumakiPandaYuta OkkotsuKinji HakariKirara HoshiYu Haibara
    • First Years note Yuji ItadoriMegumi Fushiguro (+Ten Shadows Technique Shikigami)Nobara Kugisaki
    • Faculty note Masamichi YagaSatoru GojoShoko IeiriAtsuya KusakabeKiyotaka IjichiAkari NittaKento NanamiTakuma InoMaster Tengen
  • Kyoto Prefectural Jujutsu High School note  Arata NittaMai Zen'inKasumi MiwaKokichi Muta / Mechamaru UltimateAoi TodoNoritoshi KamoMomo NishimiyaYoshinobu GakuganjiUtahime Iori
  • Cursed Spirits note  Rika OrimotoTamamo-no-MaeKuchisake-OnnaChosoEsoKechizuFinger BearersFly HeadsTransfigured HumansKo-GuySmallpox DeityMansion CurseInventory CurseElephant GodAkuro-o Otake
  • Curse Users note Suguru GetoMiguel OduolNanako HasabaMimiko HasabaManami SudaToshihisa NegiLarueBayerKokunUraumeToji FushiguroNoritoshi Kamo (Historical)The Old SorcererThe Paper Bag SorcererThe Stalker
  • Zen'in Clannote NaobitoNaoyaOgiJinichiHei UnitRantaChojuroKukuru UnitNobuakiThe AkashiThe Twins' Mother
  • Culling Game Players note  Dhruv LakdawallaRyu IshigoriTakako UroKurourushiThe Worm CurseDaido HaganeRokujushi MiyoGothic Lolita Sorcerer
    • Tokyo Colonies note  Hana KurusuFumihiko TakabaHiromi HigurumaRin AmaiHanyu & HabaReggie StarIori HazenokiChizuru HariRemiThe InvadersYorozuHajime KashimoCharles Bernard
  • Others note  Jujutsu HeadquartersMei MeiUi UiYuki TsukumoUsamiThe Candy ShopkeeperJunpei YoshinoShiu KongRiko AmanaiMisato KuroiShigeru SonodaWasuke ItadoriJin ItadoriKaori ItadoriSetsuko SasakiTakeshi IguchiCoach TakagiSotomuraShota ItoTsumiki FushiguroNobuko TakadaNagi YoshinoYuko OzawaSaoriFumiKeita OeShimizuThe U.S. PresidentCyrus VeilGeneral Garry K. Johnson
  • Modulo



Top
<> div.fc-ccpa-root { position: absolute !important; bottom: 93px !important; margin: auto !important; width: 100% !important; z-index: 9999 !important; overflow: hidden !important; } .fc-ccpa-root .fc-dns-dialog .fc-dns-link p{ outline: none !important; text-decoration: underline !important; font-size: .7em !important; font-family: sans-serif !important; } .fc-ccpa-root .fc-dns-dialog .fc-dns-link .fc-button-background { background: none !important; }