Advertisement
californiaofrp

Mulburry Road 005

Sep 25th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.65 KB | None | 0 0
  1. <html lang="en">
  2. <!--
  3. 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. With Love- California
  10. -->
  11. <head>
  12.  
  13. <title>{title}</title>
  14. <link rel=”shortcut icon” href=”{Favicon}”/>
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="color:bold"content="#fff">
  19. <meta name="color:italic"content="#fff">
  20. <meta name="color:text"content="#000">
  21. <meta name="color:link"content="#000">
  22. <meta name="color:post"content="#fff">
  23. <meta name="color:hover"content="#fff">
  24. <meta name="color:border"content="#000">
  25. <meta name="color:background"content="#fff">
  26. <meta name="color:description"content="#fff">
  27. <meta name="color:sidebar"content="#fff">
  28. <meta name="color:whatido"content="">
  29. <meta name="color:asks"content="">
  30.  
  31. <meta name="image:bg"content="">
  32.  
  33. <meta name="if:Tags" content="1">
  34. <meta name="if:Cursor" content="1">
  35.  
  36. <meta name="image:png1"content="">
  37.  
  38.  
  39. <meta name="image:square1"content"">
  40. <meta name="image:square3"content"">
  41.  
  42. <meta name="image:title"content="">
  43.  
  44. <meta name="text:text"content="/">
  45. <meta name="text:status"content"status:">
  46.  
  47. <style type="text/css">
  48.  
  49. body{
  50. color:{color:text};
  51. font-family:courier;
  52. font-size:10px;
  53. background:{color:background} url('{image:bg}') top left fixed repeat;
  54. }
  55.  
  56.  
  57. @font-face { font-family: "iforgot"; src: url('http://static.tumblr.com/j5ngv58/UYhmocnm6/volter__28goldfish_29.ttf'); }
  58.  
  59.  
  60. h1 {
  61. font-family:Courier;
  62. font-size:10px;text-align:center;
  63. font-style:italic;
  64. line-height:80%;
  65. letter-spacing:0px;
  66. background-color:{color:post}; padding:6px; font-weight:italic;
  67. }
  68.  
  69. h2 {
  70. font-family:Courier;
  71. font-size:12px;text-align:center;
  72. font-style:none;
  73. line-height:100%;
  74. letter-spacing:1px;
  75. background-color:{color:post}; padding:6px; font-weight:italic;
  76. }
  77.  
  78. {block:ifCursor}
  79.  
  80. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  81.  
  82. {/block:ifCursor}
  83.  
  84.  
  85.  
  86. blockquote {
  87. border-left:2px solid {color:border};
  88. margin-left:3px;
  89. padding-left:5px; }
  90.  
  91. b { font-weight:bold;
  92. color:{color:bold}; }
  93. i { font-weight:italic;
  94. color:{color:italic}; }
  95. u {text-decoration:none;
  96. border-bottom:1px solid {color:text}; }
  97.  
  98. a { color:{color:link};
  99. font-family:courier;
  100. text-decoration:none;-moz-transition-duration:0.5s;
  101. -webkit-transition-duration:0.5s;
  102. -o-transition-duration:0.5s;}
  103. a:hover {color:{color:hover};}
  104.  
  105. #entries{
  106. width:400px;
  107. margin-left:490px;
  108. margin-top:10px;
  109. position:absolute;
  110. }
  111.  
  112. #post{
  113. padding:30px;
  114. background-color:{color:post};
  115. border:1px dashed {color:border};
  116. width:400px;
  117. float:left;
  118. margin-top:-20px;
  119. margin:8px;border-radius:15px;
  120. }
  121. #pagination {
  122. margin-left:59px;
  123. margin-top:28px;
  124. width:100px;
  125. position:fixed;
  126. text-align:center;
  127. font-size:19px;
  128. letter-spacing:0px;
  129. font-family:Jenny Sue;
  130. }
  131.  
  132. #pagination a{
  133. color:{color:link};
  134. }
  135.  
  136. #pagination a:hover {
  137. color:{color:hover};
  138. }
  139.  
  140. #sidebar {margin-top:-10px;
  141. margin-left:3px;
  142. position:fixed;
  143. width:185px;
  144. height:1000%;
  145. }
  146.  
  147.  
  148.  
  149.  
  150. #description{
  151. background-color:{color:background};
  152. margin-top:125px;
  153. margin-left:1040px;
  154. margin-right:20px;
  155. position:fixed;
  156. padding:3px;
  157. height:90px;
  158. width:230px;
  159. border-radius:15px;
  160. opacity:1;z-index:9999999999999999999999999999999;
  161. }
  162.  
  163. #text{
  164. border:1px dashed {color:border};
  165. background-color:{color:whatido};
  166. margin-top:290px;
  167. margin-left:90px;
  168. margin-right:20px;
  169. position:fixed;
  170. padding:3px;
  171. border-radius:15px;
  172. width: 170px;
  173. height: 10px;
  174. background-color:{color:background};
  175. text-transform:none;
  176. text-align:center;
  177. font-family:iforgot;
  178. font-size: 11px;
  179. font-style:none;
  180. padding-bottom:6px;
  181. padding-top:6px;
  182. overflow:hidden;
  183. opacity:1;z-index:9999999999999999999999999999999;
  184. }
  185.  
  186. #status{
  187. border:1px dashed {color:border};
  188. margin-top:90px;
  189. margin-left:1090px;
  190. margin-right:920px;
  191. position:fixed;
  192. padding:3px;
  193. border-radius:15px;
  194. width: 130px;
  195. height: 10px;
  196. background-color:{color:background};
  197. text-transform:none;
  198. text-align:center;
  199. font-family:iforgot;
  200. font-size: 11px;
  201. font-style:none;
  202. padding-bottom:6px;
  203. padding-top:6px;
  204. overflow:hidden;
  205. opacity:1;z-index:9999999999999999999999999999999;
  206. }
  207.  
  208. .links {
  209. line-height:80%;
  210. margin-top:245px;
  211. margin-left:865px;
  212. width:525px;
  213. height:5px;
  214. position:fixed;
  215. padding: 9px;
  216. padding-bottom:7px;
  217. text-align:center;
  218. word-spacing:2px;
  219. font-family:courier;
  220. }
  221.  
  222. .links a {
  223. font-size: 14px;border:1px dashed #d4d4d4;padding:4px; display: inline-block; width:50px; color: #ccc;
  224. }
  225.  
  226. .links a:hover {
  227. color:#fff; background:{color:background}; border-color: {color:border};
  228. }
  229.  
  230. #info {
  231. color:{color:text};
  232. text-align:center;
  233. font-family:calibri;
  234. font-size: 9px;
  235. letter-spacing:0px;
  236. font-style: normal;
  237. margin-top:15px;
  238. width:400px;
  239. border-bottom: 1px dashed {color:border};
  240. padding:3px;
  241. outline-offset:4px;
  242. text-transform:uppercase;
  243. }
  244.  
  245. #info a {
  246. color:{color:text};
  247. text-align:left;
  248. font-size: 9px;
  249. letter-spacing:0px;
  250. font-style:normal;
  251. }
  252.  
  253. #info a:hover {
  254. color:{color:hover};
  255. }
  256.  
  257.  
  258. .note {
  259. text-transform:uppercase;
  260. font-style:normal;
  261. letter-spacing:0px;
  262. font-size: 8px;
  263. text-align:left;
  264. line-height:90%;
  265. margin-left:-40px;
  266. }
  267.  
  268. .note li {
  269. list-style-type:none;
  270. border-bottom:1px solid {color:border};
  271. padding:10px 25px 10px 25px;
  272. text-align:left;
  273. margin:0px;
  274. -moz-transition-duration:0.5s;
  275. -webkit-transition-duration:0.5s;
  276. -o-transition-duration:0.5s;
  277. }
  278. #credit {position:fixed;
  279. font-size:8px;
  280. font-weight:normal;
  281. line-height:150%;
  282. letter-spacing:0px;
  283. right:10px;
  284. bottom:10px;
  285. text-transform:uppercase;
  286. text-align:center;}
  287. #credit a {
  288. padding:3px;
  289. color:#e0ecf3;
  290. background-color:{color:background};
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s; }
  294.  
  295. #asker {
  296. border-radius:10px;
  297. font-size: 10px;
  298. padding:5px;
  299. text-align:left;
  300. letter-spacing:1px;
  301. font-style:italic;
  302. font-family:Courier; line-height: 98%;
  303. color: #A6A6A6;
  304. background-color:{color:Asks};
  305. }
  306.  
  307. #asker a{
  308. color: #A6A6A6;
  309. }
  310.  
  311. #askeri {
  312. border-radius: 100px;
  313. float: left;
  314. padding-left: 4px;
  315. padding-right: 8px;
  316. padding-top: 4px;
  317. }
  318.  
  319. #askeri img {
  320. border-radius: 100px;
  321. border: 3px solid white;
  322. -webkit-filter: grayscale(60%);
  323. -moz-filter: grayscale(60%);
  324. -o-filter: grayscale(60%);
  325. -ms-filter: grayscale(60%);
  326. }
  327.  
  328. #askerurl {
  329. font-family:courier;
  330. font-size:22px;
  331. letter-spacing:0px;
  332. font-style:italic;
  333. }
  334.  
  335. #answer {
  336. text-align: left;
  337. color: {color:Text};
  338. min-height: 30px;
  339. padding:1px;
  340. padding-right:9px;
  341. padding-left:11px;
  342. }
  343.  
  344. #answer a{
  345. color: #000;
  346. }
  347.  
  348. #bubble {
  349. width: 0;
  350. position: absolute;
  351. height: 0;
  352. margin-left:9px;
  353. border-top: 15px solid {color:Asks};
  354. border-right: 15px solid transparent;
  355. }
  356.  
  357. #boxy {
  358. width:445px;
  359. position:fixed;
  360. margin-left:660px;
  361. margin-top:300px;
  362. font-style: italic;
  363. opacity:.9;
  364. }
  365.  
  366. iframe#tumblr_controls {
  367. white-space:nowrap;
  368. -webkit-filter: invert(100%);
  369. -moz-filter: invert(100%);
  370. -o-filter: invert(100%);
  371. -ms-filter: invert(100%);
  372. filter: invert(100%);
  373. opacity:.2;transition: .8s ease-in-out;
  374. -webkit-transition: .8s ease-in-out;
  375. -moz-transition: .8s ease-in-out;
  376. -o-transition: .8s ease-in-out;
  377. }
  378.  
  379.  
  380. {CustomCSS}</style>
  381.  
  382. </head>
  383. <body>
  384.  
  385.  
  386. <div id="sidebar">
  387. <center>
  388. <img src="{image:sidebar}">
  389.  
  390. <div id="links">
  391. <a href="{text:link1 url}">{text:link1}</a>
  392. <a href="{text:link2 url}">{text:link2}</a>
  393. <a href="{text:link3 url}">{text:link3}</a>
  394. </div>
  395.  
  396.  
  397.  
  398. </center>
  399.  
  400. <div id="description">
  401. {description}
  402. </div>
  403. </div>
  404.  
  405. <div id="text">
  406. {text:text}
  407. </div>
  408.  
  409. <div id="status">
  410. {text:status}
  411. </div>
  412.  
  413. <img src="{image:png1}" style="position:fixed; z-index:9999999999999999999; margin-left:160px; max-width:300px; margin-top:70px; padding:5px;">
  414.  
  415.  
  416. <img src="{image:square1}" style="position:fixed; margin-left:100px; margin-top:320px;
  417. max-width:160px; border:1px dashed {color:border}; padding:2px;">
  418.  
  419. <img src="{image:square2}" style="position:fixed; margin-left:1020px; margin-top:-25px;
  420. max-width:105px; border:1px dashed {color:border}; padding:900px;">
  421.  
  422. <img src="{image:square3}" style="position:fixed; margin-left:100px; margin-top:120px;
  423. max-width:200px; border:1px dashed {color:border}; padding:2px;">
  424.  
  425.  
  426.  
  427.  
  428. <img src="{image:title}" style="position:fixed;z-index:9999999999999999999; margin-left:1040px; margin-top:30px;
  429. max-width:200px; ">
  430.  
  431.  
  432.  
  433. <div class="links">
  434. <a href="/">home</a>
  435. <a href="/message">mssg</a>
  436. <a href="/navi">navi</a>
  437. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  438. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  439. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  440. </div>
  441.  
  442.  
  443. <br>
  444. {block:Pagination}<div id="pagination">
  445. {block:PreviousPage}<a href="{PreviousPage}"><small>/Back</small></a>{/block:PreviousPage}
  446. {block:NextPage}<a href="{NextPage}"><small>Forth\</small></a>{/block:NextPage}
  447. </div>{/block:Pagination}
  448.  
  449.  
  450. <div id="entries">
  451.  
  452. {block:Posts}
  453.  
  454. <div id="post">
  455.  
  456.  
  457.  
  458.  
  459.  
  460. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  461.  
  462.  
  463. {block:Photo}<img src="{PhotoURL-400}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  464.  
  465. {block:Photoset}<center>{Photoset-400}</center>
  466. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  467.  
  468.  
  469. {block:Quote}
  470. <h2>{Quote}</h2>
  471. <div align="right">
  472. {block:Source}<h1>-{Source}</h1>{/block:Source}
  473. </div>
  474. {/block:Quote}
  475.  
  476.  
  477. {block:Video}
  478. {Video-400}<br>
  479. {PlayCountWithLabel}
  480. {/block:Video}
  481.  
  482.  
  483. {block:Link}
  484. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a><BR>
  485. {block:Description}{Description}{/block:Description}
  486. {/block:Link}
  487.  
  488. {block:Chat}
  489. {block:Lines}
  490. {block:Label}
  491. <br>{Label}
  492. {/block:Label}
  493. &nbsp;{Line}
  494. {/block:Lines}
  495. {/block:Chat}
  496.  
  497. {block:Audio}
  498. {AudioPlayerGrey}
  499. <br><div align="right">{block:Artist}
  500. Artist: {Artist}</div>
  501. {/block:Artist}<br>
  502. {block:Caption}{Caption}{/block:Caption}
  503. {/block:Audio}
  504.  
  505. {block:Answer}<div id="askeri"><img src="{AskerPortraitURL-24}"></div><div id="asker"><div id="askerurl">{Asker} Asked </div><br>{Question}</div><div id="bubble"></div><div id="answer">{Answer}</div>{/block:Answer}
  506.  
  507. {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}
  508. {block:ContentSource} ( ©<a href="{SourceURL}">{SourceLink}</a> ){/block:ContentSource}</div>{/block:Date}
  509. {block:ifTags}
  510. {block:HasTags}
  511. <div style="margin-top:5px;font-style:italic;text-align:left;">
  512. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  513. {/block:HasTags}{/block:ifTags}
  514. <div class="note">
  515. {block:PostNotes}{PostNotes}{/block:PostNotes}
  516. </div>
  517. </div>
  518.  
  519. {/block:Posts}
  520.  
  521. </div>
  522. <div id="credit"><a href="http://californiaofrp.tumblr.com"><small>C A L I F O R N I A</a>
  523. </div>
  524. </body>
  525. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement