sexycullen

# 41 2

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