BandThemes

The Front Bottoms Theme

Aug 16th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.84 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <!--
  11. HOT DAMN IS THAT A BASE CODE?!
  12. by softwaring.tumblr.com avaliable at jubileethemes.tumblr.com
  13.  
  14. LEARN FROM IT -- MESS WITH IT -- HAVE FUN WITH IT
  15. -->
  16.  
  17. <!-- color <meta name="color:" content=""/> -->
  18. <meta name="color:background" content="#FFF"/>
  19. <meta name="color:post background" content="#FFF"/>
  20. <meta name="color:text" content="#000"/>
  21. <meta name="color:links" content="#000"/>
  22. <meta name="color:borders" content="#d1d1d1"/>
  23. <meta name="color:permalink" content="#d1d1d1"/>
  24. <meta name="color:permalink text" content="#000"/>
  25.  
  26. <meta name="text:Link 1 URL" content="/" />
  27. <meta name="text:Link 1" content="link 1" />
  28. <meta name="text:Link 2 URL" content="/" />
  29. <meta name="text:Link 2" content="link 2" />
  30. <meta name="text:Link 3 URL" content="/" />
  31. <meta name="text:Link 3" content="link 3" />
  32. <meta name="text:Link 4 URL" content="/" />
  33. <meta name="text:Link 4" content="link 4" />
  34. <!-- if <meta name="if:" content=""/> -->
  35. <meta name="if:one column" content="0"/>
  36. <meta name="if:two column" content="1"/>
  37.  
  38.  
  39. <!-- images <meta name="image:" content=""/> -->
  40. <meta name="image:background" content="http://i.ytimg.com/vi/5PNAGxtJHcU/maxresdefault.jpg"/>
  41. <meta name="image:sidebar" content="http://33.media.tumblr.com/d94af35ee32a1ada7ea112270c96d196/tumblr_n8nzxlApxC1s3i2ego1_500.jpg"/>
  42.  
  43.  
  44. <!-- text <meta name="text:" content=""/> -->
  45.  
  46.  
  47.  
  48. <!-- select <meta name="select:" content="" title=""/> -->
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53. body {
  54. background: {color:background} url({image:background})top left fixed repeat;
  55. background-size: cover;
  56. /** change the fonts here **/
  57. font-size: 10px;
  58. font-family: 'Open Sans', sans-serif;
  59. color: {color:text};
  60. letter-spacing: 1px;
  61. line-height: 12px;
  62. text-align: justify;
  63. }
  64.  
  65. /** remember this only works in chrome **/
  66. /** scrollbar **/
  67. ::-webkit-scrollbar {
  68. width: 8px;
  69. height: 5px; }
  70.  
  71. ::-webkit-scrollbar-button:start:decrement,
  72. ::-webkit-scrollbar-button:end:increment {
  73. display: block;
  74. height: 10px; }
  75.  
  76. ::-webkit-scrollbar-button:vertical:increment {
  77. background-color: white; }
  78.  
  79. ::-webkit-scrollbar-track-piece {
  80. background-color: white; }
  81.  
  82. ::-webkit-scrollbar-thumb:vertical {
  83. background-color: rgba(0, 0, 0, 0.1); }
  84. /** edit how text looks when highlighted **/
  85. ::selection { }
  86. ::-moz-selection { }
  87. ::-webkit-selection { }
  88.  
  89. /** this holds all your posts **/
  90. #wrapper {
  91. width: 850px;
  92. {block:ifonecolumn} width: 500px; {/block:ifonecolumn}
  93. {block:iftwocolumn} width: 900px; {/block:iftwocolumn}
  94. margin: 40px 250px;
  95. {block:ifonecolumn} margin-left:300px; {/block:ifonecolumn}
  96. }
  97.  
  98. /** this is where you style your posts **/
  99. #post {
  100. width: 250px;
  101. margin: 10px;
  102. padding: 5px;
  103. border: 1px solid {color:borders};
  104. background: {color:post background};
  105. {block:ifonecolumn} width: 700px; {/block:ifonecolumn}
  106. {block:iftwocolumn} width: 400px; {/block:iftwocolumn}
  107. }
  108. #post img {
  109. width:100%;
  110. }
  111. /** posts guts style **/
  112. .audio {
  113. background: black;
  114. padding: 5px;
  115. color: white;
  116. text-transform: uppercase;
  117. }
  118. /*asks*/
  119. .q {margin-bottom:10px;
  120. background-color:{color:permalink};
  121. padding:3px;
  122. }
  123. .as {
  124. font-weight:bold;}
  125.  
  126. .a {
  127. margin-top:10px;
  128. }
  129. .posttitle {
  130. background: transparent;
  131. padding: 5px;
  132. font-size:12px;
  133. }
  134. .body {
  135. text-align: justify;
  136. padding: 10px;
  137. }
  138. a {
  139. color: {color:links};
  140. text-decoration: none;
  141. }
  142. a:hover {
  143. text-transform:uppercase;
  144. }
  145. blockquote {
  146. text-align: justify;
  147. padding: 5px;
  148. margin: 0px;
  149. }
  150. ul, li {
  151. padding: 5px;
  152. margin: 10px;
  153. text-align: justify;
  154. list-style-image:url('http://i.imgur.com/Khn3RHr.png');
  155. }
  156.  
  157. .permalinks {
  158. padding: 5px;
  159. background: {color:permalink};
  160. color: {color:permalink text};
  161. margin: 5px 0px 0px 0px;
  162. text-transform: uppercase;
  163. text-align: left;
  164. font-size: 9px;
  165. }
  166. .tags {
  167. padding: 5px;
  168. background: {color:permalink};
  169. color: {color:permalink text};
  170. margin: 5px 0px 0px 0px;
  171. text-transform: uppercase;
  172. text-align: center;
  173. font-size: 9px;
  174. }
  175. .cap {
  176.  
  177. }
  178. /** sidebar styling **/
  179. #sidebar {
  180. position: fixed;
  181. width: 150px;
  182. padding: 15px;
  183. z-index: 999;
  184. left: 50px;
  185. margin-top: 100px;
  186. border: 1px solid {color:borders};
  187. text-align:center;
  188. background: {color:post background};
  189. }
  190. #sidebar img {
  191. width: 150px;
  192. margin-bottom: 10px;
  193. border: 1px solid {color:permalink};
  194. {block:ifnotsidebarimage} display: none; {/block:ifnotsidebarimage}
  195. }
  196. #sidebar li {
  197. list-style: none;
  198. text-transform: uppercase;
  199. padding: 5px;
  200. margin: 5px 0px;
  201. text-align: center;
  202. border: 1px solid {color:borders};
  203. background: {color:permalink};
  204. }
  205. #sidebar li:hover {
  206. background: transparent;
  207. }
  208. .blogtitle {
  209. text-transform: uppercase;
  210. font-size: 14px;
  211. padding: 5px 5px 15px 5px;
  212. }
  213. ol.notes img { display:none; }
  214.  
  215. #linkbar {
  216. position: fixed;
  217. width: 150px;
  218. padding: 15px;
  219. z-index: 999;
  220. right: 50px;
  221. margin-top: 100px;
  222. border: 1px solid {color:borders};
  223. text-align:center;
  224. background: {color:post background};
  225. }
  226. #linkbar li {
  227. list-style: none;
  228. text-transform: uppercase;
  229. padding: 5px;
  230. margin: 5px 0px;
  231. text-align: center;
  232. border: 1px solid {color:borders};
  233. background: {color:permalink};
  234. }
  235. #linkbar li:hover {
  236. background: transparent;
  237. }
  238. {CustomCSS}
  239. </style>
  240. <!-- this is jquery it makes the theme work, leave this alone -->
  241. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  242. <script type="text/javascript" src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  243. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/4Wjm5wj58/disassemble_v3.js"></script>
  244. <!-- this is a hosted font from google -->
  245. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
  246. <!-- font awesome to change the font awesome icons go to http://fontawesome.io/icons/ -->
  247. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  248. </head>
  249. <body>
  250. <div id="linkbar"><li><i style="float: left; font-size: 12px;"></i> <a href="{text:Link 1 URL}">{text:Link 1}</a></li>
  251. <li><i style="float: left; font-size: 12px;"></i><a href="{text:Link 2 URL}">{text:Link 2}</a></li>
  252. <li><i style="float: left; font-size: 12px;"></i><a href="{text:Link 3 URL}">{text:Link 3}</a></li>
  253. <li><i style="float: left; font-size: 12px;"></i><a href="{text:Link 4 URL}">{text:Link 4}</a></li></div>
  254. <div id="wrapper">
  255. <div id="sidebar">
  256. <div class="blogtitle"><a href="/">{title}</a></div>
  257. <img src="{image:sidebar}"/>
  258. {block:Description}
  259. <div class="body">{Description}</div>
  260. {/block:Description}
  261. <li><i class="fa fa-home" style="float: left; font-size: 12px;"></i> <a href="/">home</a></li>
  262. <li><i class="fa fa-pencil-square-o" style="float: left; font-size: 12px;"></i><a href="/ask">ask</a></li>
  263. <li><i class="fa fa-archive" style="float: left; font-size: 12px;"></i><a href="/archive">archive</a></li>
  264. <li><i class="fa fa-sign-out" style="float: left; font-size: 12px;"></i><a href="/submit">submit</a></li>
  265. <li><i class="fa fa-paperclip" style="float: left; font-size: 12px;"></i><a href="http://band-themes.tumblr.com">credit</a></li>
  266.  
  267. </div>
  268.  
  269. {block:Posts}
  270. <!-- the area below removes the VIA and SOURCES of posts -->
  271. {block:ContentSource}
  272. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  273. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  274. {/block:SourceLogo}
  275. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  276. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  277. <div id="post">
  278.  
  279. {block:Text}
  280. {block:Title}<div class="posttitle">{title}</div>{/block:Title}
  281. <div class="body">{body}</div>
  282. {/block:Text}
  283.  
  284. {block:Link}
  285. <div class="posttitle"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  286.  
  287. {/block:Link}
  288.  
  289. {block:Quote}
  290. "{Quote}"
  291. {block:Source}
  292. <p>&mdash; {Source}</p>
  293. {/block:Source}
  294. {/block:Quote}
  295.  
  296. {block:Photo}
  297. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  298. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  299. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  300. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  301. {block:IndexPage}</a>{/block:IndexPage}
  302. {/block:Photo}
  303.  
  304. {block:Chat}
  305. <div class="body">
  306. {block:Title}
  307. <div class="posttitle">{Title}</div>
  308. {/block:Title}<br>
  309. {block:Lines}
  310. {block:Label}
  311. <b>{Label}</b>
  312. {/block:Label}
  313. {Line}<br>
  314. {/block:Lines}
  315. </div>
  316. {/block:Chat}
  317.  
  318. {block:Video}
  319. {block:ifonecolumn} {Video-700} {/block:ifonecolumn}
  320. {block:iftwocolumn} {Video-400} {/block:iftwocolumn}
  321.  
  322. {/block:Video}
  323.  
  324. {block:Photoset}
  325. {block:ifonecolumn} {Photoset-700} {/block:ifonecolumn}
  326. {block:iftwocolumn} {Photoset-400} {/block:iftwocolumn}
  327. {/block:Photoset}
  328.  
  329. {block:Answer}
  330. <div class="q">
  331. <div class="as">{Asker} said: </div>
  332. {Question}</div>
  333. <div class="a">{Answer}</div>
  334. {/block:Answer}
  335.  
  336. {block:Audio}
  337. <div class="audio">
  338. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  339. {AudioPlayerBlack}
  340. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}
  341. </div>
  342. {/block:Audio}
  343. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  344. <div class="permalinks">
  345. <a href="{Permalink}">{NoteCountwithLabel} </a>{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">// via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  346. <a href="{ReblogURL}" target="_blank" class="details" style="float: right;">reblog &nbsp;<i class="fa fa-retweet"></i></a>
  347. </div>
  348. {block:HasTags}
  349. <div class="tags"><i class="fa fa-tags" style="float: left;"></i>
  350. {block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}
  351. </div>
  352. {/block:HasTags}
  353.  
  354. {block:PermalinkPage}
  355. Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  356. {block:PostNotes}{PostNotes}{/block:PostNotes}
  357. {/block:PermalinkPage}
  358. </div>
  359.  
  360. {/block:Posts}
  361. <!-- this is for jquery's infinite scrolling -->
  362. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}</div>
  363. </body>
  364. </html>
Advertisement
Add Comment
Please, Sign In to add comment