sexycullen

# 51 normal

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