sexycullen

# 35 3

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