<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>dreamofocean</title>
    <link>https://dreamofocean.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Sun, 16 Aug 2026 01:25:22 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>필적</managingEditor>
    <image>
      <title>dreamofocean</title>
      <url>https://tistory1.daumcdn.net/tistory/6967664/attach/83d95e9924df467ea593317f0f89766c</url>
      <link>https://dreamofocean.tistory.com</link>
    </image>
    <item>
      <title>f★r my..</title>
      <link>https://dreamofocean.tistory.com/notice/6</link>
      <description>&lt;!-- ===================== AIM 스타일 메신저 위젯 시작 ===================== --&gt;&lt;!-- 티스토리 글쓰기 &gt; HTML 모드에 이 코드 전체를 붙여넣으세요 --&gt;&lt;!-- 텍스트 수정 위치는 각 줄에 한글 주석으로 표시해두었어요 --&gt;
&lt;div class=&quot;aim-window&quot;&gt;&lt;!-- 타이틀 바 --&gt;
&lt;div class=&quot;aim-titlebar&quot;&gt;&lt;span class=&quot;aim-titletext&quot;&gt;  Over the moon - VivaOla&lt;/span&gt; &lt;!-- 여기 이름 수정 --&gt; &lt;span class=&quot;aim-titlebtns&quot;&gt; &lt;span class=&quot;aim-tbtn&quot;&gt;_&lt;/span&gt; &lt;span class=&quot;aim-tbtn&quot;&gt;▢&lt;/span&gt; &lt;span class=&quot;aim-tbtn aim-tbtn-close&quot;&gt;✕&lt;/span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;!-- 메뉴바 --&gt;
&lt;div class=&quot;aim-menubar&quot;&gt;&lt;span&gt;File&lt;/span&gt;&lt;span&gt;Window&lt;/span&gt;&lt;span&gt;Help&lt;/span&gt;&lt;/div&gt;
&lt;!-- 대화 로그 --&gt;
&lt;div class=&quot;aim-log&quot;&gt;
&lt;div class=&quot;aim-line&quot;&gt;&lt;span class=&quot;aim-nick&quot;&gt;&lt;b&gt;notyourchiu (5:30:46 PM)&lt;/b&gt;:&lt;/span&gt; hello&lt;/div&gt;
&lt;div class=&quot;aim-line&quot;&gt;&lt;!-- 대화 내용 수정 --&gt;&lt;/div&gt;
&lt;div class=&quot;aim-line&quot;&gt;&lt;span class=&quot;aim-nick aim-nick-bot&quot;&gt;&lt;b&gt;rlawldn (5:30:46 PM)&lt;/b&gt;:&lt;/span&gt; ?&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;aim-optline&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;!-- 옵션 줄 추가하려면 위 형식처럼 div.aim-optline 복사해서 추가하세요 --&gt;&lt;/div&gt;
&lt;!-- 서식 툴바 --&gt;
&lt;div class=&quot;aim-toolbar&quot;&gt;&lt;span class=&quot;aim-tool&quot;&gt;&lt;b&gt;B&lt;/b&gt;&lt;/span&gt; &lt;span class=&quot;aim-tool&quot;&gt;&lt;i&gt;I&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;aim-tool&quot;&gt;&lt;u&gt;U&lt;/u&gt;&lt;/span&gt; &lt;span class=&quot;aim-tool&quot;&gt;&lt;s&gt;S&lt;/s&gt;&lt;/span&gt; &lt;span class=&quot;aim-tool&quot;&gt; &lt;/span&gt;&lt;select class=&quot;aim-select&quot;&gt;
&lt;option&gt;Tahoma&lt;/option&gt;
&lt;option&gt;Verdana&lt;/option&gt;
&lt;option&gt;Arial&lt;/option&gt;
&lt;/select&gt;&lt;select class=&quot;aim-select aim-select-small&quot;&gt;
&lt;option&gt;8&lt;/option&gt;
&lt;option&gt;10&lt;/option&gt;
&lt;option&gt;11&lt;/option&gt;
&lt;option&gt;12&lt;/option&gt;
&lt;option&gt;14&lt;/option&gt;
&lt;/select&gt;&lt;span class=&quot;aim-tool&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;!-- 입력창 --&gt;
&lt;div class=&quot;aim-inputrow&quot;&gt;&lt;textarea class=&quot;aim-input&quot; placeholder=&quot;&quot;&gt;&lt;/textarea&gt; &lt;button class=&quot;aim-sendbtn&quot; type=&quot;button&quot;&gt;Send&lt;/button&gt;&lt;/div&gt;
&lt;!-- 하단 상태바 --&gt;
&lt;div class=&quot;aim-statusbar&quot;&gt;Last message received on 4/15/08 at 5:30:46 PM &lt;!-- 날짜/시간 수정 --&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;style&gt;
.aim-window{
  width:100%;
  max-width:420px;
  margin:20px auto;
  font-family:&quot;Tahoma&quot;,&quot;Verdana&quot;,sans-serif;
  border:2px solid #2a5db0;
  border-radius:4px;
  overflow:hidden;
  box-shadow:0 4px 14px rgba(0,0,0,0.2);
  background:#fff;
}
.aim-titlebar{
  background:linear-gradient(180deg,#7fb3f0,#2a6fd0);
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:5px 8px;
  font-weight:bold;
  font-size:13px;
}
.aim-titlebtns{display:flex; gap:4px;}
.aim-tbtn{
  width:18px;height:16px;
  background:#dceaff;
  border:1px solid #fff;
  border-right-color:#3a5f9a;
  border-bottom-color:#3a5f9a;
  display:flex;align-items:center;justify-content:center;
  font-size:10px;
  color:#2a5db0;
  cursor:pointer;
}
.aim-tbtn-close{color:#c0392b;}

.aim-menubar{
  background:#eaf3ff;
  display:flex;
  gap:14px;
  padding:4px 10px;
  font-size:12px;
  color:#2a5db0;
  border-bottom:1px solid #b9d3f5;
}

.aim-log{
  background:#fff;
  padding:10px 12px;
  min-height:160px;
  max-height:220px;
  overflow-y:auto;
  font-size:12px;
  color:#000;
  line-height:1.6;
  border-bottom:1px solid #b9d3f5;
}
.aim-nick{
  color:#2a5db0;
  font-weight:bold;
}
.aim-nick-bot{
  color:#1f8a3d;
}
.aim-optline{
  margin:2px 0;
  color:#000;
}

.aim-toolbar{
  background:#eaf3ff;
  display:flex;
  align-items:center;
  gap:8px;
  padding:5px 10px;
  border-bottom:1px solid #b9d3f5;
  flex-wrap:wrap;
}
.aim-tool{
  font-size:12px;
  color:#2a5db0;
  cursor:pointer;
  padding:2px 5px;
  border:1px solid transparent;
}
.aim-tool:hover{
  border:1px solid #b9d3f5;
  border-radius:3px;
  background:#fff;
}
.aim-select{
  font-size:11px;
  border:1px solid #b9d3f5;
  border-radius:2px;
  padding:1px 4px;
  color:#2a5db0;
  background:#fff;
}
.aim-select-small{width:44px;}

.aim-inputrow{
  display:flex;
  gap:8px;
  padding:8px 10px;
  background:#fff;
}
.aim-input{
  flex:1;
  min-height:50px;
  border:1px solid #b9d3f5;
  border-radius:2px;
  padding:6px 8px;
  font-size:12px;
  font-family:inherit;
  resize:none;
  color:#333;
}
.aim-input:focus{outline:1px solid #2a6fd0;}
.aim-sendbtn{
  align-self:flex-end;
  background:#eaf3ff;
  border:1px solid #7fb3f0;
  border-radius:3px;
  padding:8px 16px;
  font-size:12px;
  font-weight:bold;
  color:#2a5db0;
  cursor:pointer;
}
.aim-sendbtn:hover{background:#dceaff;}

.aim-statusbar{
  background:#eaf3ff;
  padding:5px 10px;
  font-size:11px;
  color:#5b7aa8;
  border-top:1px solid #b9d3f5;
}
&lt;/style&gt;
&lt;/div&gt;
&lt;!-- ===================== AIM 스타일 메신저 위젯 끝 ===================== --&gt;</description>
      <author>필적</author>
      <guid isPermaLink="true">https://dreamofocean.tistory.com/notice/6</guid>
      <pubDate>Fri, 14 Aug 2026 21:40:53 +0900</pubDate>
    </item>
  </channel>
</rss>