Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. ===============THEME BY NATHAN/IAMVISHNU===============
  5. ===============THEME BY NATHAN/IAMVISHNU===============
  6. ===============THEME BY NATHAN/IAMVISHNU===============
  7. ______ ______ __ __ __ __ ______ _____ __ __ __ __ __ __
  8. |__ __| / __ \ | \ / || || ||__ __|/ ___\| | | || \ | || | | |
  9. | | | |__| || \/ || || | | | \ \_ | |__| || \| || | | |
  10. | | | __ || \ / || || | | | \_ \ | __ || \ \ || | | |
  11. _| |_ | | | || |\/| |\ \| | _| |_ ___\ \| | | || |\ || |_| |
  12. |______||__| |__||__| |__| \_____||______|\_____/|__| |__||__| \__| \_____/
  13. ===============IAMVISHNU.TUMBLR.COM====================
  14. ===============IAMVISHNU.TUMBLR.COM====================
  15. ===============IAMVISHNU.TUMBLR.COM====================
  16.  
  17. TERMS OF USE: This theme is 100% free to use for any blog. You are free to modify this code for personal use only. DO NOT redistribute this theme or remove theme credits. Thanks!
  18.  
  19. -->
  20. <html>
  21. <head>
  22. <title>{Title}{block:TagPage} &int; Posts Tagged &lsquo;{Tag}&rsquo;{/block:TagPage}{block:PostSummary} &int; {PostSummary}{/block:PostSummary}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. {block:Description}
  25. <meta name="description" content="{MetaDescription}" />
  26. {/block:Description}
  27. <meta name="image:Background Image" content="" />
  28. <meta name="image:Sidebar Image" content="" />
  29. <meta name="image:Logo Image" content="" />
  30. <meta name="color:Background Color" content="#111111" />
  31. <meta name="color:Content Background Color" content="#000" />
  32. <meta name="color:Content Accent Color" content="#860000" />
  33. <meta name="color:Content Accent Hover Color" content="" />
  34. <meta name="color:Text Color" content="#fff" />
  35. <meta name="color:Link Color" content="#fff" />
  36. <meta name="color:Link Hover Color" content="#fff" />
  37. <meta name="font:Font" content="" />
  38. <meta name="if:Flip Sidebar" content="0" />
  39. <meta name="text:Custom Link 1 URL" content="" />
  40. <meta name="text:Custom Link 1 Text" content="" />
  41. <meta name="text:Custom Link 2 URL" content="" />
  42. <meta name="text:Custom Link 2 Text" content="" />
  43. <meta name="text:Custom Link 3 URL" content="" />
  44. <meta name="text:Custom Link 3 Text" content="" />
  45.  
  46. <style>
  47. body {
  48. background:url('{image:Background Image}') no-repeat fixed center bottom;
  49. background-color:{color:Background Color};
  50. }
  51.  
  52. * {
  53. font-family:{font:Font};
  54. }
  55.  
  56. a {
  57. color:{color:Link Color};
  58. text-decoration:none;
  59. }
  60.  
  61. a:hover {
  62. color:{color:Link Hover Color};
  63. }
  64.  
  65. blockquote {
  66. border-left:2px solid {color:Content Accent Color};
  67. padding-left:5px;
  68. margin-left:10px;
  69. }
  70.  
  71. h1, h2, h3, h4, h5, h6 {
  72. margin:0;
  73. }
  74.  
  75. .content {
  76. background:{color:Content Background Color};
  77. border:2px solid black;
  78. color:{color:Text Color};
  79. padding:5px;
  80. box-shadow:3px 3px 10px 0 black;
  81. font-family:{font:Font};
  82. font-size:10pt;
  83. }
  84.  
  85. #sideboob {
  86. width:375px;
  87. position:fixed;
  88. top:100px;
  89. {block:IfFlipSidebar}
  90. left:50%;
  91. {/block:IfFlipSidebar}
  92. {block:IfNotFlipSidebar}
  93. right:50%;
  94. {/block:IfNotFlipSidebar}
  95. text-align:center;
  96. }
  97.  
  98. #sidepic {
  99. width:370px;
  100. display:block;
  101. margin-left:auto;
  102. margin-right:auto;
  103. border:1px solid black;
  104. }
  105.  
  106. #logo {
  107. width:375px;
  108. margin-top:-100px;
  109. position:absolute;
  110. z-index:5;
  111. right:0;
  112. }
  113.  
  114. #desc {
  115. margin-top:5px;
  116. margin-bottom:5px;
  117. }
  118.  
  119. select {
  120. border-radius:3px;
  121. outline:none;
  122. margin-bottom:10px;
  123. }
  124.  
  125. #postwrapper {
  126. position:absolute;
  127. width:500px;
  128. top:50px;
  129. {block:IfFlipSidebar}
  130. right:50%;
  131. margin-right:25px;
  132. {/block:IfFlipSidebar}
  133. {block:IfNotFlipSidebar}
  134. left:50%;
  135. margin-left:10px;
  136. {/block:IfNotFlipSidebar}
  137. }
  138.  
  139. .post {
  140. width:500px;
  141. padding:5px;
  142. margin-bottom:10px;
  143. }
  144.  
  145. .photo {
  146. width:497px;
  147. border:1px solid black;
  148. margin-left:auto;
  149. margin-right:auto;
  150. }
  151.  
  152. .titlecontainer {
  153. background:{color:Content Accent Color};
  154. color:{color:Text Color};
  155. margin:-5px;
  156. margin-bottom:5px;
  157. padding:5px;
  158. border-bottom:1px solid black;
  159. }
  160.  
  161. .titlecontainer:hover {
  162. background:{color:Content Accent Hover Color};
  163. }
  164.  
  165. .linkpost h2, .linkpost p {
  166. text-align:center;
  167. }
  168.  
  169. .linkpost:hover h2 {
  170. text-decoration:underline;
  171. }
  172.  
  173. .even {
  174. background:{color:Content Accent Color};
  175. }
  176.  
  177. #label {
  178. border-right:2px solid black;
  179. border-collapse:collapse;
  180. }
  181.  
  182. #audiocontainer {
  183. width:460px;
  184. padding-left:20px;
  185. padding-right:20px;
  186. margin-top:10px;
  187. }
  188.  
  189. #audiodata {
  190. max-width:225px;
  191. float:left;
  192. display:inline-block;
  193. border:1px solid {color:Content Accent Color};
  194. border-radius:4px;
  195. padding:3px;
  196. background:{color:Content Background Color}
  197. }
  198.  
  199. .audioplayer {
  200. float:right;
  201. display:inline-block;
  202. border:1px solid {color:Content Accent Color};
  203. border-radius:4px;
  204. margin-top:25px;
  205. }
  206.  
  207. #postbodycontainer {
  208. clear:both;
  209. }
  210.  
  211. #postbodycontainer img {
  212. max-width:300px;
  213. height:auto;
  214. margin-left:auto;
  215. margin-right:auto;
  216. }
  217.  
  218. #postfoot {
  219. margin-bottom:5px;
  220. margin-top:5px;
  221. }
  222.  
  223. #notes {
  224. padding:10px;
  225. padding-left:20px;
  226. }
  227.  
  228. {CustomCSS}
  229. </style>
  230. </head>
  231. <body>
  232. <!--Begin Sidebar-->
  233. <div id="sideboob" class="content">
  234. <a href="/"><img id="logo" src="{image:Logo Image}"></a>
  235. <a href="/"><img id="sidepic" src="{image:Sidebar Image}"></a>
  236. <div id="desc">{Description}</div>
  237. <form id="nav">
  238. <select onchange="location=this.options[this.selectedIndex].value;" name="Nav">
  239. <option>Navigation</option>
  240. <option value="{BlogURL}">Home</option>
  241. <option value="/ask">Ask</option>
  242. {block:SubmissionsEnabled}
  243. <option value="/submit">Submit</option>
  244. {/block:SubmissionsEnabled}
  245. {block:Pages}
  246. <option value="{URL}">{Label}</option>
  247. {/block:Pages}
  248. {block:IfCustomLink1URL}
  249. <option value="{text:Custom Link 1 URL}">{text:Custom Link 1 Text}</option>
  250. {/block:IfCustomLink1URL}
  251. {block:IfCustomLink2URL}
  252. <option value="{text:Custom Link 2 URL}">{text:Custom Link 2 Text}</option>
  253. {/block:IfCustomLink2URL}
  254. {block:IfCustomLink3URL}
  255. <option value="{text:Custom Link 3 URL}">{text:Custom Link 3 Text}</option>
  256. {/block:IfCustomLink3URL}
  257. <option value="/archive">Archive</option>
  258. <option value="/random">Random</option>
  259. <option value="{RSS}">RSS</option>
  260. <option value="http://iamvishnu.tumblr.com/post/83937767288">Theme</option>
  261.  
  262. </select>
  263. </form>
  264. {block:PreviousPage}
  265. <a href="{PreviousPage}" title="Previous">&larr;</a>
  266. {/block:PreviousPage}
  267. {block:NextPage}
  268. <a href="{NextPage}" title="Next">&rarr;</a>
  269. {/block:NextPage}
  270. </div>
  271. <!--End Sidebar-->
  272.  
  273. <!--Begin Post Wrapper-->
  274. <div id="postwrapper" class="autopagerize_page_element">
  275. {block:Posts}
  276. <div class="post content">
  277. <!--Begin Title/Content-->
  278. {block:Text}
  279. {block:Title}
  280. <a href="{Permalink}"><a href="{Permalink}"><div class="titlecontainer">
  281. <h2>{Title}</h2>
  282. </div></a>
  283. {/block:Title}
  284. {/block:Text}
  285.  
  286. {block:Photo}
  287. <a href="{Permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
  288. {/block:Photo}
  289.  
  290. {block:Panorama}
  291. {LinkOpenTag}<img class="photo" src="{PhotoURL-Panorama}"/>{LinkCloseTag}
  292. {/block:Panorama}
  293.  
  294. {block:Photoset}
  295. <div id="photoset" class="photo">{Photoset-500}</div>
  296. {/block:Photoset}
  297.  
  298. {block:Quote}
  299. <a href="{Permalink}"><div class="titlecontainer">
  300. <h2>{Quote}</h2>
  301. </div></a>
  302. {/block:Quote}
  303.  
  304. {block:Link}
  305. <a href="{URL}"><div class="titlecontainer linkpost">
  306. <h2>{Name}</h2> <p>{Host}</p>
  307. </div></a>
  308. {/block:Link}
  309.  
  310. {block:Chat}
  311. {block:Title}<a href="{Permalink}"><div class="titlecontainer">
  312. <h2>{Title}</h2>
  313. </div></a>{/block:Title}
  314. {/block:Chat}
  315.  
  316. {block:Video}
  317. <div class="photo">
  318. {VideoEmbed-500}
  319. </div>
  320. {/block:Video}
  321.  
  322. {block:Audio}
  323. {block:AlbumArt}
  324. <a href="{Permalink}"><img class="photo" src="{AlbumArtURL}"></a>
  325. {/block:AlbumArt}
  326. <div id="audiocontainer">
  327. <table id="audiodata">
  328. {block:TrackName}
  329. <tr>
  330. <td>Track:</td>
  331. <td class="adata">{TrackName}</td>
  332. </tr>
  333. {/block:TrackName}
  334. {block:Artist}
  335. <tr>
  336. <td>Artist:</td>
  337. <td class="adata">{Artist}</td>
  338. </tr>
  339. {/block:Artist}
  340. {block:Album}
  341. <tr>
  342. <td>Album:</td>
  343. <td class="adata">{Album}</td>
  344. </tr>
  345. {/block:Album}
  346. {block:PlayCount}
  347. <tr>
  348. <td>Plays:</td>
  349. <td class="adata">{PlayCount}</td>
  350. </tr>
  351. {/block:PlayCount}
  352. </table>
  353. {block:AudioPlayer}
  354. <div class="audioplayer">
  355. {AudioPlayer}
  356. </div>
  357. {/block:AudioPlayer}
  358. {block:AudioEmbed}
  359. <div class="audioplayer">
  360. {AudioEmbed-250}
  361. </div>
  362. {/block:AudioEmbed}
  363. </div>
  364. {/block:Audio}
  365.  
  366. {block:Answer}
  367. <a href="{Permalink}"><div class="titlecontainer">
  368. <table id="asktable">
  369. <tr>
  370. <td><img id="askerpic" src="{AskerPortraitURL-40}"></td>
  371. <td id="asker">{Asker}:</td>
  372. <td>{Question}</td>
  373. </tr>
  374. </table>
  375. </div></a>
  376. {/block:Answer}
  377. <!--End Title/Content-->
  378.  
  379. <!--Begin Body-->
  380. <div id="postbodycontainer">
  381. {block:Text}{Body}{/block:Text}
  382. {block:Photo}{Caption}{/block:Photo}
  383. {block:Panorama}{Caption}{/block:Panorama}
  384. {block:Photoset}{Caption}{/block:Photoset}
  385. {block:Quote}- {Source}{/block:Quote}
  386. {block:Link}{Description}{/block:Link}
  387. {block:Chat}
  388. <table id="chat">
  389. {block:Lines}<tr id="row" class={Alt}>
  390. {block:Label}<td id="label">
  391. {Label}
  392. </td>{/block:Label}
  393. <td id="line">
  394. {Line}
  395. </td>
  396. </tr>{/block:Lines}
  397. </table>
  398. {/block:Chat}
  399. {block:Video}{Caption}{/block:Video}
  400. {block:Audio}{Caption}{/block:Audio}
  401. {block:Answer}{Replies}{/block:Answer}
  402. </div>
  403. <!--End Body-->
  404.  
  405. <!--Begin Metadata-->
  406. <div id="postfoot">
  407. <!--Index Pages Only-->
  408. {block:IndexPage}
  409.  
  410. {block:RebloggedFrom}
  411. (Via <a href="{ReblogParentURL}">{ReblogParentName}</a> Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>)
  412. {/block:RebloggedFrom}
  413.  
  414. <a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel} | {/block:NoteCount}{block:Date}{TimeAgo}{/block:Date}</a>
  415.  
  416. {block:HasTags}
  417. Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  418. {/block:HasTags}
  419. {/block:IndexPage}
  420.  
  421. <!--Perma Pages Only-->
  422. {block:PermalinkPage}
  423. {block:RebloggedFrom}(Via <a href="{ReblogParentURL}">{ReblogParentName}</a> Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>) {/block:RebloggedFrom} {block:NoteCount}{NoteCountWithLabel} | {/block:NoteCount}{block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonth} {ShortMonth} {Year}{/block:Date}
  424. {block:HasTags}
  425. Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  426. {/block:HasTags}{/block:PermalinkPage}
  427. </div>
  428. <!--End Metadata-->
  429. <!--End Post Block-->
  430.  
  431. </div>
  432.  
  433. <!--Begin Notes-->
  434. {block:PostNotes}
  435. <div id="notes" class="content">
  436. <h3>Notes</h3>
  437. {PostNotes-16}
  438. </div>
  439. {/block:PostNotes}
  440. <!--End Notes-->
  441.  
  442. {/block:Posts}
  443. <!--End Posts-->
  444. </div>
  445. </div>
  446. <!--End Post Wrapper-->
  447. </body>
  448. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement