alithegreat

THEME 10; REED

Jun 4th, 2014
1,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13.  
  14. BASE THEME: Themesbyvanne.tumblr.com
  15. EDITED THEME AND DETAILS: Alicatofrp.tumblr.com
  16. NAME/NUMBER: REED; Theme Ten
  17.  
  18. Edited for public use by Ali (alicatofrp). Please do not remove the credit from where it is. However, feel free to edit it however much you want; just don't redestritube it afterwards saying that it's yours. I worked very hard on this, alright?
  19.  
  20. :)
  21.  
  22. --->
  23.  
  24. <meta name="image:Sidebar1" content=""/>
  25. <meta name="image:Sidebar2" content=""/>
  26. <meta name="image:Sidebar BG" content=""/>
  27. <meta name="image:Background" content=""/>
  28.  
  29. <meta name="color:Background" content=""/>
  30. <meta name="color:Blockquote" content=""/>
  31. <meta name="color:Border" content=""/>
  32. <meta name="color:Description" content=""/>
  33. <meta name="color:Entries" content=""/>
  34. <meta name="color:Link" content=""/>
  35. <meta name="color:Navbar" content=""/>
  36. <meta name="color:Navigation" content=""/>
  37. <meta name="color:Navigation Links" content=""/>
  38. <meta name="color:Pre Bg" content=""/>
  39. <meta name="color:Pre Text" content=""/>
  40. <meta name="color:Question" content=""/>
  41. <meta name="color:Question Text" content=""/>
  42. <meta name="color:Scrollbar" content=""/>
  43. <meta name="color:Text" content=""/>
  44. <meta name="color:Title" content=""/>
  45.  
  46. <meta name="text:Link1 URL" content=""/>
  47. <meta name="text:Link2 URL" content=""/>
  48. <meta name="text:Link3 URL" content=""/>
  49.  
  50. <meta name="text:Link1 Text" content=""/>
  51. <meta name="text:Link2 Text" content=""/>
  52. <meta name="text:Link3 Text" content=""/>
  53.  
  54. <meta name="text:Home Text" content=""/>
  55. <meta name="text:Ask Text" content=""/>
  56.  
  57. <meta name="text:Main Title" content=""/>
  58. <meta name="text:Subtitle" content=""/>
  59. <meta name="text:Answer Name" content=""/>
  60.  
  61. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  62.  
  63. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  64.  
  65. <script>
  66.  
  67. (function($){
  68.  
  69. $(document).ready(function(){
  70.  
  71. $(“a[title]”).style_my_tooltips({
  72.  
  73. tip_follows_cursor:true,
  74.  
  75. tip_delay_time:30,
  76.  
  77. tip_fade_speed:300,
  78.  
  79. attribute:”title”
  80.  
  81. });
  82.  
  83. });
  84.  
  85. })(jQuery);
  86.  
  87. </script>
  88.  
  89. <style type="text/css">
  90.  
  91. ::-webkit-scrollbar-thumb {
  92. height:auto;
  93. background-color:{color:Background};
  94. }
  95.  
  96. ::-webkit-scrollbar {
  97. height:9px;
  98. width:6px;
  99. background-color:{color:Scrollbar};
  100. }
  101.  
  102. #s-m-t-tooltip {
  103. margin-top: 15px;
  104. font-family: arial;
  105. font-size: 9px;
  106. text-transform:lowercase;
  107. padding:5px;
  108. background-color:{color:Entries};
  109. color:{color:Text};
  110. border:1px solid {color:Border};
  111. z-index:9999;
  112. }
  113.  
  114. body {
  115. background: {color:Background};
  116. background-image:url('{image:Background}');
  117. background-attachment:fixed;
  118. font-family: georgia;
  119. font-size: 10px;
  120. color: {color:Text};
  121. }
  122.  
  123. blockquote {
  124. padding-left:5px;
  125. margin:0px 2px 0px 10px;
  126. border-left:2px solid {color:Blockquote};
  127. }
  128.  
  129. a {
  130. text-decoration: none;
  131. color: {color:Link};
  132. }
  133.  
  134. pre {
  135. font-family:arial;
  136. font-size:8px;
  137. text-transform:Uppercase;
  138. background-color:{color:Pre Bg};
  139. padding:2px;
  140. text-align:center;
  141. border-left:2px solid {color:border};
  142. border-right:2px solid {color:border};
  143. color:{color:Pre Text};
  144. }
  145.  
  146. #sidebartitle {
  147. text-align: center;
  148. font-size: 20px;
  149. letter-spacing:-2px;
  150. text-transform:lowercase;
  151. font-family:arial;
  152. font-style:italic;
  153. font-weight:bold;
  154. margin-top:0px;
  155. color: {color:Title};
  156. }
  157.  
  158. #sidebartitle1 {
  159. text-align: center;
  160. font-size: 20px;
  161. letter-spacing:-2px;
  162. text-transform:lowercase;
  163. font-family:arial;
  164. font-style:italic;
  165. font-weight:bold;
  166. margin-top:-7px;
  167. color: {color:Title};
  168. }
  169.  
  170. #sidebartitle2 {
  171. text-align: center;
  172. font-size: 9px;
  173. letter-spacing:1px;
  174. text-transform:lowercase;
  175. font-family:georgia;
  176. margin-top:0px;
  177. color: {color:Text};
  178. }
  179.  
  180. small, sub {
  181. font-size:9px;
  182. }
  183.  
  184. b, strong {
  185. color:{color:Title};
  186. }
  187.  
  188. #backbar1 {
  189. position: fixed;
  190. margin-top:60px;
  191. margin-left:25px;
  192. width: 307px;
  193. height: 284px;
  194. border: 1px solid {color:Border};
  195. background-color:{color:Sidebar BG};
  196. background-attachment:fixed;
  197. background-image:url('{image:Sidebar BG}');
  198. }
  199.  
  200. #photo1bar {
  201. position:fixed;
  202. margin-top:351px;
  203. margin-left:25px;
  204. padding:0px;
  205. border:1px solid {color:Border};
  206. height:240px;
  207. width:150px;
  208. }
  209.  
  210. #photo2bar {
  211. position:fixed;
  212. margin-top:351px;
  213. margin-left:182px;
  214. padding:0px;
  215. border:1px solid {color:Border};
  216. height:240px;
  217. width:150px;
  218. }
  219.  
  220.  
  221. #titlebar {
  222. position:fixed;
  223. margin-top:20px;
  224. margin-left:25px;
  225. width:287px;
  226. padding:10px;
  227. height:25px;
  228. border:1px solid {color:Border};
  229. background-color:{color:Description};
  230. }
  231.  
  232. #description {
  233. position: fixed;
  234. margin-top:134px;
  235. margin-left:30px;
  236. padding: 10px;
  237. width:277px;
  238. height:185px;
  239. font-size:9px;
  240. text-align:justify;
  241. border:1px solid {color:Border};
  242. background-color:{color:Description};
  243. }
  244.  
  245. #navbar1 {
  246. position: fixed;
  247. margin-left:30px;
  248. margin-top: 71px;
  249. width: 297px;
  250. height: 56px;
  251. padding: 0px;
  252. background-color:{color:Navbar};
  253. border: 1px solid {color:Border};}
  254.  
  255. #navigation {
  256. margin-top:5px;
  257. margin-left:-1px;
  258. text-align:center;
  259. }
  260.  
  261. #navigation a {
  262. display:inline-block;
  263. text-align:center;
  264. border:1px solid {color:Border};
  265. width:40px;
  266. height:40px;
  267. line-height:40px;
  268. padding:2px;
  269. text-transform:lowercase;
  270. font-family:arial;
  271. font-weight:bold;
  272. font-style:italic;
  273. letter-spacing:-2px;
  274. font-size:22px;
  275. margin-bottom:3px;
  276. text-shadow: 1px 1px 2px #000000;
  277. margin-right:0px;
  278. background-color:{color:Navigation};
  279. color:{color:Navigation Links};}
  280.  
  281. #entries {
  282. position:absolute;
  283. width:530px;
  284. margin-left:350px;
  285. padding:10px;
  286. margin-top:20px;
  287. overflow:auto;
  288. height:551px;
  289. border: 1px solid {color:Border};
  290. background-color:{color:Sidebar BG};
  291. background-attachment:fixed;
  292. background-image:url('{image:Sidebar BG}');}
  293.  
  294. #entry {
  295. background-color:{color:Entries};
  296. margin-bottom:10px;
  297. padding:15px;
  298. border:1px solid {color:Border}}
  299.  
  300. img {
  301. max-width: 100%;
  302. }
  303.  
  304. #posttitles {
  305. text-align: center;
  306. font-size: 24px;
  307. font-style:italic;
  308. letter-spacing:-2px;
  309. text-transform:lowercase;
  310. font-weight:bold;
  311. font-family:arial;
  312. padding:0px;
  313. border-bottom:0px double {color:Border};
  314. margin-bottom:5px;
  315. color: {color:Title};
  316. }
  317.  
  318. #pagination {
  319. text-align:center;
  320. margin-top: 0px;
  321. }
  322.  
  323. #pagination a {
  324. display: inline-block;
  325. text-transform:lowercase;
  326. font-size:22px;
  327. font-family:arial;
  328. font-weight:bold;
  329. font-style:italic;
  330. letter-spacing:-2px;
  331. word-spacing:3px;
  332. text-align: center;
  333. }
  334.  
  335. #questionbox {
  336. padding:5px;
  337. margin-bottom:10px;
  338. background-color:transparent;
  339. border-left:0px double {color:Border};
  340. border-right:0px double {color:Border};
  341. }
  342.  
  343. #question {
  344. text-align:right;
  345. padding:5px;
  346. word-wrap: break-word;
  347. letter-spacing:0px;
  348. margin-bottom:10px;
  349. margin-top:15px;
  350. font-family:georgia;
  351. background-color:{color:Question};
  352. color:{color:entries};
  353. text-transform:lowercase;
  354. border-left:3px solid {color:Border};
  355. border-right:3px solid {color:Border};
  356. font-size:9px;
  357. }
  358.  
  359. .askerr1 {
  360. float:left;
  361. z-index:10;
  362. font-family:arial;
  363. font-size:22px;
  364. text-align:left;
  365. font-style:italic;
  366. letter-spacing:-2px;
  367. text-transform:lowercase;
  368. font-weight:bold;
  369. color:{color:Question};
  370. background-color:{color:Entries};
  371. margin-top:-15px;
  372. margin-right:0px;
  373. margin-left:10px;
  374. padding-top:0px;
  375. padding-bottom:0;
  376. padding-left:5px;
  377. padding-right:5px;
  378. }
  379.  
  380. .line1 {
  381. height:1px;
  382. margin-top:0px;
  383. margin-left:0px;
  384. background-color:{color:Border};
  385. z-index:-1;
  386. }
  387.  
  388. .askerr2 {
  389. float:right;
  390. z-index:10;
  391. font-family:arial;
  392. font-size:22px;
  393. text-align:left;
  394. font-style:italic;
  395. letter-spacing:-2px;
  396. text-transform:lowercase;
  397. font-weight:bold;
  398. color:{color:Question};
  399. background-color:{color:Entries};
  400. margin-top:-15px;
  401. margin-right:5px;
  402. margin-left:10px;
  403. padding-top:0px;
  404. padding-bottom:0;
  405. padding-left:5px;
  406. padding-right:5px;
  407. }
  408.  
  409. .line2 {
  410. height:1px;
  411. margin-top:20px;
  412. margin-bottom:0px;
  413. margin-left:0px;
  414. background-color:{color:Border};
  415. z-index:-1;
  416. }
  417.  
  418. #answer {
  419. text-align:left;
  420. padding:5px;
  421. padding-left:10px;
  422. word-wrap: break-word;
  423. letter-spacing:0px;
  424. margin-top:15px;
  425. font-family:georgia;
  426. text-transform:lowercase;
  427. background-color:{color:Question};
  428. color:{color:Question Text};
  429. border-left:3px solid {color:Border};
  430. border-right:3px solid {color:Border};
  431. font-size:9px;
  432. }
  433.  
  434. #answer a {
  435. color:{color:Text};
  436. }
  437.  
  438. #answer blockquote {
  439. padding:4px;
  440. padding-left:6px;
  441. border-left:2px solid {color:Border};
  442. background-color:{color:Question Text};
  443. color:{color:Question};
  444.  
  445. }
  446.  
  447. #permalink {
  448. text-align: center;
  449. border-top: 1px solid {color:Border};
  450. position: relative;
  451. font-size:9px;
  452. text-transform:lowercase;
  453. font-family:georgia;
  454. margin-top: 5px;
  455. padding-top: 5px;
  456. }
  457.  
  458.  
  459. </style>
  460.  
  461. </head>
  462.  
  463. <body>
  464.  
  465. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  466.  
  467. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  468.  
  469. <script>
  470.  
  471. (function($){
  472.  
  473. $(document).ready(function(){
  474.  
  475. $("a[title]").style_my_tooltips({
  476.  
  477. tip_follows_cursor:true,
  478.  
  479. tip_delay_time:10,
  480.  
  481. tip_fade_speed:60,
  482.  
  483. attribute:"title"
  484.  
  485. });
  486.  
  487. });
  488.  
  489. })(jQuery);
  490.  
  491. </script>
  492.  
  493. <div id="backbar1"></div>
  494.  
  495. <div id="description"><div style="overflow:auto; padding-right:5px; width: 275px; height: 160px; text-align: justify;">{Description}</div><div id="pagination">
  496. {block:PreviousPage}<a href="{PreviousPage}">« previous /</a>{/block:PreviousPage}
  497. {block:NextPage} <a href="{NextPage}"> next »</a>{/block:NextPage}
  498. </div></div>
  499.  
  500. <div id="navbar1"><div id="navigation">
  501. <a href="/" title="{text:Home Text}">i.</a>
  502. <a href="/ask" title="{text:Ask Text}">ii.</a>
  503. <a href="{text:Link1 URL}" title="{text:Link1 Text}">iii.</a>
  504. <a href="{text:Link2 URL}" title="{text:Link2 Text}">iv.</a>
  505. <a href="{text:Link3 URL}" title="{text:Link3 Text}">v.</a>
  506. <a href="http://alicatofrp.tumblr.com/">ac.</a>
  507. </div></div>
  508.  
  509. <div id="titlebar">
  510. <div id="sidebartitle1">{text:Main Title}</div>
  511. <div id="sidebartitle2">{text:Subtitle}</div>
  512. </div>
  513.  
  514. <div id="photo1bar"><img src="{image:Sidebar1}"></div>
  515. <div id="photo2bar"><img src="{image:Sidebar2}"></div>
  516.  
  517. <div id="entries">
  518. {block:Posts}
  519. <div id="entry">
  520.  
  521.  
  522. {block:Text}
  523. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  524. {Body}
  525. {/block:Text}
  526.  
  527. {block:Photo}
  528. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  529. {block:Caption}{Caption}{/block:Caption}
  530. {/block:Photo}
  531.  
  532. {block:Photoset}
  533. {Photoset-500}
  534. {block:Caption}{Caption}{/block:Caption}
  535. {/block:Photoset}
  536.  
  537. {block:Quote}
  538. <div id="posttitles">{Quote}</div>
  539. {block:Source}<br>—{Source}{/block:Source}
  540. {/block:Quote}
  541.  
  542. {block:Link}
  543. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  544. {block:Description}{Description}{/block:Description}
  545. {/block:Link}
  546.  
  547. {block:Chat}
  548. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  549. {block:Lines}
  550. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  551. {/block:Lines}
  552. {/block:Chat}
  553.  
  554. {block:Audio}
  555. {AudioPlayerWhite}
  556. {block:Caption}{Caption}{/block:Caption}
  557. {/block:Audio}
  558.  
  559. {block:Video}
  560. {Video-500}
  561. {block:Caption}{Caption}{/block:Caption}
  562. {/block:Video}
  563.  
  564. {block:Answer}
  565. <div id="questionbox"><div class="line1"></div><div class="askerr1">{Asker} sent:</div> <div id="question">{Question}</div> <div class="line2"></div><div class="askerr2">{text:answer name} answered:</div> <div id="answer">{Answer}</div></div>
  566. {/block:Answer}
  567.  
  568.  
  569. <div id="permalink">
  570. {block:Date}<i>Posted on:</i> {TimeAgo}{/block:Date} ▾ <a href="{Permalink}">
  571. {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">Reblog</a>
  572.  
  573. {block:RebloggedFrom} ▾ <i>post details:</i> <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  574.  
  575. <br>{block:HasTags} <i>tagged with:</i> {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  576. </div>
  577.  
  578.  
  579.  
  580. </div> <!-- /div entry --->
  581.  
  582. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  583.  
  584. </body>
  585.  
  586. </html>
Advertisement
Add Comment
Please, Sign In to add comment