Advertisement
pattybuns94

rjtheme011

Dec 17th, 2012
4,788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2.  
  3. <!--
  4. RJ Tumblr Theme - 011 - Interesting Turnout
  5. Made by Patty of Rekindling-Joy.Webs.Com
  6. DO NOT REMOVE CREDIT.
  7. DO NOT USE AS BASE.
  8. DO NOT REDISTRIBUTE AS YOUR OWN.
  9. -->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <!-- DEFAULT VARIABLES -->
  15. <meta name="color:backgroundbg" content="#ecebeb" />
  16. <meta name="color:entrycolorbg" content="#dadada" />
  17. <meta name="color:titlecolor" content="#485dd5" />
  18. <meta name="color:borders" content="#d6d6d6" />
  19. <meta name="color:shape1" content="#d3d3d3" />
  20. <meta name="color:shape2" content="#cbcbcc" />
  21. <meta name="color:nav1" content="#576fb1" />
  22. <meta name="color:nav1bg" content="#dadbdd" />
  23. <meta name="color:nav1hover" content="#323641" />
  24. <meta name="color:nav1hoverbg" content="#dadbdd" />
  25. <meta name="color:nav2" content="#267a12" />
  26. <meta name="color:nav2bg" content="#dadbdd" />
  27. <meta name="color:nav2hover" content="#dadbdd" />
  28. <meta name="color:nav2hoverbg" content="#991836" />
  29. <meta name="color:desc" content="#6b6860" />
  30. <meta name="color:posttext" content="#64726e" />
  31. <meta name="color:headerone" content="#60994b" />
  32. <meta name="color:headertwo" content="#9c2a32" />
  33. <meta name="color:tagnav" content="#b1415b" />
  34. <meta name="color:tagnavhover" content="#2a7431" />
  35. <meta name="color:linkage" content="#576fb1" />
  36. <meta name="color:linkagehover" content="#243e85" />
  37.  
  38. <meta name="image:descimage1" 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:50%;
  97. position:fixed;
  98. margin-left: -40px;
  99. }
  100.  
  101. #shapebg {
  102. width:180px;
  103. height: 180px;
  104. margin-top: -240px;
  105. margin-left: -20px;
  106. position:fixed;
  107. z-index: 599;
  108. background: {color:shape1};
  109. -moz-border-radius:25px 50px 50px 50px;
  110. border-radius: 25px 50px 50px 50px;
  111. }
  112.  
  113. #shape2bg {
  114. width: 180px;
  115. height: 180px;
  116. margin-top: -270px;
  117. margin-left: 10px;
  118. position:fixed;
  119. z-index: 499;
  120. background: {color:nav1bg};
  121. -moz-border-radius:50px 25px 50px 25px;
  122. border-radius: 50px 25px 50px 25px;
  123. }
  124.  
  125. #shape3bg {
  126. width: 180px;
  127. height: 180px;
  128. margin-top: -210px;
  129. margin-left: 54px;
  130. position:fixed;
  131. z-index: 399;
  132. background: {color:shape2};
  133. -moz-border-radius: 50px 10px 50px 10px;
  134. border-radius: 50px 10px 50px 10px;
  135. }
  136.  
  137. #titles {
  138. width:400px;
  139. margin-top: -20px;
  140. margin-left: -10px;
  141. position:fixed;
  142. z-index: 599;
  143. }
  144.  
  145. #title {
  146. font-family: 'Sue Ellen Francisco', 'Georgia', 'Times New Roman', cursive, serif;
  147. font-weight: 400;
  148. font-style: none;
  149. font-size: 17pt;
  150. line-height: 15pt;
  151. letter-spacing: 0px;
  152. text-align: left;
  153. text-transform: normal;
  154. color: {color:titlecolor};
  155. }
  156.  
  157. #descimg1 img{
  158. width: 200px;
  159. height: 200px;
  160. text-align:center;
  161. margin-top: -250px;
  162. margin-left: 0px;
  163. position:fixed;
  164. z-index: 999;
  165. -moz-border-radius:100px;
  166. border-radius: 100px;
  167. }
  168.  
  169. #desc {
  170. font-family: 'Verdana', sans-serif;
  171. font-size: 7pt;
  172. line-height: 8pt;
  173. margin-top:5px;
  174. margin-left: 11px;
  175. color: {color:desc};
  176. text-align: center;
  177. position:fixed;
  178. z-index: 499;
  179. width: 227px;
  180. }
  181.  
  182. #pagination {
  183. text-decoration: none;
  184. text-transform: lowercase;
  185. font-family: 'Oswald', 'Verdana', sans-serif;
  186. font-weight: 400;
  187. font-style: none;
  188. font-size: 10pt;
  189. color: {color:nav1hover};
  190. text-align: center;
  191. margin-top: 10px;
  192. width: 227px;
  193. }
  194.  
  195. #navi {
  196. text-align:center;
  197. width: 227px;
  198. margin-bottom: 10px;
  199. }
  200.  
  201. #navi1 {
  202. text-align:center;
  203. margin-top: -255px;
  204. margin-left: 155px;
  205. position:fixed;
  206. z-index: 499;
  207. }
  208.  
  209. #theme {
  210. right: 5px;
  211. bottom: 5px;
  212. position: fixed;
  213. text-transform: lowercase;
  214. font-size: 6pt;
  215. letter-spacing: 5px;
  216. font-family: 'Georgia', serif;
  217. font-style: italic;
  218. z-index: 999;
  219. }
  220.  
  221. #entries {
  222. width: 500px;
  223. font-family: 'Verdana', sans-serif;
  224. color: {color:posttext};
  225. font-size: 8.5pt;
  226. padding: 10px;
  227. z-index: 999;
  228. background-color: {color:entrycolorbg};
  229. }
  230.  
  231. #postings {
  232. font-family: 'Verdana', sans-serif;
  233. color: {color:posttext};
  234. font-size: 8.5pt;
  235. margin-top: 0px;
  236. margin-left: 220px;
  237. padding: 20px;
  238. padding-bottom:0px;
  239. position: absolute;
  240. z-index: 899;
  241. }
  242.  
  243. #datesandsources {
  244. text-align: center;
  245. text-transform: uppercase;
  246. font-style: none;
  247. font-family: 'Oswald', 'Verdana', sans-serif;
  248. font-size: 6.5pt;
  249. line-height: 7pt;
  250. letter-spacing: 0px;
  251. padding:3px;
  252. padding-right: 20px;
  253. margin-top: -5px;
  254. margin-left: 525px;
  255. width: 63px;
  256. position: absolute;
  257. z-index: 899;
  258. color: {color:linkage};
  259. background-color: {color:entrycolorbg};
  260. -moz-border-radius:10px 25px 10px 0px;
  261. border-radius: 10px 25px 10px 0px;
  262. }
  263.  
  264. #viaandsource {
  265. font-size: 8pt;
  266. margin-top: -35px;
  267. margin-left: 60px;
  268. position: absolute;
  269. width:20px;
  270. }
  271.  
  272. #tags {
  273. width: 500px;
  274. text-align: left;
  275. text-transform: lowercase;
  276. font-style: italic;
  277. font-family: 'Georgia', serif;
  278. font-size: 7pt;
  279. line-height: 8pt;
  280. padding:2px;
  281. padding-left:10px;
  282. color: {color:linkage};
  283. z-index: 999;
  284. margin-bottom:20px;
  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.nav, a.nav:link, a.nav:active, a.nav:visited {
  318. text-decoration: none;
  319. text-transform: uppercase;
  320. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  321. font-weight: normal;
  322. font-style: none;
  323. font-size: 7pt;
  324. line-height: 7pt;
  325. padding: 4px;
  326. color: {color:nav2};
  327. background: {color:nav2bg};
  328. width:101px;
  329. margin:1px;
  330. display:inline-block;
  331. letter-spacing: 1px;
  332. text-align: center;
  333. }
  334.  
  335. a.nav:hover {
  336. text-decoration: none;
  337. color: {color:nav2hover};
  338. background: {color:nav2hoverbg};
  339. letter-spacing: 1px;
  340. -webkit-transition: all 0.5s ease-in-out;
  341. -moz-transition: all 0.5s ease-in-out;
  342. -o-transition: all 0.5s ease-in-out;
  343. -ms-transition: all 0.5s ease-in-out;
  344. transition: all 0.5s ease-in-out;
  345. }
  346.  
  347. a.nav1, a.nav1:link, a.nav1:active, a.nav1:visited {
  348. text-decoration: none;
  349. text-transform: uppercase;
  350. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  351. font-weight: normal;
  352. font-style: none;
  353. font-size: 7pt;
  354. line-height: 7pt;
  355. padding:4px;
  356. color: {color:nav1};
  357. background: {color:nav1bg};
  358. display:block;
  359. margin-top:2px;
  360. letter-spacing: 2px;
  361. text-align: right;
  362. width: 80px;
  363. }
  364.  
  365. a.nav1:hover {
  366. text-decoration: none;
  367. color: {color:nav1hover};
  368. background: {color:nav1bg};
  369. letter-spacing: 2px;
  370. width:100px;
  371. -webkit-transition: all 0.5s ease-in-out;
  372. -moz-transition: all 0.5s ease-in-out;
  373. -o-transition: all 0.5s ease-in-out;
  374. -ms-transition: all 0.5s ease-in-out;
  375. transition: all 0.5s ease-in-out;
  376. }
  377.  
  378. a.nav2, a.nav2:link, a.nav2:active, a.nav2:visited {
  379. text-decoration: none;
  380. text-transform: lowercase;
  381. font-family: 'Oswald', 'Verdana', sans-serif;
  382. font-weight: 400;
  383. font-style: none;
  384. font-size: 18pt;
  385. padding:5px;
  386. color: {color:nav1hover};
  387. display: inline-block;
  388. letter-spacing: 2px;
  389. text-align: left;
  390. }
  391.  
  392. a.nav2:hover {
  393. color: {color:nav2hover};
  394. -webkit-transition: all 0.8s ease-in-out;
  395. -moz-transition: all 0.8s ease-in-out;
  396. -o-transition: all 0.8s ease-in-out;
  397. -ms-transition: all 0.8s ease-in-out;
  398. transition: all 0.8s ease-in-out;
  399. }
  400.  
  401. h1 {
  402. font-family: 'Oswald', 'Verdana', sans-serif;
  403. color: {color:headerone};
  404. text-transform: none;
  405. font-size: 14pt;
  406. font-weight: 300;
  407. text-align: left;
  408. line-height: 12pt;
  409. padding: 2px;
  410. margin-bottom: 1px;
  411. margin-top: 1px;
  412. }
  413.  
  414. h2 {
  415. font-family: 'Oswald', 'Verdana', sans-serif;
  416. color: {color:headertwo};
  417. font-size: 12pt;
  418. font-weight: 300;
  419. line-height: 12pt;
  420. padding: 2px;
  421. margin-bottom: 1px;
  422. margin-top: 1px;
  423. }
  424.  
  425. h2.quote {
  426. font-family: 'Oswald', 'Verdana', sans-serif;
  427. color: {color:headertwo};
  428. text-transform: none;
  429. font-size: 14pt;
  430. font-weight: 300;
  431. text-align: center;
  432. line-height: 14pt;
  433. padding: 2px;
  434. margin-bottom: 10px;
  435. margin-top: 1px;
  436. }
  437.  
  438. p {
  439. font-family: 'Verdana', sans-serif;
  440. color: {color:posttext};
  441. font-size: 8.5pt;
  442. line-height: normal;
  443. padding: 2px;
  444. margin-bottom: 9px;
  445. margin-top: 1px;
  446. }
  447.  
  448. #question {
  449. color: {color:headerone};
  450. font-family: 'Verdana', sans-serif;
  451. font-weight: 400;
  452. font-style: none;
  453. font-size: 8pt;
  454. padding: 5px;
  455. width: 490px;
  456. text-transform:none;
  457. border-bottom: 2px solid {color:borders};
  458. display: inline-block;
  459. }
  460.  
  461. #question img{
  462. vertical-align: middle;
  463. width: 48px;
  464. margin: 5px;
  465. -moz-border-radius: 50px 25px;
  466. border-radius: 50px 25px;
  467. }
  468.  
  469. #answer {
  470. margin-top: 5px;
  471. }
  472.  
  473. blockquote {
  474. font-size: 8.5pt;
  475. margin: 10px 15px 10px 25px;
  476. border-left: 4px solid {color:borders};
  477. padding-left: 3px;
  478. }
  479.  
  480. blockquote img, blockquote a img {
  481. max-width: 500px;
  482. }
  483.  
  484. b, strong {
  485. color: {color:posttext};
  486. }
  487.  
  488. i, em {
  489. color: {color:posttext};
  490. }
  491.  
  492. img a {
  493. border:none;
  494. }
  495.  
  496. .audio {
  497. color: {color:headertwo};
  498. display:block;
  499. padding: 3px;
  500. }
  501.  
  502. .label {
  503. color: {color:headerone};
  504. font-weight: bold;
  505. }
  506.  
  507. ul.chat, .chat ol, .chat li {
  508. list-style: none;
  509. padding: 3px;
  510. margin: 5px;
  511. font-size: 8.5pt;
  512. font-family: 'Verdana', sans-serif;
  513. color: {color:posttext};
  514. }
  515.  
  516. ol li {
  517. list-style: decimal-leading-zero;
  518. font-family: 'Verdana', sans-serif;
  519. color: {color:posttext};
  520. font-size: 8pt;
  521. line-height: normal;
  522. padding: 2px;
  523. margin: 3px;
  524. }
  525.  
  526. li img, li a img {
  527. max-width: 250px;
  528. }
  529.  
  530. .notes {
  531. color: {color:posttext};
  532. font-size: 7pt;
  533. font-family: verdana;
  534. }
  535.  
  536. .avatar {
  537. vertical-align: middle;
  538. -moz-border-radius: 16px;
  539. border-radius: 16px;
  540. padding: 2px;
  541. }
  542.  
  543. .source {
  544. margin-top: -2px;
  545. text-align: center;
  546. font-size: 8.5pt;
  547. font-style: italic;
  548. font-family: 'Georgia', serif;
  549. }
  550.  
  551. </style>
  552.  
  553. <style type="text/css">{CustomCSS}</style>
  554. </head>
  555.  
  556. <body>
  557. <div id="theme">
  558. <a href="http://rekindling-joy.webs.com/portfolio/tumblrthemes.html" title="Theme Creator" target="_blank" class="theme">RJ<br/>Tumblr<br />Themes</a>
  559. </div>
  560.  
  561. <div id="content">
  562.  
  563. <div id="sidecontent">
  564.  
  565. <div id="shapebg"></div>
  566. <div id="shape2bg"></div>
  567. <div id="shape3bg"></div>
  568.  
  569. <div id="titles">
  570. <div id="title">{Title}</div>
  571. </div>
  572.  
  573. <div id="descimg1"><img src="{image:descimage1}"></div>
  574.  
  575. <div id="navi1">
  576. <a href="/" class="nav1" title="index">Index</a>
  577. <a href="/ask" class="nav1" title="askbox">Askbox</a>
  578. <a href="/archive" class="nav1" title="archive">Archive</a>
  579. </div>
  580.  
  581. <div id="desc">
  582. <div id="navi">
  583. {block:iflink1}<a href="{text:link1URL}" class="nav" title="{text:link1}">{text:link1}</a>{/block:iflink1}
  584. {block:iflink2}<a href="{text:link2URL}" class="nav" title="{text:link2}">{text:link2}</a>{/block:iflink2}
  585. <br />
  586. {block:iflink3}<a href="{text:link3URL}" class="nav" title="{text:link3}">{text:link3}</a>{/block:iflink3}
  587. {block:iflink4}<a href="{text:link4URL}" class="nav" title="{text:link4}">{text:link4}</a>{/block:iflink4}
  588. <br />
  589. {block:iflink5}<a href="{text:link5URL}" class="nav" title="{text:link5}">{text:link5}</a>{/block:iflink5}
  590. {block:iflink6}<a href="{text:link6URL}" class="nav" title="{text:link6}">{text:link6}</a>{/block:iflink6}
  591. </div>
  592. {block:Description}{Description}{/block:Description}
  593. <div id="pagination">
  594. {block:Pagination}
  595. {block:PreviousPage}<a href="{PreviousPage}" class="nav2">&#171;</a>{/block:PreviousPage} {CurrentPage} / {TotalPages} {block:NextPage}
  596. <a href="{NextPage}" class="nav2">&#187;</a>
  597. {/block:NextPage}
  598. {/block:Pagination}
  599. </div>
  600. </div>
  601.  
  602. </div>
  603.  
  604. <div id="postings">
  605. {block:Posts}
  606.  
  607. <div id="datesandsources">
  608. {block:Date}{block:NoteCount}{NoteCount} <br />{/block:NoteCount} <a href="{ReblogURL}" title="Reblog Post" target="_blank" class="tagsnav">Reblog</a> <br /><br />Posted <br /><a href="{Permalink}" title="Permalink" class="tagsnav">{TimeAgo}</a> <br /> On {DayOfMonthWithZero} {ShortMonth} '{ShortYear}{/block:Date}
  609.  
  610. <div id="viaandsource">
  611. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="Via: {ReblogParentName}" class="tagsnav">&#8776;</a>{/block:RebloggedFrom}
  612. {block:ContentSource}<br /><a href="{SourceURL}" title="Source: {SourceTitle}" class="tagsnav">&copy;</a>{/block:ContentSource}
  613. </div>
  614.  
  615. </div>
  616.  
  617. <div id="entries">
  618.  
  619. {block:Quote}<h2 class="quote">{Quote}</h2>
  620. <p class="source">{Source}</p>{/block:Quote}
  621.  
  622. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  623. {block:Text}{Body}{/block:Text}
  624.  
  625. {block:Link}<a href="{URL}" class="link" {Target}><h1>&#187; {Name}</h1></a>
  626. {block:Description}{Description}{/block:Description}{/block:Link}
  627.  
  628. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  629. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  630.  
  631. {block:Photoset}<center>{Photoset-500}</center>
  632. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  633.  
  634. {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}
  635.  
  636. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  637.  
  638. {block:Answer}
  639. <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>
  640. <div id="answer">{Answer}</div>
  641. {/block:Answer}
  642.  
  643. {block:Audio}<span><center>{AudioPlayerBlack}</center></span>
  644. <p class="source">{block:TrackName}{TrackName}{/block:TrackName} {block:ExternalAudio}| <a href="{ExternalAudioURL}" title="Download">Download</a>{/block:ExternalAudio} <br />{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount} {block:Artist}| {Artist}{/block:Artist}</p>
  645. <br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  646.  
  647. </div>
  648.  
  649. <div id="tags">
  650. {block:HasTags}{block:Tags}# <a href="/tagged/{Tag}" title="{Tag}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  651. </div>
  652.  
  653. {block:PostNotes}{PostNotes}{/block:PostNotes}
  654. {/block:Posts}
  655. </div>
  656.  
  657. </div>
  658.  
  659. </body>
  660. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement