Advertisement
Guest User

windchimes

a guest
Apr 16th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.49 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.  
  3. <!-- BASE CODE by GETNAKEDMILEY -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA" content="">
  23. <meta name="text:linkA url" content="/">
  24. <meta name="text:linkB" content="">
  25. <meta name="text:linkB url" content="/">
  26. <meta name="text:linkC" content="">
  27. <meta name="text:linkC url" content="/">
  28. <meta name="text:linkD" content="">
  29. <meta name="text:linkD url" content="/">
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. a {
  40. color:{color:link};
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47. a:hover {
  48. color:{color:hover};
  49. text-decoration:none;
  50. -moz-transition-duration:0.5s;
  51. -webkit-transition-duration:0.5s;
  52. -o-transition-duration:0.5s;
  53. }
  54.  
  55.  
  56. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  57. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  58. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  59.  
  60. body {
  61. background-color:{color:bg};
  62. font-family:Calibri;
  63. font-weight:normal;
  64. }
  65.  
  66.  
  67.  
  68.  
  69. h1 {
  70. font-weight:normal;
  71. font-size:10px;
  72. text-align:center;
  73. font-style:normal;
  74. line-height:80%;
  75. letter-spacing:1px;
  76. text-transform:uppercase;
  77. color:{color:text};
  78. }
  79.  
  80. h2 {
  81. font-size:15px;
  82. text-align:center;
  83. line-height:100%;
  84. letter-spacing:-0.5px;
  85. color:{color:text};
  86. font-weight:normal;
  87. padding:5px;
  88. padding-bottom:2px;
  89. }
  90.  
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #theme {
  99. background-color:{color:bg};
  100. width:700px;
  101. margin: 0 auto -12px auto;
  102. text-align: center;
  103. }
  104.  
  105. #sidebar {
  106. color:{color:text};
  107. position:fixed;
  108. width:150px;
  109. height:800px;
  110. margin-top:0px;
  111. text-align:left;
  112. border-right: 1px solid;
  113. border-color: #e6e4e4
  114. }
  115.  
  116. #sidebar img {
  117. width:150px;
  118. height:150px;
  119. margin-bottom:10px;
  120. margin-top: 170px;
  121. margin-left: -40px;
  122. }
  123.  
  124.  
  125. .links {
  126. margin-bottom:10px;
  127. font-size:11px;
  128. margin-left: -80px;
  129. text-transform:uppercase;
  130. text-align:center;
  131. letter-spacing:2px;
  132. line-height:170%;
  133. }
  134.  
  135. .links a{
  136. padding:3px;
  137. color:{color:link};
  138. letter-spacing:0px;
  139. text-decoration:none;
  140. -moz-transition-duration:1s;
  141. -webkit-transition-duration:1s;
  142. -o-transition-duration:1s;
  143. }
  144.  
  145. .links a:hover{
  146. color:{color:hover};
  147. -moz-transition-duration:1s;
  148. -webkit-transition-duration:1s;
  149. -o-transition-duration:1s;
  150. }
  151.  
  152. #s-m-t-tooltip {/* tutorial by meem.co.vu */
  153.  
  154. max-width:300px;
  155.  
  156. padding:3px 4px 5px 4px;
  157.  
  158. margin:8px 0px 0px 8px;
  159.  
  160. background-color:#fff; /* change the background color */
  161.  
  162. border:1px solid #ddd; /* change the border color */
  163.  
  164. font-family:calibri; /* change the font */
  165.  
  166. font-size:9px; /* change the font size */
  167.  
  168. letter-spacing:2px; /* change the letter spacing */
  169.  
  170. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  171.  
  172. color:#999; /* change the text color */
  173.  
  174. z-index:999999999999999999999999999999999999;
  175.  
  176. }
  177.  
  178.  
  179. .desc {
  180. margin-bottom:10px;
  181. width: 150px;
  182. margin-left: -40px;
  183. margin-top: 10px;
  184. text-align:center;
  185. font-size:10px;
  186. color:{color:text};
  187. letter-spacing:1px;
  188. line-height:150%;
  189. }
  190.  
  191. .desc a {
  192. color:{color:link};
  193. }
  194.  
  195. .pagi {
  196. font-size:8px;
  197. text-transform:uppercase;
  198. letter-spacing:3px;
  199. font-style:normal;
  200. text-align:center;
  201. }
  202.  
  203. .pagi a {
  204. color:{color:link};
  205. }
  206.  
  207. #stuffcontainer {
  208. float:left;
  209. margin-left:200px;
  210. margin-top:0px;
  211. text-align:justify;
  212. background-color:{color:bg};
  213. color:{color:text};
  214. margin-bottom: 35px;
  215. }
  216.  
  217.  
  218. #stuff {
  219. width:500px;
  220. margin-top:75px;
  221. text-align:justify;
  222. font-size:11px;
  223. line-height:90%;
  224. letter-spacing:0x;
  225. color:{color:text};
  226. }
  227.  
  228. .caption {
  229. width:500px;
  230. text-align:justify;
  231. line-height:120%;
  232. }
  233.  
  234. .ask {
  235. padding:10px;
  236. text-align:left;
  237. color:{color:text};
  238. background-color:{color:infobg};
  239. border-bottom:1px solid {color:border};
  240. border-right:1px solid {color:border};
  241. }
  242.  
  243. .ans {
  244. text-align:left;
  245. padding:10px;
  246. color:{color:text};
  247. }
  248.  
  249. .audio {
  250. width:500px;
  251. padding-bottom:10px;
  252. background-color:{color:infobg};
  253. }
  254.  
  255. .albumart {
  256. float:left;
  257. padding:0px 10px 10px 0px;
  258. }
  259.  
  260. .albumart img {
  261. width:45px;
  262. height:45px;
  263. }
  264.  
  265. .playercontainer {
  266. text-align:left;
  267. padding:10px;
  268. background-color:#ffffff;
  269. width:480px;
  270. }
  271.  
  272. .audioinfo {
  273. padding:10px;
  274. color:{color:text};
  275. }
  276.  
  277. #postinfo {
  278. width:490px;
  279. padding:5px;
  280. font-size:8px;
  281. color:{color:link};
  282. text-transform:uppercase;
  283. font-style:normal;
  284. letter-spacing:2px;
  285. text-align:left;
  286. border-top:1px solid {color:border};
  287. border-bottom:1px solid {color:border};
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. #postinfo a {
  294. color:{color:link};
  295. text-align:center;
  296. letter-spacing:1px;
  297. font-style:normal;
  298. }
  299.  
  300. #postinfo a:hover {
  301. color:{color:hover};
  302. }
  303.  
  304. .note {
  305. text-transform:uppercase;
  306. font-style:normal;
  307. letter-spacing:0px;
  308. font-size: 9px;
  309. text-align:left;
  310. line-height:90%;
  311. margin-left:-40px;
  312. }
  313.  
  314. .note li {
  315. list-style-type:none;
  316. border-bottom:1px solid {color:border};
  317. padding:10px 25px 10px 25px;
  318. text-align:left;
  319. margin:0px;
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. }
  324.  
  325. .tags {
  326. font-style:normal;
  327. width:500px;
  328. text-transform:uppercase;
  329. font-style:normal;
  330. color:{color:tags};
  331. letter-spacing:2px;
  332. line-height:120%;
  333. font-size:8px;
  334. text-align:left;
  335. padding:2px;
  336. -moz-transition-duration:0.5s;
  337. -webkit-transition-duration:0.5s;
  338. -o-transition-duration:0.5s;
  339. }
  340.  
  341. .tags a {
  342. color:{color:tags};
  343. letter-spacing:1px;
  344. padding:1px;
  345. }
  346.  
  347. .tags a:hover {
  348. color:{color:link};
  349. }
  350.  
  351. ul.chat, .chat ol, .chat li {
  352. list-style:none;
  353. margin:0px;
  354. padding:2px;
  355. }
  356.  
  357. .label {
  358. text-decoration:underline;
  359. font-weight:700;
  360. background-color:{color:infobg};
  361. margin-right:5px;
  362. }
  363.  
  364. #cred {position:fixed; right:10px; bottom:10px; text-shadow:2px 1px #ffffff; text-transform:uppercase; font:10px 'times'; letter-spacing:1px; padding:5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
  365.  
  366. #cred a {
  367. padding:3px;
  368. color:#131313;
  369. background-color:#ffffff;
  370. -moz-transition-duration:0.5s;
  371. -webkit-transition-duration:0.5s;
  372. -o-transition-duration:0.5s;
  373. }
  374.  
  375. {CustomCSS}
  376.  
  377. </style></head>
  378.  
  379. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  380.  
  381. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  382. <!--tutorial by meem.co.vu-->
  383. <script>
  384.  
  385. (function($){
  386.  
  387. $(document).ready(function(){
  388.  
  389. $("a[title]").style_my_tooltips({
  390.  
  391. tip_follows_cursor:true,
  392.  
  393. tip_delay_time:90,
  394.  
  395. tip_fade_speed:600,
  396.  
  397. attribute:"title"
  398.  
  399. });
  400.  
  401. });
  402.  
  403. })(jQuery);
  404.  
  405. </script>
  406.  
  407.  
  408. <body>
  409. <div id="theme">
  410. <div id="sidebar">
  411. <a title="{Title}"href="/"><img src="{image:sidebar}"/></a>
  412. <div class="links">
  413. {block:IfLinkA}
  414. <a title="{text:linkA}"href="{text:linkA url}">I</a> -
  415. {/block:IfLinkA}
  416. {block:IfLinkB}
  417. <a title="{text:linkB}"href="{text:linkB url}">II</a> -
  418. {/block:IfLinkB}
  419. {block:IfLinkC}
  420. <a title="{text:linkC}"href="{text:linkC url}">III</a> -
  421. {/block:IfLinkC}
  422. {block:IfLinkD}
  423. <a title="{text:linkD}"href="{text:linkD url}">IV</a>
  424. {/block:IfLinkD}
  425. </div>
  426. <div class="desc">
  427. {Description}
  428. </div>
  429. {block:Pagination}
  430. <div class="pagi">
  431. {block:PreviousPage}
  432. <a href="{PreviousPage}">←</a>
  433. {/block:PreviousPage}
  434. {block:NextPage}
  435. <a href="{NextPage}">→</a>
  436. {/block:NextPage}
  437. </div>
  438. {/block:Pagination}
  439. </div>
  440.  
  441. <div id="stuffcontainer">
  442.  
  443. {block:Posts}
  444.  
  445. <div id="stuff">
  446.  
  447. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  448.  
  449. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  450.  
  451. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  452. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  453.  
  454. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  455.  
  456. {block:Photoset}<center>{Photoset-500}</center>
  457. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  458.  
  459. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  460.  
  461. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  462.  
  463. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  464.  
  465. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  466. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  467. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  468. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  469. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  470.  
  471.  
  472.  
  473. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  474. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  475. {block:HasTags}
  476. <div class="tags">
  477. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  478. {/block:HasTags}
  479. <div class="note">
  480. {block:PostNotes}{PostNotes}{/block:PostNotes}
  481. </div>
  482. </div>
  483. {/block:Posts}
  484.  
  485.  
  486. </div>
  487.  
  488. <div id="cred"><a href="http://herhmione.tumblr.com/">SIB</a></div>
  489.  
  490. </div>
  491. </div>
  492. </div>
  493. </body>
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement