Advertisement
alithegreat

THEME 8; K8 THE GR8

May 26th, 2014
1,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 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: K8 the gr8; Theme Eight
  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:Sidebar" content=""/>
  25. <meta name="image:Sidebar2" content=""/>
  26. <meta name="image:Sidebar BG" content=""/>
  27. <meta name="image:Right Sidebar" content=""/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <meta name="color:Background" content=""/>
  31. <meta name="color:Title" content=""/>
  32. <meta name="color:Blockquote" content=""/>
  33. <meta name="color:Text" content=""/>
  34. <meta name="color:Pre Bg" content=""/>
  35. <meta name="color:Pre Text" content=""/>
  36. <meta name="color:Border" content=""/>
  37. <meta name="color:Link" content=""/>
  38. <meta name="color:Entries" content=""/>
  39. <meta name="color:Description" content=""/>
  40. <meta name="color:Question" content=""/>
  41. <meta name="color:Sidebar BG" content=""/>
  42. <meta name="color:Navigation" content=""/>
  43. <meta name="color:Navigation Links" content=""/>
  44.  
  45. <meta name="text:Link1 URL" content=""/>
  46. <meta name="text:Link2 URL" content=""/>
  47. <meta name="text:Link3 URL" content=""/>
  48.  
  49. <meta name="text:Link1 Text" content=""/>
  50. <meta name="text:Link2 Text" content=""/>
  51. <meta name="text:Link3 Text" content=""/>
  52.  
  53. <meta name="text:Home Text" content=""/>
  54. <meta name="text:Ask Text" content=""/>
  55.  
  56. <meta name="text:Main Title" content=""/>
  57. <meta name="text:Subtitle" content=""/>
  58. <meta name="text:Pagination Title" content=""/>
  59.  
  60. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  61.  
  62. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  63.  
  64. <script>
  65.  
  66. (function($){
  67.  
  68. $(document).ready(function(){
  69.  
  70. $(“a[title]”).style_my_tooltips({
  71.  
  72. tip_follows_cursor:true,
  73.  
  74. tip_delay_time:30,
  75.  
  76. tip_fade_speed:300,
  77.  
  78. attribute:”title”
  79.  
  80. });
  81.  
  82. });
  83.  
  84. })(jQuery);
  85.  
  86. </script>
  87.  
  88. <style type="text/css">
  89.  
  90. ::-webkit-scrollbar-thumb {
  91. height:auto;
  92. border:0px solid {color:Background};
  93. background-color:{color:Entries};
  94. }
  95.  
  96. ::-webkit-scrollbar {
  97. height:9px;
  98. width:6px;
  99. background-color:{color:Background};
  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:3px double {color:border};
  142. border-right:3px double {color:border};
  143. color:{color:Pre Text};
  144. }
  145.  
  146. #sidebartitle {
  147. text-align: center;
  148. font-size: 16px;
  149. letter-spacing:-1px;
  150. word-spacing:5px;
  151. padding:2px;
  152. text-transform:uppercase;
  153. border-bottom:3px double {color:border};
  154. font-weight:bold;
  155. font-family:georgia;
  156. font-style:italic;
  157. margin-top:-5px;
  158. }
  159.  
  160. #sidebartitle1 {
  161. text-align: center;
  162. font-size: 16px;
  163. letter-spacing:-1px;
  164. text-transform:uppercase;
  165. font-family:georgia;
  166. font-style:italic;
  167. margin-top:-5px;
  168. color: {color:Title};
  169. }
  170.  
  171. #sidebartitle2 {
  172. text-align: center;
  173. font-size: 9px;
  174. letter-spacing:1px;
  175. text-transform:lowercase;
  176. font-family:georgia;
  177. font-style:italic;
  178. margin-top:0px;
  179. color: {color:Text};
  180. }
  181.  
  182. small, sub {
  183. font-size:9px;
  184. }
  185.  
  186. b, strong {
  187. color:{color:Title};
  188. }
  189.  
  190. #backbar1 {
  191. position: fixed;
  192. margin-top:160px;
  193. margin-left:25px;
  194. width: 350px;
  195. height: 237px;
  196. border: 1px solid {color:Border};
  197. background-color:{color:Sidebar BG};
  198. background-attachment:fixed;
  199. background-image:url('{image:Sidebar BG}');
  200. }
  201.  
  202. #backbar2 {
  203. position: fixed;
  204. margin-left:22px;
  205. margin-top: 22px;
  206. width: 356px;
  207. height: 513px;
  208. padding: 0px;
  209. border: 1px solid {color:Border};
  210. background-color:{color:Sidebar BG};
  211. }
  212.  
  213. #backbar3 {
  214. position: fixed;
  215. margin-left:25px;
  216. margin-top: 281px;
  217. width: 350px;
  218. height: 25px;
  219. padding: 0px;
  220. background-color:{color:Description};
  221. border: 1px solid {color:Border};}
  222.  
  223. #backbar4 {
  224. position: fixed;
  225. margin-left:20px;
  226. margin-top: 161px;
  227. width: 86px;
  228. height: 33px;
  229. padding: 0px;
  230. background-color:transparent;
  231. border: 0px solid {color:Border};}
  232.  
  233. #photo1bar {
  234. position:fixed;
  235. margin-top:26px;
  236. margin-left:25px;
  237. padding:0px;
  238. border:1px solid {color:Border};
  239. height:130px;
  240. width:350px;
  241. }
  242.  
  243. #photo2bar {
  244. position:fixed;
  245. margin-top:401px;
  246. margin-left:25px;
  247. padding:0px;
  248. border:1px solid {color:Border};
  249. height:130px;
  250. width:350px;
  251. }
  252.  
  253. #photo3bar {
  254. position:fixed;
  255. margin-top:30px;
  256. margin-left:970px;
  257. padding:0px;
  258. border:1px solid {color:Border};
  259. height:500px;
  260. width:200px;
  261. }
  262.  
  263.  
  264. #titlebar {
  265. position:fixed;
  266. margin-top:349px;
  267. margin-left:28px;
  268. width:324px;
  269. padding:10px;
  270. height:25px;
  271. border:1px solid {color:Border};
  272. background-color:{color:Description};
  273. }
  274.  
  275. #description {
  276. position: fixed;
  277. margin-top:163px;
  278. margin-left:102px;
  279. padding: 10px;
  280. width:250px;
  281. height:162px;
  282. font-size:9px;
  283. text-align:justify;
  284. border:1px solid {color:Border};
  285. background-color:{color:Description};
  286. }
  287.  
  288. #navigation {
  289. margin-top:0px;
  290. margin-left:1px;
  291. text-align:center;
  292. }
  293.  
  294. #navigation a {
  295. display:inline-block;
  296. text-align:center;
  297. border:1px solid {color:Border};
  298. width:66px;
  299. height:23px;
  300. line-height:23px;
  301. padding:2px;
  302. text-transform:uppercase;
  303. font-family:georgia;
  304. letter-spacing:0px;
  305. font-size:8px;
  306. margin-top:2px;
  307. margin-right:0px;
  308. background-color:{color:Navigation};
  309. color:{color:Navigation Links};}
  310.  
  311. #navigation2 {
  312. margin-top:0px;
  313. margin-left:0px;
  314. text-align:center;
  315. }
  316.  
  317. #navigation2 a {
  318. display:inline-block;
  319. text-align:center;
  320. border:1px solid {color:Border};
  321. width:80px;
  322. padding:1px;
  323. text-transform:uppercase;
  324. font-family:georgia;
  325. font-size:9px;
  326. margin-top:4px;
  327. margin-bottom:0px;
  328. margin-right:0px;
  329. background-color:{color:Navigation};
  330. color:{color:Navigation Links};}
  331.  
  332. #entries {
  333. position:absolute;
  334. width:530px;
  335. margin-left:410px;
  336. margin-top:25px}
  337.  
  338. #entry {
  339. background-color:{color:Entries};
  340. margin-bottom:30px;
  341. padding:15px;
  342. border:1px solid {color:Border}}
  343.  
  344. img {
  345. max-width: 100%;
  346. }
  347.  
  348. #posttitles {
  349. text-align: center;
  350. font-size: 20px;
  351. font-style:italic;
  352. letter-spacing:-1px;
  353. text-transform:uppercase;
  354. font-family:georgia;
  355. padding:0px;
  356. border-bottom:0px double {color:Border};
  357. margin-bottom:5px;
  358. color: {color:Title};
  359. }
  360.  
  361. #pagination {
  362. text-align:center;
  363. margin-top: 5px;
  364. }
  365.  
  366. #pagination a {
  367. display: inline-block;
  368. text-transform:uppercase;
  369. font-size:12px;
  370. font-family:georgia;
  371. text-align: center;
  372. }
  373.  
  374. #questionbox {
  375. padding:5px;
  376. margin-bottom:10px;
  377. background-color:{color:Question};
  378. border-left:3px double {color:Border};
  379. border-right:3px double {color:Border};
  380. }
  381.  
  382. #question {
  383. text-align:center;
  384. padding-bottom:5px;
  385. word-wrap: break-word;
  386. letter-spacing:0px;
  387. font-size:9px;
  388.  
  389. }
  390.  
  391. #askerr {
  392. padding:0px;
  393. font-size:16px;
  394. text-transform:lowercase;
  395. color:{color:Title};
  396. letter-spacing:-1px;
  397. font-family:georgia;
  398. font-style:italic;
  399. text-align:center;
  400. }
  401.  
  402. #permalink {
  403. text-align: center;
  404. border-top: 3px double {color:Border};
  405. position: relative;
  406. font-size:8px;
  407. text-transform:uppercase;
  408. font-family:georgia;
  409. margin-top: 5px;
  410. padding-top: 5px;
  411. }
  412.  
  413.  
  414. </style>
  415.  
  416. </head>
  417.  
  418. <body>
  419.  
  420. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  421.  
  422. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  423.  
  424. <script>
  425.  
  426. (function($){
  427.  
  428. $(document).ready(function(){
  429.  
  430. $("a[title]").style_my_tooltips({
  431.  
  432. tip_follows_cursor:true,
  433.  
  434. tip_delay_time:10,
  435.  
  436. tip_fade_speed:60,
  437.  
  438. attribute:"title"
  439.  
  440. });
  441.  
  442. });
  443.  
  444. })(jQuery);
  445.  
  446. </script>
  447.  
  448. <div id="backbar1"></div>
  449.  
  450. <div id="photo1bar"><img src="{image:Sidebar}"></div>
  451. <div id="photo2bar"><img src="{image:Sidebar2}"></div>
  452.  
  453. <div id="description"><div id="sidebartitle">{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:Title}">«</font></a>{/block:PreviousPage} {text:Pagination Title} {block:NextPage}<a href="{NextPage}"><font color="{color:Title}">»</font></a>{/block:NextPage}</div><p><div style="overflow:auto; width: 255px; height: 130px; text-align: justify;">{Description}</div></div>
  454.  
  455. <div id="backbar4"><div id="navigation">
  456. <a href="/">{text:Home Text}</a><br>
  457. <a href="/ask">{text:Ask Text}</a><br>
  458. <a href="{text:Link1 URL}">{text:Link1 Text}</a><br>
  459. <a href="{text:Link2 URL}">{text:Link2 Text}</a><br>
  460. <a href="{text:Link3 URL}">{text:Link3 Text}</a><br>
  461. <a href="http://alicatofrp.tumblr.com/">theme</a>
  462. </div></div>
  463.  
  464. <div id="titlebar">
  465. <div id="sidebartitle1">{text:Main Title}</div>
  466. <div id="sidebartitle2">{text:Subtitle}</div>
  467. </div>
  468.  
  469. <div id="photo3bar"><img src="{image:Right Sidebar}"></div>
  470.  
  471. <div id="entries">
  472. {block:Posts}
  473. <div id="entry">
  474.  
  475.  
  476. {block:Text}
  477. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  478. {Body}
  479. {/block:Text}
  480.  
  481. {block:Photo}
  482. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  483. {block:Caption}{Caption}{/block:Caption}
  484. {/block:Photo}
  485.  
  486. {block:Photoset}
  487. {Photoset-500}
  488. {block:Caption}{Caption}{/block:Caption}
  489. {/block:Photoset}
  490.  
  491. {block:Quote}
  492. <div id="posttitles">{Quote}</div>
  493. {block:Source}<br>—{Source}{/block:Source}
  494. {/block:Quote}
  495.  
  496. {block:Link}
  497. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  498. {block:Description}{Description}{/block:Description}
  499. {/block:Link}
  500.  
  501. {block:Chat}
  502. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  503. {block:Lines}
  504. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  505. {/block:Lines}
  506. {/block:Chat}
  507.  
  508. {block:Audio}
  509. {AudioPlayerWhite}
  510. {block:Caption}{Caption}{/block:Caption}
  511. {/block:Audio}
  512.  
  513. {block:Video}
  514. {Video-500}
  515. {block:Caption}{Caption}{/block:Caption}
  516. {/block:Video}
  517.  
  518. {block:Answer}
  519. <div id="questionbox"><div id="askerr">{Asker},</div> <div id="question">{Question}</div></div>{Answer}
  520. {/block:Answer}
  521.  
  522.  
  523.  
  524. <div id="permalink">
  525. {block:Date}Posted: {TimeAgo}{/block:Date} ★ <a href="{Permalink}">
  526. {NoteCountWithLabel}</a> ★ <a href="{ReblogURL}" target="_blank">Reblog</a>
  527.  
  528. {block:RebloggedFrom} ★ deets: <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  529.  
  530. <br>{block:HasTags}Tags: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  531. </div>
  532.  
  533.  
  534.  
  535. </div> <!-- /div entry --->
  536.  
  537. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  538.  
  539. </body>
  540.  
  541. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement