sexycullen

Ilse2

Sep 5th, 2013 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 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 # 34
  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:hover" content="#DBDBDB">
  27. <meta name="color:text" content="#505050">
  28. <meta name="color:scrollbar" content="#EEEEEE">
  29. <meta name="color:border" content="#EBEBEB">
  30. <meta name="color:infobg" content="#DADADA">
  31. <meta name="color:askbg" content="#FCFCFC">
  32. <meta name="color:ttext" content="#000000">
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="text:tittle" content="">
  36. <meta name="if:Show Tittle" content="0" />
  37.  
  38. <meta name="text:link1" content="">
  39. <meta name="text:link1 url" content="/">
  40. <meta name="text:link2" content="">
  41. <meta name="text:link2 url" content="/">
  42. <meta name="text:link3" content="">
  43. <meta name="text:link3 url" content="/">
  44. <meta name="text:link4" content="">
  45. <meta name="text:link4 url" content="/">
  46. <meta name="text:link5" content="">
  47. <meta name="text:link5 url" content="/">
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=BenchNine:300,400,700' rel='stylesheet' type='text/css'>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Lekton:400,700,400italic' rel='stylesheet' type='text/css'>
  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:9px;}
  71. sub {font-size:9px;}
  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:2px 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. position:fixed;
  144. width:140px;
  145. height:auto;
  146. margin-top:230px;
  147. margin-left:-33px;
  148. text-align:left;
  149. }
  150.  
  151. #sidebar img {
  152. width:245px;
  153. height:auto;
  154. margin-bottom:6px;
  155. margin-left:-33px;
  156. }
  157.  
  158.  
  159. .links {
  160. width:245px;
  161. margin-left:-33px;
  162. margin-bottom:5px;
  163. font-size:8px;
  164. font-family:Merriweather Sans;
  165. text-transform:normal;
  166. text-align:center;
  167. letter-spacing:0px;
  168. line-height:150%;
  169. border-bottom:0px solid {color:border};
  170. }
  171.  
  172. .links a {
  173. padding:3px;
  174. color:{color:link};
  175. text-decoration:none;
  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:normal;
  191. width:190px;
  192. margin-left:-7px;
  193. margin-top:0px;
  194. text-align:justify;
  195. font-size:9px;
  196. font-family:cambria;
  197. font-style:none;
  198. color:{color:text};
  199. }
  200.  
  201. .tittle {
  202. {block:ifShowTittle}
  203. width:200px;
  204. padding:5px;
  205. position: fixed;
  206. margin-left:-16px;
  207. margin-top:-25px;
  208. line-height:13px;
  209. font-size:18px;
  210. font-family:Merriweather Sans;
  211. font-weight:bold;
  212. text-align:center;
  213. text-transform:lowercase;
  214. color: {color:ttext};
  215. {/block:ifShowTittle}
  216. }
  217.  
  218. .pagination {
  219. width:20px;
  220. margin-top:-83px;
  221. margin-left:200px;
  222. font-size:20px;
  223. text-transform:uppercase;
  224. letter-spacing:0px;
  225. font-family:lekton;
  226. text-align:center;
  227. padding:3px;
  228. border-top: 0px solid {color:infobg};
  229. }
  230.  
  231. .pagination a {
  232. color:{color:link};
  233. }
  234.  
  235. #postcontainer {
  236. float:left;
  237. margin-left:240px;
  238. margin-top:80px;
  239. text-align:justify;
  240. background-color:{color:background};
  241. color:{color:text};
  242. }
  243.  
  244.  
  245. #posts {
  246. font-family:arial;
  247. width:500px;
  248. margin-top:75px;
  249. text-align:justify;
  250. font-size:9px;
  251. letter-spacing:0x;
  252. line-height:120%;
  253. color:{color:text};
  254. padding-left:9px;
  255. border-left:1px solid {color:infobg};
  256. }
  257.  
  258. #info {
  259. width:500px;
  260. text-align:left;
  261. margin-top:10px;
  262. padding-top:2px;
  263. padding:2px;
  264. font-family:arial;
  265. text-transform:lowercase;
  266. font-size:9px;
  267. font-style:none;
  268. border-top:1px solid {color:infobg};
  269. }
  270.  
  271. #info a {
  272. margin-left:-3px;
  273. padding:3px;
  274. color:{color:link};
  275. }
  276.  
  277. #info a:hover {
  278. color:{color:hover};
  279. }
  280.  
  281.  
  282. .tags {
  283. font-family:cambria;
  284. width:490px;
  285. text-transform:lowercase;
  286. margin-top:3px;
  287. letter-spacing:0px;
  288. font-size:9px;
  289. float:left;
  290. padding:2px;
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s;
  294. }
  295.  
  296. .tags a {
  297. background-color:none;
  298. color:{color:text};
  299. }
  300.  
  301. .tags a:hover {
  302. color:{color:hover};
  303. }
  304.  
  305. .caption {
  306. width:500px;
  307. text-align:justify;
  308. line-height:120%;
  309. }
  310.  
  311.  
  312. .ask {
  313. text-align:justify;
  314. line-height:120%;
  315. padding:17px;
  316. position: relative;
  317. background-color: {color:askbg};
  318. }
  319.  
  320. .ask a {
  321. color: {color:link};
  322. }
  323.  
  324. .ask a:hover {
  325. color: {color:hover};
  326. }
  327.  
  328. .askborder {
  329. float: right;
  330. margin: 2px 7px 4px 6px;
  331. padding: 1px;
  332. background: {color:border};
  333. }
  334.  
  335. .music {
  336. width:500px;
  337. padding-bottom:10px;
  338. background-color:{color:background};
  339. }
  340.  
  341. .albumart {
  342. float:left;
  343. padding:0px 10px 10px 0px;
  344. }
  345.  
  346. .albumart img {
  347. width:45px;
  348. height:45px;
  349. }
  350.  
  351. .playercontainer {
  352. text-align:left;
  353. padding:10px;
  354. background-color:#ffffff;
  355. width:480px;
  356. }
  357.  
  358. .musicinfo {
  359. padding:10px;
  360. color:{color:text};
  361. }
  362.  
  363. .postnote {
  364. font-family:calibri;
  365. text-transform:uppercase;
  366. font-style:normal;
  367. letter-spacing:0px;
  368. font-size: 9px;
  369. text-align:left;
  370. line-height:90%;
  371. margin-left:-40px;
  372. margin-top:40px;
  373. }
  374.  
  375. .postnote li {
  376. list-style-type:none;
  377. border-bottom:1px solid {color:border};
  378. padding:10px 25px 10px 25px;
  379. text-align:left;
  380. margin:0px;
  381. -moz-transition-duration:0.5s;
  382. -webkit-transition-duration:0.5s;
  383. -o-transition-duration:0.5s;
  384. }
  385.  
  386. ul.chat, .chat ol, .chat li {
  387. list-style:none;
  388. margin:0px;
  389. padding:2px;
  390. }
  391.  
  392. .quote {
  393. font-family:cambria;
  394. font-size:13px;
  395. font-style:none;
  396. text-align:center;
  397. line-height:17px;
  398. }
  399.  
  400. .from {
  401. font-family:Merriweather Sans;
  402. font-size:9px;
  403. text-align:center;
  404. line-height:17px;
  405. }
  406.  
  407. .tab {
  408. text-decoration:underline;
  409. font-weight:700;
  410. background-color:{color:background};
  411. margin-right:5px;
  412. }
  413.  
  414. #credit {
  415. position:fixed;
  416. font-family:calibri;
  417. font-size:8px;
  418. font-weight:normal;
  419. line-height:150%;
  420. letter-spacing:2px;
  421. right:10px;
  422. bottom:10px;
  423. text-transform:uppercase;
  424. text-align:center;
  425. border:1px solid {color:border};
  426. }
  427.  
  428. #credit a {
  429. padding:3px;
  430. color:{color:link};
  431. -moz-transition-duration:0.5s;
  432. -webkit-transition-duration:0.5s;
  433. -o-transition-duration:0.5s;
  434. }
  435.  
  436. {CustomCSS}
  437.  
  438. </style></head>
  439.  
  440. <body>
  441. <div id="theme">
  442. <div id="sidebar">
  443. {block:ifShowTittle}
  444. <center><div class="tittle">{text:tittle}</div></center>
  445. {/block:ifShowTittle}
  446. <center><a href="/"><img src="{image:sidebar}"></a></center>
  447. <div class="links">
  448. <a href="/">Home</a></span>
  449. <a href="/ask">Ask</a>
  450. <a href="{text:link1 url}">{text:link1}</a>
  451. <a href="{text:link2 url}">{text:link2}</a>
  452. <a href="{text:link3 url}">{text:link3}</a>
  453. <a href="{text:link4 url}">{text:link4}</a>
  454. <a href="{text:link5 url}">{text:link5}</a>
  455. </div>
  456. <div class="description">
  457. {Description}
  458.  
  459. {block:Pagination}
  460. <div class="pagination">
  461. {block:PreviousPage}
  462. <a href="{PreviousPage}">«</a>
  463. {/block:PreviousPage}
  464. {block:CurrentPage}
  465. <span class="current_page">{PageNumber}</span>
  466. {/block:CurrentPage}
  467. {block:JumpPage}
  468. <a class="jump_page" href="{URL}">{PageNumber}</a>
  469. {/block:JumpPage}
  470. {block:NextPage}
  471. <a href="{NextPage}">»</a>
  472. {/block:NextPage}
  473. </div>
  474. {/block:Pagination}
  475.  
  476. </div></div>
  477.  
  478. <div id="postcontainer">
  479.  
  480. {block:Posts}
  481.  
  482. <div id="posts">
  483.  
  484. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  485.  
  486. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><div class="from">&mdash; {block:Source}{Source}{/block:Source}</div><br>{/block:Quote}
  487.  
  488. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  489. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  490.  
  491. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  492.  
  493. {block:Photoset}<center>{Photoset-500}</center>
  494. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  495.  
  496. {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}
  497.  
  498. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  499.  
  500. {block:Answer}
  501. <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}
  502. {/block:Answer}
  503.  
  504. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  505. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  506. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  507. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  508. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  509.  
  510. <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}   # {block:Tags}<a href="{TagURL}"><i><u>{Tag}</u></i>  </a>{/block:Tags}{/block:hastags}</div>
  511.  
  512. <div class="postnote">
  513. {block:PostNotes}{PostNotes}{/block:PostNotes}
  514. </div>
  515.  
  516. </div>{/block:Date}
  517. {/block:Posts}
  518.  
  519.  
  520. </div>
  521.  
  522. <div id="credit"><a href="http://spunkhandsome.tumblr.com/">spunkhandsome</a></div>
  523.  
  524. </div>
  525. </div>
  526. </div>
  527. </body>
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment