Advertisement
coltnposey

give me love 2.0

Oct 11th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.74 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:130%;
  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:150%;
  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. small {
  110. font-size:11px;}
  111.  
  112. big {
  113. font-size:12px;}
  114.  
  115. a {
  116. color: {color:text};
  117. text-decoration: none;
  118. -moz-transition-duration: 0.5s;
  119. -o-transition-duration: 0.5s;
  120. -webkit-transition-duration: 0.5s;
  121. transition-duration: 0.5s;
  122. }
  123.  
  124. a:hover {
  125. text-decoration: underline;
  126. -moz-transition-duration: 0.5s;
  127. -o-transition-duration: 0.5s;
  128. -webkit-transition-duration: 0.5s;
  129. transition-duration: 0.5s;
  130. }
  131.  
  132. .sidebar {
  133. width:245px;
  134. position: fixed;
  135. margin-top:100px;
  136. margin-left:30px;
  137. }
  138.  
  139. .sidebarimage {
  140. width:245px;
  141. margin-bottom:4px;
  142. }
  143.  
  144. .sidebarlinks {
  145. width:245px;
  146. padding-bottom:3px;
  147. margin-bottom:3px;
  148.  
  149. display:block;
  150. margin-top:50px;
  151. font-size:11px;
  152. letter-spacing:.2px;
  153. font-family:helvetica;
  154. text-transform:lowercase;
  155. text-align:center;
  156. }
  157.  
  158. .sidebarlinks a {
  159. color:{color:text};
  160. padding:2px;
  161. -moz-transition-duration: 0.5s;
  162. -o-transition-duration: 0.5s;
  163. -webkit-transition-duration: 0.5s;
  164. transition-duration: 0.5s;
  165. }
  166.  
  167. .sidebarlinks a:hover {
  168. -moz-transition-duration: 0.5s;
  169. -o-transition-duration: 0.5s;
  170. -webkit-transition-duration: 0.5s;
  171. transition-duration: 0.5s;
  172. }
  173.  
  174. .description {
  175. width:245px;
  176. border-bottom:1px solid {color:link hover};
  177. padding:2px;
  178. padding-bottom:4px;
  179. line-height:180%;
  180. letter-spacing: .07px;
  181. margin-top:-70px;
  182. text-align:justify;
  183. font-size:11px;
  184. font-family:helvetica;
  185. color:{color:Text};
  186. }
  187.  
  188. .description a {
  189. color:{color:Link};
  190. }
  191.  
  192. .description a:hover {
  193. color:{color:Link Hover};
  194. }
  195.  
  196. .pagination {
  197. font-family:helvetica;
  198. text-align:center;
  199. margin-top: 25px;
  200. font-size:11px;
  201. text-align:center;
  202. }
  203.  
  204. .pagination a {
  205. color:{color:Link};
  206. padding:3px;
  207. -moz-transition-duration: 0.5s;
  208. -o-transition-duration: 0.5s;
  209. -webkit-transition-duration: 0.5s;
  210. transition-duration: 0.5s;
  211. }
  212.  
  213. .pagination a:hover {
  214. text-decoration:underline;
  215. -moz-transition-duration: 0.5s;
  216. -o-transition-duration: 0.5s;
  217. -webkit-transition-duration: 0.5s;
  218. transition-duration: 0.5s;
  219. }
  220.  
  221. .container {
  222. width:900px;
  223. margin: auto;
  224. margin-top:-8px;
  225. }
  226.  
  227. .postscontainer {
  228. {block:ifNotShow400pxposts}
  229. max-width:500px;
  230. {/block:ifNotShow400pxposts}
  231. {block:ifShow400pxposts}
  232. max-width:400px;
  233. {/block:ifShow400pxposts}
  234. margin: auto;
  235. margin-top:-60px;
  236. margin-left:350px;
  237. }
  238.  
  239. .posts {
  240. {block:ifNotShow400pxposts}
  241. width:500px;
  242. {/block:ifNotShow400pxposts}
  243. {block:ifShow400pxposts}
  244. width:400px;
  245. {/block:ifShow400pxposts}
  246. line-height:130%;
  247. font-size:11px;
  248. font-family:helvetica;
  249. margin-top:120px;
  250. text-align:justify;
  251. }
  252.  
  253. .posts img {
  254. {block:ifNotShow400pxposts}
  255. max-width:500px;
  256. {/block:ifNotShow400pxposts}
  257. {block:ifShow400pxposts}
  258. max-width:400px;
  259. {/block:ifShow400pxposts}
  260. }
  261.  
  262. .info {
  263. margin-top:20px;
  264. padding-top:3px;
  265. margin-bottom:1px;
  266. text-align:left;
  267. font-size:11px;
  268. text-transform: lowercase;
  269. font-family:helvetica;
  270. color:{color:Text};
  271. border-top:1px solid {color:Info Border};
  272. }
  273.  
  274. .info a {
  275. color:{color:text};
  276. }
  277.  
  278. .info a:hover {
  279. text-decoration:underline;
  280. ;
  281. }
  282.  
  283. .tags {
  284. {block:ifNotShow400pxposts}
  285. width:500px;
  286. {/block:ifNotShow400pxposts}
  287. {block:ifShow400pxposts}
  288. width:400px;
  289. {/block:ifShow400pxposts}
  290. position:absolute;
  291. margin-top:1px;
  292. line-height:140%;
  293. font-family:helvetica;
  294. font-size:11px;
  295. text-align:left;
  296. {color:link-hover};
  297. }
  298.  
  299. .tags a {
  300. }
  301.  
  302. .tags a:hover {
  303. text-decoration:underline;
  304. ;
  305. }
  306.  
  307. .postnote {
  308. {block:ifNotShow400pxposts}
  309. width:500px;
  310. {/block:ifNotShow400pxposts}
  311. {block:ifShow400pxposts}
  312. width:400px;
  313. {/block:ifShow400pxposts}
  314. font-family:helvetica;
  315. text-transform:lowercase;
  316. font-size:11px;
  317. text-align:left;
  318. line-height:120%;
  319. margin-top:40px;
  320. }
  321.  
  322. .postnote li {
  323. list-style-type:none;
  324. border-bottom:1px solid {color:Info Border};
  325. padding:37px 0px 3px 0px;
  326. text-align:left;
  327. margin:0px;
  328. -moz-transition-duration:0.5s;
  329. -webkit-transition-duration:0.5s;
  330. -o-transition-duration:0.5s;
  331. }
  332.  
  333. .postnote img {
  334. width:20px;
  335. padding: 3px;
  336. margin:2px 7px -3px 6px;
  337. text-align:left;
  338. }
  339.  
  340. .music {
  341. width:500px;
  342. {block:ifShow400pxposts}
  343. width:400px;
  344. {/block:ifShow400pxposts}
  345. padding-bottom:10px;
  346. }
  347.  
  348. .albumart {
  349. float:left;
  350. padding:10px 10px 10px 0px;
  351. }
  352.  
  353. .albumart img {
  354. width:30px;
  355. padding: 3px;
  356. margin:2px 7px -3px 6px;
  357. }
  358.  
  359. .playercontainer {
  360. text-align:left;
  361. padding:5px 5px -5px;
  362. width:480px;
  363. }
  364.  
  365. .musicinfo {
  366. padding:10px;
  367. margin-top:9px;
  368. color:{color:Text};
  369. }
  370.  
  371. .quote {
  372. font-size:14px;
  373. font-family:helvetica;
  374. letter-spacing:0px;
  375. line-height:135%;
  376. font-weight:normal;
  377. text-align:center;
  378. }
  379.  
  380. .source {
  381. font-family:helvetica;
  382. font-size:10px;
  383. font-style:normal;
  384. text-align:center;
  385. line-height:17px;
  386. }
  387.  
  388. .chat ol {
  389. font-size:11px;
  390. font-family:helvetica;
  391. line-height:120%;
  392. padding:0px;
  393. list-style:none;
  394. }
  395.  
  396. .label {
  397. font-size:11px;
  398. font-family:helvetica;
  399. font-weight:bold;
  400. color:{color:Text};
  401. }
  402.  
  403. .line.odd {
  404. padding:4px;
  405. margin-bottom:2px;
  406. }
  407.  
  408. .line.even {
  409. padding:4px;
  410. margin-bottom:2px;
  411. }
  412.  
  413. .ask {
  414. font-size:11px;
  415. font-family:helvetica;
  416. text-align:left;
  417. padding-top:4px;
  418. text-transform:lowercase;
  419. color:text;
  420. }
  421.  
  422. .question {
  423. {block:ifNotShow400pxposts}
  424. width:500px;
  425. {/block:ifNotShow400pxposts}
  426. {block:ifShow400pxposts}
  427. width:400px;
  428. {/block:ifShow400pxposts}
  429. letter-spacing:0px;
  430. margin-top:3px;
  431. padding-bottom:4px;
  432. text-align:justify;
  433. color:{color:Text};
  434. font-size:11px;
  435. font-family:helvetica;
  436. border-bottom: 1px solid {color:Questions Border};
  437. }
  438.  
  439. .answer {
  440. {block:ifNotShow400pxposts}
  441. width:500px;
  442. {/block:ifNotShow400pxposts}
  443. {block:ifShow400pxposts}
  444. width:400px;
  445. {/block:ifShow400pxposts}
  446. letter-spacing:0px;
  447. text-align:justify;
  448. padding-top:5px;
  449. margin-bottom:1px;
  450. font-size:11px;
  451. line-height:150%;
  452. font-family:helvetica;
  453. color:{color:Text};
  454. }
  455.  
  456.  
  457. .credit {
  458. position:fixed;
  459. font-family:helvetica;
  460. font-size:11px;
  461. font-weight:normal;
  462. line-height:150%;
  463. letter-spacing:0px;
  464. right:5px;
  465. bottom:20px;
  466. text-align:center;
  467. }
  468.  
  469. .credit a {
  470. font-style:normal;
  471. padding:3px;
  472. color:{color:Link};
  473. -moz-transition-duration:0.5s;
  474. -webkit-transition-duration:0.5s;
  475. -o-transition-duration:0.5s;
  476. }
  477.  
  478. </style>
  479. </head>
  480.  
  481. <body>
  482. <div class="container">
  483. <div class="sidebar">
  484. <center><a href="/">
  485. <img src="{image:sidebar}" class="sidebarimage">
  486. </a></center>
  487. <div class="sidebarlinks">
  488. <a href="/">home</a>
  489. <a href="/mail">inbox</a>
  490. {block:ifShowLink1}
  491. <a href="{text:link1 url}">{text:link1}</a>
  492. {/block:IfShowLink1}
  493. {block:ifShowLink2}
  494. <a href="{text:link2 url}">{text:link2}</a>
  495. {/block:IfShowLink2}
  496. {block:ifShowLink3}
  497. <a href="{text:link3 url}">{text:link3}</a>
  498. {/block:IfShowLink3}
  499. {block:ifShowLink4}
  500. <a href="{text:link4 url}">{text:link4}</a>
  501. {/block:IfShowLink4}
  502. </div>
  503. <div class="description">
  504. {Description}
  505. </div>
  506. {block:Pagination}
  507. <div class="pagination">
  508. {block:PreviousPage}
  509. <a href="{PreviousPage}"> ← back </a>
  510. {/block:PreviousPage}
  511. {block:NextPage}
  512. <a href="{NextPage}"> next → </a>
  513. {/block:NextPage}
  514. </div>
  515. {/block:Pagination}
  516. </div>
  517.  
  518.  
  519.  
  520.  
  521. <div class="postscontainer">
  522. {block:Posts}
  523.  
  524. <div class="posts">
  525.  
  526. {block:Text}
  527. {block:Title}<h2>{Title}</h2>{/block:Title}
  528. {Body}
  529. {/block:Text}
  530.  
  531. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  532.  
  533. {/block:Quote}
  534.  
  535. {block:Link}
  536. <h2><a href="{URL}">{Name}</a></h2>
  537. {block:Description}{Description}{/block:Description}
  538. {/block:Link}
  539.  
  540. {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}
  541. </ol></div>{/block:Chat}
  542.  
  543. {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}
  544.  
  545. {block:Photo}
  546. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  547. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  548. {/block:Photo}
  549.  
  550. {block:Photoset}
  551. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  552. {block:Caption}{Caption}{/block:Caption}
  553. {/block:Photoset}
  554.  
  555. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  556. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  557. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  558. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  559. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  560.  
  561. {block:Video}
  562. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  563. {block:Caption}{Caption}{/block:Caption}
  564. {/block:Video}
  565.  
  566. {block:Date}<div class="info"><a href="{Permalink}"><b>{Month} {DayOfMonth}{DayOfMOnthSuffix}, {TimeAgo}</b></a>{block:NoteCount} / {NoteCountWithLabel}{/block:NoteCount} </div>{/block:Date}
  567.  
  568. {block:HasTags}
  569. <div class="tags">
  570. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  571. </div>
  572. {/block:HasTags}
  573.  
  574. <div class="postnote">
  575. {block:PostNotes}{PostNotes}{/block:PostNotes}
  576. </div>
  577. {/block:Posts}
  578.  
  579.  
  580. <div class="credit"><a href="http://coltnposey.tumblr.com/">©</a></div>
  581.  
  582. </div>
  583. </div>
  584. </div>
  585. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement