sexycullen

# 12

Jun 8th, 2013
1,340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.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. <!--- spunkhandsome theme #12 --->
  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. b, strong {color: {color:link};}
  66.  
  67.  
  68. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  69. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  70. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  71.  
  72. body {
  73. background-color:{color:bg};
  74. font-family:sans-serif;
  75. font-weight:normal;
  76. font-size:9px;
  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:130px;
  132. height:auto;
  133. margin-bottom:10px;
  134. outline-offset:4px;
  135. outline:1px solid {color:border};
  136. margin-left:12px;
  137. }
  138.  
  139.  
  140. .slinks {
  141. margin-bottom:10px;
  142. margin-top:-110px;
  143. margin-left:150px;
  144. font-size:8px;
  145. font-family:calibri;
  146. text-transform:uppercase;
  147. text-align:center;
  148. letter-spacing:0px;
  149. line-height:170%;
  150. outline-offset:1px;
  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. margin-top:2px;
  161. -moz-transition-duration:1s;
  162. -webkit-transition-duration:1s;
  163. -o-transition-duration:1s;
  164. }
  165.  
  166. .slinks a:hover{
  167. color:{color:sidelinkh};
  168. -moz-transition-duration:1s;
  169. -webkit-transition-duration:1s;
  170. -o-transition-duration:1s;
  171. }
  172.  
  173.  
  174. .description {
  175. position:absolute;padding: 3px;
  176. text-transform:lowercase;
  177. width:140px;
  178. margin-top:10px;
  179. margin-left:5px;
  180. text-align:right;
  181. font-size:10px;
  182. font-family:baskerville;
  183. font-style:italic;
  184. color:{color:text};
  185. letter-spacing:1px;
  186. line-height:100%;
  187. border-top: 1px solid #eee;
  188. }
  189.  
  190. .description a {
  191. color:{color:link};
  192. }
  193.  
  194. .description a:hover {
  195. color:#f1f1f1;
  196. }
  197.  
  198.  
  199.  
  200. .pagination {
  201. font-size:9px;
  202. text-transform:uppercase;
  203. letter-spacing:3px;
  204. font-style:normal;
  205. text-align:right;
  206. }
  207.  
  208. .pagination a {
  209. color:{color:link};
  210. }
  211.  
  212. #postcontainer {
  213. float:left;
  214. margin-left:150px;
  215. margin-top:10px;
  216. text-align:justify;
  217. background-color:{color:bg};
  218. color:{color:text};
  219. margin-bottom: 35px;
  220. padding-left:30px;
  221. border-right: 0px solid {color:postborder};
  222. padding:23px;
  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:1px 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. </div></blockquote>
  424. </div>
  425.  
  426. <div id="postcontainer">
  427.  
  428. {block:Posts}
  429.  
  430. <div id="posts">
  431.  
  432. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  433.  
  434. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  435.  
  436. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  437. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  438.  
  439. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  440.  
  441. {block:Photoset}<center>{Photoset-500}</center>
  442. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  443.  
  444. {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}
  445.  
  446. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  447.  
  448. {block:Answer}<div id="answer"><blockquote> <b>{Asker}: </b>{Question} </blockquote>{Answer}{/block:Answer}
  449.  
  450. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  451. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  452. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  453. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  454. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  455.  
  456.  
  457.  
  458. {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}
  459. {block:ContentSource} / Source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} / <a href="{ReblogURL}" target="_blank">Reblog</a></div>{/block:Date}
  460. {block:HasTags}
  461. <div class="tags">
  462. #{block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>
  463. {/block:HasTags}
  464.  
  465. <div class="postnote">
  466. {block:PostNotes}{PostNotes}{/block:PostNotes}
  467. </div>
  468. </div>
  469. {/block:Posts}
  470.  
  471.  
  472. </div>
  473.  
  474. <div id="credit"><a href="http://spunkhandsome.tumblr.com/">spunkhandsome</a></div>
  475.  
  476. </div>
  477. </div>
  478. </div>
  479. </body>
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment