sexycullen

# 93 (dylanstyler)

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