hoopers

Minimal (retired)

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