hoopers

Venice (retired)

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