Advertisement
Elevenhour

Nights in white satin

Jul 27th, 2014
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.14 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. theme by draculahs! :–)
  5. -->
  6.  
  7.  
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700' rel='stylesheet' type='text/css'>
  18.  
  19. <meta name="color:Background" content="#f1f1f1"/>
  20. <meta name="color:tags" content="#f1f1f1"/>
  21. <meta name="color:Text" content="#000000"/>
  22. <meta name="color:Link" content="#555555"/>
  23. <meta name="color:container" content="#ffffff"/>
  24. <meta name="color:borders" content="#dddddd"/>
  25. <meta name="color:title" content="#333333" />
  26. <meta name="color:descbg" content="#f1f1f1" />
  27. <meta name="color:accents" content="#ffffff" />
  28. <meta name="color:LinkHover" content="#ae4b33" />
  29.  
  30.  
  31.  
  32.  
  33. <meta name="text:link1" content="">
  34. <meta name="text:link1 url" content="/">
  35. <meta name="text:link2" content="">
  36. <meta name="text:link2 url" content="/">
  37. <meta name="text:link3" content="">
  38. <meta name="text:link3 url" content="/">
  39.  
  40. <!--- CSS --->
  41.  
  42. <style type="text/css">
  43.  
  44. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  45.  
  46. body {
  47. background-color:{color:background};
  48. padding:0px;
  49. margin:0px;
  50. font-family: 'baskerville', serif;
  51. font-size:12px;
  52. color:{color:text};
  53. text-transform:none;
  54. }
  55.  
  56. a {
  57. color:{color:link};
  58.  
  59. text-decoration:none;
  60. -webkit-transition: all 0.5s ease-in-out;
  61. -moz-transition: all 0.5s ease-in-out;
  62. -o-transition: all 0.5s ease-in-out;
  63. transition: all 0.5s ease-in-out;
  64. }
  65.  
  66. a:hover {
  67.  
  68. color:{color:linkhover};
  69.  
  70. }
  71. blockquote {padding: 3px 0 3px 13px;border-left: 1px solid {color:borders};text-align:justify;}
  72.  
  73. blockquote p {display:block!important;}
  74.  
  75. blockquote img {max-width:220px!important;}
  76.  
  77.  
  78. #all{
  79.  
  80. background:{color:container};
  81. width:400px;
  82. margin:auto;
  83. padding:40px;
  84. border-left:1px solid {color:borders};
  85. border-right:1px solid {color:borders};
  86.  
  87. }
  88.  
  89. #header{
  90. margin:auto;
  91. padding-top:50px;
  92.  
  93. }
  94.  
  95.  
  96.  
  97. #titlee{
  98. font-size:25px;
  99. text-align:center;
  100. text-transform:uppercase; color:{color:title};
  101. width:200px;
  102. margin:auto;
  103.  
  104. }
  105.  
  106. #desc{
  107. width:200px;
  108. text-align:center;
  109. margin:auto;
  110. padding:5px;
  111. background:{color:descBG};
  112. border:1px dotted {color:borders};
  113. }
  114. #desc a{
  115. color:{color:link};
  116. font-weight:bold;
  117. }
  118.  
  119. .links {
  120. text-align:center; text-transform:lowercase;
  121.  
  122. font-size:11px;font-style:italic;
  123.  
  124. }
  125.  
  126. .links a {
  127. padding:2px;
  128. color:black;
  129. margin-right:5px;
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;
  133. transition: all 0.5s ease-in-out;
  134. }
  135.  
  136. .links a:hover {
  137. color:{color:linkhover};
  138.  
  139. }
  140.  
  141.  
  142.  
  143. #entries {
  144. margin-left:auto;
  145. margin-right:auto;
  146. width:400px;
  147.  
  148.  
  149. }
  150.  
  151. /* posts style */
  152. .post {
  153. display:block;
  154. width:400px; display:inline-block;
  155. padding:0px;
  156. margin-top:100px;
  157. margin-bottom:15px;
  158.  
  159.  
  160. }
  161.  
  162. .post a {
  163. font-style:12px;
  164. }
  165.  
  166. .information {
  167. background:transparent;
  168. text-align:center;
  169. margin-top:5px;
  170. background:{color:accents}; border:1px solid {color:borders};
  171. padding:8px;
  172.  
  173. }
  174.  
  175. /* posts info's links */
  176.  
  177. .information a {
  178. color:black;
  179. }.information a:hover {
  180. color:black;
  181. }
  182. #content:hover .information{
  183. margin-left:-65px;
  184.  
  185. }
  186. /* note count */
  187.  
  188. .notec {
  189. text-align:center;
  190. padding:3px;
  191.  
  192. margin-top:10px;
  193. display:block;
  194. }
  195.  
  196. .date {
  197. font-size:20px;
  198. font-weight:700;
  199. display:block;
  200. }
  201.  
  202. .month {
  203. text-transform:uppercase;
  204. font-size:9px;
  205. font-weight:bold;
  206. display:block;
  207. -webkit-transition: all 0.5s ease-in-out;
  208. -moz-transition: all 0.5s ease-in-out;
  209. -o-transition: all 0.5s ease-in-out;
  210. transition: all 0.5s ease-in-out;
  211. }
  212.  
  213. .month a {
  214. color:{color:link};
  215.  
  216. }
  217.  
  218. .month:hover{
  219. -webkit-transition: all 0.5s ease-in-out;
  220. -moz-transition: all 0.5s ease-in-out;
  221. -o-transition: all 0.5s ease-in-out;
  222. transition: all 0.5s ease-in-out;
  223.  
  224. }.month:hover a{
  225. color:{color:linkhover};
  226. }
  227.  
  228. .quote {
  229. font-size:20px;
  230. padding:20px;
  231. background:{color:accents};
  232. }
  233.  
  234. /* ask posts style */
  235.  
  236. .ask {
  237. padding-left:5px;
  238. padding-right:15px;
  239. padding-top:15px;
  240. padding-bottom:25px;
  241. background:{color:accents};
  242.  
  243. border:1px solid {color:borders};
  244.  
  245. }
  246.  
  247. .ask img{
  248. width:30px;
  249. margin-top:0px;
  250. padding:3px;
  251. background:#fff;
  252. float:left;
  253. }
  254.  
  255. #ans{
  256. padding:15px; margin-top:5px;
  257.  
  258. background:{color:accents};
  259. border:1px solid {color:borders};
  260. }
  261. h2 {
  262. font-size:20px;
  263. padding-top:5px;
  264. padding-left:3px; background:{color:accents};
  265.  
  266.  
  267. padding-right:3px;
  268. text-align:center;
  269. font-weight:normal;
  270. margin:0px 0px 1px 0px;
  271. color:{color:link};
  272. }
  273.  
  274. a. h2 {
  275. color:{color:link};
  276. }
  277. .haha {
  278. padding:20px;
  279. background:{color:accents};
  280. font-size:12px;
  281. line-height:180%;border:1px solid {color:borders};
  282.  
  283.  
  284. }
  285.  
  286. .chat ul {
  287. display:block;
  288. list-style:none;
  289. margin-left:-40px;
  290. }
  291.  
  292. /* chat lines style */
  293. .chat li {
  294. padding:3px;
  295. display:block;
  296. }
  297.  
  298. /* odd lines style */
  299. .chat .odd {
  300. background:{color:third color};
  301. }
  302.  
  303. /* even lines style */
  304. .chat .even {
  305. background:{color:second color};
  306. }
  307.  
  308. #tags {
  309.  
  310. font-size:12px;
  311. margin-top:5px;
  312. }
  313.  
  314. #tags a {
  315. background:{color:tags};
  316. padding-left:1px;padding-right:1px;
  317. border:1px solid {color:borders};
  318. font-size:9px;
  319. margin-right:3px;
  320. font-weight:600;
  321. font-family:'open sans';
  322.  
  323. color:{color:title};
  324. }
  325.  
  326. #tags a:hover{
  327.  
  328. background-color:{color:linkhover};
  329. color:{color:accents};
  330.  
  331. }
  332.  
  333.  
  334. ol.notes {display:block; text-align:left; margin-bottom:30px;}
  335. ol.notes li.note{padding:1%;}
  336.  
  337. /*custom css */
  338. #caption{padding:15px;margin-top:5px;text-align:left;
  339. background:{color:accents};
  340. border:1px solid {color:borders};
  341. }
  342.  
  343. .post img{width:400px;}
  344.  
  345.  
  346. .audio {
  347. padding:5px; background:{color:accents};
  348.  
  349. margin-bottom:55px;
  350. }
  351.  
  352. .audio-album {
  353. position:absolute;
  354. width:95px;
  355. -webkit-transition: opacity 0.6s linear;
  356. opacity: 1;
  357. }
  358.  
  359.  
  360. .audio-player {
  361. opacity:1;
  362. filter:alpha(opacity=90);
  363. width:25px;
  364. background:white;
  365. height:25px;
  366. padding:10px;
  367. overflow:hidden;
  368. position:absolute;
  369. border:1px dotted {color:link};
  370. z-index:2;
  371. margin-left:25px;
  372. margin-top:25px;
  373. opacity:0;
  374. -webkit-transition: all 0.6s ease-out;
  375. -o-transition: all 0.6s ease-out;
  376. -webkit-transition: all 0.6s ease-out;
  377. -moz-transition: all 0.6s ease-out;
  378. }
  379.  
  380.  
  381.  
  382. .audio-info {
  383. margin-top:7px;
  384. position:relative;
  385. margin-left:120px;
  386. line-height:180%;
  387. padding:2px;
  388. }
  389.  
  390. .audio:hover .audio-player {
  391. opacity:0.9;
  392. -webkit-transition: all 0.6s ease-out;
  393. -o-transition: all 0.6s ease-out;
  394. -webkit-transition: all 0.6s ease-out;
  395. -moz-transition: all 0.6s ease-out;
  396. }
  397.  
  398. #pagination{
  399. text-align:center;
  400. padding:0px; letter-spacing:1px;
  401. margin-top:100px;
  402. background-color:none;
  403. text-transform:uppercase;
  404. font-size:10px;
  405. }
  406.  
  407. #pagination a {
  408. color:{color:link};
  409. }
  410. .pagenotes {
  411. {block:IndexPage}
  412. display: none!important;
  413. {/block:IndexPage}
  414. width:400px;
  415. text-align:left;
  416.  
  417. }
  418. .pagenotes img {
  419. display:none!important;}
  420. .pagenotes li {
  421. list-style-type:none;
  422. padding:10px;
  423. border-bottom:1px dotted {color:borders};
  424. text-align:left;
  425. margin:0 0 0 0px;
  426. }
  427.  
  428. #cred {
  429. text-transform:lowercase;
  430. font-size:8px;
  431. right:9px;
  432. text-align:center;
  433. bottom:9px; background:#fff;
  434. padding:5px;
  435. position:bottom right;
  436. letter-spacing:1px;
  437. position:fixed;
  438. -moz-transition-duration:0.3s;
  439. -webkit-transition-duration:0.3s;
  440. -o-transition-duration:0.3s;
  441. }
  442.  
  443. #cred a {
  444. font-weight:300;
  445. color:{color:text};
  446. text-align:right;
  447. text-transform:uppercase;
  448. -moz-transition-duration:0.3s;
  449. -webkit-transition-duration:0.3s;
  450. -o-transition-duration:0.3s;
  451.  
  452.  
  453.  
  454. }
  455. {CustomCSS}
  456.  
  457. </style></head>
  458. <body>
  459. <div id="all">
  460.  
  461. <div id="header">
  462.  
  463.  
  464.  
  465.  
  466. <div id="titlee">
  467. {title}</a> </div>
  468. <br>
  469.  
  470. <div id="desc">{description}</div><br>
  471. <div class="links">
  472.  
  473. <a href="/" >home</a>
  474. <a href="/ask">ask</a>
  475. <a href="/archive" >archive</a>
  476. {block:IfLink1}
  477. <a href="{text:link1 url}">{text:link1}</a>
  478. {/block:IfLink1}
  479.  
  480.  
  481. {block:IfLink2}
  482. <a href="{text:link2 url}">{text:link2}</a>
  483. {/block:IfLink2}
  484.  
  485. {block:IfLink3}
  486. <a href="{text:link3 url}">{text:link3}</a>
  487. {/block:IfLink3}
  488.  
  489.  
  490. </div>
  491. </div>
  492.  
  493.  
  494.  
  495.  
  496. <div id="entries">
  497.  
  498. <ol id="posts">
  499.  
  500. {block:posts}
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507. <div class="post">
  508.  
  509. <!-- text post -->
  510. {block:Text}
  511. {block:Title}
  512. <a href="{Permalink}">
  513. <h2> {Title}</h2>
  514. </a>
  515. {/block:Title}
  516. <div class="haha"> {Body}</div>
  517. {/block:Text}
  518.  
  519. <!-- quote post -->
  520. {block:Quote}
  521. <div class="quote">
  522. “{Quote}” — <b><i>{Source}</i></b>
  523. </div>
  524. {/block:Quote}
  525.  
  526. <!-- link post -->
  527. {block:Link}
  528. <a href="{URL}">
  529. <h2>{Name} </h2>
  530. </a>
  531. {block:Description}<div class="haha"> {Description}</div>{/block:Description}
  532. {/block:Link}
  533.  
  534. <!-- photo post -->
  535. {block:Photo}
  536. <center>
  537. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-400}"/></a>
  538. </center>
  539. {/block:Photo}
  540.  
  541. <!-- photoset post -->
  542. {block:Photoset}
  543. <center>
  544. {Photoset-400}
  545. </center>
  546. {/block:Photoset}
  547.  
  548. <!-- chat post -->
  549. {block:Chat}
  550. <div class="chat">
  551. <ul>
  552. {block:Lines}
  553. <li class="{Alt}">
  554. {block:Label}<b>{Label}</b>{/block:Label}
  555. {Line}
  556. </li>
  557. {/block:Lines}
  558. </ul>
  559. </div>
  560. {/block:Chat}
  561.  
  562. <!-- video post -->
  563. {block:Video}
  564. {Video-400}
  565. {/block:Video}
  566. {block:Audio}
  567. <div class="audio">
  568. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  569. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  570.  
  571. <div class="audio-info">
  572.  
  573. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  574.  
  575.  
  576. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  577.  
  578.  
  579. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  580.  
  581.  
  582. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  583. </div></div>
  584. {/block:Audio}
  585. <!-- ask post -->
  586. {block:Answer}
  587. <div class="ask">
  588. <span style="text-transform:lowercase; "><b>{Asker}</b> asked:</span>
  589.  
  590.  
  591. {question}
  592.  
  593. </div>
  594. <div id="ans"> {Answer}</div>
  595. {/block:Answer}
  596. {block:Caption}<div id="caption">
  597. {Caption}</div>
  598.  
  599.  
  600. {/block:Caption}
  601. {block:ContentSource}
  602. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  603. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  604. {/block:SourceLogo}
  605. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  606. {/block:ContentSource}
  607.  
  608. <div class="information">
  609. <!-- posts's date -->
  610. {block:Date}
  611. <span class="month"> <a href="{Permalink}">
  612. {timeago}
  613.  
  614.  
  615.  
  616. {block:NoteCount} <span style=" font-style:italic; font-weight:normal;color:black; text-transform:lowercase; font-family:'open sans';font-size:10px;"> &nbsp;&nbsp;&nbsp; (({NoteCountWithLabel}))</span></a>{/block:NoteCount}</a></span>
  617.  
  618.  
  619. <div id="tags">
  620. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  621. </div> {block:permalinkpage}
  622. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  623. {/block:permalinkpage}
  624. </div>
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635. {/block:Date}
  636. <!-- notes count -->
  637.  
  638.  
  639.  
  640.  
  641. {block:PostNotes}
  642. <div class="pagenotes">
  643. {PostNotes}
  644. </div>
  645. </div>
  646. {/block:PostNotes}
  647.  
  648. {/block:posts}
  649.  
  650.  
  651. <div id="pagination">
  652. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;{/block:PreviousPage}page {CurrentPage} out of {TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  653. </div>
  654.  
  655. </ol>
  656. <div id="cred">
  657. <a href="http://draculahs.tumblr.com/">draculahs</a>
  658. </div>
  659.  
  660.  
  661. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement