Advertisement
californiaofrp

Santa Monica Theme 003

Aug 18th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.93 KB | None | 0 0
  1. <html lang="en">
  2. <!--
  3. YOU KNOW THE RULES! FOLLOW THEM:
  4. *Edit all you want
  5. *Do Not RePost
  6. *Do Not Claim As Your Own
  7. *Leave the credit! Its tiny and cute...
  8. Base Creds go to venusrps!
  9. With Love- California
  10. -->
  11. <head>
  12.  
  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:Title" content="#fdfdfc">
  67. <meta name="color:sidebar"content="#fff">
  68. <meta name="color:asker" content="#fff" />
  69. <meta name="color:asker bg" content="#aaa" />
  70. <meta name="color:todotitle" content="#fdfdfc">
  71.  
  72.  
  73. <meta name="image:bg"content="">
  74. <meta name="image:png1"content"">
  75. <meta name="image:square1"content"">
  76. <meta name="image:square2"content"">
  77. <meta name="image:square3"content"">
  78.  
  79. <meta name="text:link1"content="home">
  80. <meta name="text:link2"content="ask">
  81. <meta name="text:link3"content="nav">
  82. <meta name="text:link1 url"content="/">
  83. <meta name="text:link2 url"content="/">
  84. <meta name="text:link3 url"content="/">
  85. <meta name="text:todo"content="/">
  86. <meta name="text:todotitle"content="/">
  87. <meta name="text:whatidotitle"content="/">
  88.  
  89. <style type="text/css">
  90.  
  91.  
  92.  
  93.  
  94. body{
  95. color:{color:text};
  96. font-family:helvetica;
  97. font-size:10px;
  98. background:{color:background} url('{image:bg}') top left fixed repeat;
  99. }
  100.  
  101. h1 {
  102. font-family:helvetica;
  103. font-size:15px;text-align:center;
  104. font-style:italic;
  105. line-height:80%;
  106. letter-spacing:1px;
  107. padding:6px; font-weight:italic;
  108. }
  109.  
  110. h2 {
  111. font-family:helvetica;
  112. font-size:19px;text-align:center;
  113. font-style:italic;
  114. line-height:80%;
  115. letter-spacing:1px;
  116. background-color:{color:background}; padding:6px; font-weight:italic;
  117. }
  118.  
  119.  
  120. blockquote {
  121. border-left:2px solid {color:border};
  122. margin-left:3px;
  123. padding-left:5px; }
  124.  
  125. b { font-weight:bold;
  126. color:{color:bold}; }
  127. i { font-weight:italic;
  128. color:{color:italic}; }
  129. u {text-decoration:none;
  130. border-bottom:1px solid {color:text}; }
  131.  
  132. a { color:{color:link};
  133. font-family:helvetica;
  134. text-decoration:none;-moz-transition-duration:0.5s;
  135. -webkit-transition-duration:0.5s;
  136. -o-transition-duration:0.5s;}
  137. a:hover {color:{color:hover};}
  138.  
  139. #entries{
  140. width:400px;
  141. margin-left:400px;
  142. position:absolute;
  143. }
  144.  
  145. #post{
  146. padding:19px;
  147. background-color:{color:post};
  148. border:1px dashed {color:border};
  149. width:400px;
  150. float:left;
  151. margin:8px;
  152. }
  153. .pagi {
  154. border:1px solid {color:border};display:inline-block;
  155. background-color:{color:description};
  156. margin-top:10px;
  157. margin-left:295px;
  158. position:fixed;
  159. padding:4px;font-family:helvetica;
  160. font-size:10px;
  161. }
  162.  
  163. .pagi a {
  164. color:{color:link};
  165. }
  166.  
  167. #sidebar {margin-top:-10px;
  168. margin-left:3px;
  169. position:fixed;
  170. width:185px;
  171. border:1px dotted {color:border};
  172. height:1000%;
  173. background-color:{color:sidebar}; }
  174.  
  175. #sidebar img { margin-top:130px;
  176. max-width:240px;
  177. padding:5px; }
  178.  
  179. #description{
  180. border:1px solid {color:border};
  181. background-color:{color:description};
  182. width:140px;
  183. margin-top:258px;
  184. margin-left:20px;
  185. margin-right:20px;
  186. position:fixed;
  187. padding:3px;
  188. }
  189.  
  190. #todo{
  191. border:1px solid {color:border};
  192. background-color:{color:description};
  193. margin-top:230px;
  194. margin-left:30px;
  195. margin-right:20px;
  196. position:fixed;
  197. padding:3px;
  198. width: 130px;
  199. height: 100px;
  200. background-color:{color:description};
  201. text-transform:none;
  202. text-align:center;
  203. font-size: 11px;
  204. font-style:none;
  205. padding-bottom:6px;
  206. padding-top:6px;
  207. overflow:hidden;
  208. opacity:1;z-index:9999999999999999999999999999999;
  209. }
  210.  
  211. #title {
  212. padding: 30px;
  213. font-family: Cambria;
  214. font-size: 25px;
  215. font-style: italic;
  216. color: {color:Title};
  217. position:fixed;
  218. letter-spacing: 1px;
  219. margin-left:-10px;
  220. text-align: center;
  221. text-shadow:1px 1px 1px red, 2.5px 2.5px 2.5px cyan;
  222. }
  223.  
  224. #todotitle {
  225. padding: 30px;
  226. font-family: Cambria;
  227. font-size: 25px;
  228. font-style: italic;
  229. color: {color:Title};
  230. position:fixed;
  231. letter-spacing: 1px;
  232. margin-left:3px;
  233. margin-top:160px;
  234. text-align: center;
  235. text-shadow:1px 1px 1px red, 2.5px 2.5px 2.5px cyan;
  236. }
  237.  
  238. #whatidotitle {
  239. padding: 30px;
  240. font-family: Cambria;
  241. font-size: 25px;
  242. font-style: italic;
  243. color: {color:Title};
  244. position:fixed;
  245. letter-spacing: 1px;
  246. margin-left:3px;
  247. margin-top:320px;
  248. text-align: center;
  249. text-shadow:1px 1px 1px red, 2.5px 2.5px 2.5px cyan;
  250. }
  251.  
  252. .links {
  253. width:125px;
  254. height:5px;
  255. font-family:'consolas';
  256. text-align:center;
  257. margin-top:-60px;
  258. margin-left:10px;
  259. text-align:left;
  260. text-transform:uppercase;
  261. position:fixed;
  262. padding-bottom:7px;
  263. text-shadow:1px 1px 1px red, 2.5px 2.5px 2.5px cyan;
  264. }
  265.  
  266. .links a {
  267. font-size: 23px;
  268. }
  269.  
  270. .links a:hover {
  271. color:{color:Hover}
  272. }
  273. .links2 {
  274. width:250px;
  275. font-size: 21px;
  276. height:5px;
  277. font-family:'consolas';
  278. text-align:center;
  279. margin-top:-35px;
  280. margin-left:10px;
  281. text-align:left;
  282. text-transform:uppercase;
  283. position:fixed;
  284. padding-bottom:7px;
  285. text-shadow:1.5px 1.5px 1.5px red, 2.5px 2.5px 2.5px cyan;
  286. }
  287. .links2 a {
  288. font-size: 23px;
  289. }
  290. .links3 {
  291. width:250px;
  292. font-size: 21px;
  293. height:5px;
  294. font-family:'consolas';
  295. text-align:center;
  296. margin-top:-10px;
  297. margin-left:10px;
  298. text-align:left;
  299. text-transform:uppercase;
  300. position:fixed;
  301. padding-bottom:7px;
  302. text-shadow:1.5px 1.5px 1.5px red, 2.5px 2.5px 2.5px cyan;
  303. }
  304. .links3 a {
  305. font-size: 23px;
  306. }
  307. .links4 {
  308. width:250px;
  309. font-size: 21px;
  310. height:5px;
  311. font-family:'consolas';
  312. text-align:center;
  313. margin-top:15px;
  314. margin-left:10px;
  315. text-align:left;
  316. text-transform:uppercase;
  317. position:fixed;
  318. padding-bottom:7px;
  319. text-shadow:1.5px 1.5px 1.5px red, 2.5px 2.5px 2.5px cyan;
  320. }
  321. .links4 a {
  322. font-size: 23px;
  323. }
  324.  
  325. .links5 {
  326. width:250px;
  327. font-size: 21px;
  328. height:5px;
  329. font-family:'consolas';
  330. text-align:center;
  331. margin-top:-60px;
  332. margin-left:95px;
  333. text-align:left;
  334. text-transform:uppercase;
  335. position:fixed;
  336. padding-bottom:7px;
  337. text-shadow:1.5px 1.5px 1.5px red, 2.5px 2.5px 2.5px cyan;
  338. }
  339. .links5 a {
  340. font-size: 23px;
  341. }
  342.  
  343. #answer {
  344. color:#fff;
  345. font-family:Open Sans Condensed;
  346. text-transform: lowercase;
  347. letter-spacing: 0px;
  348. line-height: 100%;
  349. text-align:center;
  350. padding:5px;
  351. font-size:23px;
  352. background:#606b74;
  353. -webkit-transition: all 0.8s ease-in-out;
  354. -moz-transition: all 0.8s ease-in-out;}
  355.  
  356. #asker img{width:16px;}
  357.  
  358. #questions {
  359. text-align:justify;
  360. color: #9b9898;
  361. padding:10px;
  362. font-family:trebuchet Ms;
  363. font-size:10px;
  364. overflow:auto;
  365. background: #fbfbfb;
  366. -webkit-transition: all 0.8s ease-in-out;
  367. -moz-transition: all 0.8s ease-in-out;}
  368.  
  369. #answer a {color:#fff;
  370. -webkit-transition: all 0.8s ease-in-out;
  371. -moz-transition: all 0.8s ease-in-out;}
  372. #answer a:hover {color:#606b74;
  373. -webkit-transition: all 0.8s ease-in-out;
  374. -moz-transition: all 0.8s ease-in-out;}
  375.  
  376.  
  377. #info {
  378. color:{color:text};
  379. text-align:center;
  380. font-family:calibri;
  381. font-size: 9px;
  382. letter-spacing:0px;
  383. font-style: normal;
  384. margin-top:15px;
  385. width:400px;
  386. padding:3px;
  387. outline-offset:4px;
  388. text-transform:uppercase;
  389. }
  390.  
  391. #info a {
  392. color:{color:text};
  393. text-align:left;
  394. font-size: 9px;
  395. letter-spacing:0px;
  396. font-style:normal;
  397. }
  398.  
  399. #info a:hover {
  400. color:{color:hover};
  401. }
  402.  
  403.  
  404. .note {
  405. text-transform:uppercase;
  406. font-style:normal;
  407. letter-spacing:0px;
  408. font-size: 8px;
  409. text-align:left;
  410. line-height:90%;
  411. margin-left:-40px;
  412. }
  413.  
  414. .note li {
  415. list-style-type:none;
  416. padding:10px 25px 10px 25px;
  417. text-align:left;
  418. margin:0px;
  419. -moz-transition-duration:0.5s;
  420. -webkit-transition-duration:0.5s;
  421. -o-transition-duration:0.5s;
  422. }
  423. #credit {position:fixed;
  424. font-size:8px;
  425. font-weight:normal;
  426. line-height:150%;
  427. letter-spacing:0px;
  428. right:10px;
  429. bottom:10px;
  430. text-transform:uppercase;
  431. text-align:center;}
  432. #credit a {
  433. padding:3px;
  434. color:{color:text};
  435. background-color:{color:background};
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s; }
  439.  
  440. {CustomCSS}</style>
  441.  
  442. </head>
  443. <body>
  444. <div id="sidebar">
  445. <center>
  446. <img src="{image:sidebar}">
  447.  
  448.  
  449. <div class="links">
  450. <a href="/">home</a>
  451. </div>
  452. <div class="links2">
  453. <a href="/ask">mail</a>
  454. </div>
  455. <div class="links3">
  456. <a href="/navi">navi</a>
  457. </div>
  458. <div class="links4">
  459. <a href="/">Extra Link</a>
  460. </div>
  461.  
  462. <img src="{image:png1}" style="position:fixed; margin-left:600px; margin-top:130px;
  463. max-width:740px; padding:2px;">
  464.  
  465. <img src="{image:square1}" style="position:fixed; margin-left:120px; margin-top:60px;
  466. max-width:160px; border:1px dashed {color:border}; padding:2px;">
  467.  
  468. <img src="{image:square2}" style="position:fixed; margin-left:120px; margin-top:240px;
  469. max-width:160px; border:1px dashed {color:border}; padding:2px;">
  470.  
  471. <img src="{image:square3}" style="position:fixed; margin-left:120px; margin-top:420px;
  472. max-width:160px; border:1px dashed {color:border}; padding:2px;">
  473.  
  474.  
  475.  
  476. </center>
  477.  
  478. <div id="description">
  479. {description}
  480. </div>
  481. </div>
  482.  
  483. <div id="todo">
  484. {text:todo}
  485. </div>
  486.  
  487. <div align="center" id="title">{Title}</div>
  488.  
  489. <div id="todotitle">
  490. {text:todotitle}
  491. </div>
  492.  
  493. <div id="whatidotitle">
  494. {text:whatidotitle}
  495. </div>
  496.  
  497. {block:Pagination}
  498. <div class="pagi">
  499. {block:PreviousPage}
  500. <a href="{PreviousPage}">←</a>
  501. {/block:PreviousPage}
  502. {block:NextPage}
  503. <a href="{NextPage}">→</a>
  504. {/block:NextPage}
  505. </div>
  506. {/block:Pagination}
  507. </div>
  508. <div id="entries">
  509.  
  510. {block:Posts}
  511.  
  512. <div id="post">
  513.  
  514.  
  515. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  516.  
  517.  
  518. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  519.  
  520. {block:Photoset}<center>{Photoset-400}</center>
  521. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  522.  
  523.  
  524. {block:Quote}
  525. <h2>{Quote}</h2>
  526. <div align="right">
  527. {block:Source}<h1>-{Source}</h1>{/block:Source}
  528. </div>
  529. {/block:Quote}
  530.  
  531.  
  532. {block:Video}
  533. {Video-400}<br>
  534. {PlayCountWithLabel}
  535. {/block:Video}
  536.  
  537.  
  538. {block:Link}
  539. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a><BR>
  540. {block:Description}{Description}{/block:Description}
  541. {/block:Link}
  542.  
  543. {block:Chat}
  544. {block:Lines}
  545. {block:Label}
  546. <br>{Label}
  547. {/block:Label}
  548. &nbsp;{Line}
  549. {/block:Lines}
  550. {/block:Chat}
  551.  
  552. {block:Audio}
  553. {AudioPlayerGrey}
  554. <br><div align="right">{block:Artist}
  555. Artist: {Artist}</div>
  556. {/block:Artist}<br>
  557. {block:Caption}{Caption}{/block:Caption}
  558. {/block:Audio}
  559.  
  560.  
  561. {block:Answer}
  562. {Asker} asked: <b>{Question}</b><Br>
  563. {Answer}
  564. {/block:Answer}
  565.  
  566. {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}
  567. {block:ContentSource} ( ©<a href="{SourceURL}">{SourceLink}</a> ){/block:ContentSource}</div>{/block:Date}
  568.  
  569.  
  570. <div class="note">
  571. {block:PostNotes}{PostNotes}{/block:PostNotes}
  572. </div>
  573. </div>
  574.  
  575. {/block:Posts}
  576.  
  577. </div>
  578. <div id="credit"><a href="http://californiaofrp.tumblr.com"><small>C A L I F O R N I A</small></a>
  579. </div>
  580. </body>
  581.  
  582. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement