Advertisement
pattybuns94

rjtheme007b

Aug 25th, 2012
873
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: #c9c0ad;
  55. margin:0px 0px; padding:0px;
  56. text-align:center;
  57. }
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background-color: #29354d;
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. height: 10px;
  65. width: 10px;
  66. background-color: #c9c0ad;
  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: #c9c0ad;
  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: 17pt;
  105. letter-spacing: 0px;
  106. text-align: center;
  107. text-transform: normal;
  108. color: #050416;
  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:-2px;
  119. text-align: center;
  120. text-transform: uppercase;
  121. color: #2d295e;
  122. }
  123.  
  124. #descimg1 img{
  125. width: 170px;
  126. text-align:center;
  127. border: 5px solid #29354d;
  128. margin:0px;
  129. }
  130.  
  131. #desc {
  132. font-family: 'Verdana', serif;
  133. font-size: 7pt;
  134. line-height: 7.5pt;
  135. color: #22233c;
  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: 240px;
  159. margin-left: 30px;
  160. position: fixed;
  161. text-align:center;
  162. padding: 10px;
  163. z-index: 899;
  164. background: #c9c0ad;
  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. opacity:1.0;
  177. filter:alpha(opacity=100);
  178. margin-left:-40px;
  179. position:fixed;
  180. width: 200px;
  181. -webkit-transition: all 0.8s ease-in-out;
  182. -moz-transition: all 0.8s ease-in-out;
  183. -o-transition: all 0.8s ease-in-out;
  184. -ms-transition: all 0.8s ease-in-out;
  185. transition: all 0.8s ease-in-out;
  186. z-index:999;
  187. }
  188.  
  189. #flowers img{
  190. width: 450px;
  191. text-align:center;
  192. z-index:799;
  193. position: fixed;
  194. bottom: -160px;
  195. margin-left: -50px;
  196. }
  197.  
  198. #theme {
  199. right: 5px;
  200. bottom: 5px;
  201. position: fixed;
  202. text-transform: lowercase;
  203. font-size: 6pt;
  204. letter-spacing: 5px;
  205. font-family: 'Georgia', serif;
  206. font-style: italic;
  207. z-index: 999;
  208. }
  209.  
  210. #entries {
  211. width: 500px;
  212. font-family: 'Georgia', serif;
  213. color: #7d6394;
  214. font-size: 9pt;
  215. padding: 10px;
  216. padding-bottom: 2px;
  217. margin-bottom: 25px;
  218. z-index: 999;
  219. }
  220.  
  221. #postings {
  222. width: 525px;
  223. font-family: 'Georgia', serif;
  224. color: #7d6394;
  225. font-size: 9pt;
  226. margin-top: 0px;
  227. margin-left: 290px;
  228. padding: 20px;
  229. padding-bottom:0px;
  230. position: absolute;
  231. z-index: 999;
  232. }
  233.  
  234. #datesandsources{
  235. text-align: left;
  236. text-transform: uppercase;
  237. font-style: none;
  238. font-family: 'Trebuchet Ms', sans serif;
  239. font-size: 7.5pt;
  240. line-height: 8pt;
  241. padding:3px;
  242. color: #7d6394;
  243. margin-top: 10px;
  244. z-index: 999;
  245. background: #29354d;
  246. }
  247.  
  248. #datesandsources:hover{
  249. border-left: 30px solid #29354d;
  250. -webkit-transition: all 0.8s ease-in-out;
  251. -moz-transition: all 0.8s ease-in-out;
  252. -o-transition: all 0.8s ease-in-out;
  253. -ms-transition: all 0.8s ease-in-out;
  254. transition: all 0.8s ease-in-out;
  255. }
  256.  
  257. #tagsandlots {
  258. margin-top: -10px;
  259. text-align: left;
  260. text-transform: lowercase;
  261. font-style: italic;
  262. font-family: 'Georgia', serif;
  263. font-size: 7pt;
  264. line-height: 8pt;
  265. padding:2px;
  266. color: #7d6394;
  267. z-index: 999;
  268. }
  269.  
  270. #sidebg {
  271. height: 120%;
  272. width: 120%;
  273. margin-left: 270px;
  274. margin-top: -40px;
  275. position:fixed;
  276. background-color: #232a3f;
  277. z-index: 599;
  278. }
  279.  
  280. a, a:link, a:visited {
  281. color: #654b72;
  282. text-decoration: none;
  283. }
  284.  
  285. a:hover {
  286. color: #6157c9;
  287. text-decoration: none;
  288. }
  289.  
  290. a.theme, a.theme:link, a.theme:visited {
  291. color: #786186;
  292. text-decoration: none;
  293. }
  294.  
  295. a.theme:hover {
  296. color: #a8a6bd;
  297. text-decoration: none;
  298. }
  299.  
  300. a.tagsnav, a.tagsnav:link, a.tagsnav:visited {
  301. color: #786186;
  302. text-decoration: none;
  303. }
  304.  
  305. a.tagsnav:hover {
  306. color: #a8a6bd;
  307. text-decoration: none;
  308. }
  309.  
  310. a.pagination, a.pagination:link, a.pagination:visited {
  311. color: #29354d;
  312. text-decoration: none;
  313. }
  314.  
  315. a.pagination:hover {
  316. color: #a8a6bd;
  317. text-decoration: none;
  318. }
  319.  
  320. a.nav, a.nav:link, a.nav:active, a.nav:visited {
  321. text-decoration: none;
  322. text-transform: uppercase;
  323. font-family: 'Georgia', serif;
  324. font-weight: normal;
  325. font-style: none;
  326. font-size: 7pt;
  327. line-height: 7pt;
  328. padding:4px;
  329. color: #050416;
  330. display:inline-block;
  331. letter-spacing: 2px;
  332. text-align: center;
  333. }
  334.  
  335. a.nav:hover {
  336. text-decoration: none;
  337. color: #2d295e;
  338. letter-spacing: 2px;
  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.nav2, a.nav2:link, a.nav2:active, a.nav2:visited {
  347. text-decoration: none;
  348. text-transform: lowercase;
  349. font-family: 'Georgia', serif;
  350. font-weight: normal;
  351. font-style: italic;
  352. font-size: 7.5pt;
  353. line-height: 7pt;
  354. color: #d1c9d5;
  355. background: #322b80;
  356. display:block;
  357. letter-spacing: 1px;
  358. text-align: left;
  359. padding: 6px;
  360. padding-left: 20px;
  361. margin-bottom: 2px;
  362. }
  363.  
  364. a.nav2:hover {
  365. text-decoration: none;
  366. text-align: center;
  367. color: #d1c9d5;
  368. background: #322b80;
  369. letter-spacing: 3px;
  370. -webkit-transition: all 0.5s ease-in-out;
  371. -moz-transition: all 0.5s ease-in-out;
  372. -o-transition: all 0.5s ease-in-out;
  373. -ms-transition: all 0.5s ease-in-out;
  374. transition: all 0.5s ease-in-out;
  375. }
  376.  
  377. h1 {
  378. font-family: 'Georgia', serif;
  379. color: #b9a8c5;
  380. text-transform: none;
  381. font-size: 14pt;
  382. font-weight: 400;
  383. text-align: left;
  384. line-height: 12pt;
  385. padding: 2px;
  386. margin-bottom: 1px;
  387. margin-top: 1px;
  388. }
  389.  
  390. h2 {
  391. font-family: 'Georgia', serif;
  392. color: #b1a6b9;
  393. font-size: 12pt;
  394. font-weight: bold;
  395. line-height: 12pt;
  396. padding: 2px;
  397. margin-bottom: 1px;
  398. margin-top: 1px;
  399. }
  400.  
  401. h2.quote {
  402. font-family: 'Oregano', 'Georgia', serif;
  403. color: #b1a6b9;
  404. text-transform: none;
  405. font-size: 20pt;
  406. font-weight: 200;
  407. text-align: center;
  408. line-height: 14pt;
  409. padding: 2px;
  410. margin-bottom: 10px;
  411. margin-top: 1px;
  412. }
  413.  
  414. p {
  415. font-family: 'Georgia', serif;
  416. color: #7d6394;
  417. font-size: 9pt;
  418. line-height: normal;
  419. padding: 2px;
  420. margin-bottom: 1px;
  421. margin-top: 1px;
  422. }
  423.  
  424. #question {
  425. color: #b9a8c5;
  426. font-family: 'trebuchet ms', sans serif;
  427. font-weight: 400;
  428. font-style: none;
  429. font-size: 12pt;
  430. padding-left: 50px;
  431. padding-right: 50px;
  432. border-bottom: 5px solid #29354d;
  433. }
  434.  
  435. #answer {
  436. margin-top: 20px;
  437. }
  438.  
  439. blockquote {
  440. margin: 10px 15px 10px 25px;
  441. border-left: 4px solid #29354d;
  442. padding-left: 3px;
  443. }
  444.  
  445. blockquote img, blockquote a img {
  446. max-width: 500px;
  447. }
  448.  
  449. b, strong {
  450. color: #b9a8c5;
  451. }
  452.  
  453. i, em {
  454. color: #b1a6b9;
  455. }
  456.  
  457. img a {
  458. border:none;
  459. }
  460.  
  461. .audio {
  462. color: #b1a6b9;
  463. background: #29354d;
  464. display:block;
  465. padding: 3px;
  466. }
  467.  
  468. .label {
  469. color: #b9a8c5;
  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: #7d6394;
  479. }
  480.  
  481. .notes {
  482. color: #7d6394;
  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/oKUm9c3ae/flowervector2.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