iwtyhe

23# Why So Sweet?

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