BandThemes

Patrick Stump Theme

Aug 9th, 2015
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.07 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- theme by band-themes.tumblr.com-->
  6. <!-- remove the credit + I'll eat ur children-->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="http://41.media.tumblr.com/e31d83518906f007e61dfe8f3c6d42f6/tumblr_n9soi7Po7M1sfepfpo1_1280.png">
  14.  
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="image:background" content="http://www.profilerehab.com/pb/designs/patterns/gray_stripes_design_1.jpg"/>
  21. <meta name="image:sidebar" content="http://40.media.tumblr.com/82e657642d166641850b7f32e072a601/tumblr_nss3sh2e0M1ubbs82o2_400.jpg"/>
  22. <meta name="image:Massive Picture of Patrick Stump" content="http://41.media.tumblr.com/4e21a0e61758e8fa1edac6b7d2a5417d/tumblr_mpyfseRBt31sa9hplo1_500.png"/>
  23.  
  24. <!-- IF'S AND IFNOT'S! -->
  25. <meta name="if:description" content="1"/>
  26.  
  27. <!-- FONT and FONT SIZE!! :O -->
  28. <meta name="font:text" content="Courier New"/>
  29. <meta name="text:text size" content="11"/>
  30.  
  31. <!-- COLORS!! -->
  32. <meta name="color:background" content="#ffffff"/>
  33. <meta name="color:sidebar" content="#000"/>
  34. <meta name="color:posts" content="#ffffff"/>
  35. <meta name="color:text" content="#a5a5a5"/>
  36. <meta name="color:links" content="#C0C0C0"/>
  37. <meta name="color:links hover" content="#696969"/>
  38.  
  39. <!-- TEXT!! -->
  40. <meta name="text:link 1" content="link 1 title"/>
  41. <meta name="text:link 1 url" content="/"/>
  42. <meta name="text:link 2" content="link 2 title"/>
  43. <meta name="text:link 2 url" content="/"/>
  44. <meta name="text:link 3" content="link 3 title"/>
  45. <meta name="text:link 3 url" content="/"/>
  46. <meta name="text:link 4" content="link 4 title"/>
  47. <meta name="text:link 4 url" content="/"/>
  48.  
  49. <style type="text/css">
  50. ::-webkit-scrollbar-thumb:vertical {
  51. height:10px; border:2px solid {color:background}; background-color:#000;}
  52.  
  53. ::-webkit-scrollbar-thumb:horizontal {
  54. background-color:none;}
  55.  
  56. ::-webkit-scrollbar {
  57. width:11px; height:5px; border:5px solid {color:background}; background-color:#000;}
  58.  
  59. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{display:block; height:7px; border-right:2px solid {color:background}; border-left:2px solid {color:background}; background-color:#000}
  60.  
  61. iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; right:3px !important; position: fixed !important;}
  62.  
  63. body {
  64. background-image: url('{image:background}');
  65. background-color: {color:background};
  66. background-attachment:fixed;
  67. font-family:{font:text};
  68. font-size:{text:text size}px;
  69. color:{color:text};
  70. margin:0;
  71. text-align:justify;
  72. }
  73.  
  74. a {
  75. color:{color:links};
  76. font-size: {text:text size}px;
  77. text-decoration:underline;
  78. -webkit-transition: all 0.5s ease;
  79. -moz-transition: all 0.5s ease;
  80. -o-transition: all 0.5s ease;
  81. }
  82.  
  83. a:hover {
  84. -webkit-transition: all 0.5s ease;
  85. -moz-transition: all 0.5s ease;
  86. -o-transition: all 0.5s ease;
  87. color:{color:links hover};
  88. text-decoration:none;
  89. }
  90. b{
  91. font-style:bold;
  92. }
  93.  
  94. blockquote {
  95. margin-left:10px;
  96. width:380px;
  97. font-size:{text:text size}px;
  98. font-family:{font:text};
  99. border-left:1px solid {color:text};
  100. padding:0px;
  101. padding-left:6px;
  102. color:{color:text};
  103. }
  104.  
  105.  
  106. img {
  107. max-width:400px;
  108. }
  109. h1 {
  110. font-size:18px;
  111. text-align:center;
  112. color:{color:text};
  113. text-transform:uppercase;
  114. }
  115. #black {
  116. left:0px;
  117. top:0px;
  118. width:400px;
  119. height:1000px;
  120. background-color:{color:sidebar};
  121. position:fixed;
  122. }
  123. #sidebar {
  124. margin-top:50px;
  125. margin-left:100px;
  126. position:fixed;
  127. width:200px;
  128. height:auto;
  129. background-color:{color:sidebar};
  130. border:1px solid {color:text};
  131. }
  132.  
  133. #sidebarimage {
  134. width:190px;
  135. padding:5px;
  136. border-bottom:1px solid {color:text};
  137. }
  138.  
  139. #sidebarimage img {
  140. width:190px;
  141. }
  142.  
  143. #pat {bottom:0px;
  144. position:fixed;
  145. right:-20px;
  146. z-index: -1;
  147. }
  148.  
  149. #pat img {width:600px;
  150.  
  151. }
  152.  
  153. #sidebartitle {
  154. border-bottom:1px solid {color:text};
  155. padding-top:3px;
  156. padding-bottom:3px;
  157. text-align:center;
  158. font-size:18px;
  159. text-transform:uppercase;
  160. }
  161.  
  162. #description {
  163. border-bottom:1px solid {color:text};
  164. padding:5px;
  165. padding-left:10px;
  166. font-size:10px;
  167. }
  168.  
  169. #links {
  170. padding:5px;
  171. text-align:center;
  172. text-transform:lowercase;
  173. width:190px;
  174. }
  175.  
  176. #links a {
  177. width:70px;
  178. display:inline-block;
  179. text-decoration:none;
  180. border:1px solid {color:text};
  181. font:{font:text};
  182. font-size:{text:text size};
  183. color:{color:text};
  184. margin-left:5px;
  185. margin-bottom:2px;
  186. -webkit-transition: all 0.5s ease;
  187. -moz-transition: all 0.5s ease;
  188. -o-transition: all 0.5s ease;
  189. }
  190.  
  191. #links a:hover {
  192. color:{color:sidebar};
  193. background-color:{color:text};
  194. -webkit-transition: all 0.5s ease;
  195. -moz-transition: all 0.5s ease;
  196. -o-transition: all 0.5s ease;
  197. }
  198.  
  199. #musicplayer {
  200. color:{color:text};
  201. border-top:1px solid {color:text};
  202. padding:5px;
  203. padding-top:2px;
  204. }
  205.  
  206. #entries {
  207. width:400px;
  208. margin-left:450px;
  209. margin-top:50px;
  210. }
  211.  
  212. #posts {
  213. width:400px;
  214. background-color:{color:posts};
  215. padding:15px;
  216. border:1px solid {color:text};
  217. margin-top:20px;
  218. }
  219.  
  220. #posts img{
  221. width:390px;
  222. }
  223.  
  224. .quote {
  225. font-size:22px;
  226. padding-bottom:10px;
  227. }
  228.  
  229. .quotesource {
  230. padding-bottom:10px;
  231. font-size:11px;
  232. }
  233.  
  234. .audio {
  235. width:400px;
  236. }
  237.  
  238. .audio-album {
  239. z-index:9;
  240. opacity:1;
  241. width:400px;
  242. }
  243.  
  244. .audio-info {
  245. {block:hasalbumart}position:relative;
  246. padding:100px;
  247. opacity:0.2;
  248. z-index:999999;
  249. margin-top:-403px;
  250. text-align:center;
  251. width:200px;
  252. height:200px;{/block:hasalbumart}
  253. background-color:{color:posts};
  254. -webkit-transition: all 0.5s ease;
  255. -moz-transition: all 0.5s ease;
  256. -o-transition: all 0.5s ease;
  257. }
  258.  
  259. .audio-info:hover {
  260. -webkit-transition: all 0.5s ease;
  261. -moz-transition: all 0.5s ease;
  262. -o-transition: all 0.5s ease;
  263. opacity:0.9;
  264. }
  265.  
  266. .audio-player {
  267. position:relative;
  268. overflow:hidden;
  269. max-width:30px;
  270. max-height:30px;
  271. border:0px solid gray;
  272. border-radius:100%;
  273. position:absolute;
  274. margin-top:-40px;
  275. margin-left:360px;
  276. }
  277.  
  278. #question {
  279. padding-bottom:10px;
  280. border-bottom:1px solid {color:text};
  281. }
  282.  
  283. #info {
  284. padding-top:10px;
  285. border-top:1px solid {color:text};
  286. }
  287.  
  288. #credit {
  289. text-align:center;
  290. position:fixed;
  291. bottom:10px;
  292. right:10px;
  293. width:15px;
  294. height:15px;
  295. padding:3px;
  296. background-color:{color:text};color:{color:links hover};
  297. -webkit-transition: all 0.5s ease;
  298. -moz-transition: all 0.5s ease;
  299. -o-transition: all 0.5s ease;
  300. }
  301.  
  302. #credit:hover {
  303. background:transparent;
  304. transform: rotate(360deg);
  305. -ms-transform: rotate(360deg);
  306. -webkit-transform: rotate(360deg);
  307. -o-transform: rotate(360deg);
  308. -moz-transform: rotate(30deg);
  309. -webkit-transition: all 0.5s ease;
  310. -moz-transition: all 0.5s ease;
  311. -o-transition: all 0.5s ease;
  312. }
  313. #credit a {
  314. text-decoration:none;
  315. font-size:10px;
  316. color:{color:background};
  317.  
  318. -webkit-transition: all 0.5s ease;
  319. -moz-transition: all 0.5s ease;
  320. -o-transition: all 0.5s ease;
  321. }
  322.  
  323. #credit a:hover {
  324. color:{color:links hover};
  325. transform: rotate(360deg);
  326. -ms-transform: rotate(360deg);
  327. -webkit-transform: rotate(360deg);
  328. -o-transform: rotate(360deg);
  329. -moz-transform: rotate(30deg);
  330. -webkit-transition: all 0.5s ease;
  331. -moz-transition: all 0.5s ease;
  332. -o-transition: all 0.5s ease;
  333. }
  334. #pagination {
  335. text-transform:lowercase;
  336. border-top:1px solid {color:text};
  337. text-align:center;
  338. }
  339. #pagination a {
  340. margin-left:10px;
  341. padding:0 15px;
  342. }
  343. #bli img {
  344. width:50px;
  345. position:fixed;
  346. padding:3px;
  347. opacity: .7;
  348. bottom:5px;
  349. left:5px;
  350. z-index:999999999999999999999999999999999999999999;
  351. }
  352. #bli img:hover {
  353. opacity:1;
  354. }
  355. </style></head><body>
  356.  
  357. <div id="black"><div id="sidebar"><div id="sidebarimage"><img src="{image:sidebar}"></div>
  358.  
  359. <div id="sidebartitle">{Title}</div>
  360. {block:ifdescription}<div id="description">{Description}</div>{/block:ifdescription}
  361. <div id="links"><a href="/">home</a>
  362. <a href="/ask">ask</a>
  363. <a href="{text:link 1 url}">{text:link 1}</a>
  364. <a href="{text:link 2 url}">{text:link 2}</a>
  365. <a href="{text:link 3 url}">{text:link 3}</a>
  366. <a href="{text:link 4 url}">{text:link 4}</a>
  367.  
  368. </div>
  369.  
  370. <div id="pagination">
  371. {block:Pagination}
  372. {block:PreviousPage}
  373. <a href="{PreviousPage}">&larr; previous </a>
  374. {/block:PreviousPage}
  375.  
  376.  
  377. {block:NextPage}
  378. <a href="{NextPage}">next &rarr;</a>
  379. {/block:NextPage}
  380. {/block:Pagination}
  381. </div>
  382. </div>
  383. </div>
  384.  
  385. <div id="pat"><img src="{image:Massive Picture of Patrick Stump}"></div>
  386. <div id="entries">
  387. {block:Posts}<div id="posts">
  388.  
  389.  
  390. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  391.  
  392.  
  393. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="width:400px;">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  394.  
  395.  
  396. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  397.  
  398.  
  399. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  400.  
  401.  
  402. {block:Quote}<div class="quote">❝ {Quote} ❞</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  403.  
  404.  
  405. {block:Audio}
  406. <div class="audio">
  407. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}" style="width:400px;">{/block:AlbumArt}
  408.  
  409.  
  410. <div class="audio-info">
  411. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  412. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  413. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  414. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  415. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div></div>
  416. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  417. {/block:Audio}
  418.  
  419.  
  420. {block:Video}<div style="max-width:400px;">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  421.  
  422.  
  423. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  424.  
  425.  
  426. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:bold;">— {Asker}: </span>{Question}</div><left> <font face="{font:text}">{Answer}</font>{/block:Answer}
  427.  
  428.  
  429. <div id="info"><center>posted <a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} at {24Hour}:{Minutes}</a></center>
  430.  
  431. <center>{block:RebloggedFrom}from <a href="{ReblogParentURL}">{ReblogParentName}</a> // {/block:RebloggedFrom}
  432.  
  433. {block:ContentSource} <br><a href="{SourceURL}">©<a href="{SourceURL}">{SourceLink}</a> // {/block:ContentSource}
  434.  
  435. {/block:RebloggedFrom}<a href="{Permalink}">{NoteCountWithLabel}</a> // <a href="{ReblogParentURL}" target="_blank">reblog</a></center>
  436.  
  437. {block:HasTags}<div id="tags">
  438. {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  439. {/block:HasTags}
  440. </div></div>
  441.  
  442. {/block:Posts}
  443.  
  444. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  445. {/block:Posts}</div></div></div>
  446.  
  447.  
  448. <div id="bli"><a href="http://band-themes.tumblr.com" title="theme credit"><img src="https://d3udu7i48uzark.cloudfront.net/assets/fall-out-boy/fob-b5f8d426de970d5cf4b842aa7da2c6a1.png"/></a></div>
  449.  
  450.  
  451. <!--DON'T DELETE THIS CODE IF YOU DON'T WANT TO SEE THE SOURCE UNDER THE IMAGE/TEXT-->
  452. {block:ContentSource}
  453. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  454. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  455. {/block:SourceLogo}
  456. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  457. {/block:ContentSource}
  458.  
  459.  
  460. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment