Advertisement
venusrps

BASE THEME

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