Advertisement
hawtornes

New Themes - #Theme1

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