Advertisement
Perfect-Nicholas

Theme #08 - Dangerously Close

Aug 11th, 2013
719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.17 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.  
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6.  
  7. <head>
  8.  
  9. <!-- © LLERMANS.TUMBLR.COM | "THEME" #008
  10.  
  11. DON'T STEAL, I'LL FIND YOU.
  12. DON'T REMOVE THE CREDIT! -->
  13.  
  14. <meta name="color:bg" content="#FFFFFF">
  15. <meta name="color:link" content="#AAAAAA">
  16. <meta name="color:text" content="#AAAAAA">
  17. <meta name="color:tags" content="#AAAAAA">
  18. <meta name="color:scrollbar" content="#EEEEEE">
  19. <meta name="color:border" content="#F5F5F5">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="if:400px posts" content=""/>
  23.  
  24. <meta name="text:link1" content="">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="">
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="">
  29. <meta name="text:link3 url" content="/">
  30.  
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. a {
  41. color:{color:link};
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
  47.  
  48. a:hover {
  49. color:{color:hover};
  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.  
  57. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  58. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  59. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  60.  
  61. body {
  62. background-color:{color:bg};
  63. font-family:calibri;
  64. font-weight:normal;
  65. }
  66.  
  67. h1 {
  68. font-weight:normal;
  69. font-size:11px;
  70. text-align:center;
  71. font-style:italic;
  72. line-height:50%;
  73. letter-spacing:1px;
  74. text-transform:lowercase;
  75. color:{color:text};
  76. }
  77.  
  78. h2 {
  79. font-size:10px;
  80. text-align:center;
  81. line-height:100%;
  82. letter-spacing:-0.5px;
  83. color:{color:text};
  84. font-weight:bold;
  85. text-transform:uppercase;
  86. padding:5px;
  87. padding-bottom:2px;
  88. }
  89.  
  90.  
  91. blockquote {
  92. border-left:2px solid {color:text};
  93. padding-left:5px;
  94. margin:5px;
  95. {block:ifNot400pxposts}
  96. max-width:500px!important;
  97. {/block:ifNot400pxposts}
  98. {block:if400pxposts}
  99. max-width:400px!important;
  100. {/block:if400pxposts}
  101. }
  102.  
  103. #theme {
  104. background-color:{color:bg};
  105. width:700px;
  106. margin-top:60px;
  107. margin-bottom:60px;
  108. margin-left:500px;
  109. {block:ifNot400pxposts}
  110. width:500px;
  111. {/block:ifNot400pxposts}
  112. {block:if400pxposts}
  113. width:400px;
  114. {/block:if400pxposts}
  115. }
  116.  
  117.  
  118. #sidebar {
  119. color:{color:text};
  120. position:fixed;
  121. width:150px;
  122. height:auto;
  123. margin-top:180px;
  124. margin-left:250px;
  125. text-align:left;
  126. }
  127.  
  128. #sidebar img {
  129. width:140px;
  130. height:auto;
  131. margin-bottom:5px;
  132. margin-left:27px;
  133. }
  134.  
  135. #sidebar img:hover{
  136. }
  137.  
  138.  
  139. .slinks {
  140. width:146px;
  141. margin-bottom:11px;
  142. margin-left:25px;
  143. margin-top:5px;
  144. font-size:9px;
  145. text-transform:uppercase;
  146. text-align:center;
  147. letter-spacing:2px;
  148. line-height:170%;
  149. }
  150.  
  151. .slinks a{
  152. padding:3px;
  153. color:#666666;
  154. letter-spacing:0px;
  155. text-decoration:none;
  156. -moz-transition-duration:1s;
  157. -webkit-transition-duration:1s;
  158. -o-transition-duration:1s;
  159. }
  160.  
  161. .slinks a:hover{
  162. text-decoration:italic;
  163. color:#9E9E9E;
  164. }
  165.  
  166. .description {
  167. padding:3px;
  168. width:140px;
  169. margin-bottom:8px;
  170. margin-left:25px;
  171. margin-top:2px;
  172. text-align:justify;
  173. font-size:11px;
  174. color:{color:text};
  175. letter-spacing:0px;
  176. line-height:110%;
  177. }
  178.  
  179. .description a {
  180. color:{color:link};
  181. }
  182.  
  183. .description a:hover {
  184. color:#f1f1f1;
  185. }
  186.  
  187.  
  188.  
  189. #posts {
  190. margin-top:75px;
  191. text-align:justify;
  192. font-size:11px;
  193. line-height:13px;
  194. letter-spacing:0x;
  195. color:{color:text};
  196. {block:ifNot400pxposts}
  197. width:500px;
  198. {/block:ifNot400pxposts}
  199. {block:if400pxposts}
  200. width:400px;
  201. {/block:if400pxposts}
  202. }
  203.  
  204.  
  205.  
  206. #info {
  207. font-family:consolas;
  208. {block:ifNot400pxposts}
  209. width:490px;
  210. {/block:ifNot400pxposts}
  211. {block:if400pxposts}
  212. width:400px;
  213. {/block:if400pxposts}
  214. margin-top:5px;
  215. padding:5px;
  216. padding-left:8px;
  217. font-size:8px;
  218. color:{color:link};
  219. text-transform:uppercase;
  220. font-style:normal;
  221. letter-spacing:2px;
  222. text-align:right;
  223. border-bottom:1px solid #f5f5f5;
  224. -moz-transition-duration:0.5s;
  225. -webkit-transition-duration:0.5s;
  226. -o-transition-duration:0.5s;
  227. }
  228.  
  229. #info a {
  230. color:{color:link};
  231. text-align:right;
  232. letter-spacing:1px;
  233. font-style:normal;
  234. }
  235.  
  236. #info a:hover {
  237. color:{color:hover};
  238. }
  239.  
  240. #questions {
  241. text-align:left;
  242. text-transform:lowercase;
  243. font-size:10px;
  244. padding:14px 10px 14px 10px;
  245. background:#fafafa;
  246. color:#919191;
  247. {block:ifNot400pxposts}
  248. width:500px;
  249. {/block:ifNot400pxposts}
  250. {block:if400pxposts}
  251. width:400px;
  252. {/block:if400pxposts}
  253. }
  254.  
  255. .answer {
  256. padding:5px 5px 0px 5px;
  257. }
  258.  
  259. .caption {
  260. width:500px;
  261. text-align:justify;
  262. line-height:120%;
  263. }
  264.  
  265. .music {
  266. width:500px;
  267. padding-bottom:10px;
  268. background-color:{color:infobg};
  269. {block:ifNot400pxposts}
  270. width:500px;
  271. {/block:ifNot400pxposts}
  272. {block:if400pxposts}
  273. width:400px;
  274. {/block:if400pxposts}
  275. }
  276.  
  277. .albumart {
  278. float:left;
  279. padding:0px 10px 10px 0px;
  280. }
  281.  
  282. .albumart img {
  283. width:45px;
  284. height:45px;
  285. }
  286.  
  287. .playercontainer {
  288. text-align:left;
  289. padding:10px;
  290. background-color:#ffffff;
  291. width:480px;
  292. }
  293.  
  294. .musicinfo {
  295. padding:10px;
  296. color:{color:text};
  297. }
  298.  
  299. .notes {
  300. text-transform:uppercase;
  301. font-style:normal;
  302. letter-spacing:0px;
  303. font-size: 9px;
  304. text-align:left;
  305. line-height:90%;
  306. margin-left:-40px;
  307. }
  308.  
  309. .notes li {
  310. list-style-type:none;
  311. border-bottom:1px solid {color:border};
  312. padding:10px 25px 10px 25px;
  313. text-align:left;
  314. margin:0px;
  315. -moz-transition-duration:0.5s;
  316. -webkit-transition-duration:0.5s;
  317. -o-transition-duration:0.5s;
  318. }
  319.  
  320. .tags {
  321. font-family:consolas;
  322. font-style:normal;
  323. {block:ifNot400pxposts}
  324. width:500px;
  325. {/block:ifNot400pxposts}
  326. {block:if400pxposts}
  327. width:400px;
  328. {/block:if400pxposts}
  329. text-transform:uppercase;
  330. font-style:normal;
  331. color:{color:tags};
  332. letter-spacing:2px;
  333. line-height:120%;
  334. font-size:8px;
  335. text-align:right;
  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. color:{color:text};
  344. letter-spacing:1px;
  345. padding:1px;
  346. }
  347.  
  348. .tags a:hover {
  349. color:#f1f1f1;
  350. }
  351.  
  352. ul.chat, .chat ol, .chat li {
  353. list-style:none;
  354. margin:0px;
  355. padding:2px;
  356. }
  357.  
  358. .tab {
  359. text-decoration:underline;
  360. font-weight:700;
  361. background-color:{color:bg};
  362. margin-right:5px;
  363. }
  364.  
  365. #credit {
  366. position:fixed;
  367. right:10px;
  368. bottom:10px;
  369. text-transform:uppercase;
  370. font:10px 'cambria';
  371. letter-spacing:1px;
  372. padding:5px;
  373. -webkit-transition: all 0.5s ease;
  374. -moz-transition: all 0.5s ease;
  375. -ms-transition: all 0.5s ease;
  376. -o-transition: all 0.5s ease;
  377. transition: all 0.5s ease;}
  378.  
  379. #credit:hover {
  380. position:fixed;
  381. right:10px;
  382. bottom:10px;
  383. text-transform:uppercase;
  384. font:10px 'cambria';
  385. letter-spacing:1px;
  386. padding:5px;
  387. text-shadow: 1px 1px 1px #bebebe;
  388. -webkit-transition: all 0.5s ease;
  389. -moz-transition: all 0.5s ease;
  390. -ms-transition: all 0.5s ease;
  391. -o-transition: all 0.5s ease;
  392. transition: all 0.5s ease;}
  393.  
  394. #pagi {
  395. position:fixed;
  396. width:500px;
  397. text-align:center;
  398. margin-top:20px;
  399. font-family:'Cuprum';
  400. font-size:8px;
  401. letter-spacing:3px;
  402. text-transform:uppercase;
  403. font-style:normal;
  404. color:{color:link};
  405. z-index:10000;
  406. background-color:white;
  407. bottom:0;
  408. {block:ifNot400pxposts}
  409. margin-left:246px;
  410. {/block:ifNot400pxposts}
  411. {block:if400pxposts}
  412. margin-left:200px;
  413. {/block:if400pxposts}
  414. padding:10px;
  415. border-top:1px solid white;
  416. }
  417.  
  418. #pagi a {
  419. color:{color:hover};
  420. }
  421.  
  422. #candywrapper {
  423. letter-spacing:1px;
  424. text-align: center;
  425. font-size: 11px;
  426. position:fixed;
  427. left:20px;
  428. top:-152px;
  429. -webkit-transition: all .5s ease-in-out;
  430. -moz-transition: all .5s ease-in-out;
  431. -o-transition: all .5s ease-in-out;
  432. z-index:99;
  433. }
  434.  
  435. #candywrapper:hover {
  436. top:-30px;
  437. -webkit-transition: all .5s ease-in-out;
  438. -moz-transition: all .5s ease-in-out;
  439. -o-transition: all .5s ease-in-out;}
  440.  
  441. #in {
  442. color:#999;
  443. font-family:georgia;
  444. border-style:solid;
  445. border-width:1px;
  446. border-color:#999;
  447. padding: 40px 10px 10px 10px;
  448. background:#fff;
  449. text-align:center;
  450. font-size:8px;
  451. width:70px;
  452. height:100px;
  453. z-index: 9999;
  454. }
  455.  
  456.  
  457. #titletab {
  458. background:#fff;
  459. color:#999;
  460. letter-spacing:1px;
  461. border-top-style:none;
  462. border-right-style:solid;
  463. border-bottom-style:solid;
  464. border-left-style:solid;
  465. font-family:georgia;
  466. font-size:8px;
  467. border-color:#999;
  468. border-width:1px;
  469. text-align: center;
  470. height:5px;
  471. width:50px;
  472. padding: 3px 0 7px 0;
  473. border-bottom-right-radius: 0px;
  474. -moz-border-bottom-right-radius: 0px;
  475. -webkit-border-bottom-right-radius: 0px;
  476. -webkit-transition: all .5s ease-in-out;
  477. -moz-transition: all .5s ease-in-out;
  478. -o-transition: all .5s ease-in-out;
  479. }
  480.  
  481. {CustomCSS}
  482.  
  483. </style></head>
  484.  
  485. <body>
  486.  
  487. <div id="sidebar">
  488. <img src="{image:sidebar}">
  489. <div class="slinks">
  490. <a href="/" title="home">i</a>
  491. <a href="/ask" title="message">ii</a>
  492. {block:IfLink1}
  493. <a href="{text:link1 url}" title="{text:link1}">iii</a>
  494. {/block:IfLink1}
  495. {block:IfLink2}
  496. <a href="{text:link2 url}" title="{text:link2}">iv</a>
  497. {/block:IfLink2}
  498. {block:IfLink3}
  499. <a href="{text:link3 url}" title="{text:link3}">v</a>
  500. {/block:IfLink3}
  501.  
  502. </div>
  503. <div class="description">
  504. {Description}
  505. </div>
  506.  
  507. {block:Pagination}
  508. <div id="pagi">
  509. {block:PreviousPage}
  510. <a href="{PreviousPage}">←</a>
  511. {/block:PreviousPage}
  512.  
  513. {block:JumpPagination length="5"}
  514. {block:CurrentPage}
  515. <span class="current_page">{PageNumber}</span>
  516. {/block:CurrentPage}
  517.  
  518. {block:JumpPage}
  519. <a href="{URL}">{PageNumber}</a>
  520. {/block:JumpPage}
  521. {/block:JumpPagination}
  522.  
  523. {block:NextPage}
  524. <a href="{NextPage}">→</a>
  525. {/block:NextPage}
  526. </div>
  527. {/block:Pagination}
  528. </div>
  529. <div id="theme">
  530.  
  531.  
  532. {block:Posts}
  533.  
  534. <div id="posts">
  535.  
  536. {block:ContentSource}
  537. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  538. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  539. {/block:SourceLogo}
  540. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  541. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  542.  
  543. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  544.  
  545. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  546.  
  547. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  548. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  549.  
  550. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>
  551. {/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  552.  
  553. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>
  554. {/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}
  555. </center>{/block:if400pxposts}
  556. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  557.  
  558. {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}
  559.  
  560. {block:Video}{block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}
  561. {block:if400pxposts}{Video-400}
  562. {/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  563.  
  564. {block:Answer}<div class="question">{Asker} said: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  565.  
  566. {block:Audio}<section class="top audio"><div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  567. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  568. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  569. <br><div class="playercontainer">{AudioPlayerWhite}</div></div></section>
  570. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  571.  
  572.  
  573.  
  574. {block:Date}<div id="info">{TimeAgo} WITH {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  575. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource} </div>{/block:Date}
  576. {block:HasTags}
  577. <div class="tags">
  578. {block:Tags}<a href="{TagURL}">{Tag}</a>.{/block:Tags}</div>
  579. {/block:HasTags}
  580. <div class="notes">
  581. {block:PostNotes}{PostNotes}{/block:PostNotes}
  582. </div>
  583. </div>
  584. {/block:Posts}
  585.  
  586.  
  587. </div>
  588.  
  589. <div id="credit"><a href="http://llermans.tumblr.com/">llmns</a></div>
  590.  
  591. </div>
  592. </div>
  593. </div>
  594. </body>
  595. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement