Advertisement
arepeegee

trash bag theme

May 15th, 2015
1,167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. ◇◇◇ theme by arepeethemes.tumblr.com ◇◇◇
  6. ◇◇◇ PLEASE DON'T REMOVE CREDIT! ◇◇◇
  7.  
  8. done using base code by animecharacter.tumblr.com
  9. ----->
  10.  
  11. <meta charset="utf-8">
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. <meta name="color:background" content=""/>
  18. <meta name="color:border" content=""/>
  19. <meta name="color:links" content=""/>
  20. <meta name="color:link hover" content=""/>
  21. <meta name="color:sidebar bg" content="">
  22. <meta name="color:post bg" content="">
  23. <meta name="color:text" content="">
  24. <meta name="color:selection" content=""/>
  25.  
  26. <meta name="image:background" content="" />
  27. <meta name="image:sidebar img" content=""/>
  28.  
  29. <meta name="if:captions" content="1">
  30. <meta name="if:transparent posts" content="0">
  31. <meta name="if:transparent sidebar bg" content="0">
  32. <meta name="if:no post border" content="0">
  33. <meta name="if:no sidebar border" content="0">
  34. <meta name="if:show tags" content="0">
  35. <meta name="if:endless scroll" content="0">
  36. <meta name="if:background repeat" content="1">
  37. <meta name="if:post Shadows" content="0" />
  38. <meta name="if:sidebar shadows" content="0" />
  39. <meta name="if:250px" content="0"/>
  40. <meta name="if:300px" content="0"/>
  41. <meta name="if:350px" content="1"/>
  42. <meta name="if:400px" content="0"/>
  43.  
  44.  
  45. <title>{Title}</title>
  46.  
  47. <link rel="shortcut icon" href="{Favicon}">
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  50.  
  51. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  52.  
  53. <style type="text/css">
  54.  
  55. ::selection {
  56. background: {color:selection};}
  57. iframe#tumblr_controls {right:3px !important; z-index:999999;
  58. position: fixed !important;
  59. opacity: 0.1;
  60. -webkit-filter:invert(1);
  61. filter:alpha(opacity=0);
  62. -moz-opacity: 0;
  63. -khtml-opacity: 0;
  64. -webkit-transition: all 0.9s ease;
  65. -moz-transition: all 0.9s ease;
  66. -o-transition: all 0.9s ease;}
  67. iframe#tumblr_controls:hover{
  68. opacity: 1;
  69. filter:alpha(opacity=100);
  70. -moz-opacity: 1;
  71. -khtml-opacity: 1;
  72. -webkit-transition: all 0.9s ease;
  73. -moz-transition: all 0.9s ease;
  74. -o-transition: all 0.9s ease;}
  75.  
  76.  
  77. /*
  78. general text styles, fonts and colours
  79. */
  80.  
  81. body {
  82. margin:0px;
  83. background:{color:background};
  84. background-image:url('{image:Background}');
  85. {block:ifbackgroundrepeat}
  86. background-repeat:repeat;
  87. background-position:50% 50%;
  88. {/block:ifbackgroundrepeat}
  89. {block:ifnotbackgroundrepeat}
  90. background-repeat:none;
  91. background-size:cover;
  92. {/block:ifnotbackgroundrepeat}
  93. background-attachment:fixed;
  94. font-family: arial;
  95. font-size:13px;
  96. line-height:140%;
  97. color:{color:text};
  98. }
  99.  
  100. p{
  101. margin:0 0 10px 0;
  102. padding:0;
  103. }
  104.  
  105. pre {
  106. white-space: pre-wrap;
  107. white-space: -moz-pre-wrap;
  108. white-space: -pre-wrap;
  109. white-space: -o-pre-wrap;
  110. word-wrap: break-word;
  111. }
  112.  
  113. a{
  114. color:{color:links};
  115. }
  116.  
  117. a:hover{
  118. color:{color:link hover};
  119. }
  120.  
  121. li{
  122. margin-left:-15px;
  123. }
  124.  
  125. /*
  126. containers etc
  127. */
  128. #wrapper{
  129. width:600px;
  130. margin:50px auto;
  131. }
  132.  
  133. #sidebar{
  134. width:100px;
  135. position:fixed;
  136. border:solid;
  137. border-width:1px;
  138. border-color:{color:border};
  139. padding:7px;
  140. text-transform:none;
  141. background:{color:sidebar bg};
  142. {block:iftransparentsidebarbg}background:transparent;{/block:iftransparentsidebarbg}
  143. {block:ifnosidebarborder}
  144. border:none;
  145. {/block:ifnosidebarborder}
  146. {block:IfsidebarShadows}
  147. box-shadow:rgba(0,0,0,0.1)5px 5px;
  148. {/block:IfsidebarShadows}
  149. }
  150.  
  151.  
  152. #content{
  153. width:500px;
  154. margin-left:170px;
  155. }
  156.  
  157. .post{
  158. width:400px;
  159. margin:0 0 50px 0;
  160. border:solid;
  161. border-width:1px;
  162. border-color:{color:border};
  163. {block:if250px}width:250px{/block:if250px} ; {block:if300px} width:300px{/block:if300px} ; {block:if350px} width:350px{/block:if350px} ; {block:if400px} width:400px{/block:if400px}
  164. overflow:hidden;
  165. {block:ifnottransparentposts}
  166. background-color:{color:post bg};
  167. padding:7px;
  168. {/block:ifnottransparentposts}
  169. {block:iftransparentposts}
  170. background-color:transparent;
  171. padding:7px;
  172. {/block:iftransparentposts}
  173. {block:ifnopostborder}
  174. border:none;
  175. {/block:ifnopostborder}
  176. {block:IfPostShadows}
  177. box-shadow:rgba(0,0,0,0.1)5px 5px;
  178. {/block:IfPostShadows}
  179. }
  180.  
  181. #sidebar img, .post img{
  182. max-width:100%;
  183. }
  184.  
  185. #nav{
  186. margin:55px 0 0 0;
  187. }
  188.  
  189.  
  190. /*
  191. content in the body of the posts - quotes, asks, etc
  192. "media" contains photos, photosets, videos, audio posts
  193. */
  194. .media{
  195. margin:0 0 10px 0;
  196. }
  197.  
  198. .title{
  199. font-weight:normal;
  200. font-size:18px;
  201. margin:0 0 10px 0;
  202. }
  203.  
  204. .quote{
  205. font-weight:bold;
  206. font-size:16px;
  207. font-style:italic;
  208. margin:0 0 10px 0;
  209. }
  210.  
  211. .question{
  212. margin-bottom:10px;
  213. }
  214.  
  215. blockquote{
  216. margin:0 0 10px 10px;
  217. padding:0 0 0 10px;
  218. border-left:solid 1px #000;
  219. }
  220.  
  221. /*
  222. post footers - date, tags, via and source
  223. */
  224. .post .footer{
  225. margin:0;
  226. text-align:center;
  227. font-size:11px;
  228. text-transform:lowercase;
  229. }
  230.  
  231. .tags{
  232. margin:0;
  233. text-align:center;
  234. font-size:11px;
  235. text-transform:none;
  236. {block:ifnotshowtags}display:none;{/block:ifnotshowtags};
  237. }
  238.  
  239. /*
  240. post notes
  241. */
  242. ol.notes{
  243. list-style-type:none;
  244. padding:0;
  245. margin:0;
  246. }
  247.  
  248. ol.notes li.note img{
  249. width:16px;
  250. height:16px;
  251. }
  252.  
  253. ol.notes li.note{
  254. margin:0px;
  255. }
  256.  
  257. {CustomCSS}
  258. </style>
  259. {block:ifendlessscroll}
  260. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  261. {/block:ifendlessscroll}
  262. </head>
  263.  
  264. <body>
  265. <div style="position:fixed; right:10px; bottom:2px; font-size:20px;"><a href="http://arepeethemes.tumblr.com/" title="theme">◇</a></div>
  266.  
  267. <div id="wrapper">
  268.  
  269.  
  270. <div id="sidebar">
  271. <a href="/"><img src="{image:sidebar img}"></a>
  272. {block:Description}
  273. <p>{Description}</p>
  274. {/block:Description}
  275.  
  276. <a href="/">{lang:home}</a><br>
  277. <a href="/archive">{lang:archive}</a><br>
  278. {block:AskEnabled}
  279. <a href="/ask">{lang:message}</a><br>
  280. {/block:AskEnabled}
  281. {block:SubmissionsEnabled}
  282. <a href="/ask">{lang:submit}</a><br>
  283. {/block:SubmissionsEnabled}
  284. {block:HasPages}
  285. {block:Pages}
  286. <a href="{URL}">{Label}</a><br>
  287. {/block:Pages}
  288. {/block:HasPages}
  289. </div>
  290.  
  291.  
  292.  
  293. <div id="content">
  294. {block:Posts}
  295.  
  296. <div class="post">
  297.  
  298. {block:Text}
  299. {block:Title}
  300. <div class="title">{Title}</div>
  301. {/block:Title}
  302. {Body}
  303. {/block:Text}
  304.  
  305. {block:Photo}
  306. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  307. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  308. {/block:Photo}
  309.  
  310. {block:Photoset}
  311. <div class="media">{Photoset}</div>
  312. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  313. {/block:Photoset}
  314.  
  315. {block:Quote}
  316. <div class="quote">"{Quote}"</div>
  317. {block:Source}
  318. <div class="quotesource">{Source}</div>
  319. {/block:Source}
  320. {/block:Quote}
  321.  
  322. {block:Link}
  323. <div class="title"><a href="{URL}">{Name}</a></div>
  324. {block:Description}
  325. <div class="description">{Description}</div>
  326. {/block:Description}
  327. {/block:Link}
  328.  
  329. {block:Chat}
  330. {block:Title}
  331. <div class="title">{Title}</div>
  332. {/block:Title}
  333.  
  334. {block:Lines}
  335. <div class="{Alt} user_{UserNumber}">
  336. {block:Label}
  337. <b>{Label}</b>{/block:Label}
  338. &nbsp;{Line}
  339. </div>
  340. {/block:Lines}
  341. {/block:Chat}
  342.  
  343. {block:Video}
  344. {block:if250px}<div class="media">{Video-250}</div>{/block:if250px} {block:if300px}<center><div class="media">{Video-250}</div></center>{/block:if300px} {block:if350px}<center><div class="media">{Video-250}</div></center>{/block:if350px} {block:if400px}<div class="media">{Video-400}</div>{/block:if400px}
  345. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  346. {/block:Video}
  347.  
  348. {block:Audio}
  349. <div class="media">
  350. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  351. {AudioPlayerWhite}
  352. {block:TrackName}{TrackName}<br>{/block:TrackName}
  353. {block:Artist}{Artist}<br>{/block:Artist}
  354. {block:Album}{Album}{/block:Album}
  355. </div>
  356. {block:Caption}{Caption}{/block:Caption}
  357. {/block:Audio}
  358.  
  359. {block:Answer}
  360. <div class="question">{Asker}: {Question}</div>
  361. <div class="caption">{Answer}</div>
  362. {/block:Answer}
  363.  
  364.  
  365. {block:Date}
  366. <div class="footer">
  367. <a href="{Permalink}">{TimeAgo}</a> / <u><a>{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</a></u> / {block:RebloggedFrom} <a href="{ReblogParentURL}">{lang:via}</a>{/block:RebloggedFrom} / {block:ContentSource}<a href="{SourceURL}">{lang:source}</a>{/block:ContentSource} / <a href="{reblogurl}"> Reblog</a></span>
  368. </div>
  369. <div class="tags">{block:HasTags}<br>{block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}{/block:HasTags}</div>
  370.  
  371. {block:PermalinkPage}
  372. {block:NoteCount}
  373. {block:PostNotes}{PostNotes}{/block:PostNotes}
  374. {/block:NoteCount}
  375. {/block:PermalinkPage}
  376. {/block:Date}
  377.  
  378. </div>
  379. {/block:Posts}
  380.  
  381. {block:Pagination}
  382. <div id="nav">
  383. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  384.  
  385. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  386. </div>
  387. {/block:Pagination}
  388. </div>
  389. </div>
  390.  
  391. </div>
  392.  
  393. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  394. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  395.  
  396. </body>
  397. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement