bangyixing

Theme #21 - Shotgun Love

Sep 5th, 2013
1,624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 21: sʜᴏᴛɢᴜɴ ʟᴏᴠᴇ
  6. ᴅᴇsɪɢɴᴇᴅ ᴀɴᴅ ᴄᴏᴅᴇᴅ ʙʏ ᴀɴᴅʀᴇᴀ @ ᴍʟɪᴋʙᴏʏ
  7. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ.
  8. -->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  18. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  19. <script type="text/javascript" charset="utf-8">
  20. var $j = jQuery.noConflict();
  21. $j(function() {
  22. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  23. $j("img").lazyload({
  24. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  25. effect: "fadeIn",
  26. });
  27. });
  28. </script>
  29.  
  30. </style>
  31.  
  32. <!--Default Variables-->
  33. <!--Colors-->
  34.  
  35. <meta name="color:Background" content="#ffffff"/>
  36. <meta name="color:Title" content="#474545"/>
  37. <meta name="color:Blog Title" content="#000000"/>
  38. <meta name="color:Border" content="#ffe0e0"/>
  39. <meta name="color:Link" content="#000000"/>
  40. <meta name="color:Scrollbar" content="#fbfbfb"/>
  41. <meta name="color:Hover" content="#cfcfcf"/>
  42. <meta name="color:Description" content="#fafafa"/>
  43. <meta name="color:Asker" content="#fafafa"/>
  44. <meta name="color:Quote" content="#fafafa"/>
  45. <meta name="color:Info Border" content="#e6e4e4"/>
  46. <meta name="color:Hover" content="#cfcfcf"/>
  47. <meta name="color:Tags" content="#d7d9da"/>
  48. <meta name="color:Text" content="#000000"/>
  49.  
  50. <!--Images-->
  51.  
  52. <meta name="image:Background" content=""/>
  53. <meta name="image:Border" content=""/>
  54. <meta name="image:Sidebar" content=""/>
  55.  
  56. <!--Links-->
  57.  
  58. <meta name="text:Link1" content="/" />
  59. <meta name="text:Link1 Title" content="link" />
  60. <meta name="text:Link2" content="/" />
  61. <meta name="text:Link2 Title" content="link" />
  62.  
  63. <!--Titles-->
  64.  
  65. <meta name="text:Title" content="shotgun love" />
  66. <meta name="text:Subtitle" content="I miss the days when I still mattered." />
  67.  
  68. <!--Functions-->
  69.  
  70. <meta name="if:Lazy Load" content="1"/>
  71.  
  72. <!--Fonts-->
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
  75.  
  76. <!--Lazy Load-->
  77.  
  78. {block:IfLazyLoad}
  79. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  80. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  81. <script type="text/javascript" charset="utf-8">
  82. var $j = jQuery.noConflict();
  83. $j(function() {
  84. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  85. $j("img").lazyload({
  86. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  87. effect: "fadeIn",
  88. });
  89. });
  90. </script>
  91.  
  92. </style>
  93. {/block:IfLazyLoad}
  94.  
  95. <style type="text/css">
  96.  
  97. ::-webkit-scrollbar-thumb:vertical {
  98. background: {color:Border};
  99. height: 80px;
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. height: 10px;
  104. width: 10px;
  105. background: {color:Scrollbar};
  106. }
  107.  
  108.  
  109. body {
  110. background-image: url("{image:background}");
  111. background-attachment: fixed;
  112. font-family:Arial;
  113. font-size:9px;
  114. margin:50px;
  115. text-align:justify;
  116. letter-spacing:0px;
  117. line-height:140%;
  118. background:{color:background};
  119. color:{color:text};
  120. }
  121.  
  122. a {
  123. text-decoration:none;
  124. outline:none;
  125. -moz-outline-style:none;
  126. color:{color:Text};
  127. -webkit-transition: all 0.5s ease;
  128. -moz-transition: all 0.5s ease;
  129. -o-transition: all 0.5s ease;
  130. }
  131.  
  132. img {
  133. border:none;
  134. }
  135.  
  136. blockquote blockquote {
  137. padding-left:5px;
  138. border-left:1px solid;
  139. }
  140.  
  141. h1 {
  142. font-size:20px;
  143. text-transform:lowercase;
  144. font-style:italic;
  145. line-height:140%;
  146. text-align:center;
  147. font-family:Playfair Display;
  148. color:{color:Title};
  149. }
  150.  
  151. a:hover {
  152. color: {color:Border};
  153. }
  154.  
  155. small{
  156. font-size:9px;
  157. line-height:140%;
  158. }
  159.  
  160. big {
  161. font-size:12px;
  162. line-height:140%;
  163. }
  164.  
  165. b, strong{
  166. color:{color:Text};
  167. }
  168. i, em {
  169. color:{color:Text};
  170. }
  171. p{
  172. margin-top:5px;
  173. margin-bottom:5px;
  174. }
  175.  
  176. blockquote {
  177. padding:0px;
  178. padding-left:5px;
  179. margin:5px;
  180. border-left:1px solid {color:Border};
  181. }
  182.  
  183. blockquote img {
  184. max-width:500px;
  185. }
  186.  
  187. .audio { height:60px; padding:5px; margin-bottom:5px;}
  188. .audio-album { position:absolute; width:60px; }
  189. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  190. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  191.  
  192. #entries {
  193. overflow:hidden;
  194. margin-left:235px;
  195. margin-top:100px;
  196. letter-spacing:1px;
  197. }
  198.  
  199. #post {
  200. margin:15px;
  201. padding-left:15px;
  202. padding-right:15px;
  203. padding-top:25px;
  204. width:500px;
  205. }
  206.  
  207. #quote {
  208. padding:10px;
  209. margin-bottom:5px;
  210. background:{color:Quote};
  211. font-family:Courier;
  212. font-size:12px;
  213. font-style:none;
  214. letter-spacing:1px;
  215. -webkit-border-radius:2px;
  216. -moz-border-radius:2px;
  217. border-radius:2px;
  218. }
  219.  
  220. #chat {
  221. text-transform:lowercase;
  222. }
  223.  
  224. #website {
  225. font-style:italic;
  226. text-align:right;
  227. font-size:12px;
  228. color:{color:Text};
  229. }
  230.  
  231. #border {
  232. width:275px;
  233. height:100%;
  234. margin-top:-100px;
  235. margin-left:-70px;
  236. position:fixed;
  237. background:{color:Text};
  238. background:url('{image:Border}'), fixed;}
  239.  
  240. #sidebar {
  241. position:fixed;
  242. margin-left:170px;
  243. margin-top:-50px;
  244. }
  245.  
  246. #sidebarimage img {
  247. width:140px;
  248. height:140px;
  249. position:fixed;
  250. margin-top:128px;
  251. margin-left:-164px;
  252. border-radius:500px;
  253. }
  254.  
  255. #title {
  256. font-size:35px;
  257. position:absolute;
  258. margin-left:265px;
  259. margin-top:-84px;
  260. font-family:Times New Roman;
  261. font-style:none;
  262. text-align:center;
  263. line-height:40%;
  264. padding:20px;
  265. padding-top:35px;
  266. padding-bottom:16px;
  267. width:460px;
  268. height:auto;
  269. letter-spacing:1px;
  270. text-transform:uppercase;
  271. color:{color:Background};
  272. background:{color:Blog Title};
  273. text-shadow: 2px 0 .2px #ff2c69, -2px 0 .2px #1ea49d;
  274. }
  275.  
  276. #subtitle {
  277. font-size:15px;
  278. position:absolute;
  279. margin-left:265px;
  280. margin-top:-20px;
  281. font-family:Consolas;
  282. font-style:none;
  283. text-align:center;
  284. line-height:40%;
  285. height:auto;
  286. padding:15px;
  287. padding-top:5px;
  288. width:470px;
  289. letter-spacing:0px;
  290. text-transform:uppercase;
  291. color:{color:Background};
  292. background:{color:Blog Title};
  293. }
  294.  
  295. #links {
  296. font-size:9px;
  297. position:fixed;
  298. margin-left:-207px;
  299. margin-top:280px;
  300. font-family:Trebuchet MS;
  301. font-style:none;
  302. text-align:center;
  303. line-height:40%;
  304. width:230px;
  305. opacity:1;
  306. letter-spacing:-1px;
  307. text-transform:uppercase;
  308. -moz-transition-duration:0.5s;
  309. -webkit-transition-duration:0.5s;
  310. -o-transition-duration:0.5s;
  311. }
  312.  
  313. #links a {
  314. display:inline-block;
  315. width:30px;
  316. padding:5px;
  317. margin-right:1px;
  318. margin-bottom:3px;
  319. color:{color:Background};
  320. background:{color:Link};
  321. }
  322.  
  323. #links a:hover {
  324. color:{color:Link};
  325. background:{color:Description};
  326. -moz-transition-duration:0.7s;
  327. -webkit-transition-duration:0.7s;
  328. -o-transition-duration:0.7s;
  329.  
  330. }
  331.  
  332. #description {
  333. font-size:9px;
  334. width:149px;
  335. height:auto;
  336. font-family:Consolas;
  337. text-transform:none;
  338. position:fixed;
  339. text-align:justify;
  340. font-style:none;
  341. line-height:100%;
  342. margin-left:-177px;
  343. margin-top:300px;
  344. letter-spacing:1px;
  345. padding:10px;
  346. opacity:0.8;
  347. position:fixed;
  348. background:{color:Description};
  349. -moz-transition-duration:1s;
  350. -webkit-transition-duration:1s;
  351. -o-transition-duration:1s;
  352. }
  353.  
  354. #pagination {
  355. font-size:9px;
  356. margin-top:482px;
  357. text-align:center;
  358. color:{color:Text};
  359. padding:10px;
  360. opacity:1;
  361. position:fixed;
  362. font-style:none;
  363. font-style:italic;
  364. margin-left:-340px;
  365. letter-spacing:2px;
  366. }
  367.  
  368. #info {
  369. text-align:center;
  370. margin-top:5px;
  371. margin-bottom:6px;
  372. font-family:Consolas;
  373. padding-top:5px;
  374. text-transform:lowercase;
  375. font-style:none;
  376. letter-spacing:1px;
  377. font-size:8px;
  378. line-height:120%;
  379. border-top: 1px solid {color:Info Border};
  380. }
  381.  
  382. #info a:hover{
  383. text-decoration: none;
  384. color: {color:Hover};}
  385.  
  386. #tags {
  387. font-size:8px;
  388. margin-top:0px;
  389. }
  390.  
  391. #notes {
  392. font-family:Consolas;
  393. text-transform:lowercase;
  394. font-size:8px;
  395. }
  396.  
  397. #question {
  398. float:left;
  399. line-height:130%;
  400. }
  401.  
  402. #question img {
  403. margin-right:11px;
  404. border:5px solid {color:Border};
  405. padding:0px;
  406. }
  407.  
  408. #credit {
  409. font-family:Calibri;
  410. font-size:9px;
  411. letter-spacing:1px;
  412. float:right;
  413. position:fixed;
  414. bottom:15px;
  415. right:10px;
  416. }
  417.  
  418. #credit a {
  419. color:{color:Background};
  420. padding:5px;
  421. text-transform:uppercase;
  422. background:{color:Link};
  423. }
  424.  
  425. #credit a:hover {
  426. color:{color:Link};
  427. font-style:none;
  428. background:{color:Background};
  429. }
  430.  
  431. {CustomCSS}</style></head><body>
  432.  
  433. <div id="border"></div>
  434.  
  435. <div id="sidebar">
  436. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  437. <div id="links">
  438. <a href="/">home</a>
  439. <a href="/ask">mail</a>
  440. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  441. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  442. </div>
  443.  
  444. <div id="description">{Description}<p>
  445. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">jump</a>{/block:NextPage}{/block:Pagination}</center></div></div>
  446.  
  447. <div id="title">{text:Title}</div>
  448. <div id="subtitle">{text:Subtitle}</div>
  449.  
  450. <div id="entries">
  451. {block:Posts}
  452. <div id="post">
  453.  
  454. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  455.  
  456. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  457.  
  458. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  459.  
  460. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  461.  
  462. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  463.  
  464. <div id="chat">
  465. {block:Chat}
  466. {block:Title}
  467. <h1>{Title}</h1>
  468. {/block:Title}
  469. {block:Lines}
  470. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  471. {Line}</blockquote><br>
  472. {/block:Lines}{/block:Chat}
  473. </div>
  474.  
  475. {block:Audio}
  476. <div class="audio">
  477. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  478. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  479. <div class="audio-info">
  480. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  481. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  482. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  483. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  484. </div></div>
  485. {/block:Audio}
  486.  
  487. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  488.  
  489. {block:Answer}<div id="question"<div id="question"><img src="{AskerPortraitURL-24}"></div> "{Question}"<br>
  490. — <b><i>{Asker}</i></b><br><br>
  491. {Answer}<br>{/block:Answer}
  492.  
  493. <div id="info">
  494. <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  495. {block:HasTags}<div id="tags">{block:Tags} - <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  496. {/block:Posts}
  497. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  498.  
  499. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  500.  
  501. </body>
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment