Advertisement
noziam

THEME 17: SLEEPWALKING

Feb 20th, 2014
1,875
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5.  
  6. <!--
  7.  
  8. . .o8 oooo
  9. .o8 "888 `888
  10. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  11. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  12. 888 888 888 888 888 888 888 888 888 888
  13. 888 . 888 888 888 888 888 888 888 888 888 .o.
  14. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  15.  
  16. -->
  17.  
  18.  
  19. <!--
  20.  
  21. THEME 17 SLEEPWALKING BY JAE @ HE1975
  22.  
  23. IF YOU STEAL OR REMOVE THE CREDIT, I WILL HUNT YOU DOWN AND KILL YOU IN YOUR SLEEP. HAVE A NICE DAY.
  24.  
  25. THANK YOU.
  26. ENJOY!
  27.  
  28.  
  29. -->
  30.  
  31.  
  32.  
  33.  
  34. <title>{Title}</title>
  35.  
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!--Default Variables-->
  41.  
  42. <meta name="color:Background" content="#ffffff"/>
  43. <meta name="color:Text" content="#000000"/>
  44. <meta name="color:Link" content="#000000"/>
  45.  
  46. <meta name="image:Sidebar Image" content="http://media.tumblr.com/8b59928be09602299d8dbd157d8d327c/tumblr_inline_mrfto8WZ2H1qz4rgp.gif"/>
  47. <meta name="image:background" content=""/>
  48.  
  49. <meta name="text:sidebar top" content="250px" />
  50.  
  51.  
  52. <meta name="if:Menu" content="1"/>
  53. <meta name="if:TextLinks" content="1"/>
  54.  
  55. <meta name="text:Menu 1" content="" />
  56. <meta name="text:Menu 1 Title" content="" />
  57. <meta name="text:Menu 2" content="" />
  58. <meta name="text:Menu 2 Title" content="" />
  59. <meta name="text:Menu 3" content="" />
  60. <meta name="text:Menu 3 Title" content="" />
  61.  
  62. <meta name="text:Link 1 URL" content="" />
  63. <meta name="text:Link 1" content="" />
  64. <meta name="text:Link 2 URL" content="" />
  65. <meta name="text:Link 2" content="" />
  66. <meta name="text:Link 3 URL" content="" />
  67. <meta name="text:Link 3" content="" />
  68. <meta name="text:Link 4 URL" content="" />
  69. <meta name="text:Link 4" content="" />
  70. <meta name="text:Link 5 URL" content="" />
  71. <meta name="text:Link 5" content="" />
  72.  
  73. <!-- jquery for tooltips-->
  74.  
  75.  
  76. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  77.  
  78. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  79.  
  80. <script>
  81.  
  82. (function($){
  83.  
  84. $(document).ready(function(){
  85.  
  86. $("a[title]").style_my_tooltips({
  87.  
  88. tip_follows_cursor:true,
  89.  
  90. tip_delay_time:30,
  91.  
  92. tip_fade_speed:300,
  93.  
  94. attribute:"title"
  95.  
  96. });
  97.  
  98. });
  99.  
  100. })(jQuery);
  101.  
  102. </script>
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. <!--CSS customization here. -->
  110.  
  111. <style type="text/css">
  112.  
  113. #s-m-t-tooltip{
  114. position:absolute;
  115. margin-top: 15px;
  116. z-index:9999;
  117. background:{color:background};
  118. }
  119.  
  120.  
  121.  
  122. /*basics*/
  123. blockquote {padding:5px 0 5px 30px;
  124. border-left:1px solid {color:text};
  125. margin-left:30px;
  126.  
  127. }
  128.  
  129. body {
  130. background:{color:background};
  131. color:{color:text};
  132. font-family:helvetica;
  133. font-size:10px;
  134. text-align:justify;
  135. margin:0;
  136. line-height:16px;
  137. }
  138.  
  139.  
  140.  
  141. a {
  142. color:{color:link};
  143. text-decoration:none;
  144.  
  145. }
  146.  
  147. a:hover {
  148. text-decoration:line-through;
  149.  
  150. }
  151.  
  152.  
  153. img{opacity:1;
  154. border:none;
  155. text-decoration:none}
  156.  
  157.  
  158. small {
  159. font-size:9px;}
  160.  
  161. big {
  162. font-size:12px;}
  163.  
  164.  
  165. #title {font-size:12px;
  166. line-height:18px;
  167. font-weight:bold;
  168. margin-bottom:10px;
  169. text-transform:lowercase;
  170. text-align:center;}
  171.  
  172.  
  173. /*sidebar*/
  174. #sidebar {text-align:left;
  175. position:fixed;
  176. margin-left:-300px;
  177. margin-top:{text:sidebar top};
  178. width:200px;
  179. }
  180.  
  181. #sidebarim {margin-bottom:12px;
  182.  
  183. width:200px;
  184. align:center;}
  185.  
  186. #sidebarim img {width:auto}
  187.  
  188. #links {
  189. line-height:16px;
  190. text-transform:lowercase;
  191. text-align:center;
  192. border:1px 1px 0px 0px solid;
  193. border-color:#000;
  194. }
  195.  
  196. #links a {
  197. margin-right:5px;
  198. display:inline-block;
  199. margin-bottom:3px;
  200. }
  201.  
  202. #description {
  203. margin:5px 0;
  204. text-align:center;
  205. }
  206.  
  207.  
  208. /*pagination*/
  209. #pagination {
  210. margin:50px 0;
  211. text-transform:lowercase;
  212. font-weight:bold;
  213. }
  214. #pagination a {
  215. padding:0 15px;
  216. }
  217.  
  218. /*container*/
  219. #oli {
  220. left:60%;
  221. margin-left:-50px;
  222. position:absolute;
  223. }
  224.  
  225. /*background*/
  226. {width:100%; height:100%;
  227. background: url('{image:background}')top fixed repeat-x; position:fixed; margin-top:-50px; } body { background: #ffffff url('{image:background}') no-repeat center fixed ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; ; margin: 0; padding: 0; }
  228.  
  229.  
  230. /*posts*/
  231.  
  232. #entries {
  233. margin-top:75px;
  234. width:400px
  235.  
  236. }
  237.  
  238.  
  239.  
  240. #posts {
  241. width:400px;
  242. {block:IndexPage}
  243. margin-bottom:75px;
  244. {/block:IndexPage}
  245. {block:PermalinkPage}
  246. margin-bottom:50px;
  247. {/block:PermalinkPage}
  248.  
  249. }
  250. #posts img {
  251. max-width:400px;
  252. }
  253.  
  254. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  255. .caption {width:100%;
  256. margin-top:10px;
  257.  
  258. }
  259.  
  260. /*quote*/
  261.  
  262. #titlequote{text-align:left;
  263. font-size:14px;
  264. line-height:18px;
  265. font-weight:bold;
  266. }
  267. #source {
  268. margin-top:15px;
  269. margin-left:15px;}
  270.  
  271. /*audio*/
  272.  
  273. .player {
  274. width:25px;
  275. height:25px;
  276. overflow:hidden;
  277. position:absolute;
  278. background:white;}
  279.  
  280. .audioinfo {
  281. margin-left:50px;
  282. }
  283.  
  284.  
  285. /*asks*/
  286. .q {margin-bottom:10px;
  287. }
  288. .as {
  289. font-weight:bold;}
  290.  
  291. .a {
  292. margin-top:10px;
  293. }
  294.  
  295.  
  296. /*chat*/
  297.  
  298. .chat ol {
  299. padding:0;
  300. list-style:none;
  301. }
  302. .line {padding:5px 0;}
  303.  
  304. .label {font-weight:bold;
  305. }
  306.  
  307.  
  308.  
  309.  
  310.  
  311. /*permalink and notes*/
  312.  
  313. #permalink {
  314. margin-top:15px;
  315. font-size:9px;
  316. text-transform:lowercase;
  317. }
  318. #permalink a {margin-right:10px;
  319. }
  320.  
  321.  
  322. .tags {
  323. word-break:break-all;
  324. font-size:9px;
  325. opacity:0;
  326. text-align:center;
  327. -webkit-transition: opacity 0.5s linear;
  328. }
  329.  
  330. #posts:hover .tags{
  331. opacity:1;
  332. }
  333.  
  334. .pagenotes {
  335. {block:IndexPage}
  336. display: none!important;
  337. {/block:IndexPage}
  338. width:400px;
  339. text-align:left;
  340.  
  341. }
  342. .pagenotes img {
  343. display:none!important;}
  344. .pagenotes li {
  345. list-style-type:none;
  346. padding:5px 0px;
  347. text-align:left;
  348. margin:0 0 0 -40px;
  349. }
  350.  
  351.  
  352.  
  353.  
  354. {CustomCSS}
  355.  
  356.  
  357. </style>
  358.  
  359.  
  360.  
  361. </head>
  362.  
  363. <body>
  364.  
  365. <div id="oli">
  366.  
  367. <div id="sidebar">
  368. <div id="sidebarim"><center><img src="{image:Sidebar Image}"></center></div>
  369.  
  370. {block:ifTextLinks}<div id="links">
  371. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  372. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  373. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  374. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  375. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a> {/block:ifLink5}
  376. </div>{/block:ifTextLinks}
  377. <div id="description">{Description}<br><br>
  378.  
  379. {block:ifMenu}
  380. <select onChange="location.href=this.options[this.selectedIndex].value;" style="width: 100px; font-family: helvetica, sans-serif; font-size:10px; border-radius:0px; background-color:transparent">
  381. <option value="/">links</option>
  382. <option value="/">home</option>
  383. <option value="/ask">ask</option>
  384. <option value="{text:Menu 1}">{text:Menu 1 Title}</option>
  385. <option value="{text:Menu 2}">{text:Menu 2 Title}</option>
  386. <option value="{text:Menu 3}">{text:Menu 3 Title}</option>
  387. {/block:ifMenu}
  388.  
  389.  
  390.  
  391. </select>
  392. </div>
  393. </div>
  394.  
  395.  
  396.  
  397.  
  398. <div id="entries">
  399.  
  400. {block:Posts}
  401. <div id="posts">
  402.  
  403.  
  404. {block:Quote}
  405.  
  406.  
  407. <div id="titlequote">“{Quote}”</div>
  408. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  409. {/block:Quote}
  410.  
  411.  
  412.  
  413. {block:Text}
  414.  
  415. {block:Title}
  416. <div id="title">{Title}</div>{/block:Title}
  417. {Body}
  418. {/block:Text}
  419.  
  420. {block:Link}
  421. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  422. {/block:Link}
  423.  
  424. {block:Chat}
  425. {block:Title}
  426. <h1>{Title}</h1>
  427. {/block:Title}
  428. <div class="chat">
  429. <ol>{block:Lines}
  430. <li class="line {Alt}">
  431. {block:Label}
  432. <span class="label">
  433. {Label}</span>
  434. {/block:Label}{Line}</li>
  435. {/block:Lines}
  436. </ol></div>
  437. {/block:Chat}
  438.  
  439. {block:Photo}
  440. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  441. {/block:Photo}
  442.  
  443. {block:Photoset}
  444. {Photoset-400}
  445. {/block:Photoset}
  446.  
  447. {block:Video}
  448. {Video-400}
  449. {/block:Video}
  450.  
  451. {block:Audio}
  452. <div class="player">{AudioPlayerWhite}</div>
  453. <div class="audioinfo">
  454. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  455. </div>
  456. {/block:Audio}
  457.  
  458. {block:Answer}
  459. <div class="q">
  460. <div class="as">{Asker} said: {Question}</div></div>
  461. <div class="a">{Answer}</div>
  462. {/block:Answer}
  463.  
  464. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  465.  
  466. {block:Date}
  467. <div id="permalink">
  468. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">- {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank" >reblog</a><br>
  469. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  470. </div>
  471. {/block:Date}
  472.  
  473.  
  474.  
  475. </div>
  476.  
  477. {block:PermalinkPage}
  478. {block:PostNotes}
  479. <div class="pagenotes">
  480. {PostNotes}
  481. </div>
  482. {/block:PostNotes}
  483. {/block:PermalinkPage}
  484.  
  485. {/block:Posts}
  486.  
  487. <div id="pagination">
  488. {block:Pagination}
  489. {block:PreviousPage}
  490. <a href="{PreviousPage}">&larr; back </a>
  491. {/block:PreviousPage}
  492.  
  493.  
  494. {block:NextPage}
  495. <a href="{NextPage}">forward &rarr;</a>
  496. {/block:NextPage}
  497. {/block:Pagination}
  498. </div>
  499.  
  500.  
  501.  
  502. </div>
  503.  
  504. </div>
  505.  
  506.  
  507. <div style="position:fixed;bottom:5px;right:5px;z-index:999"><a href="http://he1975.tumblr.com" title="he1975">jae.</a></div>
  508.  
  509. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement