Advertisement
Guest User

Symptoms Theme by 512KB

a guest
Apr 4th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.17 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. <!--SYMPTOMS THM BY 512KB! ~ DON'T DELETE THE CREDIT ♥
  6. http://512kb.tumblr.com ☯-->
  7.  
  8. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15. <meta name="text:Link1 URL" content="/" />
  16. <meta name="text:Link1 Title" content="01" />
  17. <meta name="text:Link2 URL" content="/" />
  18. <meta name="text:Link2 Title" content="02" />
  19. <meta name="text:Link3 URL" content="/" />
  20. <meta name="text:Link3 Title" content="03" />
  21.  
  22. <meta name="image:Post Background" content="http://subtlepatterns.com/patterns/graphy.png" />
  23. <meta name="image:Background" content="" />
  24. <meta name="image:Side Background" content="http://subtlepatterns.com/patterns/escheresque.png" />
  25. <meta name="color:Background" content="#fff" />
  26. <meta name="color:Down Bar Background" content="silver" />
  27. <meta name="color:Footer Post Background" content="silver" />
  28. <meta name="color:Text" content="#fff" />
  29. <meta name="color:Links" content="#000" />
  30.  
  31. <meta name="if:Enable Link 1" content="1" />
  32. <meta name="if:Enable Link 2" content="1" />
  33. <meta name="if:Enable Link 3" content="1" />
  34. <meta name="if:Enable Flowers" content="1" />
  35.  
  36. {block:ifenableflowers}<div style="position:fixed;right:190px;bottom:0px;"><img src="http://static.tumblr.com/ibjrx4q/7Njn3gm1m/tumblr_mdzg4egql81rnqolfo1_1280.png"></div>{/block:ifenableflowers}
  37.  
  38. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  40.  
  41. <style type="text/css">
  42. body, a:hover {
  43. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth661.cur), progress !important;
  44. }
  45. ::-webkit-scrollbar {
  46. height:6px;
  47. width:6px;
  48. background:silver;
  49. }
  50. ::-webkit-scrollbar-thumb:vertical {
  51. width:4px;
  52. border:1px solid grey;
  53. background:black;
  54. border-radius:10px;
  55. }
  56. ::-webkit-scrollbar-thumb:horizontal {
  57. height:4px;
  58. background:black;
  59. }
  60. #heyo {
  61. position:fixed;
  62. left:0px;
  63. top:0px;
  64. height:100%;
  65. width:50px;
  66. background:url({image:Side Background});
  67.  
  68. }
  69. #heyo2 {
  70. position:fixed;
  71. left:50px;
  72. top:0px;
  73. height:100%;
  74. width:5px;
  75. border-right:1px solid grey;
  76. background:url('http://line25.com/wp-content/uploads/2011/backgrounds/10.jpg');
  77. z-index:99999999999;
  78.  
  79. }
  80. #s-m-t-tooltip {
  81. position:relative;
  82. overflow:hidden;
  83. z-index:99999999999999999999999;
  84. max-width:150px;
  85. margin:10px 0 0 15px;
  86. padding:1px 1px 0px 2px;
  87. font:9px times;
  88. text-transform:lowercase;
  89. font-style:italic;
  90. letter-spacing:1px;
  91. color:white;
  92. border:1px solid white;
  93. background:black;
  94. -webkit-transition: all 0.25s ease;
  95. -moz-transition: all 0.25s ease;
  96. -o-transition: all 0.25s ease;
  97. }
  98. body {
  99. font-family:times;
  100. font-size:12px;
  101. color:{color:Text};
  102. background:{color:Background};
  103. background:url({image:Background});
  104. margin:0px;
  105. padding:0px;
  106. }
  107. a {
  108. color:{color:Links} !important;
  109. text-decoration:none;
  110. -webkit-transition: all 1s ease-out;
  111. -moz-transition: all 1s ease-out;
  112. -ms-transition: all 1s ease-out;
  113. -o-transition: all 1s ease-out;
  114. transition: all 1s ease-out;
  115. }
  116. a:hover {
  117. text-decoration:underline;
  118. }
  119. #container {
  120. width:760px;
  121. margin:20px 0px 20px 100px;
  122. }
  123. #downbar {
  124. position:fixed;
  125. left:55px;
  126. bottom:0px;
  127. width:50%;
  128. font-family:'times';
  129. font-style:italic;
  130. height:20px;
  131. opacity:0.7;
  132. border-radius: 0px 30px 0px 0px;
  133. border-top:4px double #848484;
  134. border-right:4px double #A4A4A4;
  135. background:{color:Down Bar Background};
  136. padding:10px;
  137. z-index:9999999999;
  138. -webkit-transition: all 0.25s linear;
  139. -moz-transition: all 0.25s linear;
  140. -o-transition: all 0.25s linear;
  141. }
  142. #downbar:hover {
  143. height:60px;
  144. opacity:1;
  145. -webkit-transition: all 0.25s linear;
  146. -moz-transition: all 0.25s linear;
  147. -o-transition: all 0.25s linear;
  148. }
  149. #downbar h1 {
  150. margin:0px 0px;
  151. font-style:italic;
  152. font-family:times;
  153. text-transform:none;
  154. }
  155. .description {}
  156. .links {
  157. margin-left:92px;
  158. margin-left:-2px;
  159. padding-bottom:20px;
  160. padding-top:10px;
  161. }
  162. .links a {
  163. display:inline-block;
  164. border: 1px solid #eee;
  165. background:#000;
  166. -moz-border-radius:100%;
  167. -webkit-border-radius:100%;
  168. border-radius:100%;
  169. height:10px;
  170. width:10px;
  171. letter-spacing:1px;
  172. text-transform:uppercase;
  173. transition-duration: 0.7s;
  174. -moz-transition-duration: 0.7s;
  175. -webkit-transition-duration: 0.7s;
  176. -o-transition-duration: 0.7s;
  177.  
  178. }
  179. .links a:hover {
  180. background:#fff;
  181. border: 1px solid #000;
  182. }
  183. #content {
  184. width:250px;
  185. float:right;
  186. padding-left:10px;
  187. padding-right:10px;
  188. background:url({image:Post Background});
  189. padding-top:10px;
  190. border-left:1px dotted silver;
  191. }
  192. .post {
  193. margin:0px 0px 20px 0px;
  194. padding-bottom:10px;
  195. border-bottom:1px dotted silver;
  196. }
  197. .post .meta {
  198. text-align:right;
  199. background:{color:Footer Post Background};
  200. padding:2px;
  201. font-size:12px;
  202. margin-top:10px;
  203. opacity:0.8;
  204. border:3px double black;
  205. }
  206. #postnotes {}
  207. </style>
  208.  
  209. </head>
  210.  
  211. <body>
  212.  
  213. <div id="heyo"></div>
  214. <div id="heyo2"></div>
  215.  
  216. <div id="container">
  217.  
  218. <div id="downbar">
  219. <h1>{Title}</h1>
  220.  
  221. {block:Description}
  222. <div class="description">
  223. {Description}
  224. </div>
  225. {/block:Description}
  226.  
  227. <div class="links">
  228. <a href="/ask" title="message"></a>
  229. <a href="/archive" title="past"></a>
  230. {block:ifenablelink1}
  231. <a href="{text:Link1 URL}" title="{text:Link1 Title}"></a>{/block:ifenablelink1}
  232. {block:ifenablelink2}<a href="{text:Link2 URL}" title="{text:Link2 Title}"></a>{/block:ifenablelink2}
  233. {block:ifenablelink3}<a href="{text:Link3 URL}" title="{text:Link3 Title}"></a>{/block:ifenablelink3}
  234. </div>
  235.  
  236.  
  237. </div>
  238.  
  239. <div id="container">
  240. <div style="position:absolute; top:0px; left:100px; width:350px; height: auto; bottom:40px; overflow: scroll; overflow-x: hidden; padding-right:5px; border-right:1px dotted silver;">
  241. <div id="content">
  242.  
  243. {block:Posts}
  244. <div class="post">
  245. {block:Text}
  246. {block:Title}
  247. <h3><a href="{Permalink}">{Title}</a></h3>
  248. {/block:Title}
  249. {Body}
  250. {/block:Text}
  251.  
  252. {block:Photo}
  253. <img src="{PhotoURL-250}" alt="{PhotoAlt}" title="{NoteCountWithLabel}"/>
  254.  
  255. {/block:Photo}
  256.  
  257. {block:Photoset}
  258. {block:IndexPage}
  259. {block:Photos}
  260. <img src="{PhotoURL-250}" title="{NoteCountWithLabel}">
  261. {/block:Photos}
  262. {/block:IndexPage}
  263. {block:PermalinkPage}
  264. {Photoset-250}
  265. {/block:PermalinkPage}
  266. {/block:Photoset}
  267.  
  268. {block:Quote}
  269. "{Quote}"
  270.  
  271. {block:Source}
  272. <div class="source">{Source}</div>
  273. {/block:Source}
  274. {/block:Quote}
  275.  
  276. {block:Link}
  277. <a href="{URL}" class="link" {Target}>{Name}</a>
  278.  
  279. {block:Description}
  280. <div class="description">{Description}</div>
  281. {/block:Description}
  282. {/block:Link}
  283.  
  284. {block:Chat}
  285. {block:Title}
  286. <h3><a href="{Permalink}">{Title}</a></h3>
  287. {/block:Title}
  288.  
  289. <ul class="chat">
  290. {block:Lines}
  291. <li class="{Alt} user_{UserNumber}">
  292. {block:Label}
  293. <span class="label">{Label}</span>
  294. {/block:Label}
  295.  
  296. {Line}
  297. </li>
  298. {/block:Lines}
  299. </ul>
  300. {/block:Chat}
  301.  
  302. {block:Video}
  303. {Video-500}
  304.  
  305.  
  306. {/block:Video}
  307.  
  308. {block:Audio}
  309. {AudioPlayerBlack}
  310.  
  311. {block:Caption}
  312. <div class="caption">{Caption}</div>
  313. {/block:Caption}
  314. {/block:Audio}
  315.  
  316. <div class="meta">
  317. <a href="{ReblogURL}"><i>reblog</i></a> .
  318. <a href="{Permalink}" title="permalink">☯</a>
  319. </div>
  320.  
  321. {block:PermalinkPage}
  322. {block:PostNotes}
  323. <div id="postnotes">
  324. {PostNotes}
  325. </div>
  326. {/block:PostNotes}
  327. {/block:PermalinkPage}
  328. </div>
  329. {/block:Posts}
  330. </div>
  331. </div>
  332. </div>
  333. <div style="position:fixed;right:10px; bottom:10px; font-family:arial; font-size:10px;"><a href="http://512kb.tumblr.com">THM ∞</a></div>
  334. </body>
  335. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement