Advertisement
pattybuns94

rjtheme007r

Aug 25th, 2012
1,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. Made by Patty of Rekindling-Joy.Webs.Com.
  6. DO NOT REMOVE CREDIT.
  7. DO NOT COPY AND REDISTRIBUTE AS YOUR OWN.
  8. DO NOT USE AS BASE.
  9.  
  10. -->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="image:descimage1" content="" />
  17.  
  18. <meta name="text:titletwo" content="Title Two Here. Or just backspace all this." />
  19.  
  20. <meta name="text:link1" content="" />
  21. <meta name="text:link1URL" content="" />
  22. <meta name="text:link2" content="" />
  23. <meta name="text:link2URL" content="" />
  24. <meta name="text:link3" content="" />
  25. <meta name="text:link3URL" content="" />
  26. <meta name="text:link4" content="" />
  27. <meta name="text:link4URL" content="" />
  28. <meta name="text:link5" content="" />
  29. <meta name="text:link5URL" content="" />
  30. <meta name="text:link6" content="" />
  31. <meta name="text:link6URL" content="" />
  32. <meta name="text:link7" content="" />
  33. <meta name="text:link7URL" content="" />
  34. <meta name="text:link8" content="" />
  35. <meta name="text:link8URL" content="" />
  36. <meta name="text:link9" content="" />
  37. <meta name="text:link9URL" content="" />
  38. <meta name="text:link10" content="" />
  39. <meta name="text:link10URL" content="" />
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Romanesco' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Oregano' rel='stylesheet' type='text/css'>
  50.  
  51. <style type="text/css">
  52.  
  53. body {
  54. background-color: #ddd8cd;
  55. margin:0px 0px; padding:0px;
  56. text-align:center;
  57. }
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background-color: #bdb9b9;
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. height: 10px;
  65. width: 10px;
  66. background-color: #ddd8cd;
  67. }
  68.  
  69. #content {
  70. text-align:left;
  71. width: 800px;
  72. margin:0 auto 0 auto;
  73. z-index: 499;
  74. }
  75.  
  76. #sidecontent {
  77. top:20%;
  78. position:fixed;
  79. }
  80.  
  81. #sidebar {
  82. width:200px;
  83. margin-left: 30px;
  84. position: fixed;
  85. text-align:center;
  86. padding:10px;
  87. z-index: 999;
  88. background: #ddd8cd;
  89. opacity:0.85;
  90. filter:alpha(opacity=85);
  91. }
  92.  
  93. #titles {
  94. padding: 2px;
  95. width:218px;
  96. margin-left: -10px;
  97. }
  98.  
  99. #title {
  100. font-family: 'Romanesco', 'Georgia', 'Times New Roman', cursive, serif;
  101. font-weight: 400;
  102. font-style: none;
  103. font-size: 18pt;
  104. line-height: 15pt;
  105. letter-spacing: 0px;
  106. text-align: center;
  107. text-transform: normal;
  108. color: #9b2a2b;
  109. }
  110.  
  111. #title2 {
  112. font-family: 'Times New Roman', serif;
  113. font-weight: normal;
  114. font-style: none;
  115. font-size: 7pt;
  116. line-height: 6.5pt;
  117. letter-spacing: 2px;
  118. margin-top:0px;
  119. text-align: center;
  120. text-transform: uppercase;
  121. color: #77191b;
  122. }
  123.  
  124. #descimg1 img{
  125. width: 170px;
  126. text-align:center;
  127. border: 5px solid #bdb9b9;
  128. margin:0px;
  129. }
  130.  
  131. #desc {
  132. font-family: 'Verdana', serif;
  133. font-size: 7pt;
  134. line-height: 7.5pt;
  135. color: #77191b;
  136. text-align: center;
  137. }
  138.  
  139. #pagination {
  140. font-family: 'Georgia', serif;
  141. font-size: 50pt;
  142. line-height: 50pt;
  143. text-align: center;
  144. width: 50px;
  145. position: fixed;
  146. margin-left: 840px;
  147. bottom: 20px;
  148. z-index:899;
  149. }
  150.  
  151. #navi {
  152. text-align:center;
  153. margin-top:-5px;
  154. }
  155.  
  156. #sideopacity {
  157. width: 200px;
  158. height: 500px;
  159. margin-left: 30px;
  160. position: fixed;
  161. text-align:center;
  162. padding: 10px;
  163. z-index: 699;
  164. background: #ddd8cd;
  165. }
  166.  
  167. #navi2 {
  168. margin-top:20px;
  169. margin-left: 10px;
  170. position:fixed;
  171. width: 100px;
  172. z-index:199;
  173. }
  174.  
  175. #navi2:hover {
  176. margin-left:-40px;
  177. position:fixed;
  178. width: 200px;
  179. -webkit-transition: all 0.8s ease-in-out;
  180. -moz-transition: all 0.8s ease-in-out;
  181. -o-transition: all 0.8s ease-in-out;
  182. -ms-transition: all 0.8s ease-in-out;
  183. transition: all 0.8s ease-in-out;
  184. z-index:999;
  185. }
  186.  
  187. #flowers img{
  188. width: 450px;
  189. text-align:center;
  190. z-index:799;
  191. position: fixed;
  192. bottom: -160px;
  193. margin-left: -50px;
  194. }
  195.  
  196. #theme {
  197. right: 5px;
  198. bottom: 5px;
  199. position: fixed;
  200. text-transform: lowercase;
  201. font-size: 6pt;
  202. letter-spacing: 5px;
  203. font-family: 'Georgia', serif;
  204. font-style: italic;
  205. z-index: 999;
  206. }
  207.  
  208. #entries {
  209. width: 500px;
  210. font-family: 'Georgia', serif;
  211. color: #8a6d6d;
  212. font-size: 9pt;
  213. padding: 10px;
  214. padding-bottom: 2px;
  215. margin-bottom: 25px;
  216. z-index: 999;
  217. }
  218.  
  219. #postings {
  220. width: 525px;
  221. font-family: 'Georgia', serif;
  222. color: #8a6d6d;
  223. font-size: 9pt;
  224. margin-top: 0px;
  225. margin-left: 290px;
  226. padding: 20px;
  227. padding-bottom:0px;
  228. position: absolute;
  229. z-index: 999;
  230. }
  231.  
  232. #datesandsources{
  233. text-align: left;
  234. text-transform: uppercase;
  235. font-style: none;
  236. font-family: 'Trebuchet Ms', sans serif;
  237. font-size: 7.5pt;
  238. line-height: 8pt;
  239. padding:3px;
  240. color: #8a6d6d;
  241. margin-top: 10px;
  242. z-index: 999;
  243. background: #bdb9b9;
  244. }
  245.  
  246. #datesandsources:hover{
  247. border-left: 30px solid #bdb9b9;
  248. -webkit-transition: all 0.8s ease-in-out;
  249. -moz-transition: all 0.8s ease-in-out;
  250. -o-transition: all 0.8s ease-in-out;
  251. -ms-transition: all 0.8s ease-in-out;
  252. transition: all 0.8s ease-in-out;
  253. }
  254.  
  255. #tagsandlots {
  256. margin-top: -10px;
  257. text-align: left;
  258. text-transform: lowercase;
  259. font-style: italic;
  260. font-family: 'Georgia', serif;
  261. font-size: 7pt;
  262. line-height: 8pt;
  263. padding:2px;
  264. color: #8a6d6d;
  265. z-index: 999;
  266. }
  267.  
  268. #sidebg {
  269. height: 120%;
  270. width: 120%;
  271. margin-left: 270px;
  272. margin-top: -40px;
  273. position:fixed;
  274. background-color: #33292a;
  275. z-index: 599;
  276. }
  277.  
  278. a, a:link, a:visited {
  279. color: #7c7171;
  280. text-decoration: none;
  281. }
  282.  
  283. a:hover {
  284. color: #9e6465;
  285. text-decoration: none;
  286. }
  287.  
  288. a.theme, a.theme:link, a.theme:visited {
  289. color: #7e4f50;
  290. text-decoration: none;
  291. }
  292.  
  293. a.theme:hover {
  294. color: #492323;
  295. text-decoration: none;
  296. }
  297.  
  298. a.tagsnav, a.tagsnav:link, a.tagsnav:visited {
  299. color: #7e4f50;
  300. text-decoration: none;
  301. }
  302.  
  303. a.tagsnav:hover {
  304. color: #492323;
  305. text-decoration: none;
  306. }
  307.  
  308. a.pagination, a.pagination:link, a.pagination:visited {
  309. color: #bdb9b9;
  310. text-decoration: none;
  311. }
  312.  
  313. a.pagination:hover {
  314. color: #492323;
  315. text-decoration: none;
  316. }
  317.  
  318. a.nav, a.nav:link, a.nav:active, a.nav:visited {
  319. text-decoration: none;
  320. text-transform: uppercase;
  321. font-family: 'Georgia', serif;
  322. font-weight: normal;
  323. font-style: none;
  324. font-size: 7pt;
  325. line-height: 7pt;
  326. padding:4px;
  327. color: #9b2a2b;
  328. display:inline-block;
  329. letter-spacing: 2px;
  330. text-align: center;
  331. }
  332.  
  333. a.nav:hover {
  334. text-decoration: none;
  335. color: #77191b;
  336. letter-spacing: 2px;
  337. -webkit-transition: all 0.5s ease-in-out;
  338. -moz-transition: all 0.5s ease-in-out;
  339. -o-transition: all 0.5s ease-in-out;
  340. -ms-transition: all 0.5s ease-in-out;
  341. transition: all 0.5s ease-in-out;
  342. }
  343.  
  344. a.nav2, a.nav2:link, a.nav2:active, a.nav2:visited {
  345. text-decoration: none;
  346. text-transform: lowercase;
  347. font-family: 'Georgia', serif;
  348. font-weight: normal;
  349. font-style: italic;
  350. font-size: 7.5pt;
  351. line-height: 7pt;
  352. color: #f1ede9;
  353. background: #77191b;
  354. display:block;
  355. letter-spacing: 1px;
  356. text-align: left;
  357. padding: 6px;
  358. padding-left: 20px;
  359. margin-bottom: 2px;
  360. }
  361.  
  362. a.nav2:hover {
  363. text-decoration: none;
  364. text-align: center;
  365. color: #f1ede9;
  366. background: #77191b;
  367. letter-spacing: 3px;
  368. -webkit-transition: all 0.5s ease-in-out;
  369. -moz-transition: all 0.5s ease-in-out;
  370. -o-transition: all 0.5s ease-in-out;
  371. -ms-transition: all 0.5s ease-in-out;
  372. transition: all 0.5s ease-in-out;
  373. }
  374.  
  375. h1 {
  376. font-family: 'Georgia', serif;
  377. color: #a8a6a6;
  378. text-transform: none;
  379. font-size: 14pt;
  380. font-weight: 400;
  381. text-align: left;
  382. line-height: 12pt;
  383. padding: 2px;
  384. margin-bottom: 1px;
  385. margin-top: 1px;
  386. }
  387.  
  388. h2 {
  389. font-family: 'Georgia', serif;
  390. color: #888787;
  391. font-size: 12pt;
  392. font-weight: bold;
  393. line-height: 12pt;
  394. padding: 2px;
  395. margin-bottom: 1px;
  396. margin-top: 1px;
  397. }
  398.  
  399. h2.quote {
  400. font-family: 'Oregano', 'Georgia', serif;
  401. color: #888787;
  402. text-transform: none;
  403. font-size: 20pt;
  404. font-weight: 200;
  405. text-align: center;
  406. line-height: 14pt;
  407. padding: 2px;
  408. margin-bottom: 10px;
  409. margin-top: 1px;
  410. }
  411.  
  412. p {
  413. font-family: 'Georgia', serif;
  414. color: #8a6d6d;
  415. font-size: 9pt;
  416. line-height: normal;
  417. padding: 2px;
  418. margin-bottom: 1px;
  419. margin-top: 1px;
  420. }
  421.  
  422. #question {
  423. color: #a8a6a6;
  424. text-transform: uppercase;
  425. font-family: 'trebuchet ms', sans serif;
  426. font-weight: 400;
  427. font-style: none;
  428. font-size: 12pt;
  429. line-height: 11pt;
  430. padding-left: 50px;
  431. padding-right: 50px;
  432. border-bottom: 5px solid #bdb9b9;
  433. }
  434.  
  435. #answer {
  436. margin-top: 10px;
  437. }
  438.  
  439. blockquote {
  440. margin: 10px 15px 10px 25px;
  441. border-left: 4px solid #bdb9b9;
  442. padding-left: 3px;
  443. }
  444.  
  445. blockquote img, blockquote a img {
  446. max-width: 500px;
  447. }
  448.  
  449. b, strong {
  450. color: #a8a6a6;
  451. }
  452.  
  453. i, em {
  454. color: #888787;
  455. }
  456.  
  457. img a {
  458. border:none;
  459. }
  460.  
  461. .audio {
  462. color: #888787;
  463. background: #bdb9b9;
  464. display:block;
  465. padding: 3px;
  466. }
  467.  
  468. .label {
  469. color: #a8a6a6;
  470. font-weight: bold;
  471. }
  472.  
  473. ul.chat, .chat ol, .chat li {
  474. list-style: none;
  475. padding: 3px;
  476. margin: 5px;
  477. font-family: 'Georgia', serif;
  478. color: #8a6d6d;
  479. }
  480.  
  481. .notes {
  482. color: #8a6d6d;
  483. font-size: 7pt;
  484. font-family: verdana;
  485. }
  486.  
  487. .avatar {
  488. vertical-align: middle;
  489. -moz-border-radius: 16px;
  490. border-radius: 16px;
  491. padding: 2px;
  492. }
  493.  
  494. .source {
  495. margin-top: 1px;
  496. text-align: center;
  497. font-size: 9pt;
  498. font-style: italic;
  499. }
  500.  
  501. </style>
  502.  
  503. <style type="text/css">{CustomCSS}</style>
  504. </head>
  505.  
  506. <body>
  507. <div id="theme">
  508. <a href="http://rekindling-joy.webs.com/portfolio/tumblrthemes.html" title="Theme Creator" target="_blank" class="theme">RJ<br/>Tumblr<br />Themes</a>
  509. </div>
  510.  
  511. <div id="content">
  512.  
  513. <div id="sidebg"></div>
  514.  
  515. <div id="pagination">{block:Pagination}
  516. {block:PreviousPage}<a href="{PreviousPage}" class="pagination">&#171;</a>{/block:PreviousPage}
  517. <br />
  518. {block:NextPage}<a href="{NextPage}" class="pagination">&#187;</a>{/block:NextPage}
  519. {/block:Pagination}
  520. </div>
  521.  
  522. <div id="sidecontent">
  523. <div id="sidebar">
  524. <div id="titles">
  525. <div id="title">{Title}</div>
  526. <div id="title2">{text:titletwo}</div>
  527. </div>
  528. <div id="descimages">
  529. <div id="descimg1"><img src="{image:descimage1}"></div>
  530. </div>
  531. <div id="navi">
  532. <a href="/" class="nav">Home</a>
  533. <a href="/ask" class="nav">Message</a>
  534. <a href="/archive" class="nav">Archive</a></div>
  535. <div id="desc">
  536. {block:Description}{Description}{/block:Description}
  537. </div>
  538. </div>
  539.  
  540. <div id="sideopacity"></div>
  541.  
  542. <div id="navi2">
  543. {block:iflink1}<a href="{text:link1URL}" class="nav2">{text:link1}</a>{/block:iflink1}
  544. {block:iflink2}<a href="{text:link2URL}" class="nav2">{text:link2}</a>{/block:iflink2}
  545. {block:iflink3}<a href="{text:link3URL}" class="nav2">{text:link3}</a>{/block:iflink3}
  546. {block:iflink4}<a href="{text:link4URL}" class="nav2">{text:link4}</a>{/block:iflink4}
  547. {block:iflink5}<a href="{text:link5URL}" class="nav2">{text:link5}</a>{/block:iflink5}
  548. {block:iflink6}<a href="{text:link6URL}" class="nav2">{text:link6}</a>{/block:iflink6}
  549. {block:iflink7}<a href="{text:link7URL}" class="nav2">{text:link7}</a>{/block:iflink7}
  550. {block:iflink8}<a href="{text:link8URL}" class="nav2">{text:link8}</a>{/block:iflink8}
  551. {block:iflink9}<a href="{text:link9URL}" class="nav2">{text:link9}</a>{/block:iflink9}
  552. {block:iflink10}<a href="{text:link10URL}" class="nav2">{text:link10}</a>{/block:iflink10}
  553. </div>
  554.  
  555. </div>
  556.  
  557. <div id="flowers"><img src="http://static.tumblr.com/d7pwg4v/YoVm98qv0/flowervector1.png"></div>
  558.  
  559. <div id="postings">
  560. {block:Posts}
  561.  
  562. <div id="entries">
  563.  
  564. {block:Quote}<h2 class="quote">{Quote}</h2>
  565. <p class="source">{Source}</p>{/block:Quote}
  566.  
  567. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  568. {block:Text}{Body}{/block:Text}
  569.  
  570. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  571. {block:Description}{Description}{/block:Description}{/block:Link}
  572.  
  573. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  574. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  575.  
  576. {block:Photoset}<center>{Photoset-500}</center>
  577. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  578.  
  579. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  580.  
  581. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  582.  
  583. {block:Answer}
  584. <div id="question"><p><img src="{AskerPortraitURL-16}" style="vertical-align:middle;"> {Asker} said:</p> {Question}</div>
  585. <div id="answer">{Answer}</div>
  586. {/block:Answer}
  587.  
  588. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  589.  
  590. <div id="datesandsources">
  591. {block:Date} <a href="{Permalink}" class="tagsnav">Posted {TimeAgo}</a> | <a href="{ReblogURL}" target="_blank" class="tagsnav">Reblog</a>{/block:Date}
  592. {block:RebloggedFrom}| <a href="{ReblogParentURL}" class="tagsnav">Via</a>{/block:RebloggedFrom} {block:ContentSource}| <a href="{SourceURL}" class="tagsnav">Source</a>{/block:ContentSource}
  593. <div style="float:right;">{block:NoteCount}{NoteCount} Notes{/block:NoteCount}</div>
  594. </div>
  595.  
  596. <div id="tagsandlots">{block:HasTags}<br />{block:Tags}# <a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  597. </div>
  598.  
  599. {block:PostNotes}
  600. <p>{PostNotes}</p>{/block:PostNotes}
  601. {/block:Posts}
  602. </div>
  603.  
  604. </div>
  605.  
  606. </body>
  607. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement