Advertisement
beliebertime

Theme 3 - Teenage Icon

Oct 22nd, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 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. <!-- THEME BY LAURA AKA LOUISWILLAM
  4. do not remove remove the credit or move it to a secondary page, do not use this as a base code, do not claim this as your own or i will find you and feed you to demons. -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}"/>
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <meta name="color:bg" content="#ffffff">
  19. <meta name="color:link" content="#bbb8b8">
  20. <meta name="color:text" content="#9a9a9a">
  21. <meta name="color:tags" content="#b9b7b7">
  22. <meta name="color:ask" content="#fcfcfc">
  23. <meta name="color:hover" content="#eeeeee">
  24. <meta name="color:border" content="#e7e7e7">
  25. <meta name="color:scrollbar" content="#d6d5d5">
  26. <meta name="color:hovershadow" content="#3ce8f6">
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:link 1" content="">
  32. <meta name="text:link 1 url" content="/">
  33. <meta name="text:link 2" content="">
  34. <meta name="text:link 2 url" content="/">
  35. <meta name="text:link 3" content="">
  36. <meta name="text:link 3 url" content="/">
  37. <meta name="text:link 4" content="">
  38. <meta name="text:link 4 url" content="/">
  39. <meta name="text:link 5" content="">
  40. <meta name="text:link 5 url" content="/">
  41.  
  42. <meta name="if:Cursor" content="1">
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47.  
  48. /*--scrollbar--*/
  49.  
  50. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  51. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  52. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  53. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  54. }
  55. /*--body--*/
  56.  
  57.  
  58. body {
  59. font-style:none;
  60. background-color:{color:bg};
  61. font-family:calibri;
  62. color:{color:text};
  63. font-size:9px;
  64. }
  65.  
  66.  
  67. a {
  68. color:{color:link};
  69. text-decoration:none;
  70. -webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;
  72. transition: all 0.5s ease-out;
  73. }
  74.  
  75. a:hover {
  76. color:{color:hover};
  77. text-decoration:none;
  78. text-shadow: 2px 2px {color:hovershadow};
  79. -webkit-transition: all 0.8s ease-out;
  80. -moz-transition: all 0.8s ease-out;
  81. transition: all 0.8s ease-out;
  82. }
  83.  
  84. img {
  85. border:none;
  86. }
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid {color:border};
  91. }
  92.  
  93. h1 {
  94. font-size:10px;
  95. }
  96.  
  97. /*--Cursor code--*/
  98.  
  99. {block:ifCursor}
  100.  
  101. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  102.  
  103. {/block:ifCursor}
  104.  
  105.  
  106.  
  107. /*--sidebar--*/
  108.  
  109. #sidebar {
  110. position:fixed;
  111. width:140px;
  112. margin-left:120px;
  113. margin-top:200px;
  114. }
  115.  
  116. #sidebarimage {
  117. width:140px;
  118. }
  119.  
  120. #sidebarimage img {
  121. width:110px;
  122. padding:3px;
  123. }
  124.  
  125. /*--links--*/
  126.  
  127. #links {
  128. margin-top:-16px;
  129. width:189px;
  130. margin-left:60px;
  131. font-family:'calibri';
  132. text-transform:uppercase;
  133. text-align:center;
  134. border-top:1px solid {color:border};
  135. padding-top:2px;
  136.  
  137. }
  138.  
  139. #links a {
  140. padding:3px;
  141. font-size:9px;
  142. }
  143.  
  144. #links a:hover {
  145. color:{color:hover};
  146. }
  147.  
  148. /*--description--*/
  149.  
  150. #description {
  151. margin-top:-115px;
  152. margin-left:114px;
  153. width:140px;
  154. font-family:'calibri';
  155. font-size:9px;
  156. text-align:center;
  157. }
  158.  
  159. /*--pagination--*/
  160.  
  161. #pagination {
  162. margin-top:47px;
  163. margin-left:230px;
  164. text-align:center;
  165. position:fixed;
  166. font-style:italic;
  167. font-size:9px;
  168. font-family:calibri;
  169. color:{color:link};
  170. }
  171.  
  172. #pagination a{
  173. color:{color:link};
  174. }
  175.  
  176. #pagination a:hover {
  177. color:{color:hover};
  178. }
  179.  
  180. /*--posts--*/
  181.  
  182. #posts {
  183. width:500px;
  184. margin-bottom:10px;
  185. padding:1px;
  186. font-size:11px;
  187. color:{color:text};
  188. line-height:90%;
  189. text-align:justify;
  190. }
  191.  
  192. #postscontainer {
  193. margin-bottom:20px;
  194. padding:1px;
  195. margin-left:450px;
  196. margin-top:55px;
  197. }
  198.  
  199.  
  200. #info {
  201. margin-bottom:10px;
  202. font-size:8px;
  203. margin-top:10px;
  204. text-align:left;
  205. padding:5px;
  206. color:{color:link};
  207. }
  208.  
  209.  
  210. #reblog {
  211. text-transform:uppercase;
  212. font-family:trebuchet ms;
  213. margin-left:-10px;
  214. margin-top:-5px;
  215. text-align:center;
  216. color:white;
  217. width:35px;
  218. padding:3px;
  219. }
  220.  
  221. #reblog a {
  222. color:{color:link};
  223. }
  224.  
  225. #notes {
  226. margin-left:27px;
  227. margin-top:-12px;
  228. }
  229.  
  230. #rightinfo {
  231. text-transform:uppercase;
  232. font-family:trebuchet ms;
  233. margin-left:370px;
  234. text-align:justify;
  235. float:right;
  236. padding:3px;
  237. margin-top:-12px;
  238. color:white;
  239. }
  240.  
  241. #rightinfo a {
  242. color:{color:link};
  243. }
  244.  
  245. /*--tags--*/
  246.  
  247. #tags {
  248. width:490px;
  249. margin-left:-4px;
  250. margin-top:7px;
  251. font-size:8px;
  252. color:{color:tags}:
  253. }
  254.  
  255. #tags a {
  256. color:{color:tags};
  257. }
  258.  
  259. #tags a:hover {
  260. color:{color:hover}
  261. }
  262.  
  263. /*--asks--*/
  264.  
  265. #askbg {
  266. padding:12px;
  267. background-color:{color:ask};
  268. }
  269.  
  270. #ask {
  271. margin-top:-10px;
  272. font-family:calibri;
  273. text-align:left;
  274. }
  275.  
  276. #ask img {
  277. margin-top:30px;
  278. width:50px;
  279. }
  280.  
  281. /*--credit--*/
  282.  
  283. #credit {
  284. right:3px;
  285. bottom:6px;
  286. font-size:9px;
  287. padding:5px;
  288. color:{color:text};
  289. background-color:#fafafa;
  290. text-transform:uppercase;
  291. border:1px solid {color:border};
  292. position:fixed;
  293. -webkit-transition: all 0.5s ease-out;
  294. -moz-transition: all 0.5s ease-out;
  295. transition: all 0.5s ease-out;
  296. }
  297.  
  298. #credit:hover {
  299. background-color:#fafafa;
  300. color:{color:hover};
  301. text-decoration:underline;
  302. }
  303.  
  304. #s-m-t-tooltip {
  305.  
  306. max-width:300px;
  307. padding:3px 4px 5px 4px;
  308. margin:20px 0px 0px 20px;
  309. background-color:#fff;
  310. border:1px solid #fff;
  311. font-family:calibri;
  312. font-size:8px;
  313. letter-spacing:2px;
  314. text-transform:uppercase;
  315. color:#999;
  316. z-index:999999999999999999999999999999999999;
  317.  
  318. }
  319.  
  320.  
  321. {CustomCSS}
  322.  
  323. </style></head>
  324.  
  325.  
  326. <body>
  327.  
  328. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  329.  
  330. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  331. <!--tutorial by meem.co.vu-->
  332. <script>
  333.  
  334. (function($){
  335.  
  336. $(document).ready(function(){
  337.  
  338. $("a[title]").style_my_tooltips({
  339.  
  340. tip_follows_cursor:true,
  341.  
  342. tip_delay_time:90,
  343.  
  344. tip_fade_speed:600,
  345.  
  346. attribute:"title"
  347.  
  348. });
  349.  
  350. });
  351.  
  352. })(jQuery);
  353.  
  354. </script>
  355.  
  356. <div id="sidebar">
  357. <div id="sidebarimage">
  358. <img src="{image:sidebar}"></div>
  359.  
  360.  
  361. <div id="links">
  362. <a title="{text:link 1}" href="{text:link 1 url}">i.</a>
  363. <a title="{text:link 2}" href="{text:link 2 url}">ii.</a>
  364. <a title="{text:link 3}" href="{text:link 3 url}">iii.</a>
  365. <a title="{text:link 4}" href="{text:link 4 url}">iv.</a>
  366. <a title="{text:link 5}" href="{text:link 5 url}">v.</a>
  367. </div>
  368.  
  369. <div id="description">{description}</div>
  370.  
  371. {block:Pagination}
  372. <div id="pagination">
  373.  
  374. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  375. {block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}
  376. </div>{/block:Pagination}
  377.  
  378. </div></div>
  379.  
  380.  
  381. <div id="postscontainer">
  382.  
  383. {block:Posts}
  384.  
  385. <div id="posts">
  386.  
  387.  
  388. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  389.  
  390.  
  391. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  392.  
  393. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  394.  
  395. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  396.  
  397. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  398.  
  399. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  400.  
  401. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  402.  
  403. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  404.  
  405. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} told me: {Question}</div> {Answer}{/block:Answer}
  406.  
  407. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><font color=#DB0F0F>♥</font><a href="{Permalink}">
  408. {NoteCount}</a></div>
  409. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  410. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  411. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  412. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  413.  
  414.  
  415. </div>
  416.  
  417. {/block:Posts}
  418.  
  419. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  420. {/block:Posts}
  421.  
  422. </div>
  423.  
  424.  
  425. <div id="credit"><a href="http://louiswillam.tumblr.com/">LW</a>
  426. </body>
  427. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement