Advertisement
sweet-fee

t#05 rather be by dangericons

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