sexycullen

# 30

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