alithegreat

THEME 3; TEEN IDLE

May 7th, 2014
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 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: Teen Idle; Theme Three
  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:Sidebar BG" content=""/>
  26. <meta name="image:Background" content=""/>
  27.  
  28. <meta name="color:Background" content=""/>
  29. <meta name="color:Title" content=""/>
  30. <meta name="color:Blockquote" content=""/>
  31. <meta name="color:Text" content=""/>
  32. <meta name="color:Border" content=""/>
  33. <meta name="color:Link" content=""/>
  34. <meta name="color:Entries" content=""/>
  35. <meta name="color:Description" content=""/>
  36. <meta name="color:Sidebar BG" content=""/>
  37. <meta name="color:Navigation" content=""/>
  38. <meta name="color:Navigation Links" content=""/>
  39.  
  40. <meta name="text:Link1 URL" content=""/>
  41. <meta name="text:Link1 Text" content=""/>
  42. <meta name="text:Link2 URL" content=""/>
  43. <meta name="text:Link2 Text" content=""/>
  44.  
  45. <meta name="text:Home Text" content=""/>
  46. <meta name="text:Ask Text" content=""/>
  47.  
  48. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  49.  
  50. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  51.  
  52. <script>
  53.  
  54. (function($){
  55.  
  56. $(document).ready(function(){
  57.  
  58. $(“a[title]”).style_my_tooltips({
  59.  
  60. tip_follows_cursor:true,
  61.  
  62. tip_delay_time:30,
  63.  
  64. tip_fade_speed:300,
  65.  
  66. attribute:”title”
  67.  
  68. });
  69.  
  70. });
  71.  
  72. })(jQuery);
  73.  
  74. </script>
  75.  
  76. <style type="text/css">
  77.  
  78. ::-webkit-scrollbar-thumb {
  79. height:auto;
  80. border:1px solid {color:Background};
  81. background-color:{color:Border};
  82. }
  83.  
  84. ::-webkit-scrollbar {
  85. height:9px;
  86. width:6px;
  87. background-color:{color:Background};
  88. }
  89.  
  90. #s-m-t-tooltip {
  91. margin-top: 15px;
  92. font-family: georgia;
  93. font-size: 9px;
  94. text-transform:lowercase;
  95. padding:5px;
  96. background-color:{color:Entries};
  97. color:{color:Text};
  98. border:1px solid {color:Border};
  99. z-index:9999;
  100. }
  101.  
  102. body {
  103. background: {color:Background};
  104. background-image:url('{image:Background}');
  105. background-attachment:fixed;
  106. font-family: Georgia;
  107. font-size: 10px;
  108. color: {color:Text};
  109. }
  110.  
  111. blockquote {
  112. padding-left:5px;
  113. margin:0px 2px 0px 10px;
  114. border-left:2px solid {color:Blockquote};
  115. }
  116.  
  117. a {
  118. text-decoration: none;
  119. color: {color:Link};
  120. }
  121.  
  122. #backbar1 {
  123. position: fixed;
  124. margin-left:20px;
  125. margin-top: 20px;
  126. width: 150px;
  127. height: 410px;
  128. padding: 10px;
  129. border: 1px solid {color:Border};
  130. background-color:{color:Sidebar BG};
  131. background-attachment:fixed;
  132. background-image:url('{image:Sidebar BG}');
  133. }
  134.  
  135. #backbar2 {
  136. position: fixed;
  137. margin-left:205px;
  138. margin-top: 342px;
  139. width: 220px;
  140. height: 108px;
  141. padding: 0px;
  142. border: 1px solid {color:Border};
  143. background-color:{color:Sidebar BG};
  144. background-attachment:fixed;
  145. background-image:url('{image:Sidebar BG}');
  146. }
  147.  
  148. #photo1bar {
  149. position:fixed;
  150. margin-top:30px;
  151. margin-left:30px;
  152. border:1px solid {color:Border};
  153. height:410px;
  154. width:150px;
  155. }
  156.  
  157. #description {
  158. position: fixed;
  159. margin-top:20px;
  160. margin-left:205px;
  161. padding: 10px;
  162. width:200px;
  163. height:287px;
  164. border:1px solid {color:Border};
  165. background-color:{color:Description};
  166. }
  167.  
  168. #navigation {
  169. margin-top:5px;
  170. text-align:center;
  171. }
  172.  
  173. #navigation a {
  174. display:inline-block;
  175. text-align:center;
  176. border:1px solid {color:Border};
  177. width:200px;
  178. padding:2px;
  179. text-transform:lowercase;
  180. font-family:georgia;
  181. font-size:9px;
  182. margin-top:2px;
  183. margin-bottom:5px;
  184. margin-right:0px;
  185. background-color:{color:Navigation};
  186. color:{color:Navigation Links};}
  187.  
  188. #entries {
  189. position:absolute;
  190. width:530px;
  191. margin-left:460px;
  192. margin-top:20px}
  193.  
  194. #entry {
  195. background-color:{color:Entries};
  196. margin-bottom:30px;
  197. padding:15px;
  198. border:1px solid {color:Border}}
  199.  
  200. img {
  201. max-width: 100%;
  202. }
  203.  
  204. #posttitles {
  205. text-align: center;
  206. font-size: 18px;
  207. text-transform:Normal;
  208. font-style:italic;
  209. color: {color:Title};
  210. }
  211.  
  212. #pagination {
  213. text-align:center;
  214. margin-top: 10px;
  215. }
  216.  
  217. #pagination a {
  218. display: inline-block;
  219. text-transform:lowercase;
  220. text-align: center;
  221. }
  222.  
  223. #questionbox {
  224. padding:0px;
  225. margin-bottom:10px;
  226. border-left:3px double {color:Border};
  227. border-right:3px double {color:Border};
  228. }
  229.  
  230. #question {
  231. text-align:center;
  232. padding:5px;
  233.  
  234. }
  235.  
  236. #askerr {
  237. font-size:12px;
  238. padding:5px;
  239. font-style:italic;
  240. text-align:center;
  241. }
  242.  
  243. #permalink {
  244. text-align: center;
  245. border-top: 1px solid {color:Border};
  246. position: relative;
  247. font-size:9px;
  248. text-transform:lowercase;
  249. font-family:georgia;
  250. margin-top: 5px;
  251. padding-top: 5px;
  252. }
  253.  
  254. #angels a {
  255. position:fixed;
  256. bottom:10px;
  257. right:10px;
  258. font-family:georgia;
  259. text-transform:lowercase;
  260. font-size:9px;
  261. color:{color:Border};}
  262.  
  263. </style>
  264.  
  265. </head>
  266.  
  267. <body>
  268.  
  269. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  270.  
  271. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  272.  
  273. <script>
  274.  
  275. (function($){
  276.  
  277. $(document).ready(function(){
  278.  
  279. $("a[title]").style_my_tooltips({
  280.  
  281. tip_follows_cursor:true,
  282.  
  283. tip_delay_time:10,
  284.  
  285. tip_fade_speed:60,
  286.  
  287. attribute:"title"
  288.  
  289. });
  290.  
  291. });
  292.  
  293. })(jQuery);
  294.  
  295. </script>
  296.  
  297. <div id="backbar1"></div>
  298.  
  299. <div id="photo1bar"><img src="{image:Sidebar}"></div>
  300.  
  301. <div id="backbar2"><div id="navigation">
  302. <a href="/">{text:Home Text}</a><Br>
  303. <a href="/ask">{text:Ask text}</a><br>
  304. <a href="{text:Link1 URL}">{text:Link1 Text}</a><br>
  305. <a href="{text:Link2 URL}">{text:Link2 Text}</a>
  306. </div></div>
  307.  
  308. <div id="description">{Description}
  309. <div id="pagination">
  310. {block:PreviousPage}<a href="{PreviousPage}">Previous Page</a>{/block:PreviousPage}
  311. {block:NextPage}/ <a href="{NextPage}">Next Page</a>{/block:NextPage}
  312. </div>
  313. </div>
  314.  
  315.  
  316. <div id="entries">
  317. {block:Posts}
  318. <div id="entry">
  319.  
  320.  
  321. {block:Text}
  322. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  323. {Body}
  324. {/block:Text}
  325.  
  326. {block:Photo}
  327. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  328. {block:Caption}{Caption}{/block:Caption}
  329. {/block:Photo}
  330.  
  331. {block:Photoset}
  332. {Photoset-500}
  333. {block:Caption}{Caption}{/block:Caption}
  334. {/block:Photoset}
  335.  
  336. {block:Quote}
  337. {Quote}
  338. {block:Source}<br>—{Source}{/block:Source}
  339. {/block:Quote}
  340.  
  341. {block:Link}
  342. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  343. {block:Description}{Description}{/block:Description}
  344. {/block:Link}
  345.  
  346. {block:Chat}
  347. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  348. {block:Lines}
  349. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  350. {/block:Lines}
  351. {/block:Chat}
  352.  
  353. {block:Audio}
  354. {AudioPlayerWhite}
  355. {block:Caption}{Caption}{/block:Caption}
  356. {/block:Audio}
  357.  
  358. {block:Video}
  359. {Video-500}
  360. {block:Caption}{Caption}{/block:Caption}
  361. {/block:Video}
  362.  
  363. {block:Answer}
  364. <div id="questionbox"><div id="askerr">{Asker},</div> <div id="question">{Question}</div></div>{Answer}
  365. {/block:Answer}
  366.  
  367.  
  368.  
  369. <div id="permalink">
  370. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  371. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  372.  
  373. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  374.  
  375. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  376. </div>
  377.  
  378.  
  379.  
  380. </div> <!-- /div entry --->
  381.  
  382. {/block:Posts}
  383.  
  384. <div id="angels"><a href="http://alicatofrp.tumblr.com/">&hearts; alicat &hearts;</a></div>
  385.  
  386. </body>
  387.  
  388. </html>
Advertisement
Add Comment
Please, Sign In to add comment