Advertisement
middaymoon

theme 16//vaporize

Apr 20th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.25 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. <!--
  4. please don't steal coding i worked hard on this theme! thank you :)
  5. updates tab cred to ocehans
  6. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#a8a8a8"/>
  18. <meta name="color:Link" content="#b8b8b8"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:sidetitlebg" content="" />
  21. <meta name="image:sidebar" content="" />
  22. <meta name="if:updatestab" content="1"/>
  23. <meta name="text:sidetitle" content=""/>
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 1 Text" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 2 Text" content="" />
  28. <meta name="text:Link 3" content="" />
  29. <meta name="text:Link 3 Text" content="" />
  30. <meta name="text:Link 4" content="" />
  31. <meta name="text:Link 4 Text" content="" />
  32. <meta name="text:Link 5" content="" />
  33. <meta name="text:Link 5 Text" content="" />
  34. <meta name="color:scrollbarbg" content="ffffff"/>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. {block:ifupdatestab}
  40. #ocehans1{
  41. height:11px;
  42. text-align:center;
  43. overflow:hidden;
  44. margin-top:-1px;
  45. border-bottom:1px solid #ababab;
  46. text-transform:none;
  47. letter-spacing:1px;
  48. font-size:9px;
  49. line-height:10px;
  50. z-index:999999999999999999999;
  51. -webkit-transition: all 0.5s ease-in-out;
  52. -moz-transition: all 0.5s ease-in-out;
  53. -o-transition: all 0.5s ease-in-out;
  54. }
  55. #ocehans1:hover{
  56. height:60px;
  57. -webkit-transition: all 0.5s ease-in-out;
  58. -moz-transition: all 0.5s ease-in-out;
  59. -o-transition: all 0.5s ease-in-out;
  60. }
  61.  
  62. #ocehans2{
  63. height:13px;
  64. text-align:center;
  65. overflow:hidden;
  66. border-bottom:1px solid #ababab;
  67. text-transform:none;
  68. background-color:#fff;
  69. letter-spacing:1px;
  70. font-size;9px;
  71. line-height:13px;
  72. z-index:999999999999999999999;
  73. -webkit-transition: all 0.5s ease-in-out;
  74. -moz-transition: all 0.5s ease-in-out;
  75. -o-transition: all 0.5s ease-in-out;
  76. }
  77.  
  78. #ocehans2:hover{
  79. height:60px;
  80. -webkit-transition: all 0.5s ease-in-out;
  81. -moz-transition: all 0.5s ease-in-out;
  82. -o-transition: all 0.5s ease-in-out;
  83. }
  84.  
  85. #ocehans3{
  86. height:13px;
  87. text-align:center;
  88. overflow:hidden;
  89. border-bottom:1px solid #ababab;
  90. text-transform:none;
  91. background-color:#fff;
  92. letter-spacing:1px;
  93. font-size;9px;
  94. line-height:13px;
  95. z-index:999999999999999999999;
  96. -webkit-transition: all 0.5s ease-in-out;
  97. -moz-transition: all 0.5s ease-in-out;
  98. -o-transition: all 0.5s ease-in-out;
  99. }
  100.  
  101. #ocehans3:hover{
  102. height:60px;
  103. -webkit-transition: all 0.5s ease-in-out;
  104. -moz-transition: all 0.5s ease-in-out;
  105. -o-transition: all 0.5s ease-in-out;
  106. }
  107.  
  108.  
  109.  
  110. #ocehans4{
  111. height:11px;
  112. text-align:center;
  113. overflow:hidden;
  114. border-bottom:0px solid #ababab;
  115. text-transform:none;
  116. background-color:#fff;
  117. letter-spacing:1px;
  118. font-size;9px;
  119. line-height:13px;
  120. z-index:999999999999999999999;
  121. -webkit-transition: all 0.5s ease-in-out;
  122. -moz-transition: all 0.5s ease-in-out;
  123. -o-transition: all 0.5s ease-in-out;
  124. }
  125.  
  126. #ocehans4:hover{
  127. height:60px;
  128. -webkit-transition: all 0.5s ease-in-out;
  129. -moz-transition: all 0.5s ease-in-out;
  130. -o-transition: all 0.5s ease-in-out;
  131. }
  132.  
  133. #ocehans{
  134. text-align:left;
  135. font-size:9px;
  136. text-transform:none;
  137. opacity: .8;
  138. border:1px none #eee;
  139. position:fixed;
  140. font-family:arial;
  141. left:14px;
  142. background-color:#fff;
  143. letter-spacing:1px;
  144. width:65px;
  145. z-index:9999;
  146. padding:4px;
  147. top:14px;
  148.  
  149. }
  150. {/block:ifupdatestab}
  151. /**end**/
  152.  
  153. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  154.  
  155. ::-webkit-scrollbar {
  156. width: 5px;height: 5px;}
  157. ::-webkit-scrollbar-button:start:decrement,
  158. ::-webkit-scrollbar-button:end:increment {
  159. height: 6px;display: block;background-color: {color:white};}
  160. ::-webkit-scrollbar-track-piece {
  161. background-color: {color:scrollbarbg};}
  162. ::-webkit-scrollbar-thumb:vertical {
  163. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  164.  
  165.  
  166. body {
  167. background:{color:background};
  168. margin:10px;
  169. color:{color:text};
  170. font-family:arial;
  171. font-size:9px;
  172. line-height:100%;
  173. }
  174.  
  175. a {
  176. text-decoration:none;
  177. color:{color:link};
  178. -moz-transition-duration:0.7s;
  179. -webkit-transition-duration:0.7s;
  180. -o-transition-duration:0.7s;
  181. }
  182.  
  183. img {
  184. border:none;
  185. }
  186.  
  187. blockquote {
  188. padding-left:5px;
  189. border-left:2px solid;
  190. }
  191.  
  192. blockquote blockquote {
  193. padding-left:5px;
  194. border-left:2px solid;
  195. }
  196.  
  197. h1 {
  198. font-size:9px;
  199. text-transform:uppercase;
  200. }
  201.  
  202. a:hover {
  203. opacity:10;
  204. text-decoration:none;
  205. color:{color:hover};
  206. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  207. -webkit-transition: all 0.7s ease;
  208. -moz-transition: all 0.7s ease;
  209. -o-transition: all 0.7s ease
  210. }
  211.  
  212.  
  213. #entries {
  214. padding:10px;
  215. width:400px;
  216. margin-left:460px;
  217. margin-top:40px;
  218. font-size:10px;
  219. }
  220.  
  221.  
  222. #post {
  223. width:400px;
  224. padding-bottom:20px;
  225. padding:80px;
  226. margin-top:15px;
  227. background-color:{color:background};
  228. }
  229.  
  230. #sidetitle {
  231. font-size:13px;
  232. font-family:arial;
  233. letter-spacing:2px;
  234. line-height:100%;
  235. position:absolute;
  236. width: 396px;
  237. border:4px solid {color:sidetitlebg};
  238. border-top:10px solid {color:sidetitlebg};
  239. border-bottom:10px solid {color:sidetitlebg};
  240. margin-top:0px;
  241. margin-left:548px;
  242. text-align:center;
  243. text-transform:uppercase;
  244. background:{color:sidetitlebg};
  245. font-style:none;
  246. -moz-transition-duration:0.7s;
  247. -webkit-transition-duration:0.7s;
  248. -o-transition-duration:0.7s;
  249. }
  250.  
  251. #sidetitle:hover {
  252. letter-spacing:3px;
  253. -moz-transition-duration:0.7s;
  254. -webkit-transition-duration:0.7s;
  255. -o-transition-duration:0.7s;
  256. }
  257.  
  258.  
  259. #sidebar {
  260. width:130px;
  261. position:fixed;
  262. margin-left:210px;
  263. margin-top:150px;
  264. opacity:.80;
  265. background-color:transparent;
  266. }
  267.  
  268. #sidebarimage {
  269. width 100px;
  270. }
  271.  
  272. #sidebarimage img {
  273. width:150px;
  274. padding:6px;
  275. background-color:{color:background};
  276. }
  277.  
  278.  
  279. .links {
  280. width:128px;
  281. height:5px;
  282. padding: 9px;
  283. font-family:arial;
  284. background:{color:sidetitlebg};
  285. border:3px solid {color:sidetitlebg};
  286. text-align:center;
  287. margin-top:-10px;
  288. margin-left:6px;
  289. text-align:center;
  290. text-transform:none;
  291. word-spacing:2px;
  292. position:fixed;
  293. padding-bottom:7px;
  294. opacity:0;
  295. -webkit-transition: all 0.8s ease-in-out;
  296. -moz-transition: all 0.8s ease-in-out;
  297. -o-transition: all 0.8s ease-in-out;
  298. }
  299.  
  300. #sidebar:hover .links {
  301. opacity:1;
  302. margin-top:-30px;
  303. -webkit-transition: all 0.8s ease-in-out;
  304. -moz-transition: all 0.8s ease-in-out;
  305. -o-transition: all 0.8s ease-in-out;
  306. }
  307.  
  308. .links a {
  309. width:7px;
  310. height:7px;
  311. margin-bottom:3px;
  312. display:inline-block;
  313. border-radius:100%;
  314. border:2px solid {color:link};
  315. background:{color:link};
  316. -webkit-transition: all 0.7s ease;
  317. -moz-transition: all 0.7s ease;
  318. -o-transition: all 0.7s ease
  319. }
  320.  
  321. .links a:hover {
  322. border-radius:100%;
  323. border:2px solid {color:link};
  324. background:transparent;
  325. -webkit-transition: all 0.7s ease;
  326. -moz-transition: all 0.7s ease;
  327. -o-transition: all 0.7s ease
  328. }
  329.  
  330.  
  331. #description {
  332. position:fixed;
  333. font-family:arial;
  334. line-height:90%;
  335. font-size:10px;
  336. font-style:none;
  337. width:135px;
  338. margin-top:-6px;
  339. background:{color:sidetitlebg};
  340. border:3px none {color:sidetitlebg};
  341. padding:8px;
  342. margin-left:6px;
  343. text-align:justify;
  344. color:{color:text};
  345. }
  346.  
  347. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  348. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  349.  
  350.  
  351. #pagination {
  352. width:130px;
  353. font-size:9px;
  354. text-align:justify;
  355. margin-top:75px;
  356. margin-left:5px;
  357. position:fixed;
  358. font-family:arial;
  359. letter-spacing:0px;
  360. }
  361.  
  362.  
  363. #info {
  364. text-align:center;
  365. margin-top:10px;
  366. text-transform:none;
  367. background:{color:sidetitlebg};
  368. border:10px solid {color:sidetitlebg};
  369. opacity:0;
  370. font-size:8px;
  371. font-style:none;
  372. -webkit-transition: all 0.6s ease-in-out;
  373. -moz-transition: all 0.6s ease-in-out;
  374. -o-transition: all 0.6s ease-in-out;
  375. -ms-transition: all 0.6s ease-in-out;
  376. transition: all 0.6s ease-in-out;
  377. }
  378.  
  379. #info a:hover {
  380. color:{color:sidetitlebg};
  381. -webkit-transition: all 0.6s ease-in-out;
  382. -moz-transition: all 0.6s ease-in-out;
  383. -o-transition: all 0.6s ease-in-out;
  384. -ms-transition: all 0.6s ease-in-out;
  385. transition: all 0.6s ease-in-out;
  386. }
  387.  
  388. #post:hover #info {
  389. opacity:1;
  390. -webkit-transition: all 0.6s ease-in-out;
  391. -moz-transition: all 0.6s ease-in-out;
  392. -o-transition: all 0.6s ease-in-out;
  393. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  394.  
  395. }
  396.  
  397.  
  398. #tags {
  399. font-family:arial;
  400. letter-spacing:0px;
  401. text-transform:lowercase;
  402. font-size:8px;
  403. font-style:none;
  404. margin-top:4px;
  405. text-align:center;
  406. }
  407.  
  408. #tags a {
  409. display:inline;
  410. padding:-3px;text-align:left;
  411. -webkit-transition: all 0.6s ease-in-out;
  412. -moz-transition: all 0.6s ease-in-out;
  413. -o-transition: all 0.6s ease-in-out;
  414. -ms-transition: all 0.6s ease-in-out;
  415. transition: all 0.6s ease-in-out;
  416. }
  417.  
  418. #asker {
  419. padding:5px;
  420. font-family:arial;
  421. letter-spacing:1px;
  422. text-align:center;
  423. border:2px solid {color:sidetitlebg};
  424. font-style:italic;
  425. background-color:{color:sidetitlebg};
  426. }
  427.  
  428. #quote {
  429. font-size:13px;
  430. font-style:italic;
  431. line-height:15px;
  432. text-align:justify;
  433. }
  434.  
  435. #source {
  436. font-size:10px;
  437. text-align:right;
  438. }
  439.  
  440. #s-m-t-tooltip {
  441. max-width:500px;
  442. background-color:transparent;
  443. font-family:arial;
  444. font-size:9px;
  445. color:{color:text};
  446. letter-spacing:1px;
  447. text-transform:none;
  448. font-style:bold;
  449. padding:3px 4px 3px 4px;
  450. margin:5px 0px 0px 5px;
  451. z-index:999999999999999999999999999999999999;
  452. border-radius: 0px;
  453. }
  454.  
  455. {CustomCSS}</style>
  456. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  457.  
  458. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  459.  
  460. <script>
  461.  
  462. (function($){
  463.  
  464. $(document).ready(function(){
  465.  
  466. $("a[title]").style_my_tooltips({
  467.  
  468. tip_follows_cursor:true,
  469.  
  470. tip_delay_time:90,
  471.  
  472. tip_fade_speed:600,
  473.  
  474. attribute:"title"
  475.  
  476. });
  477.  
  478. });
  479.  
  480. })(jQuery);
  481.  
  482. </script>
  483. </head><body>
  484.  
  485. <!--updates tab-->
  486. {block:ifupdatestab}
  487. <div id="ocehans">
  488. <center>
  489. <div id="ocehans1">
  490. <div style="font-size:9px;">title 1</div> <div style="padding-top:1px; text-transform:none; opacity:.9; font-family: arial; font-size:9px; line-height:10px; text-align:center; color:#b9b9b9;">
  491. text 1 here
  492. <br><br>
  493. </div>
  494. </div>
  495.  
  496. <div id="ocehans2">
  497. <div style="font-size:9px;">title 2</div> <div style="padding-top:1px; text-transform:none; opacity:.9; font-family: arial; font-size:9px; line-height:10px; text-align:center; color:#b9b9b9;">
  498. text 2 here
  499.  
  500. </div></div>
  501.  
  502. <div id="ocehans3">
  503. <div style="font-size:9px;">title 3</div> <div style="padding-top:1px; text-transform:none; opacity:.9; font-family: arial; font-size:9px; line-height:10px; text-align:center; color:#b9b9b9;">
  504. text 3 here
  505. <br><br>
  506. </div>
  507. </div>
  508.  
  509. <div id="ocehans4">
  510. <div style="font-size:9px;">title 4</div> <div style="padding-top:1px; text-transform:none; opacity:.9; font-family: arial; font-size:9px; line-height:10px; text-align:center; color:#b9b9b9;">
  511. text 4 here
  512. </div></div>
  513. </div></div></div></div>
  514. {/block:ifupdatestab}
  515. <!--end-->
  516.  
  517. <div id="sidebar">
  518. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  519.  
  520. <div id="description">
  521. {Description}
  522. </div>
  523.  
  524.  
  525. <div class="links">
  526. <a href="{text:Link 1}" title="{text:Link 1 Text}"></a>
  527. <a href="{text:Link 2}" title="{text:Link 2 Text}"></a>
  528. <a href="{text:Link 3}" title="{text:Link 3 Text}"></a>
  529. <a href="{text:Link 4}" title="{text:Link 4 Text}"></a>
  530. <a href="{text:Link 5}" title="{text:Link 5 Text}"></a>
  531. </div>
  532.  
  533.  
  534. {block:Pagination}<div id="pagination">
  535. {block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}&nbsp;&nbsp;
  536. {block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}
  537. </div>{/block:Pagination}
  538.  
  539. </div>
  540.  
  541. <div id="sidetitle">{text:sidetitle}</div>
  542.  
  543. <div id="entries">{block:Posts}<div id="post">
  544.  
  545. {block:ContentSource}
  546. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  547. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  548. {/block:SourceLogo}
  549. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  550. {/block:ContentSource}
  551.  
  552. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  553.  
  554. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  555.  
  556. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  557.  
  558. {block:Quote}<div id="quote">{Quote}</div>
  559. <p>
  560. {block:Source}<div id="source">
  561. — {Source}
  562. </div>
  563. {/block:Source}
  564. </p>{/block:Quote}
  565.  
  566. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  567.  
  568. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  569.  
  570. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  571. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  572. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  573. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  574. {/block:Audio}
  575.  
  576. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  577.  
  578. {block:Answer}<div id="asker"><big>{Asker}</big>: {Question}</div><center>{Answer}{/block:Answer}
  579.  
  580. <div id="info">
  581. <br><a href="{Permalink}">{12Hour}:{Minutes} {AMPM}</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblog</a>
  582. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp; {/block:Tags}</div>{/block:HasTags}</div></div>
  583. {/block:Posts}
  584. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  585. {/block:Posts}</div></div></div>
  586.  
  587. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:arial;"><a href="http://ofindie.tumblr.com/">ofindie</a></center></div>
  588.  
  589.  
  590. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement