Advertisement
tylerhhoechlin

Theme #5

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