Advertisement
containes

VHSM THEME 2

Jan 17th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.61 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!-----------------------------------------------------------------
  4.  
  5.  
  6. // VHSM THEMES // vhsmthemes.tumblr.com //
  7.  
  8. // Comments & Suggestions are apprecaited //
  9.  
  10. ------------------------------------------------------------------>
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13.  
  14. <script type="text/javascript">
  15. <!--
  16.  
  17. // Disable Right Click Script
  18.  
  19. function IE(e)
  20. {
  21. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  22. {
  23. return false;
  24. }
  25. }
  26. function NS(e)
  27. {
  28. if (document.layers || (document.getElementById && !document.all))
  29. {
  30. if (e.which == "2" || e.which == "3")
  31. {
  32. return false;
  33. }
  34. }
  35. }
  36. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  37.  
  38. //-->
  39. </script>
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42. <meta name="color:background" content="#FFFFFF"/>
  43. <meta name="color:text" content="#130C11"/>
  44. <meta name="color:hover" content="#130C11"/>
  45. <meta name="color:link" content="#000000"/>
  46.  
  47. <meta name="image:sidebar" content="1"/>
  48. <meta name="image:background" content="1"/>
  49. <meta name="text:Link 1 title" content="link" />
  50. <meta name="text:Link 1 link" content="" />
  51. <meta name="text:Link 2 title" content="link" />
  52. <meta name="text:Link 2 link" content="" />
  53. <meta name="text:Link 3 title" content="link" />
  54. <meta name="text:Link 3 link" content="" />
  55. <meta name="text:Link 4 title" content="link" />
  56. <meta name="text:Link 4 link" content="" />
  57.  
  58.  
  59.  
  60. <style type="text/css">
  61. body, a:hover {cursor: url(http://static.tumblr.com/i8axhtw/359marh29/smallcursor.png), auto !important;}
  62.  
  63. body, a:hover {cursor: url(http://i.imgur.com/ZOrzC.png), progress !important;} a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
  64. a {color:{color:link};text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  65.  
  66.  
  67.  
  68. #aaaaaa; border-right: 1px solid #aaaaaa; }
  69.  
  70. .wrapper{
  71. margin:1px auto;
  72. width: 802px;
  73. }
  74.  
  75. .header{
  76. float: left;
  77. width: 100%;
  78. }
  79.  
  80. .left{
  81. float: left;
  82. margin-right: 20px;
  83. width: 802px;
  84. }
  85.  
  86. .right{
  87. float: right;
  88. width: 200px;
  89. background-color: {color:Background};
  90. }
  91.  
  92.  
  93. p {
  94. margin:0px;
  95. margin-top:0px;
  96. }
  97.  
  98.  
  99. body {
  100. margin:0px;
  101. text-decoration: none;
  102. text-align:left;
  103. background-color: {color:background};
  104. background-image:url({image:Background});
  105. background-attachment: fixed;
  106. background-repeat: repeat;
  107. color: {color:Text};
  108. font-family:arial;
  109. font-size: 9px;
  110. }
  111.  
  112.  
  113. ::-webkit-scrollbar {width: 3px; height: 4px; background: {color:Background};}
  114.  
  115. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. a:link, a:active, a:visited{
  123. color: {color:Link};
  124. text-decoration: none;
  125. -webkit-transition: color 0.2s ease-out;
  126. -moz-transition: color 0.2s ease-out;
  127. }
  128.  
  129. a:hover{
  130. color:{color:Hover};
  131. -webkit-transition: color 0.2s ease-out;
  132. -moz-transition: color 0.2s ease-out;
  133. }
  134.  
  135. .entry {
  136.  
  137.  
  138. margin:25px;
  139.  
  140. float:left;
  141. text-align:left;
  142.  
  143. background-color: #ffffff;
  144.  
  145.  
  146. width:250px;
  147.  
  148.  
  149.  
  150.  
  151.  
  152. -webkit-filter:saturate(100%);}
  153.  
  154.  
  155.  
  156. #entry img{
  157.  
  158. max-width: 270px;
  159. height: auto;
  160.  
  161.  
  162. }
  163.  
  164.  
  165. .credit{
  166. position:fixed;
  167. right:6px;
  168. top:25px;
  169. z-index:9999;
  170. opacity:0.4;
  171. -webkit-transition: all 1s linear;
  172. -webkit-transition: all 1s linear;
  173. -moz-transition: all 1s linear;
  174. transition: all 1s linear;
  175. }
  176. .credit:hover{
  177. opacity:1;
  178. -webkit-transition: all 1s linear;
  179. -webkit-transition: all 1s linear;
  180. -moz-transition: all 1s linear;
  181. transition: all 1s linear;
  182. }
  183.  
  184.  
  185.  
  186.  
  187. img{-webkit-filter: grayscale(40%);-webkit-transition: opacity 0.9s linear; -webkit-transition: 0.9s linear; -moz-transition: all 0.9s linear;
  188. transition: all 0.9s linear; opacity: 1.0;}
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. div#sidebar{
  196. position:fixed !important;
  197. width: 180px;
  198. height:auto;
  199. margin-top: 190px;
  200. margin-left: 300px;
  201. {block:ifsidebarright}
  202. margin-left: 300px;
  203. {/block:ifsidebarright}
  204. padding: 2px;
  205. line-height:11px;
  206. -webkit-transition-duration: 0.8s;
  207. -moz-transition-duration: 0.8s;
  208. padding-bottom: 5px;
  209. margin-bottom: 0px;
  210. -webkit-animation: flipInY 2s;
  211. -moz-animation: flipInY 2s;
  212. -ms-animation: flipInY: 2s;
  213. }
  214.  
  215.  
  216. #posts {
  217. width: 650px;
  218. margin-left:530px;
  219. margin-top: 10px;
  220. background-color: transparent;
  221. background-image:url({image:Background});
  222. {block:PermalinkPage}
  223. margin-left:530px;
  224. {/block:PermalinkPage}
  225. float:left;
  226. }
  227. <--c-o-n-t-a-i-n-e-s--->
  228. #infscr-loading{
  229. bottom: -70px;
  230. position: absolute;
  231. left: 50%;
  232. margin-left:-8px;
  233. width:16px;
  234. height:11px;
  235. overflow:hidden;
  236. margin-bottom: 50px;
  237. }
  238.  
  239.  
  240. .title{
  241. font-size: 11px;
  242. line-height:14px;
  243. color: {color:Title};
  244. font-weight: bold;
  245. }
  246.  
  247.  
  248. #pagination{
  249. display:none;
  250. }
  251.  
  252.  
  253. blockquote{
  254. padding:0px 0px 2px 5px;
  255. margin:0px 0px 2px 10px;
  256. border-left: 1px dotted #555555;
  257. }
  258.  
  259.  
  260.  
  261. #descriptionman{
  262. line-height:12px; margin-top:3px; margin-bottom:6px;
  263. width:200px;
  264. text-align:center;
  265. margin-left:-6px;
  266. }
  267.  
  268.  
  269. .speclink{
  270. word-spacing:1px;
  271. }
  272.  
  273. .chat li {
  274. list-style-type:none;
  275. margin-left:-40px;
  276. padding:5px;
  277.  
  278. }
  279. .label{
  280. font-weight:700;
  281. font-size:11px;
  282. }
  283.  
  284. .speclink{
  285. word-spacing:1px;
  286. }
  287.  
  288.  
  289. .permatext{
  290. background-color:white;
  291. width:auto;
  292. height:10px;
  293. padding:2px;
  294. font-size: 10px;
  295. margin-top:30px;
  296. right:2px;
  297. text-align: right;
  298. border-top:1px solid #aaa000;
  299. color:#000;
  300. -webkit-transition: all 0.4s linear;
  301. -moz-transition: all 0.4s linear;
  302. transition: all 0.4s linear;
  303. transition: all 0.4s ease-out;
  304. font-family:{font:Body};
  305. }
  306.  
  307. .permatext a {
  308. color:#000;
  309. }
  310.  
  311. .permatext a:hover {
  312. text-decoration:underline;
  313. }
  314.  
  315. .entry .perma {
  316. position:absolute;
  317. opacity: 0;
  318. padding:8px;
  319. background-color:#fff;
  320. z-index:4;
  321. width:auto;
  322. height:7px;
  323. margin-top:5px;
  324. margin-left:5px;
  325. text-align:center;
  326. font-family:'georgia';
  327. font-size:8px;
  328. line-height:8px;
  329. text-transform:uppercase;
  330. letter-spacing:1px;
  331. -webkit-transition: all 0.4s linear;
  332. -moz-transition: all 0.4s linear;
  333. transition: all 0.4s linear;
  334. transition: all 0.4s ease-out;
  335. border-radius:10%;
  336. }
  337.  
  338. .entry:hover .perma {
  339. opacity: .8;
  340. margin-top:5px;
  341. -webkit-transition: all 0.4s linear;
  342. -moz-transition: all 0.4s linear;
  343. transition: all 0.4s linear;
  344. transition: all 0.4s ease-out;
  345. }
  346.  
  347. .entry .perma:hover{
  348. opacity:1;
  349. -webkit-transition: all 0.4s linear;
  350. -moz-transition: all 0.4s linear;
  351. transition: all 0.4s linear;
  352. transition: all 0.4s ease-out;
  353. }
  354.  
  355. .perma a:hover {
  356. text-decoration:underline;
  357. }
  358.  
  359.  
  360. .permalink{
  361.  
  362. font-family: arial;
  363. padding:5px;
  364. text-align:right;
  365. width:220px;
  366. text-transform: lowercase;
  367. }
  368. {CustomCSS}
  369.  
  370. </style>
  371.  
  372.  
  373. {block:IndexPage}
  374. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  375. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  376.  
  377. <script type="text/javascript">
  378. $(window).load(function () {
  379. var $content = $('#posts');
  380. $content.masonry({itemSelector: '.entry'}),
  381. $content.infinitescroll({
  382. navSelector : 'div#pagination',
  383. nextSelector : 'div#pagination a#nextPage',
  384. itemSelector : '.entry',
  385. loading: {
  386. finishedMsg: '',
  387. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  388. },
  389. bufferPx : 600,
  390. debug : false,
  391. },
  392. // call masonry as a callback.
  393. function( newElements ) {
  394. var $newElems = $( newElements );
  395. $newElems.hide();
  396. // ensure that images load before adding to masonry layout
  397. $newElems.imagesLoaded(function(){
  398. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  399.  
  400.  
  401. });
  402. });
  403. });
  404. </script>
  405.  
  406. {/block:IndexPage}
  407.  
  408.  
  409. <title>{title}</title>
  410.  
  411. <link rel="shortcut icon" href="{Favicon}">
  412. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  413. <meta name="viewport" content="width=820" />
  414.  
  415. </head>
  416.  
  417.  
  418. <body>
  419.  
  420.  
  421. <div class="wrapper">
  422. <div class="header">
  423. </span>
  424. </div>
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431. <div id="sidebar">
  432.  
  433.  
  434.  
  435.  
  436. <div align="left" style="padding-bottom:4px;margin-left:-6px; ">
  437. <a href="/">
  438. <img style="" src="{image:sidebar}" width=200 "; /></a></div>
  439.  
  440.  
  441. <div id="descriptionman">
  442.  
  443. <center>{Description}</center></div>
  444.  
  445.  
  446. <div align="left" style="line-height:12px; margin-left:0px; margin-bottom:2px; color:#000000;">
  447. </i>
  448.  
  449. <center>&nbsp;&nbsp&nbsp;&nbsp<a href="{text:link 1 link}">{text:link 1 title}</a>&nbsp;&nbsp
  450. <a href="{text:link 2 link}">{text:link 2 title}</a>&nbsp;&nbsp
  451. <a href="{text:link 3 link}">{text:link 3 title}</a>&nbsp;&nbsp&nbsp
  452. <a href="{text:link 4 link}">{text:link 4 title}</a>&nbsp;&nbsp
  453.  
  454.  
  455.  
  456.  
  457. </div>
  458.  
  459.  
  460.  
  461. </div>
  462. </div>
  463.  
  464.  
  465. <div class="left">
  466.  
  467. <div id="posts">
  468.  
  469. {block:Posts}
  470. <div class="entry">
  471.  
  472. {block:IndexPage}
  473. {/block:IndexPage}
  474.  
  475. {block:Text}
  476. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  477.  
  478. <div class="permalink"><a href="{permalink}">x</a></div>
  479.  
  480.  
  481. {/block:Text}
  482.  
  483. {block:Link}
  484. <a href="{URL}" class="title">{Name}</a>
  485. {block:Description}{Description}{/block:Description}
  486.  
  487. <div class="permalink"><a href="{permalink}">x</a></div>
  488. {block:Link}
  489.  
  490.  
  491. {block:Photo}
  492. {block:IndexPage}
  493. <div class="perma"><a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">↺</a></div>
  494. {LinkOpenTag}<div class="photo"><a href="{permalink}">
  495. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  496. width="225"/></a></div>{LinkCloseTag}
  497. {/block:IndexPage}
  498. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  499. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  500. {/block:Photo}
  501.  
  502. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=250px/>{LinkCloseTag}{/block:PermalinkPage}
  503. {/block:Photo}
  504.  
  505.  
  506.  
  507.  
  508.  
  509. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=300px/>{LinkCloseTag}{/block:PermalinkPage}
  510. {/block:Photo}
  511.  
  512. {block:Photoset}
  513. {block:IndexPage}
  514. {Photoset-250}
  515. {/block:IndexPage}
  516. {/block:Photoset}
  517.  
  518. {block:Quote}
  519. {Quote}</span>
  520. {block:Source}<strong>{Source}</strong>{/block:Source}
  521. <div class="permalink"><a href="{permalink}">x</a></div>
  522.  
  523.  
  524.  
  525. {/block:Quote}
  526.  
  527.  
  528. {block:Chat}
  529. <div style="padding:6px;">
  530. {block:Title}<span class="title">{Title}</span>{/block:Title}
  531. <div class="chat">
  532. {block:Lines}
  533. <div class="user_{UserNumber}">
  534. {block:Label}
  535. <span class="label">{Label}</span>
  536. {/block:Label}
  537.  
  538. {Line}
  539. </div>
  540. {/block:Lines}
  541. </div>
  542. {block:IndexPage}
  543. <div class="permalink"><a href="{permalink}">{notecountwithlabel}</a></div>
  544. {/block:indexpage}</div>
  545. {/block:Chat}
  546.  
  547.  
  548. {block:Audio}
  549. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  550. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  551. <div class="permalink"><a href="{permalink}">x</a></div>
  552.  
  553. {/block:Audio}
  554.  
  555. {block:Video}
  556. {block:IndexPage}
  557. {Video-250}
  558. {/block:IndexPage}
  559. {block:Video}
  560.  
  561.  
  562.  
  563.  
  564. {block:PermalinkPage}</a><br>
  565. {block:caption}{caption}<br>{/block:caption}
  566. <center>{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel}{/block:Date}
  567. <br>Tagged with {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:hasTags}
  568. {block:RebloggedFrom}<br><i>via</i>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} | <b>source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  569. </center>
  570. <br><br>
  571. <div align="left">
  572. {block:PostNotes}
  573. {PostNotes}
  574. {/block:PostNotes}
  575. </div>
  576. </div>
  577. {/block:PermalinkPage}
  578. </div>
  579. {/block:Posts}
  580. </div>
  581. </div>
  582. </div>
  583. </center>
  584. </div>
  585. </div>
  586. {block:indexpage}
  587. </div>
  588.  
  589.  
  590.  
  591. {/block:Posts}
  592. </div>
  593. </div>
  594. {block:IndexPage}
  595. {block:Pagination}
  596. <div id="pagination">
  597. {block:NextPage}
  598. <a id="nextPage" href="{NextPage}"></a>
  599. {/block:NextPage}
  600. {block:PreviousPage}
  601. <a href="{PreviousPage}"></a>
  602. {/block:PreviousPage}
  603. </div>
  604. {/block:Pagination}
  605. {/block:IndexPage}
  606. </div>
  607. </body>
  608. <div class="credit">
  609. <a href="http://containes.tumblr.com" target="_blank">
  610. <img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" />
  611.  
  612. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement