Advertisement
californiaofrp

Beverly Hills Theme 001

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