Advertisement
Guest User

Pinku

a guest
May 29th, 2012
4,374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.08 KB | None | 0 0
  1. <head><html>
  2. <!-- (c) Pinku theme by Sapphire (http://owl-doll.tumblr.com)
  3. Do not steal or redistribute. If you have any questions feel free to contact me - http://owl-doll.tumblr.com/ask
  4. Pixels from Pixelpeach @ Livejournal & LoveCandied
  5. -->
  6.  
  7.  
  8. <meta name="image:Sidebar" content=""/>
  9. <meta name="image:Background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Pixels/103.gif"/>
  10. <meta name="if:Disable right click" content="1"/>
  11. <meta name="if:Animation" content="1"/>
  12. <meta name="color:Headers" content="#bef5fd">
  13. <meta name="color:Font" content="#ff6fa0">
  14. <meta name="color:Post font" content="#000000">
  15. <meta name="color:Links" content="#ff6fa0">
  16. <meta name="color:Links hover" content="#8ceefd">
  17. <meta name="text:Navigation text" content="Navi~">
  18. <meta name="text:Link 1 Title" content="" />
  19. <meta name="text:Link 1" content="" />
  20. <meta name="text:Link 2 Title" content="" />
  21. <meta name="text:Link 2" content="" />
  22. <meta name="text:Link 3 Title" content="" />
  23. <meta name="text:Link 3" content="" />
  24. <meta name="text:Link 4 Title" content="" />
  25. <meta name="text:Link 4" content="" />
  26. <meta name="text:Link 5 Title" content="" />
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  29.  
  30.  
  31. {block:ifdisablerightclick}<script language=JavaScript>
  32. <!--
  33.  
  34. //Disable right click script III- By Renigade (renigade@mediaone.net)
  35. //For full source code, visit http://www.dynamicdrive.com
  36.  
  37. var message="";
  38. ///////////////////////////////////
  39. function clickIE() {if (document.all) {(message);return false;}}
  40. function clickNS(e) {if
  41. (document.layers||(document.getElementById&&!document.all)) {
  42. if (e.which==2||e.which==3) {(message);return false;}}}
  43. if (document.layers)
  44. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  45. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  46.  
  47. document.oncontextmenu=new Function("return false")
  48. // -->
  49. </script>
  50. {/block:ifdisablerightclick}
  51.  
  52. <title>{title}</title>
  53.  
  54.  
  55. <script>
  56. window.defaultStatus="{title}"</script>
  57.  
  58. <meta content="no" http-equiv="imagetoolbar">
  59.  
  60. <meta content="progid:DXImageTransform.Microsoft.GradientWipe(Duration=4)" http-equiv="Page-Exit">
  61. <meta content="progid:DXImageTransform.Microsoft.GradientWipe(Duration=4)" http-equiv="Page-Enter">
  62.  
  63.  
  64. <style type="text/css">
  65. BODY
  66. { background:url({image:background}) ;
  67. background-color: white;
  68. background-repeat: repeat;
  69. background-attachment: absolute;
  70. background-position: top left;
  71. font-size: 10pt;
  72. line-height: 15px;
  73. text-align: justify;
  74. margin: 0px;
  75. cursor: url(none);
  76.  
  77.  
  78.  
  79. scrollbar-face-color : white;
  80. scrollbar-highlight-color : white;
  81. scrollbar-3dlight-color : white;
  82. scrollbar-shadow-color : white;
  83. scrollbar-darkshadow-color : white;
  84. scrollbar-track-color : white;
  85. scrollbar-arrow-color : pink;
  86.  
  87. font-family: tahoma;
  88. font-size: 8pt;
  89. color:white;
  90. line-height: 15px;
  91. text-align: justify;
  92. margin: 0px; }
  93.  
  94. .sidebarimg img{max-width:200px; border:none;}
  95.  
  96.  
  97. .head {
  98. font-family:"tahoma";
  99. font-weight: none;
  100. font-size: 8pt;
  101. font-color: white;
  102. padding:1px;
  103. background-position: center;
  104. background-color: none;
  105. border-bottom: 2px solid black;
  106. border-top: none;
  107. letter-spacing:0.5pt;
  108. line-height:30pt;
  109. text-align: center;
  110. }
  111.  
  112. .head2 {
  113. font-family:"tahoma";
  114. font-weight: none;
  115. font-size: 8pt;
  116. font-color:black;
  117. text-align:center;
  118. background: transparent;
  119. border: none;
  120. height: 400px;
  121. line-height:8pt;
  122. padding: 1px;
  123. }
  124.  
  125. .head3 {
  126. font-family:"Marck Script";
  127. font-weight: none;
  128. font-size: 20pt;
  129. font-color:{color:headers};
  130. text-align:center;
  131. background: none;
  132. line-height:10pt;
  133. padding: 1px;
  134. }
  135.  
  136.  
  137.  
  138. u {
  139. border-bottom: 2px solid hotpink;
  140. }
  141.  
  142. #navbar-iframe {
  143. display: none;
  144. }
  145.  
  146. blockquote {
  147. border-left: 2px solid hotpink;
  148. border-right: 2px solid hotpink;
  149. border-top: 2px solid hotpink;
  150. border-bottom: 2px solid hotpink;
  151. width:justify;
  152. padding:3px;
  153. background: white;
  154. font-family:"Marck Script";
  155. text-align: justify;
  156. color: black;
  157. font-size: 10pt;
  158. line-height: 10pt;
  159. margin: 1pt;
  160. filter: Alpha(Opacity=50);
  161. cursor: url(none);
  162. }
  163.  
  164. A:link
  165. { text-decoration: none; color:{color:links};}
  166.  
  167.  
  168. A:visited
  169. { text-decoration: none; color:{color:links}; }
  170. A:active
  171. { text-decoration: none; color:lightblue; }
  172. A:hover
  173. {text-decoration: none; color: {color:links hover}; }
  174.  
  175.  
  176. <scriptfunction changeNavigation(id)
  177. {document.getElementById('navi').innerHTML=document.getElementById(id).innerHTML}
  178. </script>
  179.  
  180. </style>
  181.  
  182. <noembed>
  183. <body></noembed>
  184.  
  185. <div style="position: absolute; top:15px; left:190px; background-color:transparent;">
  186. <img src="http://img189.imageshack.us/img189/4308/36597597.gif">
  187. </div>
  188.  
  189. <div id="welcome" style="position:absolute; top: 20px; left:478px; z-index:2; width:520px; height:524px; overflow-y: auto;overflow-x: hidden; background-color:transparent; padding: 3px;">
  190. <div class="style3"><center></div><center><font color="{color:post font"}>
  191. {block:Posts}
  192.  
  193. <div class="entry">
  194.  
  195. {block:Text}
  196. <a href="{Permalink}"><h1>{Title}</h1></a>
  197. {Body}
  198. {/block:Text}
  199.  
  200. <font color="black">{block:Photo}
  201. <img src="{PhotoURL-500}" alt="">
  202. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  203. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  204. {Caption}
  205. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  206. {/block:Photo}
  207.  
  208. {block:Photoset}
  209. <div class="photoset">{Photoset-500}</div>
  210. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  211. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  212. {Caption}
  213. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  214. {/block:Photoset}
  215.  
  216. {block:Quote}
  217. <div class="quote">&#10077;</div>
  218. <h2>{Quote}</h2>
  219. {block:Source}<p align="right">{Source} &mdash;</p>{/block:Source}
  220. {/block:Quote}
  221.  
  222. {block:Link}
  223. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  224. {block:Description}{Description}{/block:Description}
  225. {/block:Link}
  226.  
  227. {block:Chat}
  228. {block:Title}<h1>{Title}</h1>{/block:Title}
  229. {block:Lines}
  230. {block:Label}
  231. <p><b>{Label}</b>
  232. {/block:Label}
  233. {Line}</p>
  234. {/block:Lines}
  235. {/block:Chat}
  236.  
  237. {block:Audio}
  238. <p><center>{AudioPlayerGrey}<br>
  239. <i>{FormattedPlayCount}</i> plays</center></p>
  240. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  241. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  242. {Caption}
  243. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  244. {/block:Audio}
  245.  
  246. {block:Video}
  247. {Video-500}
  248. <p><center><i>{FormattedPlayCount}</i> plays</center>
  249. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  250. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  251. {Caption}
  252. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  253. {/block:Video}
  254.  
  255. {block:Answer}
  256. <div class="ask">
  257. <h3>{Asker} whispered,</h3>
  258. <p>{Question}</p>
  259. </div>
  260. {Answer}
  261. {/block:Answer}
  262.  
  263. <br>{block:IndexPage}{block:Date}<div class="stats">
  264. {DayOfMonthWithZero} {ShortMonth} {shortYear} @ {24Hour}:{Minutes}</a>{/block:Date}{block:NoteCount} - <a href="{permalink}"><font color="hotpink">{NoteCountWithLabel}{/block:NoteCount}</font> <img src="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Pixels/heart7.gif">{block:IfReblogLink} - <a href="{ReblogURL}">Reblog</a>{/block:IfReblogLink}<br /></a>
  265. {block:IfShowTags}{block:HasTags}{block:Tags}#<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  266. </div>{/block:IndexPage}
  267. </div>
  268.  
  269. {block:PermalinkPage}
  270. <div class="permalink">
  271. <center><div id="date">{block:Date}{12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</div><Br />{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br />
  272. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  273. {block:PostNotes}
  274. {PostNotes}
  275. {/block:PostNotes}
  276. </div>
  277. {/block:PermalinkPage}
  278.  
  279. {/block:Posts}
  280. </div>
  281.  
  282.  
  283. <div id="navigations" style="position:absolute; border:none; padding: 10px; width: 200px; top:20px; left: 188px; height: 500px; background-attachment:fixed; overflow:hidden; background-color: transparent; background-image: url(none); filter: alpha(opacity=0);">
  284. <div class=head3><br>
  285. <font color="{color:headers}">
  286. <div align="center">
  287. {title}</font></color>
  288. <br><br></b><font=tahoma>
  289. <div class="sidebarimg"><img src="{image:sidebar}"></div>
  290. {block:ifanimation}<img style="position:fixed; opacity: 1.0; top:10px; left:1015px; z-index: 1;" src="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Pixels/2098618p63v0r6j97-1.gif">{/block:ifanimation}
  291. <br>
  292. <form action="../">
  293. <select onchange="window.open
  294. (this.options[this.selectedIndex].value,'_top')" style="font-size: 11px; text-align:left; font-family: tahoma;">
  295. <option value="">{text:navigation text}</option>
  296. {block:ifLink1}<option value={text:Link 1}>{text:Link 1 Title}</option>{/block:ifLink1}
  297. {block:ifLink2}<option value={text:Link 2}>{text:Link 2 Title}</option>{/block:ifLink2}
  298. {block:ifLink3}<option value={text:Link 3}>{text:Link 3 Title}</option>{/block:ifLink3}
  299. {block:ifLink4}<option value={text:Link 4}>{text:Link 4 Title}</option>{/block:ifLink4}
  300. {block:ifLink5}<option value={text:Link 5}>{text:Link 5 Title}</option>{/block:ifLink5}
  301. <option value="/ask">Message</option>
  302. <option value="http://owl-doll.tumblr.com">Theme</option>
  303. </select></form></div>
  304. <div class="head2">
  305.  
  306. <font color="{color:font}">{description}<br><br>
  307. {block:PreviousPage}
  308. <a href="{PreviousPage}"><img src="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Pixels/a-62.gif" border=0"></a>
  309. {/block:PreviousPage}
  310.  
  311. {block:NextPage}
  312. <a href="{NextPage}"><img src="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Pixels/a-6.gif" border=0"></a>
  313. {/block:NextPage}
  314.  
  315. </b></div></div>
  316. </style>
  317. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement