Advertisement
tylerhhoechlin

Theme #1

Sep 4th, 2013
1,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.45 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8.  
  9. {block:Description}<meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12.  
  13.  
  14. <!---THEME #1 BY HARRYSTYHELLS
  15. PREVIOUSLY TUMBLR USER TYLERHHOECHLIN
  16. PLEASE DO NOT STEAL OR USE A BASE
  17. THANK YOU, AND ENJOY THE THEME!
  18. --->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#777777"/>
  22. <meta name="color:Sidebar Links" content="#ffffff"/>
  23. <meta name="color:Hover" content="#000000"/>
  24. <meta name="color:Post Links" content="#c0bfbf"/>
  25. <meta name="image:Sidebar" content=""/>
  26. <meta name="image:Background" content=""/>
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 1 Text" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 2 Text" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 3 Text" content="" />
  33. <meta name="if:Show Link 1" content="1" />
  34. <meta name="if:Show Link 2" content="1" />
  35. <meta name="if:Show Link 3" content="1" />
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40. ::-webkit-scrollbar-thumb {
  41. height:auto;
  42. background-color: #000;
  43. border: 2px solid #fff;
  44.  
  45. }
  46.  
  47. ::-webkit-scrollbar-button:start:decrement,
  48. ::-webkit-scrollbar-button:end:increment{
  49. display:block;
  50. height:5px;
  51. border-right:2px solid #fff;
  52. border-left:2px solid #fff;
  53. background-color:#000;
  54. }
  55.  
  56. ::-webkit-scrollbar {
  57. height:9px;
  58. width:9px;
  59. background-color: #dadada;
  60. border: 4px solid #fff;
  61.  
  62. }
  63.  
  64. body {
  65. background:{color:background};
  66. margin:0px;
  67. color:{color:text};
  68. font-family:calibri;
  69. font-size:10px;
  70. line-height:100%;
  71. letter-spacing:0px;
  72. text-align:justify;
  73. background-image:url('{image:Background}');
  74. }
  75.  
  76. a {
  77. text-decoration:none;
  78. outline:none;
  79. -moz-outline-style:none;
  80. color:{color:Post Links};
  81. }
  82.  
  83. img {
  84. border:none;
  85. }
  86.  
  87. blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. blockquote blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. }
  96.  
  97. h1 {
  98. font-size:15px;
  99. letter-spacing:0px;
  100. text-transform:lowercase;
  101. font-family:'arial';
  102. font-style:none;
  103. line-height:10px;
  104. text-align:center;
  105. padding:6px;
  106. }
  107.  
  108. a:hover {
  109. color:#000000;
  110. -moz-transition-duration:0.3s;
  111. -webkit-transition-duration:0.3s;
  112. -o-transition-duration:0.3s;
  113. }
  114.  
  115.  
  116. #entries {
  117. padding:0px;
  118. width:500px;
  119. margin-left:402px;
  120. margin-top:5px;
  121. font-size:10px;
  122. font-family:'arial';
  123. letter-spacing:0px;
  124. }
  125.  
  126. #post {
  127. width:500px;
  128. padding-bottom:40px;
  129. padding:25px;
  130. margin-top:50px;
  131. }
  132.  
  133.  
  134. #sidebar {
  135. position:fixed;
  136. margin-left:100px;
  137. margin-top:80px;
  138. margin-left:200px;
  139. }
  140.  
  141. #sidebarimage {
  142. width 130px;
  143. }
  144.  
  145. #sidebarimage img {
  146. width:230px;
  147. margin-top:164px;
  148. padding:3px;
  149. margin-left:-80px;
  150. }
  151.  
  152. .links {
  153. width:230px;
  154. font-family:'trebuchet ms';
  155. padding: 4px;
  156. text-align:center;
  157. text-transform:uppercase;
  158. position:fixed;
  159. margin-top:0px;
  160. margin-left:-81px;
  161. }
  162.  
  163. .links a {
  164. width:94px;
  165. padding:3px;
  166. font-size:7px;
  167. font-weight:none;
  168. letter-spacing:1px;
  169. color:{color:Sidebar Links};
  170. background-color:#000;
  171. }
  172.  
  173. .links a:hover {
  174. -moz-transition-duration:0.3s;
  175. -webkit-transition-duration:0.3s;
  176. -o-transition-duration:0.3s;
  177. color:transparent;
  178. }
  179.  
  180. #description {
  181. text-align:justify;
  182. font-family:'Arial';
  183. width:225px;
  184. margin-top:7px;
  185. margin-left:3px;
  186. font-size:9px;
  187. position:fixed;
  188. text-transform:none;
  189. color:{color:DescriptionText};
  190. }
  191.  
  192. #pagination {
  193. font-style:bold;
  194. padding:2px;
  195. font-family:'trebuchet ms';
  196. letter-spacing:1px;
  197. font-size:7px;
  198. text-align:center;
  199. padding:2px;
  200. margin-top:10px;
  201. text-transform:uppercase;
  202. }
  203.  
  204. #pagination a {
  205. background-color:#fff;
  206. color:#000;
  207. }
  208.  
  209. #pagination a:hover {
  210. color:transparent;
  211. -moz-transition-duration:0.3s;
  212. -webkit-transition-duration:0.3s;
  213. -o-transition-duration:0.3s;
  214. }
  215.  
  216. #info {
  217. width:500px;
  218. text-align:left;
  219. font-family:'arial';
  220. margin-top:5px;
  221. margin-left:0px;
  222. letter-spacing:0px;
  223. font-size:9px;
  224. font-style:none;
  225. padding:1px;
  226. line-height:10px;
  227. text-transform:lowercase;
  228. border-top:0px solid;
  229. border-color:{color:Border};
  230. }
  231.  
  232. #info a {
  233. text-align:center;
  234. color:{color:Post Links};
  235. margin-left:-1px;
  236. padding:2px;
  237. }
  238.  
  239. #info a:hover {
  240. -moz-transition-duration:0.3s;
  241. -webkit-transition-duration:0.3s;
  242. -o-transition-duration:0.3s;
  243. color:#000;
  244. }
  245.  
  246. #tags {
  247. float:left;
  248. width:489px;
  249. margin-top:-6px;
  250. margin-left:-5px;
  251. text-align:left;
  252. font-size:7px;
  253. padding:5px;
  254. font-size:8px;
  255. opacity:1;
  256. transition-duration: 0.5s;
  257. -moz-transition-duration: 0.5s;
  258. -webkit-transition-duration: 0.5s;
  259. -o-transition-duration: 0.5s
  260. }
  261.  
  262. #tags a {
  263. letter-spacing:0px;
  264. font-size:9px;
  265. text-transform:lowercase;
  266. text-align:center;
  267. font-family:'arial';
  268. text-decoration:none;
  269. display:inline-block;
  270. padding:2px;
  271. color:{color:text};
  272. }
  273.  
  274. #tags a:hover {
  275. background-color:#fff;
  276. text-decoration:underline;
  277. -moz-transition-duration:0.3s;
  278. -webkit-transition-duration:0.3s;
  279. -o-transition-duration:0.3s;
  280. color:#000;
  281. }
  282.  
  283.  
  284. #asker {
  285. background-color:#000;
  286. line-height:50%;
  287. padding:15px 15px 15px 10px;
  288. color:#fff;
  289. }
  290.  
  291. #asker a {
  292. color:#fff;
  293. }
  294.  
  295. #asker a:hover {
  296. color:{color:hover};
  297. }
  298.  
  299. #answer {
  300. padding:10px;
  301. margin-bottom:5px;
  302. background-color:#f8f8f8;
  303. }
  304.  
  305. #credit {
  306. position:fixed;
  307. font-family:'trebuchet ms';
  308. text-transform:uppercase;
  309. font-size:7px;
  310. right:12px;
  311. bottom:9px;
  312. padding:4px;
  313. letter-spacing:1px;
  314. width:10px;
  315. height:10px;
  316. background-color:#000;
  317. }
  318.  
  319. #credit a {
  320. color:#fff;
  321. }
  322.  
  323. #credit a:hover {
  324. color:transparent;
  325. height:10px;
  326. width:10px;
  327. }
  328.  
  329. {CustomCSS}</style></head><body>
  330.  
  331. <div id="sidebar">
  332.  
  333. <div id="sidebarimage">
  334. <img src="{image:Sidebar}">
  335. </a>
  336. </div>
  337.  
  338. <div class="links">
  339. <a href="/">refresh</a>
  340. <a href="/ask">message</a>
  341. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  342. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  343. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  344.  
  345. <div id="description">{Description}
  346.  
  347. {block:Pagination}
  348. <div id="pagination">
  349. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  350. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  351. </div>
  352. {/block:Pagination}
  353. </div>
  354. </div>
  355. </div>
  356.  
  357. <div id="entries">
  358. {block:Posts}
  359. <div id="post">
  360.  
  361. {block:Text}
  362. <h1>{block:Title}{Title}{/block:Title}</h1>
  363. {Body}{/block:Text}
  364.  
  365. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  366. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  369. {/block:Caption}{/block:Photoset}
  370.  
  371. {block:Quote}<h2>"{Quote}"</h2>
  372. {block:Source}<div class="qsource"> —{Source}</div>
  373. {/block:Source}{/block:Quote}
  374.  
  375. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  376.  
  377. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  378.  
  379. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  380. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  381. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  382. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  383. {/block:Audio}<br>
  384.  
  385. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  386.  
  387. {block:Answer}<div id="asker"><b>{Asker}</b>: {Question}</div>
  388. <div id="answer">{Answer}</div>{/block:Answer}
  389.  
  390. <div id="info">
  391. {block:Date}{MonthNumber}/{DayOfMonth}/{ShortYear}{/block:Date} <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  392. <div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  393.  
  394. </div>
  395.  
  396. {block:PostNotes}{PostNotes}{/block:PostNotes}
  397. {/block:Posts}</div>
  398.  
  399. <div id="credit">
  400. <a href="http://harrystyhells.tumblr.com/">HS</a>
  401. </div>
  402. </div>
  403.  
  404.  
  405.  
  406. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement