Advertisement
pattybuns94

rjtheme007

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