Advertisement
pattybuns94

rjtheme002

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