Advertisement
tylerhhoechlin

Theme #7

Oct 24th, 2013
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.19 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 #7 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:400px;
  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: 100px;
  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:5px;
  153. width:80px;
  154. font-family:'times new';
  155. padding: 3px;
  156. text-align:center;
  157. text-transform:uppercase;
  158. margin-top:0px;
  159. margin-left:115px;
  160. }
  161.  
  162. .links a {
  163. padding:5px;
  164. font-size:7px;
  165. letter-spacing:1px;
  166. display:block;
  167. font-weight:none;
  168. background-color:#f9f9f9;
  169. border-left:5px solid #000;
  170. border-right:5px solid #000;
  171. color:{color:Sidebar Links};
  172. }
  173.  
  174. .links a:hover {
  175. -moz-transition-duration:0.3s;
  176. -webkit-transition-duration:0.3s;
  177. -o-transition-duration:0.3s;
  178. color:#fff;
  179. border-left:7px solid #fff;
  180. border-right:7px solid #fff;
  181. background-color:#000;
  182. text-decoration:underline;
  183. }
  184.  
  185.  
  186. #description {
  187. opacity:1;
  188. line-height:10px;
  189. height:100px;
  190. text-align:justify;
  191. font-family:'times new';
  192. width:80px;
  193. margin-top:7px;
  194. margin-left:-1px;
  195. font-size:10px;
  196. word-spacing:0px;
  197. position:fixed;
  198. font-weight:none;
  199. text-transform:lowercase;
  200. color:#000;
  201. }
  202.  
  203. #pagination {
  204. width:150px;
  205. font-family:'times new';
  206. padding: 2px;
  207. font-weight:bold;
  208. margin-left:-35px;
  209. margin-top:70px;
  210. word-spacing:1px;
  211. text-transform:uppercase;
  212. position:fixed;
  213. color:#000;
  214. }
  215.  
  216. #pagination a {
  217. color:#000;
  218. border-left:0px;
  219. border-right:0px;
  220. background-color:#fff;
  221. display:inline-block;
  222. font-size:7px;
  223. letter-spacing:-2px;
  224. }
  225.  
  226. #pagination a:hover {
  227. color:#000;
  228. text-decoration:none;
  229. -moz-transition-duration:0.3s;
  230. -webkit-transition-duration:0.3s;
  231. -o-transition-duration:0.3s;
  232. }
  233.  
  234. #info {
  235. width:402px;
  236. border-top:1px solid #eee;
  237. text-align:left;
  238. font-family:'times new';
  239. margin-top:12px;
  240. margin-left:-3px;
  241. letter-spacing:1px;
  242. font-size:7px;
  243. line-height:0px;
  244. padding-left:0px;
  245. text-transform:uppercase;
  246. }
  247.  
  248.  
  249. #info a {
  250. text-align:left;
  251. color:black;
  252. margin-left:-1px;
  253. padding:2px;
  254. }
  255.  
  256. #info a:hover {
  257. -moz-transition-duration:0.3s;
  258. -webkit-transition-duration:0.3s;
  259. -o-transition-duration:0.3s;
  260. color:#000;
  261. }
  262.  
  263. #tags {
  264. float:left;
  265. width:390px;
  266. margin-top:1px;
  267. margin-left:-4px;
  268. text-align:left;
  269. font-size:7px;
  270. padding:5px;
  271. opacity:1;
  272. transition-duration: 0.5s;
  273. -moz-transition-duration: 0.5s;
  274. -webkit-transition-duration: 0.5s;
  275. -o-transition-duration: 0.5s
  276. }
  277.  
  278. #tags a {
  279. letter-spacing:0px;
  280. font-size:9px;
  281. text-transform:lowercase;
  282. text-align:left;
  283. font-family:'times new';
  284. text-decoration:none;
  285. display:inline-block;
  286. color:#000;
  287. }
  288.  
  289. #tags a:hover {
  290. background-color:#fff;
  291. color:#000;
  292. text-decoration:underline;
  293. -moz-transition-duration:0.3s;
  294. -webkit-transition-duration:0.3s;
  295. -o-transition-duration:0.3s;
  296. }
  297.  
  298. #post:hover #tags {
  299. opacity:1;
  300. -moz-transition-duration:0.3s;
  301. -webkit-transition-duration:0.3s;
  302. -o-transition-duration:0.3s;
  303. }
  304.  
  305. #asker {
  306. background-color:#f9f9f9;
  307. line-height:100%;
  308. padding:15px 15px 15px 10px;
  309. color:#000;
  310. text-align:left;
  311. }
  312.  
  313. #asker a {
  314. color:#000;
  315. text-align:left;
  316. font-family:'times new';
  317. text-transform:uppercase;
  318. font-size:8px;
  319. letter-spacing:1px;
  320. }
  321.  
  322. #asker a:hover {
  323. color:{color:hover};
  324. }
  325.  
  326. #answer {
  327. padding:10px;
  328. margin-bottom:10px;
  329. background-color:#fff;
  330. text-align:left;
  331. color:#000;
  332. border-top:1px solid #000;
  333. }
  334.  
  335. #credit {
  336. position:fixed;
  337. font-family:'times new';
  338. text-transform:uppercase;
  339. font-size:7px;
  340. right:12px;
  341. bottom:9px;
  342. padding:4px;
  343. letter-spacing:1px;
  344. width:10px;
  345. height:10px;
  346. background-color:#fff;
  347. }
  348.  
  349. #credit a {
  350. color:#000;
  351. padding:5px;
  352. margin-left:-5px;
  353. }
  354.  
  355. #credit a:hover {
  356. color:black;
  357. text-decoration:underline;
  358. height:10px;
  359. width:10px;
  360. }
  361.  
  362. #audiopost {
  363. width:400px;
  364. height:70px;
  365. margin-left:5px;
  366. margin-bottom:0px;
  367. }
  368.  
  369. .albumart {
  370. width:70px;
  371. height:70px;
  372. margin-left:0px;
  373. position:absolute;
  374. }
  375.  
  376. .albumart img {
  377. float:left;
  378. width:70px;
  379. height:70px;}
  380.  
  381. .player {
  382. opacity:0.8;
  383. display:block;
  384. position:absolute;
  385. margin-top:5px;
  386. margin-left:5px;
  387. width:60px;
  388. height:60px;
  389. -webkit-transition:all 0.4s;
  390. -moz-transition:all 0.4s;
  391. -o-transition:all 0.4s;
  392. -ms-transition: all 0.4s;
  393. transition:all 0.5s;
  394. background:transparent;
  395. z-index:1;
  396. }
  397.  
  398. .audioplayer {
  399. margin-top:14px;
  400. margin-left:13px;
  401. overflow:hidden;
  402. width:24px;
  403. height:24px;
  404. padding:3px;
  405. }
  406.  
  407. .audioinfo {
  408. display:block;
  409. width:308px;
  410. height:48px;
  411. padding-top:22px;
  412. padding-left:90px;
  413. font-family:'times new';
  414. font-size:10px;
  415. letter-spacing:0px;
  416. text-transform:uppercase;
  417. text-align:left;
  418. color:#fff;
  419. background:#000;
  420. }
  421.  
  422. .audioinfo1 {
  423. margin-top:5px;
  424. font-family:'times new';
  425. font-size:10px;
  426. text-transform:uppercase;
  427. letter-spacing:0px
  428. }
  429.  
  430.  
  431. {CustomCSS}</style></head><body>
  432.  
  433. <div id="sidebar">
  434.  
  435. <div id="sidebarimage">
  436. <img src="{image:Sidebar}">
  437. </a>
  438. </div>
  439. <div class="links">
  440. <a href="/">refresh</a><br>
  441. <a href="/faq">message</a><br>
  442. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}<br>
  443. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  444.  
  445. <div id="description">{Description}</div>
  446.  
  447. {block:Pagination}<div id="pagination">
  448. {block:PreviousPage}<a href="{PreviousPage}">←</a>&nbsp;&nbsp;{/block:PreviousPage}
  449. {block:JumpPagination length="3"}
  450. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  451. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  452. {/block:JumpPagination}
  453. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  454. </div>{/block:Pagination}</div></div>
  455.  
  456. <div id="entries">
  457. {block:Posts}
  458. <div id="post">
  459.  
  460. {block:Text}
  461. <h1>{block:Title}{Title}{/block:Title}</h1>
  462. {Body}{/block:Text}
  463.  
  464. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  465. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  466.  
  467. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  468. {/block:Caption}{/block:Photoset}
  469.  
  470. {block:Quote}<h2>"{Quote}"</h2>
  471. {block:Source}<span style="text-align:right;"><div class="qsource"> —{Source}</div>
  472. {/block:Source}{/block:Quote}
  473.  
  474. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  475.  
  476. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  477.  
  478. {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}
  479.  
  480. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  481.  
  482. {block:Answer}<div id="asker"><span style="font-family:'times new';font-size:9px;">{Asker}: <br><br>{Question}</div>
  483. <div id="answer"><span style="font-family:'times new';font-size:9px;"> {Answer}</div>{/block:Answer}
  484.  
  485. <div id="info">
  486. {block:Date}<span style="background-color:white;color:black;padding:3px;">{Month} {DayOfMonth}{DayOfMonthSuffix} {/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>
  487. <div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  488.  
  489. </div>
  490.  
  491. {block:PostNotes}{PostNotes}{/block:PostNotes}
  492. {/block:Posts}</div>
  493.  
  494. <div id="credit">
  495. <a href="http://harrystyhells.tumblr.com/">HS</a>
  496.  
  497. </div>
  498. </div>
  499.  
  500. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement