Advertisement
Elevenhour

Euphrates

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