iwtyhe

#19 - Missing U

Jul 3rd, 2012
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 11.72 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <meta name="color:background" content="#644F92"/>
  5. <meta name="color:text" content="#000000"/>
  6. <meta name="color:title" content="#000000"/>
  7. <meta name="color:link" content="#684B64"/>
  8. <meta name="color:hover" content="#000000"/>
  9. <meta name="color:link one" content="#FF9E9E"/>
  10. <meta name="color:link two" content="#FFC39E"/>
  11. <meta name="color:link three" content="#FFF99E"/>
  12. <meta name="color:link four" content="#B6FF9E"/>
  13. <meta name="color:link five" content="#FF9E9E"/>
  14. <meta name="color:link six" content="#FFC39E"/>
  15. <meta name="color:link seven" content="#FFF99E"/>
  16. <meta name="color:link eight" content="#B6FF9E"/>
  17. <meta name="color:theme link" content="#9EC6FF"/>
  18. <meta name="image:Background" content="http://media.tumblr.com/tumblr_loqbl5toEA1qf72le.png"/>
  19. <meta name="image:Sidebar" content="http://30.media.tumblr.com/tumblr_m1vgzh89nM1robhlmo1_500.png"/>
  20. <meta name="if:Show Title" content=""/>
  21. <meta name="if:Faded Images" content=""/>
  22. <meta name="if:RainBow Links" content=""/>
  23. <meta name="if:Show caption" content=""/>
  24. <meta name="if:Infinite scrolling" content=""/>
  25. <meta name="if:Pagination" content=""/>
  26. <meta name="if:Enable tiny cursor" content=""/>
  27. <meta name="if:Tiny scrollbar" content=""/>
  28. <meta name="text:Link 1" content=""/>
  29. <meta name="text:Link 1 Title" content="Home"/>
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Title" content="Ask"/>
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Title" content="About"/>
  34. <meta name="text:Link 4" content=""/>
  35. <meta name="text:Link 4 title" content="Links"/>
  36. <meta name="text:Link 5" content=""/>
  37. <meta name="text:Link 5 Title" content="Home"/>
  38. <meta name="text:Link 6" content="" />
  39. <meta name="text:Link 6 Title" content="Ask"/>
  40. <meta name="text:Link 7" content="" />
  41. <meta name="text:Link 7 Title" content="About"/>
  42. <meta name="text:Link 8" content=""/>
  43. <meta name="text:Link 8 title" content="Links"/>
  44.  
  45. {block:Description}
  46. <meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <title>
  48. {block:PostSummary}
  49. {PostSummary} - {/block:PostSummary}{Title}</title>
  50.  
  51. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  52.  
  53. <style type="text/css">
  54.  
  55. {block:ifenabletinycursor}
  56. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:ifenabletinycursor}
  57.  
  58. {block:iftinyscrollbar}
  59. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  60. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid black;}
  61. {/block:iftinyscrollbar}
  62.  
  63. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  64.  
  65. body {
  66. margin:0px;
  67. background-color: {color:Background};
  68. background-image:url({image:Background});
  69. background-attachment: fixed;
  70. background-repeat: repeat;}
  71. body, div, p, textarea, submit, input{font-family: cambria; font-size: 10px; line-height: 10px; letter-spacing:0px; color:{color:Text};}
  72.  
  73. p {margin:0px; margin-top:5px;}
  74.  
  75. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  76. a:hover {color:{color:Hover};}
  77.  
  78. #center {
  79. margin:auto;
  80. position:relative;
  81. width:800px; background-color:;
  82. overflow:auto;
  83. overflow-y:hidden;}
  84.  
  85. #content {
  86. margin-left: 130px;
  87. width:404px;
  88. font-family: verdana;
  89. font-size: 12px;
  90. }
  91.  
  92. #entry {
  93. margin-top:5px;
  94. padding:2px;
  95. width: 400px;
  96. background: white;
  97. }
  98.  
  99. #permalink {
  100. position: absolute;
  101. margin-left: -10px;
  102. }
  103.  
  104. #permalink a{
  105. color: black;
  106. }
  107.  
  108. #sidebar {
  109. position:fixed !important;
  110. margin: 5px 0px 0px 560px;
  111. padding:2px;
  112. }
  113.  
  114. #linkbar {
  115. margin: 30px 0px 0px 680px;
  116. position: fixed;
  117. }
  118.  
  119. #links a{
  120. display: block;
  121. font-family: 'littlefont';
  122. font-size: 8px;
  123. line-height: 8px;
  124. height: 8px;
  125. text-align: right;
  126. color: black;
  127. width: 50px;
  128. text-transform: uppercase;
  129. padding: 1px;
  130. transition: all 0.5s ease-out;
  131. -o-transition-transition: all 0.5s ease-out;
  132. -webkit-transition: all 0.5s ease-out;
  133. -moz-transition: all 0.5s ease-out;
  134. margin-top: 2px;
  135. }
  136.  
  137. #links a:hover {
  138. padding-left: 50px;
  139. transition: all 0.5s ease-out;
  140. -o-transition-transition: all 0.5s ease-out;
  141. -webkit-transition: all 0.5s ease-out;
  142. -moz-transition: all 0.5s ease-out;
  143. }
  144.  
  145. .circleBase {
  146. -webkit-border-radius: 999px;
  147. -moz-border-radius: 999px;
  148. border-radius: 999px;
  149. behavior: url({image:sidebar});
  150. }
  151.  
  152. .type1 {
  153. overflow: hidden;
  154. width: 150px;
  155. height: 150px;
  156. border: 2px solid white;
  157. }
  158.  
  159. .description {
  160. display: block;
  161. width: 150px;
  162. padding: 2px;
  163. background: white;
  164. margin-top: 10px;
  165. }
  166.  
  167. #postnotes{
  168. text-align: left;}
  169.  
  170. #postnotes blockquote{
  171. border: 0px;}
  172.  
  173. .title{
  174. font-size: 20px;
  175. line-height: 9px;
  176. font-family: Verdana;
  177. color: {color:Title};
  178. letter-spacing: 2;
  179. }
  180.  
  181. .blogtitle {
  182. font-size: 12px;
  183. line-height: 9px;
  184. color: {color:Title};
  185. }
  186.  
  187. blockquote{
  188. padding:0px 0px 2px 5px;
  189. margin:2px 0px 2px 1px;
  190. border-left: 1px solid {color:Text};}
  191. blockquote p, ul{margin:0px; padding:0px;}
  192.  
  193. .chat .line{
  194. background-color:#ffffff;
  195. margin: 0 0 1px;
  196. padding: 2px;
  197. }
  198. .chat .line.odd{
  199. background-color:#F0F0F0;
  200. }
  201.  
  202. .label {font-weight:bold; color:{color:text}}
  203.  
  204. a img{border: 0px;}
  205.  
  206. .p { padding-top: 5px; }
  207. .ol, ul { margin-left: 10px; padding: 5px; }
  208. .ul { list-style-type: square; }
  209.  
  210. .albumart { margin-bottom: 0px; }
  211. .albumart img, .audio embed { width: 50px; padding-right: 5px;}
  212.  
  213. .notes img{width:10px; position:left; top:3px;}
  214.  
  215. {font-size: 100%;}
  216.  
  217. ::-webkit-scrollbar{width:8px;height:8px;}
  218. ::-webkit-scrollbar-button:start:decrement
  219. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  220. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  221. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:#666666; background-color: #9ec6ff;-webkit-border-radius:px;}
  222. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:#666666; background-color:#9ec6ff;-webkit-border-radius:px;}
  223.  
  224. {CustomCSS}
  225. </style>
  226. <link rel="shortcut icon" href="{Favicon}">
  227. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  228. <meta name="viewport" content="width=820" />
  229. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  230. "></script>{/block:ifrainbowlinks}
  231. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  232. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  233. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  234.  
  235. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  236. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  237. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  238. <script type="text/javascript">
  239. $(document).ready(function() {
  240. $().UItoTop({ easingType: 'easeOutQuart' });
  241. });
  242. </script>{/block:ifinfinitescrolling}
  243. </head>
  244. <body>
  245. <div id="center">
  246. <div id="linkbar">
  247. <div id="links">
  248. {block:link1}<a style="width: 50px; background: {color:link one};" href="{text:Link 1}">{text:Link 1 Title}</a>{/block:link1}
  249.  
  250. {block:link2}<a style="width: 60px; background: {color:link two};" href="{text:Link 2}">{text:Link 2 Title}</a>{/block:link2}
  251.  
  252. {block:link3}<a style="width: 70px; background: {color:link three};" href="{text:Link 3}">{text:Link 3 Title}</a>{/block:link3}
  253.  
  254. {block:link4}<a style=" width: 65px; background: {color:link four};" href="{text:Link 4}">{text:Link 4 Title}</a>{/block:link4}
  255.  
  256. {block:link5}<a style=" width: 75px; background: {color:link five};" href="{text:Link 5}">{text:Link 5 Title}</a>{/block:link5}
  257.  
  258. {block:link6}<a style=" width: 90px; background: {color:link six};" href="{text:Link 6}">{text:Link 6 Title}</a>{/block:link6}
  259.  
  260. 7{block:link7}<a style=" width: 80px; background: {color:link seven};" href="{text:Link 7}">{text:Link 7 Title}</a>{/block:link7}
  261.  
  262. {/block:link8}<a style=" width: 75px; background: {color:link eight};" href="{text:Link 8}">{text:Link 8 Title}</a>{/block:link8}
  263.  
  264. <a style="background: {color:theme link};" width: 68px; href="http://w-hisperss.tumblr.com">theme</a>
  265. </div>
  266. </div>
  267. <div id="sidebar">
  268. {block:ifShowTitle}<center>
  269. <div class="blogtitle"><a href="/">{Title}</a></div></center><br>{/block:ifShowTitle}
  270. <div class="circleBase type1"><img src="{image:sidebar}" width=150px; height=150px;></div>
  271. <div class="description"><div style="overflow: auto; height:140px;">{Description}</div>
  272. {block:ifpagination}
  273. <br>
  274. {block:HasPages}{block:Pages} <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}{/block:HasPages}
  275.  
  276. <center>
  277.  
  278. <br>
  279. {block:PreviousPage} <a href="{PreviousPage}"><font size="2"></font></a>{/block:PreviousPage}
  280. {block:NextPage}<a href="{NextPage}"><font size="2"></font></a>{/block:NextPage}
  281. {/block:ifpagination}</div>
  282. </div>
  283.  
  284. <div id="content">
  285. {block:Posts}
  286. <div id="entry">
  287. {block:indexpage}<div id="permalink"><a href="{permalink}">+</a></div>{/block:IndexPage}
  288.  
  289. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:text}
  290.  
  291. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}{/block:link}
  292.  
  293. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  294.  
  295. {block:Photoset}<center>{Photoset-400}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  296.  
  297. {block:Quote}<span class="title">{Quote}</span>{block:Source}<center><big><br><i> - {Source}</i>{/block:Source}</center></big>{/block:Quote}
  298.  
  299. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  300. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  301.  
  302. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerGrey}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  303. {TrackName}</span>{/block:TrackName}<br>
  304. {block:Artist}<span><strong>Artist:</strong>
  305. {Artist}</span>{/block:Artist}<br>
  306. {/block:Audio}
  307.  
  308. {block:Video}<center>{Video-400}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  309.  
  310. {block:PermalinkPage}
  311. <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  312. {/block:PermalinkPage}
  313.  
  314. {block:PostNotes}{PostNotes}
  315. {/block:PostNotes}</div>{/block:Posts}
  316. </div></div>
  317. </body>
  318. </html>
Advertisement
Add Comment
Please, Sign In to add comment