sexycullen

#35 4

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