hoopers

tsukki!!

Jan 10th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. <!-- Hello! this is a theme by waifu5.tumblr.com made possible by using a basecode provided by themesbyzsu.tumblr.com/hardziam. I would like to thank them for this base code! Also please don't steal or take any parts of this code!
  2. Thanks again,
  3. waifu5// liss -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15.  
  16. <meta name="color:Background" content="#fff" />
  17. <meta name="color:Body" content="#333" />
  18. <meta name="color:Link" content="#8d8c8d" />
  19. <meta name="text:Link1" content="link" />
  20. <meta name="text:Link1 URL" content="/" />
  21. <meta name="text:Link2" content="link" />
  22. <meta name="text:Link2 URL" content="/" />
  23. <meta name="text:Link3" content="link" />
  24. <meta name="text:Link3 URL" content="/" />
  25. <meta name="text:Link4" content="link" />
  26. <meta name="text:Link4 URL" content="/" />
  27. <script language=”JavaScript” src=”http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js” type=”text/JavaScript”></script>
  28.  
  29. <style>
  30. div#qTip {
  31. padding:5px;
  32. display: none;
  33. text-align: center;
  34. position: absolute;
  35. font-size:8px;
  36. margin-left:10px;
  37. z-index: 1000;
  38. color:#000;
  39. }
  40. </style>
  41.  
  42. <style type="text/css">
  43. @font-face {font-family: Old Style; src:url(http://static.tumblr.com/qlqlqm0/ZiBn90yr0/oldsh____1_.ttf)}
  44. body {
  45. background: {color:Background};
  46. position:absolute;
  47. font-size:9px;
  48. letter-spacing:1px;
  49. font-family:calibri;
  50. color:black;
  51.  
  52. }
  53.  
  54. blockquote {
  55. padding:5px;
  56. padding-left:10px;
  57. text-align: justify;
  58. }
  59.  
  60. blockquote img {
  61. max-width: 100%;
  62. display: block;
  63. margin-bottom: 5px;
  64. }
  65.  
  66. blockquote blockquote {
  67. margin: 10px;
  68. padding: 10px;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. color:{color:Link};
  75. -webkit-transition: all 0.5s ease-in-out;
  76. -moz-transition: all 0.5s ease-in-out;
  77. -o-transition: all 0.5s ease-in-out;
  78. }
  79.  
  80. a:hover {
  81. color:black;
  82. background-color:yellow;
  83. -webkit-transition: all 0.5s ease-in-out;
  84. -moz-transition: all 0.5s ease-in-out;
  85. -o-transition: all 0.5s ease-in-out;
  86. }
  87.  
  88. h1 {
  89. font-family:calibri;
  90. text-align:center;
  91. }
  92.  
  93. h2 {
  94. font-family:calibri;
  95. text-transform:lowercase;
  96. padding:5px;
  97. color:{color:Link};
  98. }
  99.  
  100. #title {
  101. color:black;
  102. text-align:center;left:450px;
  103. font-family: calibri;text-decoration:underline;
  104. }
  105. #title a {
  106. color:{color:Body};
  107. font-size:10px
  108.  
  109. font-family:calibri;
  110. -webkit-transition: all 0.3s ease-in-out;
  111. -moz-transition: all 0.3s ease-in-out;
  112. -o-transition: all 0.3s ease-in-out;
  113. }
  114. #title a:hover {
  115. color:black;
  116. -webkit-transition: all 0.3s ease-in-out;
  117. -moz-transition: all 0.3s ease-in-out;
  118. -o-transition: all 0.3s ease-in-out;
  119. }
  120. #sidebar {
  121. position:fixed;
  122. top:90px;
  123. left:750px;
  124. width:250px;
  125. padding:5px;
  126. }
  127.  
  128.  
  129. #description {
  130. padding:10px;
  131. color:{color:Description};
  132. font-family:times;
  133. font-size:11px;
  134. text-align:left;
  135. font-family:;
  136. }
  137.  
  138. #pagination {
  139. background:black;
  140. color:white;
  141. }
  142.  
  143. #links {
  144. text-align:center; }
  145.  
  146.  
  147. #links a{
  148. display:inline-block;
  149. font-family:calibri;
  150. font-size:9px;
  151. padding:2px;
  152. color:{color:Link};
  153.  
  154. }
  155.  
  156. #links a:hover{
  157. color:black;
  158. padding:2px;
  159.  
  160. }
  161.  
  162.  
  163. #entries {
  164. font-size:10px;
  165. margin-left: 300px;
  166. margin-top:40px;
  167. float: right;
  168. text-align: justify;
  169. }
  170.  
  171. #post {
  172. font-size:8px;
  173. padding: 55px;
  174. margin-bottom:30px;
  175. width: 250px;
  176. color:{color:Body};
  177. text-align: left;
  178. overflow:hidden;
  179. }
  180.  
  181. #info {
  182. padding: 10px;
  183. text-align:center;
  184. }
  185.  
  186. #credit a{
  187. position:fixed;
  188. right:3px;
  189. bottom:3px;
  190. padding:4px;
  191. font-size:11px;
  192. font-family:times;
  193. color:black;
  194. -moz-transition-duration:.5s;
  195. -webkit-transition-duration:.5s;
  196. -o-transition-duration:.5s;
  197. }
  198.  
  199. #credit a:hover {
  200. color:black;
  201.  
  202. -moz-transition-duration:.5s;
  203. -webkit-transition-duration:.5s;
  204. -o-transition-duration:.5s;
  205. }
  206.  
  207.  
  208. </style>
  209. <style type="text/css">{CustomCSS}</style>
  210. </head>
  211.  
  212. <body>
  213. <div id="sidebar">
  214. <div id="title"><a href="/">{title}</a></div><p>
  215. <div id="links">
  216. <a href="/ask">message</a><p>
  217. <a href="/archive">history</a><p>
  218.  
  219. <a href="{text:Link1 URL}">{text:Link1}</a><p>
  220.  
  221. <a href="{text:Link2 URL}">{text:Link2}</a><p>
  222.  
  223. <a href="{text:Link3 URL}">{text:Link3}</a><p>
  224.  
  225. <a href="{text:Link4 URL}">{text:Link4}</a><p>
  226. {block:PreviousPage}<a href="{PreviousPage}">↩</a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}">↪</a>{/block:NextPage}</center>
  227. </div>
  228. </div>
  229. </div>
  230.  
  231.  
  232.  
  233. <div id="entries">
  234. {block:Posts}
  235. <div id="post">
  236.  
  237. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  238.  
  239. {block:Quote}<h3>“{Quote}” </h3>
  240. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  241.  
  242. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  243. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  244.  
  245. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:Photo}
  246. {block:Photoset}<center>{Photoset-250}</center>{/block:Photoset}
  247.  
  248. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  249. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  250.  
  251.  
  252.  
  253.  
  254. {block:Audio}
  255. {block:AudioPlayer}
  256. {AudioPlayerblack}
  257. {/block:AudioPlayer}
  258. {block:AlbumArt}
  259. <img src="{AlbumArtURL}" width="100px"/>
  260. {/block:AlbumArt}
  261. <br>
  262. {block:TrackName}Track: {TrackName}{/block:TrackName}<br>
  263. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  264. {block:Album}Album: {Album}{/block:Album}<br>
  265. {block:Playcount}Play count: {FormattedPlayCount}{/block:Playcount}
  266. {block:Caption}{Caption}{/block:Caption}
  267. {/block:Audio}
  268.  
  269. {block:Answer}
  270. <img src="{AskerPortraitURL-30}">
  271. {Asker} asked: {Question}<br>
  272. {Answer}{/block:Answer}
  273.  
  274.  
  275.  
  276. <div id="info">
  277. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  278. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}){/block:RebloggedFrom}<br>
  279. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  280.  
  281. </div>
  282. {/block:Posts}
  283. <center>
  284.  
  285.  
  286. {block:PostNotes}{PostNotes}{/block:PostNotes}
  287.  
  288. </div>
  289.  
  290.  
  291.  
  292. <!----- put in your url here! ---->
  293.  
  294. </body>
  295. </html>
Advertisement
Add Comment
Please, Sign In to add comment