Advertisement
sexycullen

# 55 2

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