tylerhhoechlin

Theme #6

Oct 18th, 2013
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.87 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. <!---THEME #6 BY HARRYSTYHELLS
  14. PREVIOUSLY TUMBLR USER TYLERHHOECHLIN
  15. PLEASE DO NOT STEAL OR USE A BASE
  16. THANK YOU, AND ENJOY THE THEME!
  17. --->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#000000"/>
  21. <meta name="color:Sidebar Links" content="#000000"/>
  22. <meta name="color:Hover" content="#000000"/>
  23. <meta name="color:Post Links" content="#222222"/>
  24.  
  25. <meta name="image:Sidebar" content=""/>
  26. <meta name="image:Background" content=""/>
  27.  
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2" content="" />
  30.  
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2 Text" content="" />
  33.  
  34. <meta name="if:Show Link 1" content="1" />
  35. <meta name="if:Show Link 2" content="1" />
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar-thumb {
  40. height:auto;
  41. background-color: #000;
  42. border: 2px solid #fff;
  43.  
  44. }
  45.  
  46. ::-webkit-scrollbar {
  47. height:9px;
  48. width:9px;
  49. background-color: #dadada;
  50. border: 4px solid #fff;
  51.  
  52. }
  53.  
  54. ::selection {
  55. color:black;
  56. background-color:yellow;
  57. }
  58.  
  59.  
  60. sub,small {
  61. font-size:10px;
  62. }
  63.  
  64. body {
  65. background:{color:background};
  66. margin:0px;
  67. color:{color:text};
  68. font-family:arial;
  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-family:'times new';
  99. line-height:15px;
  100. text-transform:lowercase;
  101. letter-spacing:-1px;
  102. font-size: 25px;
  103. margin-left:-2px;
  104. text-align:left;
  105. color:#000;
  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. #entries {
  116. width:400px;
  117. padding-top:50px;
  118. padding-bottom:50px;
  119. margin-left:350px;
  120. margin-top:-60px;
  121. font-size:10px;
  122. font-family:'times new';
  123. letter-spacing:0px;
  124. }
  125.  
  126. #post {
  127. width:400px;
  128. padding:10px;
  129. margin-top:50px;
  130. }
  131.  
  132.  
  133. #sidebar {
  134. position: fixed;
  135. width:100px;
  136. margin-top:100px;
  137. margin-left: 850px;
  138. }
  139.  
  140. #sidebarimage {
  141. width 0px;
  142. }
  143.  
  144. #sidebarimage img {
  145. width:80px;
  146. margin-top:160px;
  147. padding:3px;
  148. margin-left:115px;
  149. }
  150.  
  151. .links {
  152. line-height:10px;
  153. width:230px;
  154. font-family:'times new';
  155. padding: 3px;
  156. text-align:center;
  157. text-transform:uppercase;
  158. margin-top:0px;
  159. margin-left:50px;
  160. }
  161.  
  162. .links a {
  163. padding:5px;
  164. font-size:7px;
  165. letter-spacing:1px;
  166. display:inline-block;
  167. font-weight:none;
  168. color:{color:Sidebar Links};
  169. }
  170.  
  171. .links a:hover {
  172. -moz-transition-duration:0.3s;
  173. -webkit-transition-duration:0.3s;
  174. -o-transition-duration:0.3s;
  175. color:#000;
  176. text-decoration:underline;
  177. }
  178.  
  179.  
  180. #description {
  181. opacity:1;
  182. height:140px;
  183. text-align:center;
  184. font-family:'times new';
  185. width:215px;
  186. margin-top:0px;
  187. margin-left:5px;
  188. font-size:10px;
  189. word-spacing:0px;
  190. position:fixed;
  191. font-weight:none;
  192. text-transform:lowercase;
  193. color:#000;
  194. }
  195.  
  196. #pagination {
  197. width:150px;
  198. font-family:'times new';
  199. padding: 2px;
  200. font-weight:bold;
  201. margin-left:-170px;
  202. margin-top:50px;
  203. word-spacing:1px;
  204. display:inline-block;
  205. text-align:center;
  206. text-transform:uppercase;
  207. position:fixed;
  208. color:#000;
  209. }
  210.  
  211. #pagination a {
  212. color:#000;
  213. font-size:7px;
  214. letter-spacing:-2px;
  215. }
  216.  
  217. #pagination a:hover {
  218. color:#000;
  219. -moz-transition-duration:0.3s;
  220. -webkit-transition-duration:0.3s;
  221. -o-transition-duration:0.3s;
  222. }
  223.  
  224. #info {
  225. width:400px;
  226. border-top:1px solid #eee;
  227. text-align:left;
  228. font-family:'times new';
  229. margin-top:12px;
  230. margin-left:-3px;
  231. letter-spacing:1px;
  232. font-size:7px;
  233. line-height:0px;
  234. padding-left:0px;
  235. text-transform:uppercase;
  236. }
  237.  
  238.  
  239. #info a {
  240. text-align:left;
  241. color:black;
  242. margin-left:-1px;
  243. padding:2px;
  244. }
  245.  
  246. #info a:hover {
  247. -moz-transition-duration:0.3s;
  248. -webkit-transition-duration:0.3s;
  249. -o-transition-duration:0.3s;
  250. color:#000;
  251. }
  252.  
  253. #tags {
  254. float:left;
  255. width:390px;
  256. margin-top:1px;
  257. margin-left:-4px;
  258. text-align:left;
  259. font-size:7px;
  260. padding:5px;
  261. opacity:1;
  262. transition-duration: 0.5s;
  263. -moz-transition-duration: 0.5s;
  264. -webkit-transition-duration: 0.5s;
  265. -o-transition-duration: 0.5s
  266. }
  267.  
  268. #tags a {
  269. letter-spacing:0px;
  270. font-size:9px;
  271. text-transform:lowercase;
  272. text-align:left;
  273. font-family:'times new';
  274. text-decoration:none;
  275. display:inline-block;
  276. color:#000;
  277. }
  278.  
  279. #tags a:hover {
  280. background-color:#fff;
  281. color:#000;
  282. text-decoration:underline;
  283. -moz-transition-duration:0.3s;
  284. -webkit-transition-duration:0.3s;
  285. -o-transition-duration:0.3s;
  286. }
  287.  
  288. #post:hover #tags {
  289. opacity:1;
  290. -moz-transition-duration:0.3s;
  291. -webkit-transition-duration:0.3s;
  292. -o-transition-duration:0.3s;
  293. }
  294.  
  295. #asker {
  296. background-color:#f9f9f9;
  297. line-height:100%;
  298. padding:15px 15px 15px 10px;
  299. color:#000;
  300. text-align:left;
  301. }
  302.  
  303. #asker a {
  304. color:#000;
  305. text-align:left;
  306. font-family:'times new';
  307. text-transform:uppercase;
  308. font-size:8px;
  309. letter-spacing:1px;
  310. }
  311.  
  312. #asker a:hover {
  313. color:{color:hover};
  314. }
  315.  
  316. #answer {
  317. padding:10px;
  318. margin-bottom:10px;
  319. background-color:#fff;
  320. text-align:left;
  321. color:#000;
  322. border-top:1px solid #000;
  323. }
  324.  
  325. #credit {
  326. position:fixed;
  327. font-family:'times new';
  328. text-transform:uppercase;
  329. font-size:7px;
  330. right:12px;
  331. bottom:9px;
  332. padding:4px;
  333. letter-spacing:1px;
  334. width:10px;
  335. height:10px;
  336. background-color:#fff;
  337. }
  338.  
  339. #credit a {
  340. color:#000;
  341. padding:5px;
  342. margin-left:-5px;
  343. }
  344.  
  345. #credit a:hover {
  346. color:black;
  347. height:10px;
  348. width:10px;
  349. }
  350.  
  351. #audiopost {
  352. width:400px;
  353. height:70px;
  354. margin-left:5px;
  355. margin-bottom:0px;
  356. }
  357.  
  358. .albumart {
  359. width:70px;
  360. height:70px;
  361. margin-left:0px;
  362. position:absolute;
  363. }
  364.  
  365. .albumart img {
  366. float:left;
  367. width:70px;
  368. height:70px;}
  369.  
  370. .player {
  371. opacity:0.8;
  372. display:block;
  373. position:absolute;
  374. margin-top:5px;
  375. margin-left:5px;
  376. width:60px;
  377. height:60px;
  378. -webkit-transition:all 0.4s;
  379. -moz-transition:all 0.4s;
  380. -o-transition:all 0.4s;
  381. -ms-transition: all 0.4s;
  382. transition:all 0.5s;
  383. background:transparent;
  384. z-index:1;
  385. }
  386.  
  387. .audioplayer {
  388. margin-top:14px;
  389. margin-left:13px;
  390. overflow:hidden;
  391. width:24px;
  392. height:24px;
  393. padding:3px;
  394. }
  395.  
  396. .audioinfo {
  397. display:block;
  398. width:308px;
  399. height:48px;
  400. padding-top:22px;
  401. padding-left:90px;
  402. font-family:'times new';
  403. font-size:10px;
  404. letter-spacing:0px;
  405. text-transform:uppercase;
  406. text-align:left;
  407. color:#fff;
  408. background:#000;
  409. }
  410.  
  411. .audioinfo1 {
  412. margin-top:5px;
  413. font-family:'times new';
  414. font-size:10px;
  415. text-transform:uppercase;
  416. letter-spacing:0px
  417. }
  418.  
  419.  
  420. {CustomCSS}</style></head><body>
  421.  
  422. <div id="sidebar">
  423.  
  424. <div id="sidebarimage">
  425. <img src="{image:Sidebar}">
  426. </a>
  427. </div>
  428. <div class="links">
  429. <a href="/">refresh</a>
  430. <a href="/ask">message</a>
  431. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  432. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  433.  
  434. <div id="description">{Description}</div>
  435.  
  436. {block:Pagination}<div id="pagination">
  437. {block:PreviousPage}<a href="{PreviousPage}">←</a>&nbsp;&nbsp;{/block:PreviousPage}
  438. {block:JumpPagination length="5"}
  439. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  440. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  441. {/block:JumpPagination}
  442. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  443. </div>{/block:Pagination}</div></div>
  444.  
  445. <div id="entries">
  446. {block:Posts}
  447. <div id="post">
  448.  
  449. {block:Text}
  450. <h1>{block:Title}{Title}{/block:Title}</h1>
  451. {Body}{/block:Text}
  452.  
  453. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  454. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  455.  
  456. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  457. {/block:Caption}{/block:Photoset}
  458.  
  459. {block:Quote}<h2>"{Quote}"</h2>
  460. {block:Source}<div class="qsource"> —{Source}</div>
  461. {/block:Source}{/block:Quote}
  462.  
  463. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  464.  
  465. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  466.  
  467. {block:Audio}<div id="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div><div class="audioinfo">{block:TrackName}track name: {TrackName}{/block:TrackName}<div class="audioinfo1">{block:Artist} producer: {Artist}{/block:Artist}<div></div></div></div>{/block:Audio}
  468.  
  469. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  470.  
  471. {block:Answer}<div id="asker"><span style="font-family:'times new';font-size:9px;">{Asker}: <br><br>{Question}</div>
  472. <div id="answer"><span style="font-family:'times new';font-size:9px;"> {Answer}</div>{/block:Answer}
  473.  
  474. <div id="info">
  475. {block:Date}<span style="background-color:white;color:black;padding:3px;">{Month} {DayOfMonth}th, {/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>
  476. <div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  477.  
  478. </div>
  479.  
  480. {block:PostNotes}{PostNotes}{/block:PostNotes}
  481. {/block:Posts}</div>
  482.  
  483. <div id="credit">
  484. <a href="http://harrystyhells.tumblr.com/">HS</a>
  485.  
  486. </div>
  487. </div>
  488.  
  489. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment