Advertisement
pattybuns94

rjtheme008

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