hoopers

Amore (retired)

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