Advertisement
tylerhhoechlin

Theme #4

Sep 16th, 2013
1,375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.24 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. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  5.  
  6. <head><title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14.  
  15. <!---THEME #4 BY HARRYSTYHELLS
  16. PREVIOUSLY TUMBLR USER TYLERHHOECHLIN
  17. PLEASE DO NOT STEAL OR USE A BASE
  18. THANK YOU, AND ENJOY THE THEME!
  19. --->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#000000"/>
  23. <meta name="color:Sidebar Links" content="#000000"/>
  24. <meta name="color:Hover" content="#000000"/>
  25. <meta name="color:Post Links" content="#222222"/>
  26.  
  27. <meta name="image:Sidebar" content=""/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <meta name="text:Titled" content="words go here!" />
  31.  
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="if:Show Link 3" content="1" />
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar-thumb {
  42. height:auto;
  43. background-color: #000;
  44. border: 2px solid #fff;
  45.  
  46. }
  47.  
  48. ::-webkit-scrollbar {
  49. height:9px;
  50. width:9px;
  51. background-color: #dadada;
  52. border: 4px solid #fff;
  53.  
  54. }
  55.  
  56. body {
  57. background:{color:background};
  58. margin:0px;
  59. color:{color:text};
  60. font-family:arial;
  61. font-size:10px;
  62. line-height:100%;
  63. letter-spacing:0px;
  64. text-align:justify;
  65. background-image:url('{image:Background}');
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:Post Links};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. h1 {
  90. font-size:24px;
  91. letter-spacing:-2px;
  92. text-transform:lowercase;
  93. font-family:'times new';
  94. font-style:none;
  95. line-height:15px;
  96. margin-left:-8px;
  97. text-align:left;
  98. padding:7px;
  99. }
  100.  
  101. a:hover {
  102. color:#000000;
  103. -moz-transition-duration:0.3s;
  104. -webkit-transition-duration:0.3s;
  105. -o-transition-duration:0.3s;
  106. }
  107.  
  108. #entries {
  109. padding:0px;
  110. width:500px;
  111. margin-left:402px;
  112. margin-top:5px;
  113. font-size:10px;
  114. font-family:'times new';
  115. letter-spacing:0px;
  116. }
  117.  
  118. #post {
  119. width:500px;
  120. padding-bottom:40px;
  121. padding:20px;
  122. margin-top:50px;
  123. }
  124.  
  125.  
  126. #sidebar {
  127. position:fixed;
  128. margin-top:40px;
  129. margin-left:60px;
  130. }
  131.  
  132. #sidebarimage {
  133. width 0px;
  134. }
  135.  
  136. #sidebarimage img {
  137. width:100px;
  138. margin-top:160px;
  139. padding:3px;
  140. margin-left:2px;
  141. }
  142.  
  143. #message {
  144. padding:5px;
  145. text-align:center;
  146. text-transform:uppercase;
  147. font-size:20px;
  148. margin-top:-55px;
  149. letter-spacing:0px;
  150. word-spacing:0px;
  151. color:#000;
  152. width:195px;
  153. margin-left:-10px;
  154. font-family:'times new';
  155. font-style:none;
  156. line-height:15px;
  157. }
  158.  
  159. .links {
  160. width:185px;
  161. height:10px;
  162. font-family:'trebuchet ms';
  163. padding: 5px;
  164. text-align:center;
  165. text-transform:uppercase;
  166. position:fixed;
  167. margin-top:-98px;
  168. margin-left:120px;
  169. background-color:#fff;
  170. word-spacing:20px;
  171. }
  172.  
  173. .links a {
  174. padding:4px;
  175. font-size:10px;
  176. font-weight:none;
  177. letter-spacing:1px;
  178. color:{color:Sidebar Links};
  179. }
  180.  
  181. .links a:hover {
  182. -moz-transition-duration:0.3s;
  183. -webkit-transition-duration:0.3s;
  184. -o-transition-duration:0.3s;
  185. color:black;
  186. }
  187.  
  188.  
  189. #description {
  190. opacity:1;
  191. text-align:justify;
  192. font-family:'times new';
  193. width:190px;
  194. letter-spacing:0px;
  195. margin-top:9px;
  196. margin-left:-2px;
  197. background-color:#fff;
  198. font-size:10px;
  199. word-spacing:0px;
  200. position:fixed;
  201. font-weight:none;
  202. text-transform:lowercase;
  203. color:#000;
  204. }
  205.  
  206. #pagination {
  207. width:150px;
  208. font-family:'times new';
  209. padding: 2px;
  210. margin-left:15px;
  211. margin-top:110px;
  212. font-size:10px;
  213. word-spacing:0px;
  214. text-align:center;
  215. text-transform:lowercase;
  216. position:fixed;
  217. }
  218.  
  219. #pagination a {
  220. background-color:#fff;
  221. color:#000;
  222. font-size:9px;
  223. }
  224.  
  225. #pagination a:hover {
  226. color:#000;
  227. text-decoration:underline;
  228. -moz-transition-duration:0.3s;
  229. -webkit-transition-duration:0.3s;
  230. -o-transition-duration:0.3s;
  231. }
  232.  
  233. #info {
  234. width:500px;
  235. text-align:left;
  236. font-family:'times new';
  237. margin-top:3px;
  238. margin-left:-4px;
  239. letter-spacing:1px;
  240. font-size:7px;
  241. font-style:none;
  242. padding:5px;
  243. line-height:10px;
  244. text-transform:uppercase;
  245. }
  246.  
  247. #info a {
  248. text-align:center;
  249. color:white;
  250. margin-left:-1px;
  251. padding:2px;
  252. }
  253.  
  254. #info a:hover {
  255. -moz-transition-duration:0.3s;
  256. -webkit-transition-duration:0.3s;
  257. -o-transition-duration:0.3s;
  258. color:#000;
  259. }
  260.  
  261. #tags {
  262. float:left;
  263. width:489px;
  264. margin-top:-6px;
  265. margin-left:-4px;
  266. text-align:left;
  267. font-size:7px;
  268. padding:5px;
  269. font-size:8px;
  270. opacity:0;
  271. transition-duration: 0.5s;
  272. -moz-transition-duration: 0.5s;
  273. -webkit-transition-duration: 0.5s;
  274. -o-transition-duration: 0.5s
  275. }
  276.  
  277. #tags a {
  278. letter-spacing:1px;
  279. font-size:7px;
  280. text-transform:uppercase;
  281. text-align:left;
  282. margin-top:5px;
  283. font-family:'times new';
  284. text-decoration:none;
  285. display:inline-block;
  286. padding:2px;
  287. color:{color:text};
  288. }
  289.  
  290. #tags a:hover {
  291. background-color:#fff;
  292. color:#000;
  293. text-decoration:underline;
  294. -moz-transition-duration:0.3s;
  295. -webkit-transition-duration:0.3s;
  296. -o-transition-duration:0.3s;
  297. }
  298.  
  299. #post:hover #tags {
  300. opacity:1;
  301. -moz-transition-duration:0.3s;
  302. -webkit-transition-duration:0.3s;
  303. -o-transition-duration:0.3s;
  304. }
  305.  
  306. #asker {
  307. background-color:#fff;
  308. line-height:100%;
  309. padding:15px 15px 15px 0px;
  310. color:#000;
  311. }
  312.  
  313. #asker a {
  314. color:#000;
  315. font-family:'times new';
  316. text-transform:uppercase;
  317. font-size:8px;
  318. letter-spacing:1px;
  319. }
  320.  
  321. #asker a:hover {
  322. color:{color:hover};
  323. }
  324.  
  325. #answer {
  326. padding:10px;
  327. margin-bottom:10px;
  328. background-color:#fafafa;
  329. color:#000;
  330. border-top:1px solid #fafafa;
  331. }
  332.  
  333. #credit {
  334. position:fixed;
  335. font-family:'trebuchet ms';
  336. text-transform:uppercase;
  337. font-size:7px;
  338. right:12px;
  339. bottom:9px;
  340. padding:4px;
  341. letter-spacing:1px;
  342. width:10px;
  343. height:10px;
  344. background-color:#fff;
  345. }
  346.  
  347. #credit a {
  348. color:#000;
  349. padding:5px;
  350. margin-left:-5px;
  351. }
  352.  
  353. #credit a:hover {
  354. color:black;
  355. height:10px;
  356. width:10px;
  357. }
  358.  
  359. #s-m-t-tooltip {
  360. max-width:300px;
  361. padding:3px 4px 5px 4px;
  362. margin:20px 0px 0px 20px;
  363. background-color:#fff;
  364. font-family:'times new';
  365. font-size:10px;
  366. text-transform:lowercase;
  367. text-shadow: 2px -1px 0px yellow;
  368. color:#000;
  369. z-index:9999;
  370.  
  371. }
  372.  
  373.  
  374. {CustomCSS}</style></head><body>
  375.  
  376. <div id="sidebar">
  377.  
  378. <div id="sidebarimage">
  379. <img src="{image:Sidebar}">
  380. </a>
  381. </div>
  382. <div class="links">
  383. <a title="refresh" href="/">○</a>
  384. <a title="message" href="/ask">●</a>
  385. {block:IfShowLink1}<a title="text" href="{text:Link 1}">●</a>{/block:IfShowLink1}
  386. {block:IfShowLink2}<a title="text" href="{text:Link 2}">●</a>{/block:IfShowLink2}
  387. {block:IfShowLink3}<a title="text" href="{text:Link 3}">●</a>{/block:IfShowLink3}
  388.  
  389. <div id="description">{Description}</div>
  390.  
  391. <div id="message">{text:titled}</div>
  392.  
  393. {block:Pagination}
  394. <div id="pagination">
  395. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  396. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  397. </div>
  398. {/block:Pagination}
  399. </div>
  400. </div>
  401. </div>
  402.  
  403. <div id="entries">
  404. {block:Posts}
  405. <div id="post">
  406.  
  407. {block:Text}
  408. <h1>{block:Title}{Title}{/block:Title}</h1>
  409. {Body}{/block:Text}
  410.  
  411. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  412. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  413.  
  414. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  415. {/block:Caption}{/block:Photoset}
  416.  
  417. {block:Quote}<h2>"{Quote}"</h2>
  418. {block:Source}<div class="qsource"> —{Source}</div>
  419. {/block:Source}{/block:Quote}
  420.  
  421. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  422.  
  423. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  424.  
  425. {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>
  426. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  427. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  428. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  429. {/block:Audio}<br>
  430.  
  431. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  432.  
  433. {block:Answer}<div id="asker"><span style="font-family:'times new';font-size:9px;">{Asker}: <br><br>{Question}</div>
  434. <div id="answer"><span style="font-family:'times new';font-size:9px;"> {Answer}</div>{/block:Answer}
  435.  
  436. <div id="info">
  437. {block:Date}<span style="background-color:black;color:white;padding:3px;">{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>
  438. <div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  439.  
  440. </div>
  441.  
  442. {block:PostNotes}{PostNotes}{/block:PostNotes}
  443. {/block:Posts}</div>
  444.  
  445. <div id="credit">
  446. <a href="http://harrystyhells.tumblr.com/">HS</a>
  447.  
  448. </div>
  449. </div>
  450. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  451. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  452. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  453. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  454. <script>
  455. (function($){
  456. $(document).ready(function(){
  457. $("a[title]").style_my_tooltips({
  458. tip_follows_cursor:true,
  459. tip_delay_time:90,
  460. tip_fade_speed:600,
  461. attribute:"title"
  462. });
  463. });
  464. })(jQuery);
  465. </script>
  466.  
  467. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement