Advertisement
coltnposey

Give Me Love

Sep 24th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.72 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. COLTNPOSEY THEME 01: GIVE ME LOVE
  9. THEME BY: http://coltnposey.tumblr.com
  10.  
  11. AW SHIT LOOK WHO FINALLY MADE A THEME
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#333333">
  24. <meta name="color:Link Hover" content="#bebebe">
  25. <meta name="color:Text" content="#232222">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#EAEAEA">
  28. <meta name="color:Info Border" content="#F5F5F5">
  29. <meta name="color:Questions Border" content="#FBFBFB">
  30.  
  31. <meta name="image:Sidebar" content=""/>
  32.  
  33. <meta name="if:Show 400px posts" content="0"/>
  34. <meta name="if:Show Link1" content="0" />
  35. <meta name="if:Show Link2" content="0" />
  36. <meta name="if:Show Link3" content="0" />
  37. <meta name="if:Show Link4" content="0" />
  38.  
  39. <meta name="text:link1" content="">
  40. <meta name="text:link1 url" content="/">
  41. <meta name="text:link2" content="">
  42. <meta name="text:link2 url" content="/">
  43. <meta name="text:link3" content="">
  44. <meta name="text:link3 url" content="/">
  45. <meta name="text:link4" content="">
  46. <meta name="text:link4 url" content="/">
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  52. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  53. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  54.  
  55.  
  56. h1 {
  57. font-weight:normal;
  58. font-size:11px;
  59. text-align:center;
  60. font-style:italic;
  61. line-height:100%;
  62. letter-spacing:0px;
  63. font-family:helvetica;
  64. text-transform:none;
  65. color:{color:Text};
  66. }
  67.  
  68. h2 {
  69. font-size:15px;
  70. font-family:helvetica;
  71. letter-spacing:0px;
  72. margin-bottom:12px;
  73. padding-bottom:10px;
  74. font-weight:normal;
  75. line-height:130%;
  76. text-transform:lowercase;
  77. color:{color:Text};
  78. margin: 0px;
  79. }
  80.  
  81. pre {
  82. {block:ifNotShow400pxposts}
  83. width:500px;
  84. {/block:ifNotShow400pxposts}
  85. {block:ifShow400pxposts}
  86. width:400px;
  87. {/block:ifShow400pxposts}
  88. text-align: left;
  89. word-wrap: break-word;
  90. color:{color:Text};
  91. }
  92.  
  93. blockquote {
  94. border-left:1px solid {color:Blockquote};
  95. padding-left:6px;
  96. margin:8px;
  97. line-height: 150%;
  98. }
  99.  
  100. body {
  101. color: {color:Text};
  102. background-color:{color:Background};
  103. font-family: helvetica;
  104. font-size: 11px;
  105. line-height: 150%;
  106.  
  107. }
  108.  
  109. a {
  110. color: {color:text};
  111. text-decoration: none;
  112. -moz-transition-duration: 0.5s;
  113. -o-transition-duration: 0.5s;
  114. -webkit-transition-duration: 0.5s;
  115. transition-duration: 0.5s;
  116. }
  117.  
  118. a:hover {
  119. color: {color:Link Hover};
  120. text-decoration:underline;
  121. -moz-transition-duration: 0.5s;
  122. -o-transition-duration: 0.5s;
  123. -webkit-transition-duration: 0.5s;
  124. transition-duration: 0.5s;
  125. }
  126.  
  127. .sidebar {
  128. width:245px;
  129. position: fixed;
  130. margin-top:70px;
  131. margin-left:10px;
  132. }
  133.  
  134. .sidebarimage {
  135. width:245px;
  136. margin-bottom:4px;
  137. }
  138.  
  139. .sidebarlinks {
  140. width:245px;
  141. padding-bottom:3px;
  142. margin-bottom:3px;
  143. padding-top:3px;
  144. border-bottom: 1px solid; color:{color:info border};
  145. font-size:11px;
  146. letter-spacing:.5px;
  147. font-family:helvetica;
  148. text-transform:lowercase;
  149. text-align:center;
  150. }
  151.  
  152. .sidebarlinks a {
  153. color:{color:text};
  154. padding:2px;
  155. -moz-transition-duration: 0.5s;
  156. -o-transition-duration: 0.5s;
  157. -webkit-transition-duration: 0.5s;
  158. transition-duration: 0.5s;
  159. }
  160.  
  161. .sidebarlinks a:hover {
  162. color:{color:Link Hover};
  163. text-decoration:underline;
  164. text-decoration: dashed;
  165. -moz-transition-duration: 0.5s;
  166. -o-transition-duration: 0.5s;
  167. -webkit-transition-duration: 0.5s;
  168. transition-duration: 0.5s;
  169. }
  170.  
  171. .description {
  172. width:245px;
  173. padding:2px;
  174. padding-bottom:4px;
  175. line-height:140%;
  176. text-align:justify;
  177. font-size:11px;
  178. font-family:helvetica;
  179. color:{color:Text};
  180. }
  181.  
  182. .description a {
  183. color:{color:Link};
  184. }
  185.  
  186. .description a:hover {
  187. color:{color:Link Hover};
  188. }
  189.  
  190. .pagination {
  191. font-family:helvetica;
  192. text-align:center;
  193. font-size:11px;
  194. text-align:center;
  195. }
  196.  
  197. .pagination a {
  198. color:{color:Link};
  199. padding:3px;
  200. -moz-transition-duration: 0.5s;
  201. -o-transition-duration: 0.5s;
  202. -webkit-transition-duration: 0.5s;
  203. transition-duration: 0.5s;
  204. }
  205.  
  206. .pagination a:hover {
  207. color:{color:Link Hover};
  208. text-decoration:underline;
  209. -moz-transition-duration: 0.5s;
  210. -o-transition-duration: 0.5s;
  211. -webkit-transition-duration: 0.5s;
  212. transition-duration: 0.5s;
  213. }
  214.  
  215. .container {
  216. width:900px;
  217. margin: auto;
  218. margin-top:-8px;
  219. }
  220.  
  221. .postscontainer {
  222. {block:ifNotShow400pxposts}
  223. max-width:500px;
  224. {/block:ifNotShow400pxposts}
  225. {block:ifShow400pxposts}
  226. max-width:400px;
  227. {/block:ifShow400pxposts}
  228. margin: auto;
  229. margin-top:-60px;
  230. margin-left:350px;
  231. }
  232.  
  233. .posts {
  234. {block:ifNotShow400pxposts}
  235. width:500px;
  236. {/block:ifNotShow400pxposts}
  237. {block:ifShow400pxposts}
  238. width:400px;
  239. {/block:ifShow400pxposts}
  240. line-height:130%;
  241. font-size:11px;
  242. font-family:helvetica;
  243. margin-top:120px;
  244. text-align:justify;
  245. }
  246.  
  247. .posts img {
  248. {block:ifNotShow400pxposts}
  249. max-width:500px;
  250. {/block:ifNotShow400pxposts}
  251. {block:ifShow400pxposts}
  252. max-width:400px;
  253. {/block:ifShow400pxposts}
  254. }
  255.  
  256. .info {
  257. margin-top:20px;
  258. padding-top:3px;
  259. margin-bottom:1px;
  260. text-align:left;
  261. font-size:11px;
  262. font-family:helvetica;
  263. color:{color:Text};
  264. border-top:1px solid {color:Info Border};
  265. }
  266.  
  267. .info a {
  268. color:{color:text};
  269. }
  270.  
  271. .info a:hover {
  272. text-decoration:underline;
  273. color:{color:Link Hover};
  274. }
  275.  
  276. .tags {
  277. {block:ifNotShow400pxposts}
  278. width:500px;
  279. {/block:ifNotShow400pxposts}
  280. {block:ifShow400pxposts}
  281. width:400px;
  282. {/block:ifShow400pxposts}
  283. position:absolute;
  284. margin-top:1px;
  285. line-height:140%;
  286. font-family:helvetica;
  287. font-size:11px;
  288. text-align:left;
  289. color:#848282;
  290. }
  291.  
  292. .tags a {
  293. color:#848282};
  294. }
  295.  
  296. .tags a:hover {
  297. text-decoration:underline;
  298. color:{color:Link Hover};
  299. }
  300.  
  301. .postnote {
  302. {block:ifNotShow400pxposts}
  303. width:500px;
  304. {/block:ifNotShow400pxposts}
  305. {block:ifShow400pxposts}
  306. width:400px;
  307. {/block:ifShow400pxposts}
  308. font-family:helvetica;
  309. text-transform:lowercase;
  310. font-size:11px;
  311. text-align:left;
  312. line-height:120%;
  313. margin-top:40px;
  314. }
  315.  
  316. .postnote li {
  317. list-style-type:none;
  318. border-bottom:1px solid {color:Info Border};
  319. padding:37px 0px 3px 0px;
  320. text-align:left;
  321. margin:0px;
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;
  325. }
  326.  
  327. .postnote img {
  328. width:20px;
  329. padding: 3px;
  330. margin:2px 7px -3px 6px;
  331. text-align:left;
  332. }
  333.  
  334. .music {
  335. width:500px;
  336. {block:ifShow400pxposts}
  337. width:400px;
  338. {/block:ifShow400pxposts}
  339. padding-bottom:10px;
  340. }
  341.  
  342. .albumart {
  343. float:left;
  344. padding:10px 10px 10px 0px;
  345. }
  346.  
  347. .albumart img {
  348. width:30px;
  349. padding: 3px;
  350. margin:2px 7px -3px 6px;
  351. }
  352.  
  353. .playercontainer {
  354. text-align:left;
  355. padding:5px 5px -5px;
  356. width:480px;
  357. }
  358.  
  359. .musicinfo {
  360. padding:10px;
  361. margin-top:9px;
  362. color:{color:Text};
  363. }
  364.  
  365. .quote {
  366. font-size:14px;
  367. font-family:helvetica;
  368. letter-spacing:0px;
  369. line-height:135%;
  370. font-weight:normal;
  371. text-align:center;
  372. }
  373.  
  374. .source {
  375. font-family:helvetica;
  376. font-size:10px;
  377. font-style:normal;
  378. text-align:center;
  379. line-height:17px;
  380. }
  381.  
  382. .chat ol {
  383. font-size:11px;
  384. font-family:helvetica;
  385. line-height:120%;
  386. padding:0px;
  387. list-style:none;
  388. }
  389.  
  390. .label {
  391. font-size:11px;
  392. font-family:helvetica;
  393. font-weight:bold;
  394. color:{color:Text};
  395. }
  396.  
  397. .line.odd {
  398. padding:4px;
  399. margin-bottom:2px;
  400. }
  401.  
  402. .line.even {
  403. padding:4px;
  404. margin-bottom:2px;
  405. }
  406.  
  407. .ask {
  408. font-size:11px;
  409. font-family:helvetica;
  410. text-align:left;
  411. padding-top:4px;
  412. text-transform:lowercase;
  413. color:text;
  414. }
  415.  
  416. .question {
  417. {block:ifNotShow400pxposts}
  418. width:500px;
  419. {/block:ifNotShow400pxposts}
  420. {block:ifShow400pxposts}
  421. width:400px;
  422. {/block:ifShow400pxposts}
  423. letter-spacing:0px;
  424. margin-top:3px;
  425. padding-bottom:4px;
  426. text-align:justify;
  427. color:{color:Text};
  428. font-size:11px;
  429. font-family:helvetica;
  430. border-bottom: 1px solid {color:Questions Border};
  431. }
  432.  
  433. .answer {
  434. {block:ifNotShow400pxposts}
  435. width:500px;
  436. {/block:ifNotShow400pxposts}
  437. {block:ifShow400pxposts}
  438. width:400px;
  439. {/block:ifShow400pxposts}
  440. letter-spacing:0px;
  441. text-align:justify;
  442. padding-top:5px;
  443. margin-bottom:1px;
  444. font-size:11px;
  445. line-height:150%;
  446. font-family:helvetica;
  447. color:{color:Text};
  448. }
  449.  
  450.  
  451. .credit {
  452. position:fixed;
  453. font-family:helvetica;
  454. font-size:11px;
  455. font-weight:normal;
  456. line-height:150%;
  457. letter-spacing:0px;
  458. right:5px;
  459. bottom:20px;
  460. text-align:center;
  461. }
  462.  
  463. .credit a {
  464. font-style:normal;
  465. padding:3px;
  466. color:{color:Link};
  467. -moz-transition-duration:0.5s;
  468. -webkit-transition-duration:0.5s;
  469. -o-transition-duration:0.5s;
  470. }
  471.  
  472. </style>
  473. </head>
  474.  
  475. <body>
  476. <div class="container">
  477. <div class="sidebar">
  478. <center><a href="/">
  479. <img src="{image:sidebar}" class="sidebarimage">
  480. </a></center>
  481. <div class="sidebarlinks">
  482. <a href="/">home</a>
  483. <a href="/ask">inbox</a>
  484. {block:ifShowLink1}
  485. <a href="{text:link1 url}">{text:link1}</a>
  486. {/block:IfShowLink1}
  487. {block:ifShowLink2}
  488. <a href="{text:link2 url}">{text:link2}</a>
  489. {/block:IfShowLink2}
  490. {block:ifShowLink3}
  491. <a href="{text:link3 url}">{text:link3}</a>
  492. {/block:IfShowLink3}
  493. {block:ifShowLink4}
  494. <a href="{text:link4 url}">{text:link4}</a>
  495. {/block:IfShowLink4}
  496. </div>
  497. <div class="description">
  498. {Description}
  499. </div>
  500. {block:Pagination}
  501. <div class="pagination">
  502. {block:PreviousPage}
  503. <a href="{PreviousPage}"> back </a>
  504. {/block:PreviousPage}
  505. {block:NextPage}
  506. <a href="{NextPage}"> next </a>
  507. {/block:NextPage}
  508. </div>
  509. {/block:Pagination}
  510. </div>
  511.  
  512.  
  513.  
  514.  
  515. <div class="postscontainer">
  516. {block:Posts}
  517.  
  518. <div class="posts">
  519.  
  520. {block:Text}
  521. {block:Title}<h2>{Title}</h2>{/block:Title}
  522. {Body}
  523. {/block:Text}
  524.  
  525. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  526.  
  527. {/block:Quote}
  528.  
  529. {block:Link}
  530. <h2><a href="{URL}">{Name}</a></h2>
  531. {block:Description}{Description}{/block:Description}
  532. {/block:Link}
  533.  
  534. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  535. </ol></div>{/block:Chat}
  536.  
  537. {block:Answer}<div class="ask"><span style="text-transform:lowercase; {color: text};"><b>{Asker}</b> said:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  538.  
  539. {block:Photo}
  540. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  541. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  542. {/block:Photo}
  543.  
  544. {block:Photoset}
  545. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  546. {block:Caption}{Caption}{/block:Caption}
  547. {/block:Photoset}
  548.  
  549. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  550. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  551. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  552. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  553. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  554.  
  555. {block:Video}
  556. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  557. {block:Caption}{Caption}{/block:Caption}
  558. {/block:Video}
  559.  
  560. {block:Date}<div class="info"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} · <b>{NoteCountWithLabel}</b>{/block:NoteCount} </div>{/block:Date}
  561.  
  562. {block:HasTags}
  563. <div class="tags">
  564. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  565. </div>
  566. {/block:HasTags}
  567.  
  568. <div class="postnote">
  569. {block:PostNotes}{PostNotes}{/block:PostNotes}
  570. </div>
  571. {/block:Posts}
  572.  
  573.  
  574. <div class="credit"><a href="http://coltnposey.tumblr.com/">©</a></div>
  575.  
  576. </div>
  577. </div>
  578. </div>
  579. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement