Advertisement
sweet-fee

theme#04 crtfy psfuck

Feb 23rd, 2014
2,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 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 04 by psfuck (ana @attmjb) -->
  8. <!-- don’t repost or claim as your own -->
  9.  
  10.  
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <meta name="color:text" content="#b8b8b8">
  16. <meta name="color:link" content="#9A9A9A">
  17.  
  18.  
  19. <meta name="if:EndlessScroll" content="0">
  20. <meta name="if:ShowCaptions" content="1">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link1" content="">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="">
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="">
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link4" content="">
  31. <meta name="text:link4 url" content="/">
  32. <meta name="text:link5" content="">
  33. <meta name="text:link5 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: 75px;
  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. /* side */
  144.  
  145.  
  146. .sidebar {
  147. position: fixed;
  148. margin-top: 0px;
  149. margin-left: -170px;
  150. width: 160px;
  151. text-align: justify;
  152. background: #fff;
  153. padding: 15px;
  154. border-right:1px solid #eeecec;
  155. border-left:1px solid #eeeeee;
  156. height:100%
  157.  
  158. }
  159.  
  160.  
  161.  
  162. .sidebar img {
  163. margin-top:230px;
  164. margin-bottom:-65px;
  165. margin-left:0px;
  166. width: 70px;
  167. height: 110px;
  168. padding: 4px;
  169. border: 1px solid #eeecec;
  170. }
  171.  
  172.  
  173. .navigation {
  174. margin-top:-190px;
  175. font-family: arial;
  176. font-size: 10px;
  177. text-transform: normal;
  178. width:150px;
  179. font-weight: normal;
  180. text-align: center;
  181. color: {color:Navi text};
  182. padding:4px;
  183. position:relative;
  184. margin-left:20px;
  185. z-index:10;
  186.  
  187. }
  188.  
  189. #desc {
  190. text-transform: lowercase;
  191. color: {color:sidebar text};
  192. width: 150px;
  193. margin-left: -5px;
  194. text-align: left;
  195. margin-top:70px;
  196. font-size:10px;
  197. font-weight: center;
  198. padding:8px;
  199.  
  200. }
  201.  
  202. #desc a {
  203. color:{color:link};
  204. }
  205.  
  206.  
  207. iframe#tumblr_controls {
  208. position: fixed !important;
  209. z-index: 9999;
  210. }
  211.  
  212.  
  213. #cred {
  214. position:fixed;
  215. bottom:10px;
  216. right:8px;
  217. font-size:9px;
  218. padding:1px;
  219. border:1px solid #eeeeec;
  220. text-transform:lowercase;
  221.  
  222. }
  223.  
  224.  
  225. </style>
  226.  
  227. {block:IfEndlessScroll}
  228. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  229. {/block:IfEndlessScroll}
  230.  
  231. </head>
  232.  
  233.  
  234. <body>
  235.  
  236.  
  237. <div id="content">
  238.  
  239.  
  240. <div class="sidebar">
  241.  
  242.  
  243. <img src="{image:sidebar}">
  244.  
  245.  
  246. <div id="desc"> <hr size="0.5px" color="#eeecec"><center>{description}</center> <hr size="0.5px" color="#eeecec"></div>
  247.  
  248. <div class="navigation">
  249.  
  250. <a href="{text:link1 url}"><center><ul><u>{text:link1}</u></a>
  251. <a href="{text:link2 url}"><center>{text:link2}</a>
  252. <a href="{text:link3 url}"><center>{text:link3}</a>
  253. <a href="{text:link4 url}"><center>{text:link4}</a>
  254. <a href="{text:link5 url}"><center>{text:link5}<center> *:・゚✧*:・゚</center></ul></i></center></a>
  255.  
  256. </div>
  257.  
  258.  
  259. {block:IfNotEndlessScroll}
  260. <div class="pagination">
  261. {block:Pagination}
  262. {block:PreviousPage}
  263. <a href="{PreviousPage}">←</a>
  264. {/block:PreviousPage}
  265.  
  266. {block:NextPage}
  267. <a href="{NextPage}">→</a>
  268. {/block:NextPage}
  269. {/block:Pagination}
  270. </div>
  271. {/block:IfNotEndlessScroll}
  272.  
  273. </div>
  274.  
  275.  
  276. <div class="autopagerize_page_element">
  277.  
  278.  
  279. {block:Posts}
  280.  
  281.  
  282. <div class="posts">
  283.  
  284.  
  285. {block:Text}
  286.  
  287. {block:Title}
  288. {Title}
  289. {/block:Title}
  290.  
  291. {Body}
  292.  
  293. {/block:Text}
  294.  
  295.  
  296.  
  297. {block:Photo}
  298.  
  299. <center>
  300. <img src="{PhotoURL-500}">
  301. </center>
  302.  
  303. {block:Caption}
  304. <div id="captions">
  305. {Caption}</div>
  306. {/block:Caption}
  307.  
  308. {/block:Photo}
  309.  
  310.  
  311. <!-- x♡x -->
  312. {block:Photoset}
  313.  
  314. <div class="photoset">
  315. {Photoset-500}
  316. </div>
  317.  
  318. {block:Caption}
  319. <div id="captions">
  320. {Caption}</div>
  321. {/block:Caption}
  322.  
  323. {/block:Photoset}
  324.  
  325.  
  326.  
  327. {block:Quote}
  328.  
  329. ❝{Quote}❞
  330.  
  331. {block:Source}
  332. <br><br>—{Source}
  333. {/block:Source}
  334.  
  335. {/block:Quote}
  336.  
  337.  
  338.  
  339. {block:Link}
  340.  
  341. <a href="{URL}" {Target}>+ {Name}</a>
  342.  
  343. {block:Description}
  344. {Description}
  345. {/block:Description}
  346.  
  347. {/block:Link}
  348.  
  349.  
  350.  
  351. {block:Chat}
  352.  
  353. {block:Title}
  354. {Title}
  355. {/block:Title}
  356.  
  357. <ul>
  358. {block:Lines}
  359. <li>{block:Label}{Label}{/block:Label} {Line}</li>
  360. {/block:Lines}
  361. </ul>
  362.  
  363. {/block:Chat}
  364.  
  365.  
  366.  
  367. {block:Audio}
  368.  
  369. <div id="albumart">
  370. {block:AlbumArt}
  371. <img src="{AlbumArtURL}">
  372. {/block:AlbumArt}
  373. </div>
  374.  
  375. {AudioPlayerGrey}
  376.  
  377. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  378. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  379. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  380. <b>Plays:</b> {PlayCount}<br>
  381.  
  382. {block:Caption}
  383. <div id="audiocaptions">
  384. {Caption}</div>
  385. {/block:Caption}
  386.  
  387. {/block:Audio}
  388.  
  389. {block:Video}
  390.  
  391. <div class="video">
  392. {block:IndexPage}{Video-250}{/block:IndexPage}
  393. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  394. </div>
  395.  
  396. {block:Caption}
  397. <div id="captions">
  398. {Caption}</div>
  399. {/block:Caption}
  400.  
  401. {/block:Video}
  402.  
  403.  
  404.  
  405. {block:Answer}
  406.  
  407. {Asker} asked: {Question}
  408.  
  409. {Answer}
  410.  
  411. {/block:Answer}
  412.  
  413.  
  414. </div>
  415.  
  416. {block:Date}
  417. <div id="permalink">
  418.  
  419. posted <a href="{Permalink}">{date} {timeago}, {Year}</a> - with <a href="{Permalink}">{NoteCountWithLabel}</a>
  420. {/block:Date}
  421.  
  422. {block:RebloggedFrom}
  423. <a href="{ReblogParentURL}">via - </a>
  424. <a href="{ReblogRootURL}">(source)</a>
  425. {/block:RebloggedFrom}{block:ContentSource} {/block:ContentSource}
  426.  
  427. {block:HasTags}
  428. <i><br>tag: {block:Tags}<a href="{TagURL}"> ♡{Tag} </a> {/block:Tags}</i>
  429. {/block:HasTags}
  430. {block:PostNotes}
  431. {PostNotes}
  432. {/block:PostNotes}
  433. </div>
  434.  
  435. {block:PermalinkPage}
  436.  
  437. {/block:PermalinkPage}
  438.  
  439.  
  440. {/block:Posts}
  441.  
  442. </div>
  443. </div>
  444.  
  445.  
  446. <div id="cred"><a href="http://psfuck.tumblr.com">☪ </a></div>
  447.  
  448. </body>
  449. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement