Advertisement
hawtornes

New Themes - #Theme5

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