Advertisement
MBella

Unamed Grid Theme

Aug 21st, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.79 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4.  
  5. <title>{title}</title>
  6. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  7. <meta name="description" content="{MetaDescription}" />
  8.  
  9.  
  10. <meta name="if:Endless Scrolling" content="0"/>
  11. <meta name="text:Link 1 Name" content=""/>
  12. <meta name="text:Link 1 URL" content=""/>
  13.  
  14. <meta name="text:Link 2 Name" content=""/>
  15. <meta name="text:Link 2 URL" content=""/>
  16.  
  17. <meta name="text:Link 3 Name" content=""/>
  18. <meta name="text:Link 3 URL" content=""/>
  19.  
  20. <meta name="text:Link 4 Name" content=""/>
  21. <meta name="text:Link 4 URL" content=""/>
  22.  
  23. <meta name="text:Link 5 Name" content=""/>
  24. <meta name="text:Link 5 URL" content=""/>
  25.  
  26. <meta name="image:Your" content=""/>
  27. <meta name="if:show tumblr picture" content="1"/>
  28. <meta name="text:page section title" content="More links..."/>
  29.  
  30. <meta name="color:Background" content="#000000"/>
  31. <meta name="text:background image position" content="none"/>
  32. <meta name="if:background image not repeat" content="0"/>
  33. <meta name="if:background image fixed" content="1"/>
  34.  
  35. <meta name="color:text" content="#cccccc"/>
  36. <meta name="text:font size" content="11"/>
  37. <meta name="font:body" content="arial"/>
  38.  
  39. <meta name="color:link" content="#cccccc" />
  40. <meta name="color:link hover" content="#FFFFFF" />
  41.  
  42. <meta name="color:title" content="#FFFFFF" />
  43. <meta name="color:title hover" content="#cccccc" />
  44. <meta name="color:sidetitle border bottom" content="#cccccc" />
  45.  
  46. <meta name="if:Sidebar Fixed" content="1"/>
  47. <meta name="color:navigation div background" content="#FFFFFF"/>
  48. <meta name="color:posts background" content="#000000" />
  49.  
  50. <meta name="color:navigation" content="#000000" />
  51. <meta name="color:navigation hover" content="#FFFFFF" />
  52. <meta name="color:navigation background hover" content="#000000" />
  53.  
  54. <meta name="color:pagination" content="#FFFFFF" />
  55. <meta name="color:pagination background" content="#000000" />
  56. <meta name="color:pagination hover" content="#000000" />
  57. <meta name="color:pagination background hover" content="#FFFFFF" />
  58. <link rel="shortcut icon" href="{Favicon}" />
  59. <style type="text/css">
  60.  
  61. body {
  62. background-color:{color:Background};
  63. background-image:url('http://i752.photobucket.com/albums/xx162/kill-the-vanity/backgrounds/glitter/blue-yellow.gif');
  64. background-position:{text:background image position};
  65. {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat}
  66. {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed}
  67. color:{color:Text};
  68. font-size:{text:font size}px;
  69. font-family:{font:body};
  70.  
  71. }
  72.  
  73. a, a:visited, a:active {
  74. color:{color:Link};
  75. }
  76.  
  77. a:hover {
  78. color:{color:link hover};
  79. }
  80.  
  81. .nav,
  82. a.nav:link,
  83. a.nav:active,
  84. a.nav:visited
  85. {
  86. color:{color:navigation};
  87. }
  88.  
  89. a.nav:hover {
  90. color:{color:navigation hover};
  91. background-color:{color:navigation background hover};
  92. }
  93.  
  94. #posts{
  95. text-align:justify;
  96. text-transform:normal;
  97. word-wrap:break-word;
  98. {block:IndexPage}width: 230px;height:170px;margin:5px;overflow:hidden;float:left;background-color:{color:posts background};{/block:IndexPage}
  99. {block:PermalinkPage}width: 690px;margin-left:5px;padding:10px;background-color:{color:posts
  100.  
  101. background};{/block:PermalinkPage}
  102. }
  103.  
  104. #navdiv {
  105. background-color:{color:navigation div background};
  106. }
  107.  
  108. #side {
  109. {block:IfSidebarFixed}position:fixed;{/block:IfSidebarFixed}
  110. }
  111.  
  112. #bar {
  113. background-color:{color:posts background};
  114. }
  115.  
  116. .post_title, a.post_title {
  117. color:{color:title};
  118. }
  119.  
  120. .post_title:hover, a.post_title:hover {
  121. color:{color:title hover};
  122. }
  123.  
  124. .title, a.title {
  125. color:{color:title};
  126. border-bottom:0px {color:sidetitle border bottom} dotted;
  127. }
  128.  
  129. .title:hover {
  130. color:{color:title hover};
  131. }
  132.  
  133. .jump_page{
  134. color:{color:pagination}!important;
  135. background-color:{color:pagination background};
  136. }
  137.  
  138. a.jump_page:hover {
  139. color:{color:pagination hover}!important;
  140. background-color:{color:pagination background hover};
  141. }
  142.  
  143. .current_page{
  144. color:{color:pagination hover}!important;
  145. background-color:{color:pagination background hover};
  146. }
  147.  
  148.  
  149.  
  150. a, a:visited, a:active {
  151. font-weight:bold;
  152. text-decoration:none;
  153.  
  154. }
  155.  
  156. img {
  157. border:0px;
  158. margin: 0px;
  159. max-width: 500px;
  160. background-color:none;
  161. }
  162.  
  163. img:hover {
  164. border:0px;
  165. margin: 0px;
  166. max-width: 500px;
  167. background-color:none;
  168. }
  169.  
  170. a:hover {text-decoration:underline;}
  171.  
  172. .left {float:left;}
  173. .right {float:right;}
  174.  
  175. #da-stuff {
  176. text-align:justify;
  177. height:auto;
  178. }
  179.  
  180. #content{
  181. margin: 0 auto;
  182. width: 720px;
  183. margin:10px;
  184. position:absolute;
  185. left:250px;
  186. top:45px;
  187. }
  188.  
  189. #side {
  190. position:absolute;
  191. left:10px;
  192. top:50px;
  193. text-align:justify;
  194. width:240px;
  195. margin-bottom:30px;
  196. margin-top:5px;
  197. overflow:show;
  198. }
  199.  
  200. #navdiv {
  201. position:absolute;
  202. width:100%;
  203. z-index: 1;
  204. top:-5px;
  205. left:0px;
  206. text-align:justify;
  207. overflow:show;
  208. height:50px;
  209. }
  210.  
  211. .nav,
  212. a.nav:link,
  213. a.nav:active,
  214. a.nav:visited
  215. {
  216. font-size:33px;
  217. line-height:34px;
  218. font-family:arial;
  219. letter-spacing:0px;
  220. text-transform:lowercase;
  221. text-decoration:none!important;
  222. cursor:pointer;
  223. font-weight:normal;
  224. padding-left:5px;
  225. padding-right:5px;
  226. padding-top:15px
  227.  
  228. }
  229.  
  230. a.nav:hover {
  231. text-align:center;
  232. cursor:pointer;
  233. padding-top:15px
  234. text-decoration:none!important;
  235. }
  236.  
  237. #bar {
  238. padding:10px;
  239. margin-bottom:10px;
  240. }
  241.  
  242. .post_title, a.post_title {
  243. font-weight:normal;
  244. text-decoration:none;
  245. font-family:arial;
  246. text-transform:lowercase;
  247. font-size:28px;
  248. display:block;
  249. line-height:25px;
  250. letter-spacing:0px;
  251. margin-bottom:5px;
  252.  
  253. }
  254.  
  255. .post_title:hover, a.post_title:hover {
  256. text-decoration:none;
  257. font-weight:normal;
  258.  
  259. }
  260.  
  261.  
  262.  
  263. .title{
  264. font-weight:normal;
  265. text-decoration:none;
  266. font-family:arial;
  267. text-transform:lowercase;
  268. font-size:25px;
  269. display:block;
  270. line-height:18px;
  271. letter-spacing:0px;
  272. margin-bottom:5px;
  273. }
  274.  
  275. .title:hover {text-decoration:none;}
  276.  
  277.  
  278. .quote {
  279. font-size:25px;
  280. font-weight:normal;
  281. display:block;
  282. line-height:auto;
  283. letter-spacing:0px;
  284. color:#FFFFFF;
  285. text-transform:lowercase;
  286. }
  287.  
  288. .readmore{
  289. font-size:20px;
  290. line-height:25px;
  291. letter-spacing:-1px;
  292. text-transform:lowercase;
  293. text-decoration:none;}
  294.  
  295. #question{
  296. overflow:show;
  297. line-height:130%;
  298. margin-top:-3px;
  299. padding:3px;
  300. padding-top:0px;
  301. padding-bottom:0px;
  302. border-bottom:0px dotted #DBDFFF;
  303. }
  304.  
  305.  
  306. #askr{
  307. display:block;
  308. float:left;
  309. width:25px;
  310. overflow:hidden;
  311. margin-right:3px;
  312. }
  313.  
  314. .details {
  315. display:none;
  316.  
  317. }
  318.  
  319. #_{
  320. padding:10px;
  321. }
  322.  
  323. #posts:hover .details {
  324. background-color:#FFFFFF;
  325. position:absolute;
  326. padding:5px;
  327. display:block;
  328. font-size:10px;
  329. text-transform:uppercase;
  330. text-align:justify;
  331. opacity:0.7;
  332. filter:alpha(opacity=99);
  333. width:220px;
  334. color:#000000!important;
  335.  
  336. }
  337.  
  338. .details a{
  339. color:#000000!important;
  340. text-decoration:none;
  341. }
  342.  
  343. .jump_page{
  344. font-size:18px;
  345. padding-right:10px;
  346. padding-left:10px;
  347. padding-top:3px;
  348. padding-bottom:3px;
  349. margin-left:3px;
  350. margin-right:3px;
  351. }
  352.  
  353. a.jump_page:hover {
  354. text-decoration:none;
  355. }
  356.  
  357. .current_page{
  358. font-size:18px;
  359. font-weight:bold;
  360. padding-right:10px;
  361. padding-left:10px;
  362. padding-top:3px;
  363. padding-bottom:3px;
  364. margin-left:3px;
  365. margin-right:3px;
  366. }
  367.  
  368.  
  369. li.dsq-widget-item {
  370. padding-bottom: 1em;
  371. margin-bottom: 1em;
  372.  
  373. }
  374.  
  375. a.dsq-widget-user {
  376. display: block;
  377.  
  378. }
  379.  
  380. p, ul, ol {
  381. margin: 1em 0 1em;
  382.  
  383. }
  384.  
  385. ul, ol, blockquote {
  386. padding-left: 0.50em;
  387. margin-left: 2.5em;
  388.  
  389. }
  390.  
  391. blockquote {
  392. display: block;
  393. background-color:#f5f5f5;
  394. border-left:4px #FFFFFF solid;
  395. }
  396.  
  397.  
  398. ul {
  399. list-style: square;
  400.  
  401. }
  402.  
  403. ol {
  404. list-style: decimal;
  405.  
  406. }
  407.  
  408. ol.notes {
  409. padding-right:20px;
  410. list-style-type:none;
  411. border-bottom: solid 1px #cccccc;
  412. }
  413.  
  414. ol.notes li.note {
  415. border-top: solid 1px #cccccc;
  416. padding: 10px;
  417. }
  418.  
  419. ol.notes li.note img.avatar {
  420. vertical-align: -4px;
  421. margin-right: 10px;
  422. width: 16px;
  423. height: 16px;
  424. }
  425.  
  426. ol.notes li.note span.action {
  427. font-weight: bold;
  428. }
  429.  
  430.  
  431. {CustomCSS}
  432.  
  433.  
  434.  
  435. </style>
  436. <div style="position:absolute;top:0px;left:0px;border:0px;"><a style="position:fixed;" href="http://www.hotglitters.net/killthevanity/tumblr-layouts/glitter/" title="Glitter Tumblr Themes" target="_blank"><img src="http://www.hotglitters.net/killthevanity/images/bg/ktv1.png" alt="Glitter Tumblr Backgrounds" border=0></a></div>
  437. </head><body>
  438.  
  439. <div id="side">
  440. <div id="bar">
  441. <span class="title">{title}</span>
  442. {block:IfShowTumblrPicture}<a href="/"><img src="{PortraitURL-128}" style="padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px;"/></a>
  443.  
  444. {block:Description}
  445.  
  446. <p class="desc" style="padding-left:10px;padding-right:10px;">{Description}</p>
  447. {/block:Description}
  448. <br>
  449.  
  450. <ul>
  451.  
  452. <div style="display:inline;">
  453. <li class="first"><a href="/">Home</a></li>
  454. </div>
  455.  
  456. {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
  457.  
  458. <div style="display:inline;">
  459. <li><a href="/archive">Archive</a></li>
  460. </div>
  461.  
  462.  
  463. <div style="display:inline;">
  464. <li><a href="/random">Random</a></li>
  465. </div>
  466.  
  467. <div style="display:inline;">
  468. <li><a href="http://www.hotglitters.net/killthevanity/tumblr-layouts/" title="Tumblr Themes" target="_blank">Theme</a></li>
  469. </div>
  470.  
  471. {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
  472.  
  473.  
  474. {block:HasPages}
  475. {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
  476. {/block:HasPages}
  477.  
  478. </ul>
  479.  
  480. <br>
  481. Powered by <a href="http://www.tumblr.com/">Tumblr</a> <br>
  482. © <a href="/">{Title}</a> {CopyrightYears}
  483. </div>
  484.  
  485.  
  486.  
  487. </div>
  488.  
  489.  
  490. {block:IfEndlessScrolling}<div class="autopagerize_page_element">{/block:IfEndlessScrolling}
  491. <div id="content">
  492. <div class="da-stuff">
  493. {block:Posts}<div id="posts">
  494.  
  495.  
  496. {block:IndexPage}
  497. <div class="details" style="margin-top:147px;">
  498. <span class="left"><a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a></span>
  499. <span class="right"><a href="{ReblogURL}" title="click this to reblog this post!">←
  500.  
  501. reblog</a></span>
  502. </div>
  503.  
  504.  
  505. {block:ContentSource}<div class="details"><center><a href="{SourceURL}" target="_blank">@ {SourceTitle}
  506.  
  507. </a></center></div>{/block:ContentSource}
  508. {/block:IndexPage}
  509.  
  510. {block:Regular}<div id="_">
  511. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  512. {Body}
  513. {block:More}<br><a href="{permalink}" class="readmore" title="click here to read more">+ read more</a>
  514.  
  515. {/block:More}
  516. </div>{/block:Regular}
  517.  
  518.  
  519. {block:Photo}
  520.  
  521. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}" width="300px" />{LinkCloseTag}{block:Caption}<div id="_">
  522.  
  523. {caption}</div>{/block:Caption}{/block:IndexPage}
  524.  
  525. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="500px" />{LinkCloseTag}{block:Caption}{caption}
  526.  
  527. {/block:Caption}{/block:PermalinkPage}
  528.  
  529. {/block:Photo}
  530.  
  531.  
  532. {block:Photoset}
  533.  
  534. {block:IndexPage}{PhotoSet-250}{/block:IndexPage}
  535.  
  536. {block:PermalinkPage}{PhotoSet-500}{block:Caption}{caption}{/block:Caption}{/block:PermalinkPage}
  537.  
  538. {/block:Photoset}
  539.  
  540.  
  541. {block:Quote}<div id="_"><span class="quote"><b>“</B>{Quote}<b>”</b></span>
  542. {block:Source}<span style="float:right;">– {Source}</span>{/block:Source}</div>{/block:Quote}
  543.  
  544.  
  545. {block:Link}<div id="_"><a href="{URL}" class="post_title" target="_blank">→ {Name}</a>{Description}</div>
  546.  
  547. {/block:Link}
  548.  
  549.  
  550. {block:Conversation}<div id="_">{block:Title}<span class="post_title">{Title}</span>{/block:Title}
  551. {block:Lines}{block:Label}<b><span class="label">{Label}</b></span>{/block:Label}
  552. {Line}<BR>{/block:Lines}</div>{/block:Conversation}
  553.  
  554.  
  555. {block:Audio}
  556.  
  557. {block:IndexPage}<div id="_"><center>{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="85px" />
  558.  
  559. {/block:AlbumArt}<br>
  560. {AudioPlayerBlack}{block:Caption} {Caption} {/block:Caption}</center></div>{/block:IndexPage}
  561.  
  562. {block:PermalinkPage}<center>
  563. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist} - <b>{Artist}</b>{/block:Artist}<p>
  564. {block:AlbumArt}<img src="{AlbumArtURL}" width="300px" height="250px" />{/block:AlbumArt}<br>
  565. {AudioPlayerBlack}{PlayCountWithLabel} {block:ExternalAudio}- <a href="{ExternalAudioURL}">Download</a>
  566.  
  567. {/block:ExternalAudio}
  568. {block:Caption} {Caption} {/block:Caption}</center>{/block:PermalinkPage}
  569.  
  570. {/block:Audio}
  571.  
  572.  
  573. {block:Video}
  574.  
  575. {block:IndexPage}{Video-250}<BR>{Caption}{/block:IndexPage}
  576.  
  577. {block:PermalinkPage}{Video-500}<BR>{Caption}{/block:PermalinkPage}
  578.  
  579. {/block:Video}
  580.  
  581.  
  582. {block:Answer}<div id="_"><div id="askr"><img src="{AskerPortraitURL-30}" width="23" align="left" style="margin-
  583.  
  584. right:5px;" /></div><div id="question"><div id="asked">{Asker} said:<BR>{Question}</div></div>{answer}</div>
  585.  
  586. {/block:answer}
  587.  
  588.  
  589.  
  590. {block:PermalinkPage}
  591. <BR><br clear="all" /><span style="text-transform:uppercase;">
  592. {block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}"
  593.  
  594. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}@
  595.  
  596. {SourceTitle}{/block:NoSourceLogo}</a> <BR>{/block:ContentSource}
  597. {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}
  598.  
  599. {/block:NoteCount} {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  600. {block:HasTags}<BR>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  601. {/block:PermalinkPage}
  602.  
  603.  
  604.  
  605.  
  606. {block:PostNotes}<BR><BR>{PostNotes} {/block:PostNotes}
  607.  
  608. </div>{/block:Posts}
  609. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  610.  
  611. <br clear="all" /><BR>
  612. {block:Pagination}<center>
  613. {block:PreviousPage}<a href="{PreviousPage}" title="newer posts" class="jump_page">» newer</a>
  614.  
  615. {/block:PreviousPage}
  616. {block:JumpPagination length="10"}<span class="jump_pagination">
  617. {block:CurrentPage}
  618. <span class="current_page">{PageNumber}</span>
  619. {/block:CurrentPage}
  620. {block:JumpPage}
  621. <a class="jump_page" href="{URL}">{PageNumber}</a>
  622. {/block:JumpPage}
  623. </span>{/block:JumpPagination}
  624. {block:NextPage}<a href="{NextPage}" title="older posts" class="jump_page">older «</a>{/block:NextPage}
  625. {/block:Pagination}<BR><BR>
  626.  
  627. </div></div></div></center></div>
  628.  
  629. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement