Notes
Notes - notes.io |
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>OOC 합본 Template</title>
<style>
:root{
--gap: 12px;
--radius: 14px;
--line: rgba(0,0,0,.15);
--bg: #fff;
--text: #111;
--muted: #65676b;
--panel: #f0f2f5;
--x-blue: #1d9bf0;
/* 강조 박스용 컬러 */
--highlight-bg: #fff9db;
--highlight-border: #fab005;
--action-bg: #e7f5ff;
--action-border: #339af0;
}
*{ box-sizing:border-box; }
body{
margin:0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background: #e4e6eb;
color: var(--text);
}
.stage{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding: 20px;
}
.phone{
width: 900px;
aspect-ratio: 19 / 9;
background: var(--bg);
border: 12px solid #222;
border-radius: 40px;
overflow:hidden;
position: relative;
display:flex;
flex-direction:column;
box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.sysbar{
height: 50px;
border-bottom: 1px solid var(--line);
display:flex;
align-items:center;
padding: 0 20px;
background: #fff;
z-index: 10;
}
.sysbar .app-icons{ display:flex; gap: 8px; }
.sysbar .spacer{ flex:1; }
.sysbar .info{ font-size: 13px; font-weight: 600; color: var(--muted); }
.app{ display:none; flex: 1; min-height:0; }
.app.active{ display:flex; }
.app1{ flex-direction:column; position: relative; background: #fafafa; }
.game-content{ flex: 1; overflow-y: auto; padding: 20px 60px; }
.screen{ display: none; }
.screen.active{ display: block; }
.section{ background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 15px; overflow: hidden; }
.section-h{ padding: 12px 15px; background: var(--panel); font-weight: 700; border-bottom: 1px solid var(--line); font-size: 14px; }
.section-b{ padding: 15px; font-size: 13px; line-height: 1.6; }
/* 대사/연출 전용 강조 박스 */
.display-box {
border-radius: 10px;
padding: 12px;
margin-top: 10px;
border: 1px solid var(--highlight-border);
background: var(--highlight-bg);
}
.display-label {
font-size: 11px;
font-weight: 900;
color: #f08c00;
text-transform: uppercase;
margin-bottom: 4px;
display: block;
}
.display-text { font-size: 13px; color: #333; font-weight: 500; }
.profile-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.char-card{ border: 1px solid var(--line); border-radius: 10px; padding: 12px; background: #fff; }
.char-card .tag{ font-size: 11px; font-weight: bold; color: var(--x-blue); margin-bottom: 5px; display: inline-block; }
.nav-btns{
position: absolute;
bottom: 20px;
left: 0;
right: 0;
padding: 0 20px;
display: flex;
justify-content: space-between;
pointer-events: none;
}
.nav-btns button{
width: 45px;
height: 45px;
border-radius: 50%;
border: 1px solid var(--line);
background: #fff;
cursor: pointer;
pointer-events: auto;
font-size: 20px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.app2{ background: #fff; display: flex; }
.tw-sidebar{ width: 200px; border-right: 1px solid var(--line); padding: 15px; }
.tw-main{ flex: 1; overflow-y: auto; }
.tw-feed{ max-width: 500px; margin: 0 auto; border-left: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 100%; }
.tw-header{ padding: 15px; border-bottom: 1px solid var(--line); font-weight: 800; font-size: 18px; position: sticky; top:0; background: rgba(255,255,255,0.9); }
.tweet{ padding: 15px; border-bottom: 1px solid var(--line); display: flex; gap: 12px; }
.avatar{ width: 40px; height: 40px; border-radius: 50%; background: #eee; flex-shrink: 0; }
.t-content{ flex: 1; }
.t-meta{ font-size: 13px; margin-bottom: 4px; }
.t-name{ font-weight: 700; }
.t-handle{ color: var(--muted); }
.t-body{ font-size: 14px; line-height: 1.4; white-space: pre-wrap; }
.t-bad{ margin-top: 8px; padding: 10px; background: #fff1f1; border-radius: 8px; border: 1px dashed #ffc1c1; color: #d32f2f; font-size: 12px; }
.btn-app{ padding: 6px 12px; border-radius: 8px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 12px; font-weight: bold; }
.btn-app.active{ background: #000; color: #fff; }
.comic-box{ border: 2px solid #000; padding: 10px; margin-bottom: 10px; background: #fff; }
.comic-title{ font-weight: 800; border-bottom: 1px solid #000; margin-bottom: 5px; }
</style>
</head>
<body>
<div class="stage">
<div class="phone">
<div class="sysbar">
<div class="app-icons">
<button class="btn-app active" onclick="showApp(1)">GAME</button>
<button class="btn-app" onclick="showApp(2)">Twitter</button>
</div>
<div class="spacer"></div>
<div class="info" id="app-name">GAME APP</div>
</div>
<div id="app1" class="app active">
<div class="game-content">
<div id="s1" class="screen active">
<div class="section">
<div class="section-h">World Universe</div>
<div class="section-b">[세계관 내용을 입력하세요]</div>
</div>
<div class="section">
<div class="section-h">Character Backstory</div>
<div class="section-b">[NPC와 PC의 연결된 과거 스토리를 입력하세요]</div>
</div>
<div class="profile-grid">
<div class="char-card">
<div class="tag">NPC Profile</div>
<div class="section-b">등급: <br>포지션: <br>무기: <br>스킬: <br>아티펙트: </div>
<div class="t-bad">터치 대사 1: <br>터치 대사 2: <br>터치 대사 3: </div>
</div>
<div class="char-card">
<div class="tag">PC Profile</div>
<div class="section-b">등급: <br>포지션: <br>무기: <br>스킬: <br>아티펙트: </div>
<div class="t-bad">터치 대사 1: <br>터치 대사 2: <br>터치 대사 3: </div>
</div>
</div>
</div>
<div id="s2" class="screen">
<div class="section">
<div class="section-h">Pick-up Event: [이벤트명]</div>
<div class="section-b">[픽업 이벤트 스토리]</div>
</div>
<div class="section">
<div class="section-h">Acquisition</div>
<div class="section-b">
<div class="display-box">
<span class="display-label">✦ 획득 대사</span>
<div class="display-text">[캐릭터 획득 시 출력되는 대사를 입력하세요]</div>
</div>
<div class="display-box" style="background: var(--action-bg); border-color: var(--action-border);">
<span class="display-label" style="color: #1c7ed6;">✧ 획득 연출</span>
<div class="display-text">[캐릭터 등장 시 가챠 연출 및 배경 설명을 입력하세요]</div>
</div>
</div>
</div>
</div>
<div id="s3" class="screen">
<div class="section">
<div class="section-h">Main Story Event</div>
<div class="section-b">이름: <br>내용: </div>
</div>
</div>
<div id="s4" class="screen">
<div class="section">
<div class="section-h">Special Skin Event</div>
<div class="section-b">이벤트명: <br>스토리: </div>
</div>
<div class="section">
<div class="section-h">Skin Info</div>
<div class="section-b">
<div class="display-box" style="background: #f8f0ff; border-color: #ae3ec9;">
<span class="display-label" style="color: #9c36b5;">✦ 스킨 획득 대사</span>
<div class="display-text">[스킨 전용 대사를 입력하세요]</div>
</div>
<div class="display-box" style="background: #f1f3f5; border-color: #adb5bd;">
<span class="display-label" style="color: #495057;">✧ 스킨 획득 연출</span>
<div class="display-text">[스킨 획득 시 연출 설명을 입력하세요]</div>
</div>
</div>
</div>
</div>
<div id="s5" class="screen">
<div class="comic-box"><div class="comic-title">Loading... #1</div>[네컷만화의 내용과 대사]</div>
<div class="comic-box"><div class="comic-title">Loading... #2</div>[네컷만화의 내용과 대사]</div>
<div class="comic-box"><div class="comic-title">Loading... #3</div>[네컷만화의 내용과 대사]</div>
<div class="comic-box"><div class="comic-title">Loading... #4</div>[네컷만화의 내용과 대사]</div>
<div class="comic-box"><div class="comic-title">Loading... #5</div>[네컷만화의 내용과 대사]</div>
</div>
</div>
<div class="nav-btns">
<button onclick="moveScreen(-1)">◂</button>
<button onclick="moveScreen(1)">▸</button>
</div>
</div>
<div id="app2" class="app">
<div class="tw-sidebar">
<div style="font-weight:900; font-size:24px; margin-bottom:20px;">𝕏</div>
<div style="font-size:14px; color:var(--muted)">
<p>#HL_인기조합</p>
<p>#GL_인기조합</p>
<p>#BL_인기조합</p>
<p>#Dream_인기조합</p>
<p>#NCP_인기조합</p>
</div>
</div>
<div class="tw-main">
<div class="tw-feed">
<div class="tw-header">Fandom Secret Account</div>
<div class="tweet">
<div class="avatar"></div>
<div class="t-content">
<div class="t-meta"><span class="t-name">HL 팬덤</span> <span class="t-handle">@locked_01</span></div>
<div class="t-body">[조합 및 비계 발언 입력]</div>
<div class="t-bad">적폐해석: [내용]</div>
</div>
</div>
<div class="tweet">
<div class="avatar"></div>
<div class="t-content">
<div class="t-meta"><span class="t-name">GL 팬덤</span> <span class="t-handle">@locked_02</span></div>
<div class="t-body">[조합 및 비계 발언 입력]</div>
<div class="t-bad">불만사항: [내용]</div>
</div>
</div>
<div class="tweet">
<div class="avatar"></div>
<div class="t-content">
<div class="t-meta"><span class="t-name">BL 팬덤</span> <span class="t-handle">@locked_03</span></div>
<div class="t-body">[조합 및 비계 발언 입력]</div>
<div class="t-bad">견제/비방: [내용]</div>
</div>
</div>
<div class="tweet">
<div class="avatar"></div>
<div class="t-content">
<div class="t-meta"><span class="t-name">드림 팬덤</span> <span class="t-handle">@locked_04</span></div>
<div class="t-body">[조합 및 비계 발언 입력]</div>
</div>
</div>
<div class="tweet">
<div class="avatar"></div>
<div class="t-content">
<div class="t-meta"><span class="t-name">NCP 팬덤</span> <span class="t-handle">@locked_05</span></div>
<div class="t-body">[조합 및 비계 발언 입력]</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
let currentScreen = 1;
function showApp(num) {
document.querySelectorAll('.app').forEach(a => a.classList.remove('active'));
document.getElementById('app' + num).classList.add('active');
document.querySelectorAll('.btn-app').forEach((b, i) => {
b.classList.toggle('active', i === num - 1);
});
document.getElementById('app-name').textContent = num === 1 ? 'GAME APP' : 'Twitter';
}
function moveScreen(dir) {
let next = currentScreen + dir;
if (next < 1 || next > 5) return;
document.querySelectorAll('.screen').forEach(s => s.classList.remove('active'));
document.getElementById('s' + next).classList.add('active');
currentScreen = next;
}
</script>
</body>
</html>
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team
