sexycullen

# 11

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