Advertisement
irrationiall

Theme #23 - Seven Devils

Jul 26th, 2013
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.31 KB | None | 0 0
  1. <!--
  2. このレイアウトはelctraによって作られた、それを盗むしないでください。私は:)素敵な一日を、あなたを殺すでしょう。
  3. -->
  4. <html>
  5.  
  6. <head>
  7.  
  8. <script type="text/javascript">
  9. <!--
  10.  
  11.  
  12. function IE(e)
  13. {
  14. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  15. {
  16. return false;
  17. }
  18. }
  19. function NS(e)
  20. {
  21. if (document.layers || (document.getElementById && !document.all))
  22. {
  23. if (e.which == "2" || e.which == "3")
  24. {
  25. return false;
  26. }
  27. }
  28. }
  29. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  30.  
  31. //-->
  32. </script>
  33.  
  34. <script type="text/javascript"
  35. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  36.  
  37. <meta name="color:background" content="#FFFFFF" />
  38. <meta name="color:text" content="#57554F" />
  39. <meta name="color:link" content="#f31350" />
  40. <meta name="color:link" content="#f31350" />
  41. <meta name="color:second header" content="#000000"/>
  42. <meta name="color:scrollbar" content="#000000"/>
  43. <meta name="color:askbg" content="#fafafa"/>
  44. <meta name="color:linksbg" content="#fff"/>
  45.  
  46. <meta name="image:sidebar" content="" />
  47. <meta name="image:background" content="" />
  48. <meta name="image:headerbg" content="" />
  49. <meta name="text:link 1 title" content="" />
  50. <meta name="text:link 1" content="" />
  51. <meta name="text:link 2 title" content="" />
  52. <meta name="text:link 2" content="" />
  53. <meta name="text:link 3 title" content="" />
  54. <meta name="text:link 3" content="" />
  55. <meta name="text:link 4 title" content="" />
  56. <meta name="text:link 4" content="" />
  57. <meta name="text:first header" content="" />
  58. <meta name="text:second header" content="" />
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61. <title>{Title}{block:SearchPage} - Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  62. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  65. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  66. <style type="text/css">
  67.  
  68. #tumblr_controls {
  69. top: 100% !important;
  70. margin: -30px 0 0 0;
  71. right: 100px !important;
  72. position: fixed !important;
  73. }
  74.  
  75. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;}
  76.  
  77. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  78.  
  79. body {color:{color:text};background-color:{color:background};background-image: url('{image:background}');background-position: center;background-attachment:fixed;background-repeat: repeat;font-size:11px;font-family:helvetica;line-height:90%;text-align:justify overflow-x: hidden;}
  80.  
  81. a{color: {color:link}; text-decoration: none;}
  82.  
  83. a:hover { text-decoration: none; font-style: none; color: #ffffff;}
  84.  
  85. #content {margin-left:370px; margin-top:130px; width:505px;}
  86.  
  87. #post{overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:3px; margin-top:30px; }
  88.  
  89. #entries {width:500px;
  90. padding-top:90px;}
  91.  
  92. #title {font-size:20px; text-align:center; font-family:helvetica; line-height:110%}
  93.  
  94. #sidebarimg img {width: 150px; height:150px; margin-left:0px; margin-top:160px; text-align:center; outline: 3px solid #fff; outline-offset: 2px; opacity: 1;}
  95.  
  96.  
  97. div#sidebar{ position:fixed !important; width: 220px; height: auto; margin-left:1000px; margin-top: -20px; background: #000; text-align: center; outline: 2px solid #000; height: 500px;}
  98.  
  99.  
  100. #description {font-size:11px; text-align:justify; font-family:playfair display; line-height:120%; margin-bottom:15px; text-transform:lowercase; width: 200px; max-height:130px; overflow: auto; margin-left:10px; margin-top:63px; color: #fff; letter-spacing: 1px;}
  101.  
  102. #description a{
  103. color:#fff;
  104. }
  105.  
  106.  
  107.  
  108. #lilm {
  109. height: 12px;
  110. width: 100%;
  111. color: #fff;
  112. position: absolute;
  113. background: #000;
  114. margin-top: -24px;
  115. margin-left:-8px;
  116. padding: 39px;
  117. font-family: bebas neue;
  118. font-size:50px;
  119. letter-spacing: 2px;
  120. text-align:left;
  121. z-index:4;
  122. }
  123.  
  124. #holywater{
  125. height: 160px;
  126. width: 100%;
  127. margin-top:100px;
  128. background: url('{image:headerbg}');
  129. position:absolute;
  130. margin-left:-10px;
  131. margin-top: -160px;
  132. z-index:3;
  133. }
  134.  
  135. #tym {
  136. height: 6px;
  137. padding: 51px;
  138. font-family: bebas neue;
  139. font-size:50px;
  140. letter-spacing: 2px;
  141. text-align:left;
  142. width:2000px;
  143. background: {color:second header};
  144. margin-top:-130px;
  145. margin-left:-20px;
  146. position: fixed;
  147. z-index:2;
  148. color: #fff;
  149. }
  150.  
  151.  
  152.  
  153.  
  154. #pagination {font-size:9px;
  155. color:#fff;
  156. font-family: arial;
  157. text-align: center;
  158. position:relative;
  159. text-transform: lowercase;
  160. margin-left:0px;
  161. margin-top: 10px;
  162. line-height: 220%;}
  163.  
  164. #pagination a {
  165. color: #fff;
  166. }
  167.  
  168. h1{color:{color:link};font-family:helvetica;font-size:15px;line-height:15px;letter-spacing:0px;font-weight:normal;margin:0px;padding:0px;text-align:left}
  169.  
  170. h2{color:{color:title};font-family:helvetica;font-size:11px;line-height:14px;letter-spacing:0px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:justify}
  171.  
  172. #links {
  173. font-family:bebas neue;
  174. font-size:19px;
  175. opacity:1;
  176. text-align:center;
  177. letter-spacing:0px;
  178. line-height:200%;
  179. text-transform:uppercase;
  180. padding-bottom:0px;
  181. margin-top: 15px;
  182. margin-left:-30px;
  183. position: fixed;
  184. width: 285px;
  185. position:fixed;
  186. background: {color:linksbg};
  187. padding:1px;
  188. outline: 3px solid #000;
  189.  
  190. }
  191.  
  192. #links a:hover{
  193. -webkit-transition: 0.7s;
  194. -moz-transition: .7s;
  195. background:transparent;
  196. color:{color:link hover};
  197. opacity:0.9;
  198. }
  199.  
  200.  
  201. #links a{
  202. text-align:center;
  203. padding: 3px;
  204. padding-bottom: 10px;
  205. opacity:1;
  206. letter-spacing:1px;
  207. -webkit-transition: .7s;
  208. -moz-transition: .7s;
  209. color: #000;
  210. background:transparent;
  211. }
  212. .user_1 .label {color:{color:link}; font-weight:bold}
  213. .user_2 .label {color:{color:text}; font-weight:bold}
  214. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  215.  
  216. i, em {color: {color:Link};}
  217. b, strong {color: {color:text};}
  218.  
  219. ::selection {
  220. color:{color:Text};
  221. background-color: {color:Link};
  222. }
  223.  
  224. ::-moz-selection {
  225. color:{color:Text};
  226. background-color: {color:Link};
  227. }
  228.  
  229. ::-webkit-selection {
  230. color:{color:Text};
  231. background-color:{color:Link};
  232. }
  233.  
  234. blockquote {border-left:2px {color:Link} solid; padding-left:5px; margin:1px 6px 1px 10px}
  235.  
  236. p{margin-top:5px; margin-bottom:5px; }
  237.  
  238. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:transparent; border-left:3px solid {color:Link};}
  239.  
  240. /* Scrollbar Controls */
  241.  
  242.  
  243.  
  244. ::-webkit-scrollbar-thumb{
  245. background-color: {color:scrollbar};
  246. height:0px;
  247. -moz-border-radius: 0px;
  248. border-radius: 0px;
  249. }
  250.  
  251.  
  252.  
  253. ::-webkit-scrollbar {
  254. height:0px;
  255. width:6px;
  256. background-color: {color:background};
  257.  
  258. }
  259.  
  260. ol.notes img {
  261. width: 16px;
  262. position: relative;
  263. display: inline;
  264. top: 3px;
  265. }
  266. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  267.  
  268. margin: 0 auto;
  269. }
  270.  
  271. .text {
  272. padding: 5px;
  273. }
  274.  
  275. ol.notes {
  276. padding: 0 10px;
  277. }
  278.  
  279.  
  280. img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
  281. img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
  282.  
  283.  
  284. img{-webkit-transition: opacity 0.7s linear;opacity: 0.8;}img:hover{-webkit-transition: opacity 0.5s linear;opacity: 1;}
  285.  
  286.  
  287. .perma
  288. {
  289. opacity: 0.0;sho
  290. filter: alpha(opacity = 0);
  291. margin-top: 1px;
  292. width: 500px;
  293. background: #000;
  294. height: 50px;
  295. line-height: 30px;
  296. font-size: 9px;
  297. position:absolute;
  298. text-align: center;
  299. z-index:1;
  300. color: {color:permalink};
  301. -moz-transition: all 0.4s linear;
  302. transition: all 0.4s linear;
  303. -webkit-transition: opacity 0.4s linear;
  304.  
  305. }
  306. a.p
  307. {
  308.  
  309. color: {color:permalink};
  310. }
  311. .entry:hover .perma {
  312.  
  313. -webkit-transition: opacity 0.4s linear;
  314. opacity: 0.7;
  315. -moz-transition: all 0.4s linear;
  316. transition: all 0.4s linear;
  317. filter: alpha(opacity = 100);
  318.  
  319. }
  320.  
  321.  
  322. select {
  323. font-size: 9px;
  324. width: 100px;
  325. margin-left: 10px;
  326.  
  327. }
  328. option {
  329. font-size: 9px;
  330. text-align: left;
  331.  
  332. }
  333. input[type=button]
  334. {
  335. font-size: 9px;
  336. }
  337.  
  338. .likep {
  339. width: 21px;
  340. height: 20px;
  341. overflow: hidden;
  342. position: relative;
  343. z-index: 1;
  344. position: absolute;
  345. margin-top: 16px;
  346. margin-left: 5px;
  347. }
  348. .rep {
  349. width: 24px;
  350. height: 20px;
  351. overflow: hidden;
  352. position: relative;
  353. z-index: 1;
  354. position: absolute;
  355. margin-top: 16px;
  356. margin-left: 29px;
  357. }
  358. .likep a:hover {
  359. background-position: 0px 0px;
  360. }
  361. .likep a {
  362. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  363. background-position: 0px 0px;
  364. display: block;
  365. z-index: 1;
  366. webkit-transition: all 0s linear;
  367. -webkit-transition: all 0s linear;
  368. -moz-transition: all 0s linear;
  369. transition: all 0s linear;
  370. }
  371. .likep img {
  372. width: 21px;
  373. height: 20px;
  374. webkit-transition: all 0.2s linear;
  375. -webkit-transition: all 0.2s linear;
  376. -moz-transition: all 0.2s linear;
  377. transition: all 0.2s linear;
  378. }
  379. .rep img{
  380. width: 24px;
  381. height: 20px;
  382. line-height: 30px;
  383. display: inline;
  384. }
  385.  
  386. .not { position: absolute;
  387. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  388. height: 20px;
  389. font-size: 11px;
  390. line-height: 20px;
  391. color: #fff;
  392. position: absolute;
  393. margin-top: 16px;
  394. margin-left: 120px;
  395. padding-left: 4px;
  396. padding-right: 4px;
  397. -moz-border-radius:2px;
  398. border-radius: 2px;
  399. }
  400. .not a{
  401. color: #fff;
  402. font-weight: bold;
  403. font-family: helvetica;
  404. }
  405.  
  406. .dte {
  407. height: 20px;
  408. font-size: 11px;
  409. line-height: 20px;
  410. color: #fff;
  411. position: absolute;
  412. margin-top: 16px;
  413. margin-left: 56px;
  414. padding-left: 4px;
  415. padding-right: 4px;
  416. -moz-border-radius:2px;
  417. border-radius: 2px;
  418. }
  419.  
  420. #asker {
  421. font-family: bebas neue;
  422. font-style:oblique;
  423. line-height: 100%;
  424. text-align:left;
  425. padding:2px;
  426. font-size:20px;}
  427.  
  428. #questions {
  429. text-align:justify;
  430. color: {color:text};
  431. padding:10px;
  432. font-family:calibri;
  433. font-size:10px;
  434. background:{color:askbg};
  435. border-radius:100px;}
  436.  
  437. .audio {height:47px;margin-bottom:10px;padding-top:50px;}
  438. .audio-player{height:26px;width:26px; margin-top: 7px; margin-left: 10px;overflow:hidden;opacity:0.6; position:absolute; z-index:1; margin-top:9px; }
  439. .audio-album { position:absolute; width:32px; border: 7px solid #efefef;}
  440. .audio-info { height: 30px;margin-left:45px; padding:10px 10px 10px 10px;text-align:left; font-family:calibri;font-size:9px;line-height:110% text-transform:uppercase;}
  441.  
  442. </style>
  443. <style type="text/css">{CustomCSS}</style>
  444.  
  445.  
  446.  
  447. </head>
  448.  
  449. <body>
  450.  
  451. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  452. <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow5.js"></script>
  453.  
  454.  
  455. <div id="tym"> {text:second header}</div>
  456.  
  457. <div id="lilm">{text:first header}</div>
  458. <div id="holywater">.</div>
  459. <div id="sidebar">
  460. <div id="sidebarimg">
  461. <img src="{image:sidebar}"></div>
  462. <div id="links">
  463. {block:IfLink1title}<a href="{text:link 1}">{text:link 1 title}</a> {/block:IfLink1title}
  464. {block:IfLink2title} <a href="{text:link 2}">{text:link 2 title}</a> {/block:IfLink2title}
  465. {block:IfLink3title} <a href="{text:link 3}">{text:link 3 title}</a>{/block:IfLink3title}
  466. {block:IfLink4title} <a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4title}
  467. </center></div>
  468. <div id="description"><center>{Description}</center>{block:Pagination}
  469. <div id="pagination">
  470. {block:PreviousPage}
  471. <a href="{PreviousPage}">back</a>
  472. {/block:PreviousPage}
  473. {block:NextPage}
  474. <a href="{NextPage}">— next</a>
  475. {/block:NextPage}
  476. </div>
  477. {/block:Pagination}
  478. </div>
  479. </div>
  480.  
  481. <div id="content">
  482. {block:Posts}
  483. <div id="entries">
  484. <div class="entry">
  485. {block:IndexPage}<div class="perma">
  486. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  487. <div class="dte">{DayOfMonth} {ShortMonth} {Year}</div>
  488. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> </div>
  489.  
  490. </div>
  491.  
  492. {block:Answer}
  493. <div id="asker">{Asker} says:</div><div id="questions">{Question}</div>{Answer}{/block:answer}
  494.  
  495.  
  496.  
  497. {/block:IndexPage}
  498. {block:Text}
  499. {block:Title}
  500. <h3><a href="{Permalink}">{Title}</a></h3>
  501. {/block:Title}
  502. {Body}
  503. </div>
  504. {/block:Text}
  505.  
  506. {block:Photo}
  507. {block:IndexPage}
  508. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  509. {/block:IndexPage}
  510. {block:permalinkpage}{LinkOpenTag}
  511. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  512. {block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}
  513.  
  514. {/block:Photo}
  515.  
  516. {block:Photoset}
  517. {block:IndexPage}
  518. {Photoset-500}
  519. {/block:IndexPage}
  520. {block:permalinkpage}
  521. {Photoset-500}
  522. {/block:permalinkpage}
  523. {/block:Photoset}
  524.  
  525. {block:Quote}
  526. "{Quote}"
  527. {block:Source}
  528. <div class="source">{Source}</div>
  529. {/block:Source}
  530. {/block:Quote}
  531.  
  532. {block:Link}
  533. <a href="{URL}" class="link" {Target}>{Name}</a>
  534. {block:Description}
  535. <div class="description">{Description}</div>
  536. {/block:Description}
  537. </div>
  538. {/block:Link}
  539.  
  540. {block:Chat}
  541. {block:Title}
  542. <h3><a href="{Permalink}">{Title}</a></h3>
  543. {/block:Title}
  544. <ul class="chat">
  545. {block:Lines}
  546. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  547.  
  548. {Line} </li>
  549. {/block:Lines}
  550. </ul>
  551.  
  552. {/block:Chat}
  553.  
  554. {block:Video}
  555.  
  556. {block:IndexPage}
  557. {Video-500}
  558. {/block:IndexPage}
  559. {block:permalinkpage}
  560. {Video-500}
  561. {/block:permalinkpage}
  562. {/block:Video}
  563.  
  564. {block:Audio}
  565. <div class="audio">
  566. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}" style="width:32px;">{/block:AlbumArt}
  567. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  568. <div class="audio-info">
  569. {block:TrackName} {TrackName}<br>{/block:TrackName}
  570. {block:Artist} {Artist}<br>{/block:Artist}
  571. {block:PlayCount} {FormattedPlayCount} plays<br>{/block:PlayCount}
  572. </div></div>
  573. {block:Caption}
  574. {Caption}
  575. {/block:Caption}
  576. {/block:Audio}
  577.  
  578.  
  579. {block:PermalinkPage}
  580. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  581. {/block:PermalinkPage}
  582. {block:PostNotes}{PostNotes}{/block:PostNotes}
  583. </div>
  584. {/block:Posts}
  585. </div>
  586. </div></div>
  587.  
  588.  
  589.  
  590.  
  591. </a><div style="position:fixed; bottom:0px; left:10px;">
  592. <a href="elctra.tumblr.com"><small><img src="http://static.tumblr.com/smal9bi/3MXmn9vsh/icon_3.png"></small></a>
  593.  
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement