Advertisement
sweet-fee

theme#07 rude! dangericons

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