Advertisement
containes

VHSM THEME 1

Jan 16th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 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.  
  15. <link rel="icon" href="{Favicon}"/>
  16. <title>{Title}</title>
  17. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  20.  
  21.  
  22.  
  23. <meta name="color:background" content="#1d1d1d" />
  24. <meta name="color:linksbg" content="#ffffff" />
  25. <meta name="color:text" content="#ffffff" />
  26. <meta name="color:title" content="#ffffff" />
  27. <meta name="color:navlink" content="#22a582" />
  28. <meta name="color:link" content="#ffffff" />
  29. <meta name="color:hover" content="#ffffff" />
  30. <meta name="color:desc text" content="#ffffff" />
  31. <meta name="color:desc link" content="#ffffff" />
  32. <meta name="color:header" content="#333333" />
  33.  
  34. <meta name="image:background" content="" />
  35. <meta name="image:header" content="" />
  36.  
  37. <meta name="if:fixed header" content="0" />
  38. <meta name="if:show custom link 1" content="1" />
  39. <meta name="if:show custom link 2" content="1" />
  40. <meta name="if:show custom link 3" content="1" />
  41.  
  42. <meta name="text:link1 url" content="/" />
  43. <meta name="text:link1 title" content="link1" />
  44. <meta name="text:link2 url" content="/" />
  45. <meta name="text:link2 title" content="link2" />
  46. <meta name="text:link3 url" content="/" />
  47. <meta name="text:link3 title" content="link3" />
  48.  
  49.  
  50.  
  51. {block:indexpage}
  52. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  53.  
  54. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  55. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  56.  
  57. <script type="text/javascript">
  58. $(window).load(function () {
  59. $('#posts').masonry(),
  60. $('.masonryWrap').infinitescroll({
  61. navSelector : "div.navigation",
  62. // selector for the paged navigation (it will be hidden)
  63. nextSelector : ".navigation a#next",
  64. // selector for the NEXT link (to page 2)
  65. itemSelector : ".post",
  66. // selector for all items you'll retrieve
  67. bufferPx : 10000,
  68. extraScrollPx: 10000,
  69. loadingImg : "http://i.imgur.com/cP6RIwR.gif",
  70. loadingText : "<em></em>",
  71. },
  72. // call masonry as a callback.
  73. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  74. );
  75. });
  76. </script>
  77.  
  78. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}">Newer</a></span></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  79.  
  80.  
  81.  
  82.  
  83. <style type="text/css">
  84. body, a:hover {cursor: url(http://static.tumblr.com/i8axhtw/359marh29/smallcursor.png), auto !important;}
  85.  
  86. 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;}
  87. iframe#tumblr_controls {
  88. top: 0px !important;
  89. right: 0px !important;
  90. position: fixed !important;}
  91.  
  92. #infscr-loading{
  93. position: absolute;
  94. left: 50%;
  95. margin-left:-8px;
  96. width:15px;
  97. height:15px;
  98. overflow:hidden;
  99. bottom:45px;}
  100.  
  101. body{
  102. margin:0px;
  103. padding:0px;
  104. margin-top:0px;
  105. margin-bottom:0px;
  106. font-family:'noto sans';
  107. font-size:10px;
  108. color:{color:text};
  109. background-color:{color:background};
  110. background-image:url('{image:background}');
  111. background-attachment: fixed; }
  112.  
  113. a {
  114. color:{color:link};
  115. text-decoration:none;
  116. -webkit-transition: all 0.4s ease-in-out;
  117. -moz-transition: all 0.4s ease-in-out;
  118. -o-transition: all 0.4s ease-in-out;
  119. transition: all 0.4s ease-in-out;}
  120.  
  121. a:hover {
  122. color:{color:hover};
  123. text-decoration:underline;}
  124.  
  125. a:active,a:focus {outline:0;}
  126.  
  127. ::-webkit-scrollbar {width: 7px; height: 7px; background:{color:background};}
  128. ::-webkit-scrollbar-thumb {background:{color:navlink};}
  129.  
  130. #header {
  131. width:100%;
  132. height:160px;
  133. position:absolute;
  134. {block:iffixedheader}
  135. position:fixed;
  136. {/block:iffixedheader}
  137. z-index:1;
  138. background-color:{color:header};
  139. background-image:url('{image:header}');}
  140.  
  141. .blogtitle {
  142. color:{color:title};
  143. margin-top:30px;
  144. margin-left:-200px;
  145. left:50%;
  146. text-align:center;
  147. letter-spacing:5px;
  148. position:absolute;
  149. width:400px;
  150. z-index:1;
  151. font-size:29px;
  152. font-family:'noto sans';
  153. text-transform:uppercase;}
  154.  
  155. .navlinks{
  156. z-index:1;
  157. font-family:'noto sans';
  158. font-size:10px;
  159. text-align:center;
  160. position:absolute;
  161. {block:iffixedheader}
  162. position:fixed;
  163. {/block:iffixedheader}
  164. width:400px;
  165. left:50%;
  166. margin-left:-200px;
  167. margin-top:80px;
  168. text-transform:uppercase;}
  169.  
  170. .navlinks a{
  171. color:{color:navlink};
  172. padding:5px;
  173. background-color:{color:linksbg};
  174. border-bottom:2px solid {color:navlink};}
  175.  
  176. .navlinks a:hover{
  177. text-decoration:none;
  178. color:{color:linksbg};
  179. background-color:{color:header};}
  180.  
  181. .description {
  182. text-align:center;
  183. margin-top:110px;
  184. left:50%;
  185. font-family:'noto sans';
  186. font-size:10px;
  187. width:500px;
  188. z-index:1;
  189. color:{color:desc text};
  190. position:absolute;
  191. margin-left:-250px;}
  192.  
  193. .description a{
  194. color:{color:desc link};
  195. text-decoration:none;}
  196.  
  197. .description a:hover{
  198. color:{color:header};}
  199.  
  200. .notes {
  201. padding-left:20px;
  202. font-size:10px;
  203. padding-bottom:10px;}
  204.  
  205. li.notes {
  206. float:left;
  207. width:500px;
  208. padding-left:5px;
  209. margin-top:10px;
  210. overflow-x:hidden;
  211. over-flow-y:scroll;
  212. list-style-type:none;
  213. font-weight:normal;
  214. font-size:10px;
  215. text-transform:none;}
  216.  
  217. li.note {
  218. padding-top:2px;
  219. opacity:1;}
  220.  
  221. li.note img.avatar {
  222. width:14px;
  223. height:14px;}
  224.  
  225.  
  226. .permalink {
  227. padding:2px;
  228. text-align:right;
  229. {block:permalinkpage}
  230. opacity:0;
  231. {/block:permalinkpage}}
  232.  
  233. .headings{
  234. font-size:14px;
  235. text-align:left;
  236. font-style:italic;}
  237.  
  238. #audioplayer{
  239. background-color:#ffffff;
  240. height:27px;
  241. margin-bottom:-4px;
  242. width:250px;}
  243.  
  244. #posts {
  245. position:relative;
  246. float:left;
  247. margin-top:160px;
  248. left:50%;
  249. {block:indexpage}
  250. width:900px;
  251. margin-left:-450px;
  252. {/block:indexpage}
  253. {block:permalinkpage}
  254. width:500px;
  255. margin-left:-250px;
  256. {/block:permalinkpage}}
  257.  
  258. .post {
  259. {block:indexpage}
  260. width:250px;
  261. margin:25px;
  262. {/block:indexpage}
  263. {block:permalinkpage}
  264. width:500px;
  265. padding:15px;
  266. margin-top:15px;
  267. {/block:permalinkpage}
  268. float:left;
  269. position:relative;
  270. text-align:justify;
  271. font-family:'noto sans';
  272. font-size:10px;
  273. color:{color:text};}
  274.  
  275. .buttons {
  276. position:absolute;
  277. top:5px;
  278. left:5px;
  279. opacity:0;
  280. background:rgba(0, 0, 0, 0.6);
  281. border:1px solid #ffffff;
  282. padding:10px;
  283. -webkit-transition: all 0.3s linear;
  284. -webkit-transition: all 0.3s linear;
  285. -moz-transition: all 0.3s linear;
  286. transition: all 0.3s linear;}
  287.  
  288. .post:hover .buttons{
  289. opacity:1;
  290. -webkit-transition: all 0.3s linear;
  291. -webkit-transition: all 0.3s linear;
  292. -moz-transition: all 0.3s linear;
  293. transition: all 0.3s linear;}
  294.  
  295. .buttons a:hover{
  296. background-color:rgba(0, 0, 0, 0);}
  297.  
  298. .quote {
  299. text-align:left;
  300. font-size:12px;}
  301.  
  302. .quotesource {
  303. text-align:right;}
  304.  
  305. .image:hover{
  306. opacity:1;}
  307.  
  308. .chat { text-align:right; line-height:11px; }
  309.  
  310. .captions { margin-top:-8px;}
  311.  
  312. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  313. #infscr-loading {display:none;}
  314. .navigation {display:none!important;}
  315.  
  316. </style>
  317. </head>
  318.  
  319. <body>
  320. <div id="header">
  321. <div class="blogtitle"> {title} </div>
  322. <div class="description"> {description}</div></div>
  323. <div class="navlinks">
  324. <a href="/">home</a>&nbsp;&nbsp;
  325. <a href="/ask">message</a>&nbsp;&nbsp;
  326. <a href="/archive">archive</a>&nbsp;&nbsp;
  327. {block:ifshowcustomlink1}<a href="{text:link1 url}">{text:link1 title}</a>&nbsp;&nbsp;{/block:ifshowcustomlink1}
  328. {block:ifshowcustomlink2}<a href="{text:link2 url}">{text:link2 title}</a>&nbsp;&nbsp;{/block:ifshowcustomlink2}
  329. {block:ifshowcustomlink3}<a href="{text:link3 url}">{text:link3 title}</a>&nbsp;&nbsp;{/block:ifshowcustomlink3}
  330. <a href="http://vhsm-themes.com/">theme</a></div></div>
  331.  
  332.  
  333.  
  334. <div id="contentcolumn">
  335.  
  336. <div id="posts">
  337.  
  338. {block:Posts}
  339.  
  340.  
  341.  
  342.  
  343.  
  344. {block:Text}
  345. <div class="post">
  346. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  347. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>{/block:Text}
  348.  
  349.  
  350. {block:Photo}
  351. <div class="post">
  352. {Block:IndexPage}<div class="buttons">
  353. {ReblogButton color="white" size="18"}</br>
  354. {LikeButton color="white" size="18"}</div>{/Block:IndexPage}
  355. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  356. {block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"/>{/block:IndexPage}
  357.  
  358. {block:PermalinkPage}
  359. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  360. {/block:PermalinkPage}
  361. </div>
  362. {/block:Photo}
  363.  
  364.  
  365. {block:Photoset}
  366. <div class="post">
  367. {block:Photos}
  368. {block:indexpage}<img src="{PhotoURL-500}" width="250" />{/block:indexpage}
  369. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  370. {/block:Photos}
  371. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  372. {/block:Photoset}
  373.  
  374.  
  375. {block:Quote}
  376. <div class="post">
  377. <div class="quote">'<i>{Quote}</i>'</div>
  378. <div class="quotesource">— {Source}</div>
  379. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  380. {/block:Quote}
  381.  
  382.  
  383. {block:Link}
  384. <div class="post">
  385. <div class="headings"><a href="{URL}">{Name}</a></div>
  386. {block:Description}{Description}{/block:Description}
  387. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  388. {/block:Link}
  389.  
  390.  
  391. {block:Chat}
  392. <div class="post">
  393. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  394. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  395. {/block:Label}{/block:Lines}</div>
  396. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  397. {/block:Chat}
  398.  
  399.  
  400. {block:Audio}
  401. <div class="post">
  402. <div id="audioplayer">{AudioPlayerWhite}</div>
  403. {block:Caption}{Caption}{/block:Caption}
  404. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
  405.  
  406.  
  407. {block:Answer}
  408. <div class="post">
  409. {Question}<br>- {Asker} <br><i> {Answer} </i>
  410. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  411. {/block:Answer}
  412.  
  413.  
  414. {block:PermalinkPage}
  415. <div class="notes">
  416. {Caption}
  417. posted {TimeAgo}
  418. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  419. {block:RebloggedFrom}
  420. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  421. {/block:RebloggedFrom}
  422. {block:ContentSource}
  423. originally from <a href="{SourceURL}">{SourceTitle} </a>
  424. {/block:ContentSource}
  425. <br>
  426. {block:hastags}{block:tags}<a href="/tagged/{Tag}">#{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  427. <br><br>{PostNotes}<div>
  428. {/block:PermalinkPage}
  429.  
  430. {/block:posts} </div></div> </div>
  431.  
  432.  
  433.  
  434. </div>
  435. </body>
  436. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement