Advertisement
themesbyhaleigh

theme #21

Jun 13th, 2014
5,702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 KB | None | 0 0
  1. <!-- theme #21 by nerdydean. don't remove the credit -->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13.  
  14.  
  15. <meta name="color:background" content="#fff"/>
  16. <meta name="color:text" content="#000000"/>
  17. <meta name="color:links" content="#000000"/>
  18. <meta name="color:hover" content="#000000"/>
  19. <meta name="color:textselect" content="#fafafa"/>
  20. <meta name="color:scrollbar" content="#000000"/>
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link1 url" content="/"/>
  25. <meta name="text:link1" content="link1"/>
  26. <meta name="text:link2 url" content="/ask"/>
  27. <meta name="text:link2" content="link2"/>
  28. <meta name="text:link3 url" content="/"/>
  29. <meta name="text:link3" content="link3"/>
  30. <meta name="text:link4 url" content="/"/>
  31. <meta name="text:link4" content="link4"/>
  32. <meta name="text:link5 url" content="/"/>
  33. <meta name="text:link5" content="link5"/>
  34.  
  35.  
  36.  
  37. <style type="text/css">
  38. ::selection {
  39. background:{color:textselect};
  40. }
  41.  
  42. ::-moz-selection {
  43. background:{color:textselect};
  44. }
  45.  
  46. ::-webkit-selection {
  47. background:{color:textselect};
  48. }
  49.  
  50. #s-m-t-tooltip {
  51. max-width:300px;
  52. padding:5px 5px 5px 5px;
  53. margin:20px 0px 0px 20px;
  54. background:#fff;
  55. border:1px solid #fff;
  56. text-transform:lowercase;
  57. color:{color:link};
  58. z-index:999999999999999999999999999999999999;
  59. text-decoration:bold;
  60. font-family: helvetica;
  61. font-size: 10px;
  62. letter-spacing: 0px;
  63. }
  64.  
  65.  
  66. ::-webkit-scrollbar {
  67. width: 3px;
  68. height:auto;
  69. background:{color:background};
  70. }
  71.  
  72. ::-webkit-scrollbar-corner {
  73. padding:2px;
  74. background:{color:background};
  75. }
  76.  
  77. ::-webkit-scrollbar-button:vertical {
  78. height:5px;
  79. display: block;
  80. background:{color:scrollbar};
  81. }
  82.  
  83. ::-webkit-scrollbar-button:horizontal {
  84. width: 3px;
  85. height: 5px;
  86. display: block;
  87. background:{color:scrollbar};
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:vertical {
  91. background:{color:scrollbar};
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb:horizontal {
  95. background:{color:background};
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. background:{color:scrollbar};
  100. }
  101.  
  102. body {
  103. background:{color:background};
  104. color:{color:text};
  105. font-family:helvetica;
  106. font-size:10px;
  107. }
  108.  
  109. a {
  110. color:{color:links};
  111. text-decoration:none;
  112. -webkit-transition: all 0.4s ease-in-out;
  113. -moz-transition: all 0.4s ease-in-out;
  114. -o-transition: all 0.4s ease-in-out;
  115. transition: all 0.4s ease-in-out;
  116. }
  117.  
  118. a:hover {
  119. text-decoration:underline;
  120. color:{color:Hover};
  121. -webkit-transition: all 0.4s ease-in-out;
  122. -moz-transition: all 0.4s ease-in-out;
  123. -o-transition: all 0.4s ease-in-out;
  124. transition: all 0.4s ease-in-out;
  125. }
  126.  
  127. blockquote {
  128. border-left:1px solid #ededed;
  129. padding-left:10px;
  130. margin-left:6px;
  131. }
  132.  
  133. h1 {
  134. font-size:17px;
  135. text-transform:bold;
  136. text-align:center;
  137. border-bottom:1px solid #fafafa;
  138. }
  139.  
  140. #entries {
  141. width:500px;
  142. margin-left:550px;
  143. margin-top:100px;
  144. margin-bottom:100px;
  145. }
  146.  
  147. #post {
  148. width:500px;
  149. margin-top:100px;
  150. }
  151.  
  152. #sbar {
  153. margin-left:200px;
  154. margin-top:150px;
  155. position:fixed;
  156. width:245px;
  157. }
  158.  
  159. .image {
  160. }
  161.  
  162. .image img {
  163. width:245px;
  164. height:auto;
  165. }
  166.  
  167. .desc {
  168. margin-top:10px;
  169. text-align:left;
  170. text-transform:lowercase;
  171. }
  172.  
  173. .links {
  174. margin-top:10px;
  175. border-top:1px solid #fafafa;
  176. padding-top:5px;
  177. text-transform:lowercase;
  178. text-align:right;
  179. word-spacing:10px;
  180. }
  181.  
  182. #pagination {
  183. position:fixed;
  184. text-align:left;
  185. margin-top:17px;
  186. }
  187.  
  188. #info {
  189. text-align:left;
  190. margin-top:2px;
  191. border-bottom:1px solid #fafafa;
  192. padding-bottom:5px;
  193. text-transform:lowercase;
  194. -webkit-transition: all 0.4s ease-in-out;
  195. -moz-transition: all 0.4s ease-in-out;
  196. -o-transition: all 0.4s ease-in-out;
  197. transition: all 0.4s ease-in-out;
  198. }
  199.  
  200. #tags {
  201. text-align:left;
  202. margin-top:4px;
  203. }
  204.  
  205. #ask {
  206. margin-top:-55px;
  207. margin-left:80px;
  208. }
  209.  
  210. #askimg {
  211. }
  212.  
  213. #askimg img {
  214. height:64px;
  215. width:64px;
  216. border-radius:50%;
  217. -moz-box-shadow: 3px 3px 5px #888;
  218. -webkit-box-shadow: 3px 3px 5px #888;
  219. box-shadow: 3px 3px 5px #888;
  220. }
  221.  
  222. #ask2 {
  223. margin-top:50px;
  224. }
  225.  
  226. #quote {
  227. padding:10px;
  228. font-size:12px;
  229. font-style:italic;
  230. text-align:center;
  231. }
  232.  
  233. #source {
  234. text-align:center;
  235. padding:8px;
  236. }
  237.  
  238. #chat1 {
  239. margin-top:10px;
  240. }
  241.  
  242. {CustomCSS}</style>
  243.  
  244. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  245.  
  246. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  247.  
  248. <script>
  249. (function($){
  250. $(document).ready(function(){
  251. $("a[title]").style_my_tooltips({
  252. tip_follows_cursor:true,
  253. tip_delay_time:90,
  254. tip_fade_speed:600,
  255. attribute:"title"
  256. });
  257. });
  258. })(jQuery);
  259. </script>
  260.  
  261. </head><body>
  262.  
  263.  
  264. <div id="sbar">
  265.  
  266. <div class="image">
  267. <a href="/"><img src="{image:Sidebar}"></a>
  268. </div>
  269.  
  270. <div class="desc">
  271. {description}
  272. </div>
  273.  
  274. <div id="pagination">
  275. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>-</big></a>{/block:PreviousPage}{/block:Pagination}
  276. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">+</a></big>{/block:NextPage}{/block:Pagination}
  277. </div>
  278.  
  279. <div class="links">
  280. <a href="{text:link1 url}">{text:link1}</a>
  281. <a href="{text:link2 url}">{text:link2}</a>
  282. <a href="{text:link3 url}">{text:link3}</a>
  283. <a href="{text:link4 url}">{text:link4}</a>
  284. <a href="{text:link5 url}">{text:link5}</a>
  285. </div>
  286.  
  287. </div>
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297. <div id="entries">
  298. {block:Posts}
  299. <div id="post">
  300.  
  301.  
  302. {block:Text}
  303. {block:Title}<h1>{Title}</h1>{/block:Title}
  304. {Body}{/block:Text}
  305.  
  306.  
  307.  
  308. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  309.  
  310.  
  311.  
  312. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  313.  
  314.  
  315.  
  316.  
  317. {block:Quote}
  318. <div id="quote">
  319. "{Quote}"
  320. </div>
  321. {block:Source}
  322. <div id="source">
  323. {Source}
  324. </div>
  325. {/block:Source}{/block:Quote}
  326.  
  327.  
  328.  
  329. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{/block:Link}
  330.  
  331.  
  332.  
  333. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="chat1"><b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  334.  
  335.  
  336.  
  337. {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>
  338. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  339. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  340. {/block:ExternalAudio}
  341. {/block:Audio}<br>
  342.  
  343.  
  344.  
  345. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  346.  
  347.  
  348.  
  349. {block:Answer}
  350. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  351. <div id="ask">
  352. <div style="font-size:14px; font-weight:lighter; font-style:italic;">{Asker}</div>
  353. {Question}
  354. </div>
  355. <div id="ask2">
  356. {Answer}</div>{/block:Answer}
  357.  
  358.  
  359.  
  360.  
  361. <div id="info">
  362.  
  363. <a href="{permalink}">{month} {dayofmonth}{dayofmonthsuffix}</a> &nbsp;&nbsp; <a href="{permalink}"> + {NoteCount}</a>
  364.  
  365. <div style="float:right;">
  366.  
  367. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /
  368. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  369.  
  370. </div>
  371.  
  372. </div>
  373.  
  374. <div id="tags">
  375.  
  376. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  377.  
  378. </div>
  379.  
  380. {/block:Posts}
  381.  
  382. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  383.  
  384. </div>
  385.  
  386. <div style="position:fixed; bottom:5px; right:5px; padding:2px 2px;"><a title="theme by nerdydean" href="http://hellish.co.vu">theme</a></div>
  387.  
  388. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement