annnna

Slick Theme by Sleaklayouts

Aug 12th, 2014
978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 KB | None | 0 0
  1. <html>
  2. <!--
  3. slick theme by sleaklayouts.tumblr.com
  4. please donot remove the credit, i worked really hard on this and if you do i will skewer you like a kebab and report you
  5. -->
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <meta name="image:background" content=""/>
  15. <meta name="image:banner" content=""/>
  16.  
  17. <meta name="color:background" content="#FFF"/>
  18. <meta name="color:post background" content="#FFF"/>
  19. <meta name="color:text" content="#000"/>
  20. <meta name="color:links" content="#000"/>
  21. <meta name="color:borders" content="#000"/>
  22. <meta name="color:scrollbar" content"#000"
  23. <meta name="color:permalink" content="#d1d1d1"/>
  24. <meta name="color:permalink text" content="#000"/>
  25. <meta name="color:bgtooltip" content="#000"/>
  26. <meta name="color:tooltiptext" content="#fff"/>
  27.  
  28. <meta name="if:banner" content="0"/>
  29. <meta name="if:backgroundrepeat" content="0"/>
  30.  
  31. <meta name="text:posttop" content="120px"/>
  32. <meta name="text:linkalink" content="http://link a link"/>
  33. <meta name="text:linkatext" content="link a"/>
  34. <meta name="text:linkblink" content="http://link b link"/>
  35. <meta name="text:linkbtext" content="link b"/>
  36. <meta name="text:linkclink" content="http://link c link"/>
  37. <meta name="text:linkctext" content="link c"/>
  38. <meta name="text:linkdlink" content="http://link d link"/>
  39. <meta name="text:linkdtext" content="link d"/>
  40.  
  41. <style type="text/css">
  42. body {
  43. background: {color:background} url({image:background})top left fixed repeat;
  44. {block:ifnotbackgroundrepeat}
  45. background-size: cover;
  46. {/block:ifnotbackgroundrepeat}
  47. {block:ifbackgroundrepeat}
  48. background-repeat:repeat;
  49. {/block:ifbackgroundrepeat}
  50. /** change the fonts here **/
  51. font-size: 10px;
  52. font-family: 'Courier New', Courier, monospace;
  53. color: {color:text};
  54. letter-spacing: 1px;
  55. line-height: 12px;
  56. text-align: center;
  57. }
  58.  
  59.  
  60. ::-webkit-scrollbar {width: 8px; height: 0px;}
  61. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  62.  
  63. /** edit how text looks when highlighted **/
  64. ::selection { }
  65. ::-moz-selection { }
  66. ::-webkit-selection { }
  67.  
  68. /** this holds all your posts **/
  69. #wrapper {
  70. width: 1000px;
  71. margin: 30px auto;
  72. margin-top:{text:posttop};
  73. margin-left:200px;
  74. {block:permalinkpage}
  75. margin-left:400px;
  76. {/block:permalinkpage}
  77. }
  78.  
  79. #post {
  80. width: 250px;
  81. margin: 20px;
  82. padding: 10px;
  83. {block:permalinkpage}
  84. width:500px;
  85. {/block:permalinkpage}
  86. }
  87. #post img {
  88. border: 2px solid {color:borders};
  89. background: {color:post background};
  90. padding:0px;
  91. max-width:100%;
  92. }
  93.  
  94. .post {
  95. width:220px;
  96. margin:25px;
  97. padding:10px;
  98. border-radius:0px;
  99. float:left;
  100. position:relative;
  101. text-align:left;
  102. font-size:11px;
  103. color:#000000;
  104. }
  105.  
  106. .audio {
  107. background: black;
  108. padding: 5px;
  109. color: white;
  110. text-transform: uppercase;
  111. }
  112. .posttitle {
  113. background: transparent;
  114. padding: 10px;
  115. text-transform: uppercase;
  116. }
  117. .body {
  118. text-align: justify;
  119. padding: 10px;
  120. }
  121. a {
  122. color: {color:links};
  123. text-decoration: none;
  124. }
  125. blockquote {
  126. text-align: justify;
  127. padding: 5px;
  128. margin: 0px;
  129. }
  130. ul, li {
  131. padding: 5px;
  132. margin: 10px;
  133. text-align: justify;
  134. list-style-image:url('http://i.imgur.com/Khn3RHr.png');
  135. }
  136.  
  137. .permalinks {
  138. padding: 5px;
  139. color: {color:permalink text};
  140. text-transform: uppercase;
  141. text-align: left;
  142. font-size: 9px;
  143. }
  144. .tags {
  145. padding: 5px;
  146. background: {color:permalink};
  147. color: {color:permalink text};
  148. margin: 5px 0px 0px 0px;
  149. text-transform: uppercase;
  150. text-align: center;
  151. font-size: 9px;
  152. }
  153. #header{
  154. position:absolute;
  155. top:35px;
  156. {block:ifbanner}
  157. top:6px;
  158. {/block:ifbanner}
  159. left:35%;
  160. text-align:center;
  161. max-width:400px;
  162. }
  163.  
  164. #navi{
  165. top:22px;
  166. {block:ifbanner}
  167. top:31px;
  168. {/block:ifbanner}
  169. left:30%;
  170. position:absolute;
  171. width:20px;
  172. }
  173.  
  174. #notehold{
  175. margin-top:1500px;
  176. position:absolute;
  177. }
  178.  
  179. .blogtitle{
  180. font-size:25px;
  181. }
  182.  
  183. div#qTip{
  184. font-size: 8px;
  185. color:{color:tooltiptext};
  186. background-color:{color:bgtooltip};
  187. text-align: center;
  188. text-transform: lowercase;
  189. letter-spacing:1px;
  190. min-width:40px;
  191. max-width:120px;
  192. display: none;
  193. position: absolute;
  194. z-index: 99;
  195. padding: 3px;
  196. margin:5px 0px 0px 20px;}
  197.  
  198. {CustomCSS}
  199. </style>
  200. <!-- this is jquery it makes the theme work, leave this alone -->
  201. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  202. <script type="text/javascript" src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  203. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/4Wjm5wj58/disassemble_v3.js"></script>
  204. <!-- code for the home /mail buttons -->
  205. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  206. <!--tooltip script-->
  207. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  208. <!-- if you wanna add fonts or other scripts add them under here -->
  209.  
  210.  
  211. </head>
  212. <body>
  213. <div id="header">
  214. {block:ifbanner}
  215. <img src="{image:banner}" height="70px">
  216. {/block:ifbanner}
  217. {block:ifnotbanner}
  218. <div class="blogtitle">{title}</div>
  219. {/block:ifnotbanner}
  220. <p><span class="description">{description}</span></p>
  221. <p>
  222. <a href="{text:linkalink}">{text:linkatext}</a>&nbsp;&nbsp;
  223. <a href="{text:linkblink}">{text:linkbtext}</a>&nbsp;&nbsp;
  224. <a href="{text:linkclink}">{text:linkctext}</a>&nbsp;&nbsp;
  225. <a href="{text:linkdlink}">{text:linkdtext}</a>&nbsp;&nbsp;
  226. </p>
  227. </div>
  228. <div id="navi">
  229. <a href="/" title="home"><i class="fa fa-home" style="float: left; font-size: 16px;"></i> </a><br><br>
  230. <a href="/ask" title="ask"> <i class="fa fa-pencil-square-o" style="float: left; font-size: 16px;"></i></a><br><br>
  231. <a href="/archive" title="archive"><i class="fa fa-archive" style="float: left; font-size: 16px;"></i></a><br><br>
  232. <a href="http://sleaklayouts.tumblr.com" title="credit"><i class="fa fa-paperclip" style="float: left; font-size: 16px;"></i></a>
  233. </div>
  234. <div id="wrapper">
  235.  
  236. {block:Posts}
  237. <!-- the area below removes the VIA and SOURCES of posts -->
  238. {block:ContentSource}
  239. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  240. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  241. {/block:SourceLogo}
  242. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  243. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  244. <div id="post">
  245.  
  246. {block:Text}
  247. {block:Title}<div class="posttitle">{title}</div>{/block:Title}
  248. <div class="body">{body}</div>
  249. {/block:Text}
  250.  
  251. {block:Link}
  252. <div class="posttitle"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  253. {block:Description}
  254. <div class="body">{Description}</div>
  255. {/block:Description}
  256. {/block:Link}
  257.  
  258. {block:Quote}
  259. {Quote}
  260. {block:Source}
  261. <p>&mdash; {Source}</p>
  262. {/block:Source}
  263. {/block:Quote}
  264.  
  265. {block:Photo}
  266. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  267. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  268. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  269. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  270. {block:IndexPage}</a>{/block:IndexPage}
  271. {/block:Photo}
  272.  
  273. {block:Chat}
  274. <div class="body">
  275. {block:Title}
  276. {Title}
  277. {/block:Title}
  278. {block:Lines}
  279. {block:Label}
  280. <b>{Label}</b>
  281. {/block:Label}
  282. {Line}<br>
  283. {/block:Lines}
  284. </div>
  285. {/block:Chat}
  286.  
  287. {block:Video}
  288. {Video-250}
  289. {/block:Video}
  290.  
  291. {block:Photoset}
  292. {block:Photos}
  293. {block:indexpage}<img src="{PhotoURL-250}" width="115" />{/block:indexpage}
  294. {block:permalinkpage}<img src="{PhotoURL-250}" />{/block:permalinkpage}
  295. {/block:Photos}
  296. {/block:Photoset}
  297.  
  298. {block:Audio}
  299. <div class="audio">
  300. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  301. {AudioPlayerBlack}
  302. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}
  303. </div>
  304. {/block:Audio}
  305.  
  306. {block:HasTags}{block:permalinkpage}
  307. <div class="tags"><i class="fa fa-tags" style="float: left;"></i>
  308. {block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}
  309. </div>{/block:permalinkpage}
  310. {/block:HasTags}
  311.  
  312.  
  313. {block:PermalinkPage}
  314. <br><br>Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  315. {block:PostNotes}{PostNotes}{/block:PostNotes}
  316. {/block:PermalinkPage}
  317.  
  318. <div class="permalinks">
  319. <a href="{Permalink}">{NoteCountwithLabel}</a>
  320. <a href="{ReblogURL}" target="_blank" class="details" style="float: right;">reblog &nbsp;<i class="fa fa-retweet"></i></a>
  321. </div>
  322.  
  323. </div>
  324.  
  325. {/block:photos}
  326.  
  327. <!-- this is for jquery's infinite scrolling -->
  328. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}</div>
  329. </body>
  330. </html>
Advertisement
Add Comment
Please, Sign In to add comment