Advertisement
sweet-fee

theme#06 luv ya ♡ psfuck

Jul 14th, 2014
1,529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6.  
  7. <!-- theme 06 by psfuck/dangericons (ana @attmjb) -->
  8. <!-- don’t repost or claim as your own
  9. DON'T USE AS BASE! NÃO USE COMO BASE-->
  10.  
  11.  
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <meta name="color:text" content="#b8b8b8">
  17. <meta name="color:link" content="#9A9A9A">
  18.  
  19.  
  20.  
  21. <meta name="if:EndlessScroll" content="0">
  22. <meta name="if:ShowCaptions" content="1">
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:link1" content="">
  27. <meta name="text:link1 url" content="/">
  28. <meta name="text:link2" content="">
  29. <meta name="text:link2 url" content="/">
  30. <meta name="text:link3" content="">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4" content="">
  33. <meta name="text:link4 url" content="/">
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39.  
  40. body {
  41. font-family: consolas;
  42. font-size: 10px;
  43. color: #AAA;
  44. margin: 0;
  45. }
  46.  
  47. a {
  48. color:{color:link};
  49. text-decoration: none;
  50. }
  51.  
  52. a:hover {
  53. color:#b8b8b8;
  54. }
  55.  
  56.  
  57.  
  58. #content {
  59. background: #Fff;
  60. padding: 1px 20px 20px 20px;
  61. width: 540px;
  62. margin: auto;
  63. }
  64.  
  65.  
  66.  
  67. .posts {
  68. padding: 5px;
  69. margin-top: 40px;
  70. margin-bottom:0px;
  71. overflow: hidden;
  72. background: #FFF;
  73. width: 500px;
  74. margin-left: -150px;
  75. }
  76.  
  77. .posts img {
  78. max-width: 100%;
  79. }
  80.  
  81.  
  82.  
  83. blockquote {
  84. border-left: 2px solid #F0F0F0;
  85. padding: 1px 1px 1px 10px;
  86. margin: 5px;
  87. }
  88.  
  89.  
  90.  
  91. #captions {
  92. background: #FBFBFB;
  93. display: block;
  94. padding: 1px 10px 1px 10px;
  95. margin-top: 10px;
  96. {block:IfNotShowCaptions}
  97. {block:IndexPage}
  98. display: none;
  99. {/block:IndexPage}
  100. {/block:IfNotShowCaptions}
  101. }
  102.  
  103. #audiocaptions {
  104. display: block;
  105. padding: 1px 10px 1px 10px;
  106. margin-top: 10px;
  107. border-top: 1px solid #F0F0F0;
  108. {block:IfNotShowCaptions}
  109. {block:IndexPage}
  110. display: none;
  111. {/block:IndexPage}
  112. {/block:IfNotShowCaptions}
  113. }
  114.  
  115.  
  116.  
  117. .pagination {
  118. margin-top: 5px;
  119. margin-left:5px;
  120. text-align: center;
  121. }
  122.  
  123.  
  124. #albumart img {
  125. width: 70px;
  126. height: 70px;
  127. }
  128.  
  129.  
  130.  
  131.  
  132. #permalink {
  133. width:475px;
  134. background: #ffffff;
  135. border-top:1px solid #eeeeee;
  136. padding: 5px 10px 5px 10px;
  137. margin-left:-153px;
  138.  
  139.  
  140. }
  141.  
  142.  
  143.  
  144. /* side */
  145.  
  146.  
  147. .sidebar {
  148. position: fixed;
  149. margin-top: 0px;
  150. margin-left: 640px;
  151. width: 150px;
  152. text-align: justify;
  153. background: #fff;
  154. padding: 15px;
  155. height:100%
  156. border-left: 0px solid #eeecec;
  157. }
  158.  
  159.  
  160.  
  161. .sidebar img {
  162. margin-top:230px;
  163. margin-bottom:-75px;
  164. margin-left:-90px;
  165. width: 80px;
  166. height: 70px;
  167. padding: 2px;
  168. border: 0px solid #eeecec;
  169. }
  170.  
  171.  
  172. .navigation {
  173. margin-top:80px;
  174. font-family: consolas;
  175. font-size: 10px;
  176. text-transform: lowercase;
  177. font-weight: normal;
  178. text-align: center;
  179. color: {color:navi};
  180. padding:8px;
  181. position:relative;
  182. margin-left:-340px;
  183. z-index:10;
  184.  
  185. }
  186.  
  187. #desc {
  188. text-transform: lowercase;
  189. color: {color:text};
  190. width: 75px;
  191. margin-left: -185px;
  192. text-align: left;
  193. margin-top:-106px;
  194. font-size:10px;
  195. padding:8px;
  196. border: 1px solid #eeecec;
  197.  
  198. }
  199.  
  200. #desc a {
  201. color:{color:link};
  202. }
  203.  
  204.  
  205. iframe#tumblr_controls {
  206. position: fixed !important;
  207. z-index: 9999;
  208. }
  209.  
  210.  
  211. #cred {
  212. position:fixed;
  213. bottom:10px;
  214. right:8px;
  215. font-size:9px;
  216. padding:1px;
  217. border:1px solid #eeeeec;
  218. text-transform:lowercase;
  219.  
  220. }
  221.  
  222.  
  223. </style>
  224.  
  225. {block:IfEndlessScroll}
  226. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  227. {/block:IfEndlessScroll}
  228.  
  229. </head>
  230.  
  231.  
  232. <body>
  233.  
  234.  
  235. <div id="content">
  236.  
  237.  
  238. <div class="sidebar">
  239.  
  240.  
  241. <img src="{image:sidebar}">
  242.  
  243.  
  244.  
  245. <div class="navigation">
  246. <a href="{text:link1 url}">・゚✧・゚ {text:link1}</a>
  247. <a href="{text:link2 url}">{text:link2}</a>
  248. <a href="{text:link3 url}">{text:link3}</a>
  249. <a href="{text:link4 url}">{text:link4} ・゚✧・゚</a>
  250. </div>
  251.  
  252.  
  253. <div id="desc">{description}</div>
  254.  
  255. {block:IfNotEndlessScroll}
  256. <div class="pagination">
  257. {block:Pagination}
  258. {block:PreviousPage}
  259. <a href="{PreviousPage}">←</a>
  260. {/block:PreviousPage}
  261.  
  262. {block:NextPage}
  263. <a href="{NextPage}">→</a>
  264. {/block:NextPage}
  265. {/block:Pagination}
  266. </div>
  267. {/block:IfNotEndlessScroll}
  268.  
  269. </div>
  270.  
  271.  
  272. <div class="autopagerize_page_element">
  273.  
  274.  
  275. {block:Posts}
  276.  
  277.  
  278. <div class="posts">
  279.  
  280.  
  281. {block:Text}
  282.  
  283. {block:Title}
  284. {Title}
  285. {/block:Title}
  286.  
  287. {Body}
  288.  
  289. {/block:Text}
  290.  
  291.  
  292.  
  293. {block:Photo}
  294.  
  295. <center>
  296. <img src="{PhotoURL-500}">
  297. </center>
  298.  
  299. {block:Caption}
  300. <div id="captions">
  301. {Caption}</div>
  302. {/block:Caption}
  303.  
  304. {/block:Photo}
  305.  
  306.  
  307. <!-- x♡x -->
  308. {block:Photoset}
  309.  
  310. <div class="photoset">
  311. {Photoset-500}
  312. </div>
  313.  
  314. {block:Caption}
  315. <div id="captions">
  316. {Caption}</div>
  317. {/block:Caption}
  318.  
  319. {/block:Photoset}
  320.  
  321.  
  322.  
  323. {block:Quote}
  324.  
  325. ❝{Quote}❞
  326.  
  327. {block:Source}
  328. <br><br>—{Source}
  329. {/block:Source}
  330.  
  331. {/block:Quote}
  332.  
  333.  
  334.  
  335. {block:Link}
  336.  
  337. <a href="{URL}" {Target}>+ {Name}</a>
  338.  
  339. {block:Description}
  340. {Description}
  341. {/block:Description}
  342.  
  343. {/block:Link}
  344.  
  345.  
  346.  
  347. {block:Chat}
  348.  
  349. {block:Title}
  350. {Title}
  351. {/block:Title}
  352.  
  353. <ul>
  354. {block:Lines}
  355. <li>{block:Label}{Label}{/block:Label} {Line}</li>
  356. {/block:Lines}
  357. </ul>
  358.  
  359. {/block:Chat}
  360.  
  361.  
  362.  
  363. {block:Audio}
  364.  
  365. <div id="albumart">
  366. {block:AlbumArt}
  367. <img src="{AlbumArtURL}">
  368. {/block:AlbumArt}
  369. </div>
  370.  
  371. {AudioPlayerGrey}
  372.  
  373. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  374. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  375. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  376. <b>Plays:</b> {PlayCount}<br>
  377.  
  378. {block:Caption}
  379. <div id="audiocaptions">
  380. {Caption}</div>
  381. {/block:Caption}
  382.  
  383. {/block:Audio}
  384.  
  385. {block:Video}
  386.  
  387. <div class="video">
  388. {block:IndexPage}{Video-250}{/block:IndexPage}
  389. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  390. </div>
  391.  
  392. {block:Caption}
  393. <div id="captions">
  394. {Caption}</div>
  395. {/block:Caption}
  396.  
  397. {/block:Video}
  398.  
  399.  
  400.  
  401. {block:Answer}
  402.  
  403. {Asker} asked: {Question}
  404.  
  405. {Answer}
  406.  
  407. {/block:Answer}
  408.  
  409.  
  410. </div>
  411.  
  412. {block:Date}
  413. <div id="permalink">
  414.  
  415. posted <a href="{Permalink}">{date} {timeago}, {Year}</a> - with <a href="{Permalink}">{NoteCountWithLabel}</a>
  416. {/block:Date}
  417.  
  418. {block:RebloggedFrom}
  419. <a href="{ReblogParentURL}">via - </a>
  420. <a href="{ReblogRootURL}">(source)</a>
  421. {/block:RebloggedFrom}{block:ContentSource} {/block:ContentSource}
  422.  
  423. {block:HasTags}
  424. <i><br>tag: {block:Tags}<a href="{TagURL}"> ♡{Tag} </a> {/block:Tags}</i>
  425. {/block:HasTags}
  426. {block:PostNotes}
  427. {PostNotes}
  428. {/block:PostNotes}
  429. </div>
  430.  
  431. {block:PermalinkPage}
  432.  
  433. {/block:PermalinkPage}
  434.  
  435.  
  436. {/block:Posts}
  437.  
  438. </div>
  439. </div>
  440.  
  441.  
  442. <div id="cred"><a href="http://dangericons.tumblr.com">☪ </a></div>
  443.  
  444. </body>
  445. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement