moanszayn

Liam

Dec 16th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.15 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. <!--
  4.  
  5. THEME BY AILEEN AKA LUSTINGLOU
  6. FOLLOW THE RULES AND STAY GUCCI
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:selection" content="#38E8A7"/>
  21. <meta name="color:Link" content="#aaaaaa"/>
  22. <meta name="color:Tags" content="#cccccc"/>
  23. <meta name="color:Hover" content="#f1f1f1"/>
  24. <meta name="color:Line" content="#bbb"/>
  25. <meta name="color:Border" content="#eeeeee"/>
  26. <meta name="color:scrollbarbg" content="ffffff"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:linkA" content="">
  31. <meta name="text:linkA url" content="/">
  32. <meta name="text:linkB" content="">
  33. <meta name="text:linkB url" content="/">
  34. <meta name="text:linkC" content="">
  35. <meta name="text:linkC url" content="/">
  36. <meta name="text:linkD" content="">
  37. <meta name="text:linkD url" content="/">
  38.  
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. /*--scrollbar--*/
  44.  
  45. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbarbg};}
  46. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  47. ::-webkit-scrollbar {background-color:{color:scrollbarbg};height:7px;width:12px;border:5px solid #fff;}
  48. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbarbg};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  49. }
  50.  
  51.  
  52. body {
  53. background:{color:background};
  54. margin:0px;
  55. color:{color:text};
  56. font-family:Trebuchet MS;
  57. font-size:9px;
  58. line-height:100%;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. -moz-outline-style:none;
  64. color:{color:link};
  65. -webkit-transition-duration:0.6s;
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72.  
  73. h1 {
  74. font-size:12px;
  75. text-transform:uppercase;
  76. }
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. blockquote blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88.  
  89. a:hover {
  90. color:{color:hover};
  91. }
  92. @font-face{font-family:Fangtasia;src:url(http://static.tumblr.com/9wzbixa/n1fmj2ibf/fangtasia.ttf);}
  93.  
  94.  
  95.  
  96. #sidebar {
  97. position:fixed;
  98. width:150px;
  99. margin-left:150px;
  100. margin-top:150px;
  101. opacity:1;
  102.  
  103. }
  104.  
  105. }
  106. #sidebarimage {
  107. width 200px;
  108. }
  109.  
  110. #sidebarimage img {
  111. width:250px;
  112. padding:0px;
  113. border-radius:3px;
  114.  
  115.  
  116. }
  117.  
  118.  
  119. .desc {
  120. -webkit-transition-duration:0.6s;
  121. position:fixed;
  122. margin-top:-100px;
  123. margin-left:33px;
  124. font-family:Trebuchet MS;
  125. line-height:130%;
  126. font-size:9px;
  127. font-style:normal;
  128. width:150px;
  129. padding:15px;
  130. text-align:center;
  131. color:{color:text};
  132. opacity:0;
  133. border:3px double #bbb;
  134. -webkit-transition-duration:0.6s;
  135.  
  136.  
  137. }
  138.  
  139. .desc a
  140. {
  141. color:{color:text};
  142. -moz-transition-duration:0.6s;
  143. -webkit-transition-duration:0.6s;
  144. -o-transition-duration:0.6s;
  145. }
  146.  
  147. #sidebar:hover .desc{
  148. -webkit-transition-duration:0.6s;
  149. opacity:1;
  150. color:{color:text};
  151. background:#fff;
  152. padding:15px;
  153. border-radius:1px;
  154. opacity:0.9;
  155. border:3px double #bbb;
  156. z-index:1;
  157.  
  158. }
  159.  
  160. .links {
  161. position:fixed;
  162. margin-top:-3px;
  163. margin-left:3px;
  164. width:215px;
  165. padding: 9px;
  166. word-spacing:2px;
  167. text-align:center;
  168. text-transform:uppercase;
  169. }
  170.  
  171. .links a {
  172. font-size: 14px;
  173.  
  174. }
  175.  
  176.  
  177. #pagi{
  178. width:40px;
  179. font-size:10px;
  180. text-align:center;
  181. margin-left:105px;
  182. margin-top:30px;
  183. position:fixed;
  184. font-family:Trebuchet MS;
  185. letter-spacing:0px;
  186. line-height:160%;
  187. display:block;
  188.  
  189. }
  190.  
  191.  
  192. #all {
  193. padding:10px;
  194. width:500px;
  195. margin-left:500px;
  196. margin-top:50px;
  197. font-size:10px;
  198. }
  199.  
  200.  
  201.  
  202. #posts {
  203. width:500px;
  204. padding-bottom:20px;
  205. padding:10px;
  206. margin-top:30px;
  207. background-color:{color:Post};
  208. }
  209.  
  210.  
  211. #details {
  212. font-family:Trebuchet MS;
  213. text-align:right;
  214. margin-top:8px;
  215. text-transform:uppercase;
  216. font-size:8px;
  217. font-style:none;
  218. border-top:2px solid {color:Line};
  219. }
  220.  
  221.  
  222. #tags {
  223. font-family:Trebuchet MS;
  224. letter-spacing:0px;
  225. text-transform:lowercase;
  226. font-size:10px;
  227. font-style:italic;
  228. margin-top:2px;
  229. text-align:right;
  230. -webkit-transition-duration:0.6s;
  231. }
  232.  
  233. #tags a:hover {
  234. display:inline-block;
  235. padding:-3px;
  236. text-align:right;
  237. color:{color:Tags};
  238. -webkit-transition: color 1.25s linear;
  239. transition: color 1.25s linear;
  240. transition: background-color .15s linear .1;
  241. padding:0px
  242. -webkit-transition-duration:0.6s;
  243. }
  244.  
  245.  
  246. /*--asks--*/
  247.  
  248. #askbg {
  249. padding:12px;
  250. background-color:{color:ask};
  251. }
  252.  
  253. #ask {
  254. margin-top:-10px;
  255. font-family:calibri;
  256. text-align:left;
  257. }
  258.  
  259. #ask img {
  260. margin-top:30px;
  261. width:60px;
  262. border-radius:8px;
  263. }
  264.  
  265. /*--credit--*/
  266.  
  267. #credit{
  268. right:8px;
  269. bottom: 2px;
  270. position:fixed;
  271. padding:5px;
  272. }
  273.  
  274. #credit a:hover { color: {color:linkhover};}
  275.  
  276.  
  277. {CustomCSS}
  278. iframe#tumblr_controls { right:3px !important; position: fixed !important; z-index:999999999999999999999999999999999999999999999 !important; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; -webkit-filter: invert(100%);}
  279. ::-moz-selection {background: {color:selection}; color:#fff;}
  280.  
  281. ::selection {background:{color:selection}; color:#fff; }
  282.  
  283.  
  284.  
  285. #s-m-t-tooltip {
  286.  
  287. max-width:300px;
  288.  
  289. padding:3px 4px 5px 4px;
  290.  
  291. margin:20px 0px 0px 20px;
  292.  
  293. background-color:#fff; /* change the background color */
  294.  
  295. border-radius:2px;
  296.  
  297. border:2px solid #bbb;
  298.  
  299. font-family:calibri; /* change the font */
  300.  
  301. font-size:9px; /* change the font size */
  302.  
  303. letter-spacing:2px; /* change the letter spacing */
  304.  
  305. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  306.  
  307. color:#000; /* change the text color */
  308.  
  309. z-index:999999999999999999999999999999999999;
  310.  
  311. }
  312.  
  313. </style>
  314.  
  315.  
  316.  
  317. </head>
  318.  
  319. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  320.  
  321. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  322.  
  323. <script>
  324.  
  325. (function($){
  326.  
  327. $(document).ready(function(){
  328.  
  329. $("a[title]").style_my_tooltips({
  330.  
  331. tip_follows_cursor:true,
  332.  
  333. tip_delay_time:90,
  334.  
  335. tip_fade_speed:600,
  336.  
  337. attribute:"title"
  338.  
  339. });
  340.  
  341. });
  342.  
  343. })(jQuery);
  344.  
  345. </script>
  346.  
  347. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'><body>
  348.  
  349.  
  350. <div id="sidebar">
  351. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  352.  
  353. <div class="desc">
  354. {Description}
  355. </div>
  356. <div class="links">
  357. {block:IfLinkA}
  358.  
  359. <a title="{text:linkA}"href="{text:linkA url}"><img src="http://gyazo.com/849ab4aae77425aa7c698c08cbe9d497.png"></a>
  360. {/block:IfLinkA}
  361.  
  362. {block:IfLinkB}
  363. <a title="{text:linkB}"href="{text:linkB url}"><img src="http://gyazo.com/a34857079bf8cb80e92ca977bfeeb866.png"></a>
  364. {/block:IfLinkB}
  365.  
  366. {block:IfLinkC}
  367. <a title="{text:linkC}"href="{text:linkC url}"><img src="http://gyazo.com/1757dadde188adfc1c4e9a49c4c199d3.png"></a>
  368. {/block:IfLinkC}
  369.  
  370. {block:IfLinkD}
  371. <a title="{text:linkD}"href="{text:linkD url}"><img src="http://gyazo.com/ec93c27a997d8a8bfcb8caa3f983548f.png"></a>
  372. {/block:IfLinkD}
  373.  
  374.  
  375. </div>
  376.  
  377. {block:Pagination}
  378. <div id="pagi">
  379.  
  380. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  381. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  382. </div>{/block:Pagination}
  383.  
  384. </div></div>
  385.  
  386.  
  387. <div id="all">{block:Posts}<div id="posts">
  388.  
  389. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  390.  
  391. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  392.  
  393. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  394.  
  395. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  396.  
  397. {block:Quote}{Quote}{/block:Quote}
  398.  
  399. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  400. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  401. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  402. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  403. {/block:Audio}
  404.  
  405. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  406.  
  407. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  408.  
  409.  
  410. {block:Answer}<div id="askbg"> <div id="ask"></div> <br> <img src="{AskerPortraitURL-24}"> {Asker} was like: {Question}</div> {Answer}{/block:Answer}
  411.  
  412. <div id="details">
  413. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a style="color:#FFC4FA;"> ♥ </a> <a href="{Permalink}">{NoteCountWithLabel}</a>
  414. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  415. {/block:Posts}
  416. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  417. {/block:Posts}</div></div></div>
  418.  
  419.  
  420.  
  421.  
  422. <div id="credit" data="credit"><a href="http://snownouis.tumblr.com"><img src="http://24.media.tumblr.com/d51c7e63ee92e592f42bead860a1cb3e/tumblr_mrczibkCXy1som5q2o1_500.png" width="50px" height="65px"></a></div>
  423.  
  424. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment