sexycullen

# 14

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