Advertisement
pinkmissy

PINK KAWAII THEME

Nov 21st, 2011
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.00 KB | None | 0 0
  1. <!--
  2. Converted and Tweaked by:
  3.  
  4. http://jackie09kawaii.tumblr.com
  5. http://jackie09kawaii.tumblr.com
  6. http://jackie09kawaii.tumblr.com
  7. DO NOT REMOVE THIS CREDIT SECTION OKAY!
  8. -->
  9.  
  10.  
  11. <html>
  12. <head>
  13. <title>{Title}</title>
  14. <meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Fade(Duration=3)">
  15. <meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Fade(Duration=3)">
  16. <noembed>
  17. <body>
  18. </noembed>
  19.  
  20. <script language=JavaScript>
  21. <!--
  22.  
  23. //Disable right click script III- By Renigade (renigade@mediaone.net)
  24. //For full source code, visit http://www.dynamicdrive.com
  25.  
  26. var message="";
  27. ///////////////////////////////////
  28. function clickIE() {if (document.all) {(message);return false;}}
  29. function clickNS(e) {if
  30. (document.layers||(document.getElementById&&!document.all)) {
  31. if (e.which==2||e.which==3) {(message);return false;}}}
  32. if (document.layers)
  33. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  34. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  35.  
  36. document.oncontextmenu=new Function("return false")
  37. // -->
  38. </script>
  39.  
  40. <script language="JavaScript1.2">
  41.  
  42. //Disable select-text script (IE4+, NS6+)- By Andy Scott
  43. //Exclusive permission granted to Dynamic Drive to feature script
  44. //Visit http://www.dynamicdrive.com for this script
  45.  
  46. function disableselect(e){
  47. return false
  48. }
  49.  
  50. function reEnable(){
  51. return true
  52. }
  53.  
  54. //if IE4+
  55. document.onselectstart=new Function ("return false")
  56.  
  57. //if NS6
  58. if (window.sidebar){
  59. document.onmousedown=disableselect
  60. document.onclick=reEnable
  61. }
  62. </script>
  63.  
  64.  
  65. <script language="javascript" type="text/javascript">
  66. function jump(form) {
  67. var myindex=form.menu.selectedIndex
  68. if (form.menu.options[myindex].value != "0"){
  69. window.open(form.menu.options[myindex].value,
  70. target="_blank");}}
  71. //--></script>
  72.  
  73.  
  74. <script type="text/javascript">
  75. </script>
  76.  
  77. <script type="text/javascript">
  78. // <![CDATA[
  79. var colour="#fe858b";
  80. var sparkles=50;
  81.  
  82. var x=ox=400;
  83. var y=oy=300;
  84. var swide=800;
  85. var shigh=600;
  86. var sleft=sdown=0;
  87. var tiny=new Array();
  88. var star=new Array();
  89. var starv=new Array();
  90. var starx=new Array();
  91. var stary=new Array();
  92. var tinyx=new Array();
  93. var tinyy=new Array();
  94. var tinyv=new Array();
  95. window.onload=function() { if (document.getElementById) {
  96. var i, rats, rlef, rdow;
  97. for (var i=0; i<sparkles; i++) {
  98. var rats=createDiv(3, 3);
  99. rats.style.visibility="hidden";
  100. document.body.appendChild(tiny[i]=rats);
  101. starv[i]=0;
  102. tinyv[i]=0;
  103. var rats=createDiv(5, 5);
  104. rats.style.backgroundColor="transparent";
  105. rats.style.visibility="hidden";
  106. var rlef=createDiv(1, 5);
  107. var rdow=createDiv(5, 1);
  108. rats.appendChild(rlef);
  109. rats.appendChild(rdow);
  110. rlef.style.top="2px";
  111. rlef.style.left="0px";
  112. rdow.style.top="0px";
  113. rdow.style.left="2px";
  114. document.body.appendChild(star[i]=rats);
  115. }
  116. set_width();
  117. sparkle();
  118. }}
  119. function sparkle() {
  120. var c;
  121. if (x!=ox || y!=oy) {
  122. ox=x;
  123. oy=y;
  124. for (c=0; c<sparkles; c++) if (!starv[c]) {
  125. star[c].style.left=(starx[c]=x)+"px";
  126. star[c].style.top=(stary[c]=y)+"px";
  127. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  128. star[c].style.visibility="visible";
  129. starv[c]=50;
  130. break;
  131. }
  132. }
  133. for (c=0; c<sparkles; c++) {
  134. if (starv[c]) update_star(c);
  135. if (tinyv[c]) update_tiny(c);
  136. }
  137. setTimeout("sparkle()", 40);
  138. }
  139. function update_star(i) {
  140. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  141. if (starv[i]) {
  142. stary[i]+=1+Math.random()*3;
  143. if (stary[i]<shigh+sdown) {
  144. star[i].style.top=stary[i]+"px";
  145. starx[i]+=(i%5-2)/5;
  146. star[i].style.left=starx[i]+"px";
  147. }
  148. else {
  149. star[i].style.visibility="hidden";
  150. starv[i]=0;
  151. return;
  152. }
  153. }
  154. else {
  155. tinyv[i]=50;
  156. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  157. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  158. tiny[i].style.width="2px";
  159. tiny[i].style.height="2px";
  160. star[i].style.visibility="hidden";
  161. tiny[i].style.visibility="visible"
  162. }
  163. }
  164. function update_tiny(i) {
  165. if (--tinyv[i]==25) {
  166. tiny[i].style.width="1px";
  167. tiny[i].style.height="1px";
  168. }
  169. if (tinyv[i]) {
  170. tinyy[i]+=1+Math.random()*3;
  171. if (tinyy[i]<shigh+sdown) {
  172. tiny[i].style.top=tinyy[i]+"px";
  173. tinyx[i]+=(i%5-2)/5;
  174. tiny[i].style.left=tinyx[i]+"px";
  175. }
  176. else {
  177. tiny[i].style.visibility="hidden";
  178. tinyv[i]=0;
  179. return;
  180. }
  181. }
  182. else tiny[i].style.visibility="hidden";
  183. }
  184. document.onmousemove=mouse;
  185. function mouse(e) {
  186. set_scroll();
  187. y=(e)?e.pageY:event.y+sdown;
  188. x=(e)?e.pageX:event.x+sleft;
  189. }
  190. function set_scroll() {
  191. if (typeof(self.pageYOffset)=="number") {
  192. sdown=self.pageYOffset;
  193. sleft=self.pageXOffset;
  194. }
  195. else if (document.body.scrollTop || document.body.scrollLeft) {
  196. sdown=document.body.scrollTop;
  197. sleft=document.body.scrollLeft;
  198. }
  199. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  200. sleft=document.documentElement.scrollLeft;
  201. sdown=document.documentElement.scrollTop;
  202. }
  203. else {
  204. sdown=0;
  205. sleft=0;
  206. }
  207. }
  208. window.onresize=set_width;
  209. function set_width() {
  210. if (typeof(self.innerWidth)=="number") {
  211. swide=self.innerWidth;
  212. shigh=self.innerHeight;
  213. }
  214. else if (document.documentElement && document.documentElement.clientWidth) {
  215. swide=document.documentElement.clientWidth;
  216. shigh=document.documentElement.clientHeight;
  217. }
  218. else if (document.body.clientWidth) {
  219. swide=document.body.clientWidth;
  220. shigh=document.body.clientHeight;
  221. }
  222. }
  223. function createDiv(height, width) {
  224. var div=document.createElement("div");
  225. div.style.position="absolute";
  226. div.style.height=height+"px";
  227. div.style.width=width+"px";
  228. div.style.overflow="hidden";
  229. div.style.backgroundColor=colour;
  230. return (div);
  231. }
  232. // ]]>
  233. </script>
  234.  
  235. <style type="text/css">
  236.  
  237. A:link
  238. { text-decoration: none; cursor: url(http://milky.geocities.jp/mairo_hime/c/usa.ani); color:#6C6461; }
  239. A:visited
  240. { text-decoration: none;cursor: url(http://milky.geocities.jp/mairo_hime/c/usa.ani): crosshair; color: #6C6461; }
  241. A:active
  242. { text-decoration: none;cursor: url(http://milky.geocities.jp/mairo_hime/c/usa.ani); color: #6C6461; }
  243. A:hover
  244. { text-decoration: none; cursor: url(http://milky.geocities.jp/mairo_hime/c/usa.ani) ; color: #996633; background-color:none; font-weight: 0; border-bottom: 1px dashed #996633; }
  245.  
  246.  
  247.  
  248. body
  249. { background:#fef1f3 url(http://i36.photobucket.com/albums/e45/xxcandyxgirlxx/kawaiiblank-1.jpg);
  250. background-position: 300px;
  251. background-attachment: none;
  252. background-repeat: repeat-y;
  253. font-family: arial;
  254. font-size: 9px;
  255. text-align: justify;
  256. cursor: crosshair;
  257. color: #6C6461;
  258.  
  259. scrollbar-face-color : white;
  260. scrollbar-highlight-color : white;
  261. scrollbar-3dlight-color : white;
  262. scrollbar-shadow-color : white;
  263. scrollbar-darkshadow-color : white;
  264. scrollbar-track-color : white;
  265. scrollbar-arrow-color : #fdbfcb;}
  266.  
  267. textarea, input, select {
  268. background: white;
  269. font-family : arial;
  270. font-size: 8px;
  271. color:#FF6699;
  272. border-color: white;
  273. border-style: solid;
  274. border-top-width: 2px;
  275. border-left-width: 2px;
  276. border-right-width: 2px;
  277. border-bottom-width: 2px;
  278. }
  279.  
  280. u{
  281. color: #996633;
  282. border-bottom: #ffafaf 1px solid;
  283. }
  284.  
  285.  
  286. b
  287. {text-decoration: bold;
  288. color: #996633;
  289. }
  290.  
  291.  
  292.  
  293. i
  294. {text-decoration: italic;
  295. color: #ffafaf;
  296. }
  297.  
  298.  
  299. .h1 {
  300. font-family: "century gothic";
  301. font-weight: bold;
  302. letter-spacing: -1pt;
  303. color: #ff6177;
  304. font-size: 14px;
  305. text-align: left;
  306. text-transform: uppercase;
  307.  
  308. }
  309.  
  310.  
  311. .h2 {
  312. font-weight: bold;
  313. font-size: 11px;
  314. letter-spacing: 1.5px;
  315. color: #6C6461;
  316. text-align: right;
  317. text-transform: lowercase;
  318. border-right: 7px solid #fbda56}
  319.  
  320. .h3 {
  321. font-weight: bold;
  322. font-size: 11px;
  323. letter-spacing: 1.5px;
  324. color: #FF99CC;
  325. text-align: center;
  326. text-transform: lowercase;
  327. border-bottom: 1px dashed #FFCCCC}
  328.  
  329. .h4 {
  330. font-family: "century gothic";
  331. letter-spacing: -1pt;
  332. color: #996633;
  333. font-size: 11px;
  334. text-align: left;
  335. border-bottom: 1px dotted #996633;
  336. text-transform: lowercase;
  337. padding:1px;
  338. }
  339.  
  340. .h5 {
  341. font-family: "century gothic";
  342. letter-spacing: -1pt;
  343. color: #fe858b;
  344. font-size: 11px;
  345. text-align: left;
  346. border-bottom: 1px dotted #fe858b;
  347. text-transform: lowercase;
  348. padding:1px;
  349. }
  350.  
  351.  
  352.  
  353. .layer1 {
  354. position: absolute;
  355. overflow: auto;
  356. width: 130px;
  357. left: 630px;
  358. top: 370px;
  359. color: #6C6461;}
  360.  
  361. table{
  362. font: normal 8pt Arial;
  363. color: #6C6461;
  364. text-align: justify;
  365. line-height: 14px;
  366. }
  367.  
  368.  
  369. blockquote {
  370. background: #ffffff;
  371. font: normal 8pt Arial;
  372. color: #666;
  373. border-right: 1px solid #DCDCDC;
  374. border-bottom: 1px solid #DCDCDC;
  375. border-top: 1px solid #DCDCDC;
  376. border-left: 1px solid #DCDCDC;
  377. padding: 4px;
  378. text-align: justify;
  379. }
  380.  
  381.  
  382. </style>
  383.  
  384. <noembed>
  385. <body>
  386. </noembed>
  387.  
  388. </head>
  389.  
  390.  
  391. <p>
  392. </div></div></div></div></div></div>
  393. </div></div></div></div>
  394.  
  395. <DIV STYLE="position:absolute; top:5; left:300; border:0px;">
  396. <img src="http://i36.photobucket.com/albums/e45/xxcandyxgirlxx/kawaiiness2.gif">
  397. </div>
  398.  
  399.  
  400. <div id=blog style="position:absolute; overflow-x:hidden; top:320; left:530; width:340; background-color: transparent; ">
  401. <center>
  402. {block:Posts}
  403. {block:Text}
  404. <li id="each">
  405. <div id="box"><a href="{Permalink}"><b>text post</b>&nbsp;&nbsp;{ShortDayOfWeek},
  406.  
  407. {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
  408. {block:Title}
  409. <p id="posttitle"><a href="{Permalink}">{Title}</a></p>
  410. {/block:Title}
  411.  
  412. <p>{Body}</p>
  413.  
  414.  
  415. </li><br><br>&nbsp;
  416.  
  417. <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif">&nbsp;{block:NoteCount}<a
  418.  
  419. href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
  420. {/block:Text}
  421.  
  422. {block:Photo}
  423. <li id="each">
  424.  
  425. <div id="box"><a href="{Permalink}"><b>photo post</b>&nbsp;&nbsp;{ShortDayOfWeek},
  426.  
  427. {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
  428. {LinkOpenTag}<img src="{PhotoURL-400}"
  429.  
  430. alt="{PhotoAlt}"/>{LinkCloseTag}
  431.  
  432. {block:Caption}
  433. <p>{Caption}</p>
  434. {/block:Caption}
  435.  
  436. </li>&nbsp;
  437.  
  438. <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif">&nbsp;{block:NoteCount}<a
  439.  
  440. href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
  441. {/block:Photo}
  442.  
  443. {block:Quote}
  444. <li id="each">
  445. <div id="box"><a href="{Permalink}"><b>quote post</b>&nbsp;&nbsp;{ShortDayOfWeek},
  446.  
  447. {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
  448. <p class="qcontainer">
  449. <span class="quote">&#147;{Quote}&#148;</span>
  450.  
  451. {block:Source}
  452. <span class="source"><br><i>{Source}</i></span>
  453. {/block:Source}
  454. </p>
  455.  
  456. </li>&nbsp;
  457.  
  458. <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif">&nbsp;{block:NoteCount}<a
  459.  
  460. href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
  461. {/block:Quote}
  462.  
  463. {block:Link}
  464. <li id="each">
  465. <div id="box"><a href="{Permalink}"><b>link post</b>&nbsp;&nbsp;{ShortDayOfWeek},
  466.  
  467. {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
  468. <p><a href="{URL}" id="postlink" {Target}>{Name}</a></p>
  469.  
  470. {block:Description}
  471. <p>{Description}</p>
  472. {/block:Description}
  473.  
  474.  
  475. </li>&nbsp;
  476.  
  477. <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif">&nbsp;{block:NoteCount}<a
  478.  
  479. href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
  480. {/block:Link}
  481.  
  482. {block:Chat}
  483. <li id="each">
  484. <div id="box"><a href="{Permalink}"><b>chat post</b>&nbsp;&nbsp;{ShortDayOfWeek},
  485.  
  486. {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
  487. {block:Title}
  488. <p id="posttitle"><a href="{Permalink}">{Title}</a></p>
  489. {/block:Title}
  490.  
  491. <ul class="chat">
  492. {block:Lines}
  493. <li class="{Alt}">
  494. {block:Label}
  495. <span class="label">{Label}</span>
  496. {/block:Label}
  497.  
  498. {Line}
  499.  
  500. {/block:Lines}
  501. </ul>
  502.  
  503. </li></li>&nbsp;
  504.  
  505. <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif">&nbsp;{block:NoteCount}<a
  506.  
  507. href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
  508. {/block:Chat}
  509.  
  510. {block:Video}
  511. <li id="each">
  512. <div id="box"><a href="{Permalink}"><b>video post</b>&nbsp;&nbsp;{ShortDayOfWeek},
  513.  
  514. {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
  515. {Video-400}
  516.  
  517. {block:Caption}
  518. <p>{Caption}</p>
  519. {/block:Caption}
  520.  
  521. </li>&nbsp;
  522.  
  523. <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif">&nbsp;{block:NoteCount}<a
  524.  
  525. href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
  526. {/block:Video}
  527. {block:Audio}
  528. <li id="each">
  529. <div id="box"><a href="{Permalink}"><b>audio post</b>&nbsp;&nbsp;{ShortDayOfWeek},
  530.  
  531. {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
  532. <p align="center">{AudioPlayerBlack}</p>
  533.  
  534. {block:Caption}
  535. <p>{Caption}</p>
  536. {/block:Caption}
  537.  
  538. </li>&nbsp;
  539.  
  540. <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif">&nbsp;{block:NoteCount}<a
  541.  
  542. href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
  543. {/block:Audio}
  544.  
  545.  
  546. {block:PostNotes}
  547. {PostNotes}
  548. {/block:PostNotes}
  549.  
  550. {/block:Posts}
  551. {/block:Posts}
  552. </ol>
  553.  
  554. <center>{block:PreviousPage}<a href="{PreviousPage}"><font size="5">previous</a></font> {/block:PreviousPage}&#9829;{block:NextPage} <a href="{NextPage}"><font size="5">next</a></font>{/block:NextPage}{/block:Pagination}</center>
  555. </div>
  556. </div>
  557.  
  558. <div style="position:absolute;overflow-x:hidden; top:320; left:340; width:180; background-color:transparent; >
  559. <div align="left">
  560. <div class="layer1"></div>
  561.  
  562.  
  563. <div class="h1">profile</span></div>
  564. <img style="border:0px" <img src="{PortraitURL-128}"></center><br>
  565. {Description}
  566. <br>
  567. <br>
  568.  
  569.  
  570. <div class="h1">navigation</span></div>
  571. &#65533;<a href="/ask">ASK</a><br>
  572.  
  573. &#65533; <a href="/submit">SUBMIT</a><br>
  574.  
  575. &#65533; <a href="/random">RANDOM</a><br>
  576.  
  577. &#65533; <a href="/archive">ARCHIVE</a><br>
  578.  
  579. <div class="h1">disclaimer</span></div>
  580. <br>
  581. <font color="#6C6461">I do not own any photos that I reblog. But I claim photos that are watermarked with my url. Plus I claim no ownership of this theme that I am using now.
  582. <br> <br>
  583.  
  584. <div class="h1">CREDITS</span></div>
  585. <Br>
  586. Converted and Tweaked: <a href="http://jackie09kawaii.tumblr.com">pinkmissy</a><br>
  587. designer: <a href="http://candygirl.co.nr"><b>x</b></a> <a href="http://blogskins.com/me/candygirl2"><b>x</b></a><br>
  588. refrence: various jap website, puremilky<br>
  589. editing: photoshop cs2
  590. <style>body, a:hover{cursor: url(http://milky.geocities.jp/mairo_hime/c/usa.ani);}</style>
  591.  
  592.  
  593. </html>
  594. </div>
  595.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement