Guest User

Untitled

a guest
May 15th, 2013
1,280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 KB | None | 0 0
  1. <html lang="en">
  2. <!--
  3. Idiotofrps first theme for RPH's or RP's
  4. Do keep the credit intact, don't steal or redistribute
  5. I know how to find you if so.
  6. -->
  7. <head>
  8. <script type="text/javascript">
  9. function tb8_makeArray(n){
  10. this.length = n;
  11. return this.length;
  12. }
  13. tb8_messages = new tb8_makeArray(3);
  14. tb8_messages[0] = "{text:tab title}";
  15. tb8_messages[1] = "{text:tab title}";
  16. tb8_rptType = 'infinite';
  17. tb8_rptNbr = 5;
  18. tb8_speed = 100;
  19. tb8_delay = 2000;
  20. var tb8_counter=1;
  21. var tb8_currMsg=0;
  22. var tb8_tekst ="";
  23. var tb8_i=0;
  24. var tb8_TID = null;
  25. function tb8_pisi(){
  26. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  27. document.title = tb8_tekst;
  28. tb8_sp=tb8_speed;
  29. tb8_i++;
  30. if (tb8_i==tb8_messages[tb8_currMsg].length){
  31. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  32. }
  33. if (tb8_currMsg == tb8_messages.length){
  34. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  35. clearTimeout(tb8_TID);
  36. return;
  37. }
  38. tb8_counter++;
  39. tb8_currMsg = 0;
  40. }
  41. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  42. }
  43. tb8_pisi()
  44. </script>
  45. <title>{title}</title>
  46. <link rel=”shortcut icon” href=”{Favicon}”/>
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50. <meta name="color:bold"content="#fff">
  51. <meta name="text:tab title"content="this is a moving tab title">
  52. <meta name="color:italic"content="#fff">
  53. <meta name="color:text"content="#000">
  54. <meta name="color:link"content="#000">
  55. <meta name="color:post"content="#fff">
  56. <meta name="color:hover"content="#fff">
  57. <meta name="color:border"content="#000">
  58. <meta name="color:background"content="#fff">
  59. <meta name="color:description"content="#fff">
  60. <meta name="color:sidebar"content="#fff">
  61.  
  62. <meta name="image:banner"content="">
  63. <meta name="image:sidebarbg2"content="">
  64. <meta name="image:sbar1"content="">
  65. <meta name="image:sbar2"content="">
  66. <meta name="image:sbar3"content="">
  67. <meta name="image:bg"content="">
  68.  
  69. <meta name="image:refresh" content="" />
  70. <meta name="image:refreshhover" content=""/>
  71. <meta name="image:ask" content="" />
  72. <meta name="image:askhover" content="" />
  73. <meta name="image:navi" content="" />
  74. <meta name="image:navihover" content="" />
  75. <meta name="image:credit" content="" />
  76. <meta name="image:credithover" content="" />
  77.  
  78. <style type="text/css">
  79.  
  80. body{
  81. color:{color:text};
  82. font-family:helvetica;
  83. font-size:10px;
  84. background:{color:background} url('{image:bg}') top left fixed repeat;
  85. }
  86.  
  87. h1 {
  88. font-family:helvetica;
  89. font-size:15px;text-align:center;
  90. font-style:italic;
  91. line-height:80%;
  92. letter-spacing:1px;outline:2px dashed {color:border};
  93. background-color:{color:background};
  94. background-image: url('{image:bg}');
  95. padding:6px; font-weight:italic;
  96. }
  97.  
  98. h2 {
  99. font-family:helvetica;
  100. font-size:19px;text-align:center;
  101. font-style:italic;
  102. line-height:80%;outline:2px dashed {color:border};
  103. letter-spacing:1px;
  104. background-color:{color:background};
  105. background-image: url('{image:bg}');
  106. padding:6px; font-weight:italic;
  107. }
  108.  
  109.  
  110. blockquote {
  111. border-left:2px solid {color:border};
  112. margin-left:3px;
  113. padding-left:5px; }
  114.  
  115. b { font-weight:bold;
  116. color:{color:bold}; }
  117. i { font-weight:italic;
  118. color:{color:italic}; }
  119. u {text-decoration:none;
  120. border-bottom:1px solid {color:text}; }
  121.  
  122. a { color:{color:link};
  123. font-family:helvetica;
  124. text-decoration:none;-moz-transition-duration:0.5s;
  125. -webkit-transition-duration:0.5s;
  126. -o-transition-duration:0.5s;}
  127. a:hover {color:{color:hover};}
  128.  
  129. #entries{
  130. width:615px;
  131. margin-top:70px;
  132. margin-left:380px;
  133. position:absolute;
  134. }
  135.  
  136. #post{
  137. padding:19px;
  138. background-color:{color:post};
  139. outline:2px dashed {color:border};
  140. width:500px;
  141. float:left;
  142. margin:8px;
  143. }
  144.  
  145. #info {
  146. color:{color:text};
  147. background-image: url('{image:bg}');
  148. text-align:center;
  149. font-family:calibri;
  150. font-size: 9px;
  151. letter-spacing:0px;
  152. font-style: normal;
  153. margin-top:15px;
  154. width:493px;
  155. padding:3px;outline:2px dashed {color:border};
  156. outline-offset:4px;
  157. text-transform:uppercase;
  158. }
  159.  
  160. #info a {
  161. color:{color:text};
  162. text-align:left;
  163. font-size: 9px;
  164. letter-spacing:0px;
  165. font-style:normal;
  166. }
  167.  
  168. #info a:hover {
  169. color:{color:hover};
  170. }
  171. .pagi {
  172. border:1px solid {color:border};display:inline-block;
  173. background-color:{color:description};
  174. background-image: url('{image:bg}'); }
  175. margin-top:450px;
  176. margin-left:261px;
  177. position:fixed;
  178. padding:4px;font-family:helvetica;
  179. font-size:10px;
  180. }
  181.  
  182. .pagi a {
  183. color:{color:link};
  184. }
  185.  
  186. #sbar1 {margin-top:20px;
  187. margin-left:40px;
  188. position:fixed;
  189. width:180px;
  190. height:180px;
  191. outline:2px dashed {color:border};
  192. background-image: url('{image:sbar1}'); }
  193.  
  194. #sbar2 {margin-top:220px;
  195. margin-left:100px;
  196. position:fixed;
  197. width:180px;
  198. height:180px;
  199. outline:2px dashed {color:border};
  200. background-image: url('{image:sbar2}'); }
  201.  
  202. #sbar3 {margin-top:420px;
  203. margin-left:160px;
  204. position:fixed;
  205. width:180px;
  206. height:180px;
  207. outline:2px dashed {color:border};
  208. background-image: url('{image:sbar3}'); }
  209.  
  210. #credit {position:fixed;
  211. font-size:12px;
  212. font-weight:normal;
  213. line-height:150%;
  214. letter-spacing:0px;
  215. right:10px;
  216. bottom:10px;
  217. text-transform:uppercase;
  218. text-align:center;}
  219. #credit a {
  220. padding:6px;
  221. background-color:{color:post};
  222. color:{color:border};
  223. outline:2px dashed {color:border};
  224. -moz-transition-duration:0.5s;
  225. -webkit-transition-duration:0.5s;
  226. -o-transition-duration:0.5s; }
  227.  
  228. #sidebar2 {margin-top:-23px;
  229. margin-left:960px;
  230. position:fixed;
  231. width:300px;
  232. outline:2px dashed {color:border};
  233. height:1000%;
  234. background-image: url('{image:sidebar bg2}');
  235. background-color:{color:sidebar}; }
  236.  
  237. #description {
  238. font-size:11px;
  239. font-family:calibri;
  240. margin-top:40px;
  241. margin-left:20px;
  242. margin-right:20px;
  243. padding:5px;
  244. position:relative;
  245. text-align:center;
  246. background-image: url('{image:bg}');
  247. outline:2px dashed {color:border};
  248.  
  249. #sidelinks {
  250. position:fixed;
  251. margin-left:20px;
  252. margin-top:60px;
  253.  
  254. .note {
  255. text-transform:uppercase;
  256. font-style:normal;
  257. letter-spacing:0px;
  258. font-size: 8px;
  259. text-align:left;
  260. line-height:90%;
  261. margin-left:-40px;
  262. }
  263.  
  264. .note li {
  265. list-style-type:none;
  266. border-bottom:1px solid {color:border};
  267. padding:10px 25px 10px 25px;
  268. text-align:left;
  269. margin:0px;
  270. -moz-transition-duration:0.5s;
  271. -webkit-transition-duration:0.5s;
  272. -o-transition-duration:0.5s;
  273. }
  274.  
  275.  
  276. {CustomCSS}</style>
  277.  
  278. </head>
  279. <body>
  280. <img src="{image:banner}" style="position:absolute; top:-10px; left:420px; opacity:1; z-index:100;" /></a>
  281. <center>
  282. <div id="sbar1"><img src="{image:sbar1}"/></div>
  283. <div id="sbar2"><img src="{image:sbar2}"/></div>
  284. <div id="sbar3"><img src="{image:sbar3}"/></div>
  285. <br></div>
  286. </center>
  287. <div id="entries">
  288.  
  289. {block:Posts}
  290.  
  291. <div id="post">
  292.  
  293.  
  294. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  295.  
  296. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  297.  
  298. {block:Photoset}<center>{Photoset-500}</center>
  299. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  300.  
  301.  
  302. {block:Quote}
  303. <h2>{Quote}</h2>
  304. <div align="right">
  305. {block:Source}<h1>-{Source}</h1>{/block:Source}
  306. </div>
  307. {/block:Quote}
  308.  
  309.  
  310. {block:Video}
  311. {Video-500}<br>
  312. {PlayCountWithLabel}
  313. {/block:Video}
  314.  
  315.  
  316. {block:Link}
  317. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a><BR>
  318. {block:Description}{Description}{/block:Description}
  319. {/block:Link}
  320.  
  321. {block:Chat}
  322. {block:Lines}
  323. {block:Label}
  324. <br>{Label}
  325. {/block:Label}
  326. &nbsp;{Line}
  327. {/block:Lines}
  328. {/block:Chat}
  329.  
  330. {block:Audio}
  331. {AudioPlayerGrey}
  332. <br><div align="right">{block:Artist}
  333. Artist: {Artist}</div>
  334. {/block:Artist}<br>
  335. {block:Caption}{Caption}{/block:Caption}
  336. {/block:Audio}
  337.  
  338.  
  339. {block:Answer}
  340. {Asker} asked: <b>{Question}</b><Br>
  341. {Answer}
  342. {/block:Answer}
  343.  
  344. {block:Date}<div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  345. {block:ContentSource} ( ©<a href="{SourceURL}">{SourceLink}</a> ){/block:ContentSource}</div>{/block:Date}
  346. <div class="note">
  347. {block:PostNotes}{PostNotes}{/block:PostNotes}
  348. </div>
  349. </div>
  350.  
  351. {/block:Posts}
  352. </div>
  353. <div id="credit"><p><a href=http://idiotofrps.tumblr.com>♛</a></div>
  354. </div>
  355. <div id="sidebar2">
  356. <center>
  357. <div id="description">{Description}</div>
  358. <br><br>
  359. <div id="sidelinks">
  360. <center>
  361. <a href=/><img src="{image:refresh}" style="outline:2px dashed {color:border};" onmouseover=this.src="{image:refreshhover}" onmouseout=this.src="{image:refresh}" /></a>
  362. <p><p>
  363. <a href=/ask><img src="{image:ask}" style="outline:2px dashed {color:border};" onmouseover=this.src="{image:askhover}" onmouseout=this.src="{image:ask}" /></a>
  364. <p><p>
  365. <a href=/navi><img src="{image:navi}" style="outline:2px dashed {color:border};" onmouseover=this.src="{image:navihover}" onmouseout=this.src="{image:navi}" /></a>
  366. <p><p>
  367. <a href=http://idiotofrps.tumblr.com><img src="{image:credit}" style="outline:2px dashed {color:border};" onmouseover=this.src="{image:credithover}" onmouseout=this.src="{image:credit}" /></a>
  368. <br>
  369. <div id="pagi">
  370. {block:PreviousPage}
  371. <a href="{PreviousPage}"><big><big><big><big><big><big>-</big></big></big></big></big></big></a>
  372. {/block:PreviousPage}
  373. {block:NextPage}<a href="{NextPage}"><big><big><big><big><big><big>+</big></big></big></big></big></big></a>
  374. {/block:NextPage}
  375. <br><br>
  376. </div>
  377. </body>
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment