sexycullen

# 56

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