Advertisement
sweet-fee

theme 08 | dangericons

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