Advertisement
rockatanskis

old sepiol

Mar 24th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Hello again :D
  6. You know the rules about theme's right, aren't you?
  7. Always keeping the credit of the basecode owner:hoodclifford
  8. So I hopw you enjoy this theme!
  9. -Frida
  10. -->
  11.  
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#3c3c3c"/>
  15. <meta name="color:link" content="#000000"/>
  16. <meta name="color:link hover" content="#bbbbbb"/>
  17. <meta name="color:border" content="#000000"/>
  18. <meta name="color:hoverlink text" content="#000000"/>
  19. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  20. <meta name="color:tooltip color" content="#6b6d6d"/>
  21. <meta name="color:title color" content="#000000"/>
  22. <meta name="color:blockquote color" content="#9d9d9d"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:sidebar2" content=""/>
  26.  
  27. <meta name="text:title text" content="title">
  28. <meta name="text:Link 1 URL" content="" />
  29. <meta name="text:Link 1" content="link 1" />
  30. <meta name="text:Link 2 URL" content="" />
  31. <meta name="text:Link 2" content="link 2" />
  32. <meta name="text:Link 3 URL" content="" />
  33. <meta name="text:Link 3" content="link 3" />
  34. <meta name="text:Link 4 URL" content="" />
  35. <meta name="text:Link 4" content="link 4" />
  36.  
  37.  
  38.  
  39. <link href='https://fonts.googleapis.com/css?family=Exo+2:400,700,600' rel='stylesheet' type='text/css'>
  40.  
  41.  
  42.  
  43.  
  44. <head><title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49.  
  50. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  51. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. /*edit scrollbar*/
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. height:auto;
  59. background-color:;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:0px;
  64. width:7px;
  65. padding-right:2px;
  66. }
  67.  
  68. /*edit the body this is what post text looks like, background color, etc.*/
  69.  
  70. body {
  71. font-weight:300;
  72. overflow:hidden;
  73. position:fixed;
  74. background:#0f0f0f;
  75. background-image:url('http://static.tumblr.com/eyg2cc8/doHo467y6/hootd.gif');
  76. background-position: bottom left;
  77. background-attachment:fixed;
  78. background-repeat:no-repeat;
  79. margin:0px;
  80. color:#686868;
  81. font-family:helvetica;
  82. font-size:12px;
  83. line-height:140%;
  84. }
  85.  
  86. small {
  87. font-size:10px;
  88. }
  89.  
  90. sub {font-size:10;}
  91. sup {font-size:10;}
  92. /*edit links*/
  93.  
  94. a {
  95. text-decoration:none;
  96. outline:none;
  97. -moz-outline-style:none;
  98. color:#acacac;
  99. -moz-transition-duration:0.8s;
  100. -webkit-transition-duration:0.8s;
  101. -o-transition-duration:0.8s;
  102. }
  103.  
  104. /*edit link hover*/
  105.  
  106. a:hover {
  107. color:#fff;
  108. outline:none;
  109. -moz-outline-style:none;
  110. text-decoration:none;
  111. }
  112.  
  113. blockquote {
  114. margin:10px;
  115. padding-right:-10px;
  116. padding-left:5px;
  117. border-left:2px solid #474747;
  118.  
  119. }
  120.  
  121. blockquote blockquote {
  122. padding-left:5px;
  123. border-left:2px solid;
  124. }
  125.  
  126. h1 {
  127. font-size:20px;
  128. text-transform:uppercase;
  129. text-align:center;
  130. font-family: 'Exo 2', sans-serif, helvetica, arial;
  131. letter-spacing:1px;
  132. line-height:100%;
  133. color:{color:text};
  134. }
  135.  
  136. h2 {
  137. font-size:20px;
  138. font-family: 'Exo 2', sans-serif, helvetica, arial;
  139. letter-spacing:1px;
  140. line-height:100%;
  141. color:{color:text};
  142. }
  143.  
  144. /* this is the positioning of the whole entire sidebar*/
  145.  
  146. #sidebar {
  147. width:250px;
  148. position:fixed;
  149. margin-left:205px;
  150. margin-top:100px
  151. }
  152.  
  153. /*sidebar title*/
  154.  
  155. #title {
  156. position:fixed;
  157. width:540px;
  158. top:80px;
  159. left:500px;
  160. color:white;
  161. font-family: 'Lora', serif;
  162. text-transform:uppercase;
  163. font-size:12px;
  164. line-height:100%;
  165. text-align:justify;
  166. position:fixed;
  167. opacity:0.7;
  168. }
  169.  
  170. #title a{
  171. color:white;
  172. }
  173.  
  174. #title a:hover {
  175. color:black;
  176. }
  177.  
  178. /*sidebar image*/
  179.  
  180. /*the actual sidebar image*/
  181.  
  182. #si1 img {
  183. position:fixed;
  184. width:auto;
  185. height:auto;
  186. top:105px;
  187. right:90px;
  188. }
  189.  
  190.  
  191. /*sidebar links*/
  192.  
  193. #links {
  194. width:auto;
  195. top:120px;
  196. right:545px;
  197. padding:10px 0px 0px 5px;
  198. font-family: helvetica, arial;
  199. text-align:right;
  200. word-spacing:1.5px;
  201. text-transform:uppercase;
  202. font-size:13.5px;
  203. line-height:100%;
  204. position:fixed;
  205. color:#e7e3de;
  206. z-index:100;
  207. }
  208.  
  209. #links a {
  210. letter-spacing: 0px;
  211. padding:3px;
  212. color:#e7e3de;
  213.  
  214. }
  215.  
  216. #links a:hover {
  217. color:#fff;
  218. }
  219.  
  220. #description {
  221. position:fixed;
  222. color:white;
  223. width:476.5px;
  224. bottom:5px;
  225. left:372px;
  226. position:fixed;
  227. height:64px;
  228. font-size:12px;
  229. font-weight:200;
  230. font-family: helvetica;
  231. padding:20px;
  232. text-align:justify;
  233. letter-spacing:2px;
  234. line-height:20px;
  235. }
  236. #description a{
  237. color:white;
  238. }
  239.  
  240.  
  241.  
  242. #description a:hover {
  243. color:#6f35f6;
  244. }
  245.  
  246. /* this is the box that comes up when you hover over something with a title*/
  247.  
  248. #s-m-t-tooltip {
  249. max-width:100px;
  250. padding:5px 5px 5px 6px;
  251. margin:20px 0px 0px 20px;
  252. background-color:#111;
  253. font-family: 'Exo 2', helvetica, arial;
  254. font-size:9px;
  255. letter-spacing:2px;
  256. text-transform:uppercase;
  257. text-align:center;
  258. color:#fff;
  259. border:1px solid #000;
  260. z-index:999999999999999999999999999999999999;
  261. }
  262.  
  263. /*next page and previous page*/
  264.  
  265. #pagination {
  266. position:fixed;
  267. color:#9d9d9d;
  268. width:430px;
  269. top:600px;
  270. left:430px;
  271. position:fixed;
  272. font-weight:100;
  273. font-family: helvetica;
  274. text-align:right;
  275. letter-spacing:3px;
  276. font-size:9px;
  277. z-index:90;
  278. }
  279. #pagination a{
  280. color:#bebebe;
  281. }
  282.  
  283. #pagination a:hover{color:white;}
  284.  
  285.  
  286. #entries {
  287. padding:0px 10px 10px 5px;
  288. width:25px;
  289. margin-bottom: 5px;
  290. }
  291.  
  292. #post {
  293. width:400px;
  294. padding-bottom:20px;
  295. margin-right:-25px;
  296. text-align:justify
  297. }
  298.  
  299. #post a {font-family: helvetica, arial
  300. font-size:18px;
  301. }
  302.  
  303. .container {
  304. position:fixed;
  305. margin-top:15px;
  306. margin-bottom:10px;
  307. padding:10px;
  308. background-size:100%;
  309. right:100px;
  310. top:100px;
  311. height:450px;
  312. width: 410px;
  313. overflow: scroll;
  314. }
  315.  
  316.  
  317. /*time posted, note count, via and source*/
  318.  
  319. .postinfo {
  320. margin-bottom:1px;
  321. margin-left:-2px;
  322. width:400px;
  323. background-image: url('http://static.tumblr.com/eyg2cc8/kfUo3zzbw/jesusdeath.png');
  324. background-repeat:no-repeat;
  325. color:white;
  326. text-align:center;
  327. font-family:arial;
  328. text-transform:uppercase;
  329. font-size:10px;
  330. padding-top:10px;
  331. padding-bottom:10px;
  332. }
  333.  
  334. .postinfo a {
  335. color:#bebebe;
  336. }
  337.  
  338. .postinfo a:hover {
  339. color:#fff;
  340. }
  341.  
  342. /*tags*/
  343.  
  344. .tags {
  345. width:390px;
  346. padding-left:5px;
  347. padding-top:5px;
  348. font-family:arial;
  349. letter-spacing:0px;
  350. font-size:10px;
  351. text-align:center;
  352. line-height:100%;
  353. text-transform:lowercase;
  354. }
  355.  
  356. .tags a {
  357. color:#9b9b9b;
  358. }
  359.  
  360. .tags a:hover {
  361. color:#fff;
  362. }
  363.  
  364. .postnote {
  365. width:400px;
  366. margin-top:40px;
  367. font-family:arial;
  368. text-transform:lowercase;
  369. font-style:normal;
  370. letter-spacing:0px;
  371. font-size:10px;
  372. text-align:justify;
  373. }
  374.  
  375. /*asks*/
  376.  
  377. #question {
  378. font-weight:100;
  379. border-radius: 5px;
  380. font-size:11px;
  381. font-style:none;
  382. font-family:helvetica;
  383. letter-spacing:0px;
  384. text-align:justify;
  385. padding-top: 5px;
  386. padding-bottom: 5px;
  387. color:#bebebe;
  388. background:#1d1d1d;
  389. border-color:#000;
  390. padding:10px;
  391.  
  392. }
  393.  
  394. #question a{
  395. color:#fff;
  396.  
  397. }
  398.  
  399. #answer {
  400. padding-left:5px;
  401. padding-right:5px;
  402. font-weight:300;
  403. font-size:11px;
  404. font-style:none;
  405. font-family:helvetica;
  406. letter-spacing:0px;
  407. text-align:justify;
  408. padding-top: 7px;
  409.  
  410. }
  411.  
  412.  
  413.  
  414. /*audio player container*/
  415.  
  416. .playercontainer {
  417. text-align:justify;
  418. padding:10px;
  419. padding-left:0px;
  420. background-color:#fff;
  421. margin-left:5px;
  422. width:330px;
  423. }
  424.  
  425. /*artist, song, etc.*/
  426.  
  427. .musicinfo {
  428. padding-top:7px;
  429. padding-left:50px;
  430. color:#000;
  431. text-align:justify;
  432. }
  433.  
  434. /*credit. only change this if you actually make the code your own*/
  435.  
  436. #credit {
  437. position:fixed;
  438. font-size:9px;
  439. color:#000;
  440. font-weight:bold;
  441. line-height:150%;
  442. letter-spacing:2px;
  443. right:2px;
  444. bottom:-1px;
  445. text-transform:lowercase;
  446. text-align:center;
  447. }
  448.  
  449. #credit a {
  450. letter-spacing: 0px;
  451. padding:3px;
  452. color:#000;
  453. }
  454.  
  455. #credit a:hover {
  456. background:#fff;
  457. color:{color:link hover};
  458. }
  459.  
  460. pre {
  461. white-space: pre-wrap;
  462. }
  463.  
  464. b, strong {color:#acacac;
  465. font-size:12px;
  466. }
  467. i, em {color:#acacac;font-size:12px;}
  468.  
  469. /* --- UPDATES ---*/
  470.  
  471. #updates {
  472. font-size:9px;
  473. color:white;
  474. text-align:justify;
  475. height:15px;
  476. width:150px;
  477. padding:4px;
  478. top:110px;
  479. left:988px;
  480. z-index:10;
  481. position:fixed;
  482. overflow:hidden;
  483. -webkit-transition: all 0.5s ease-in-out;
  484. -moz-transition: all 0.5s ease-in-out;
  485. -o-transition: all 0.5s ease-in-out;
  486. }
  487.  
  488. .video {
  489. width:400px!important;}
  490.  
  491. .video iframe {
  492. width:400px!important;}
  493.  
  494. #hoverbox {
  495. position:fixed;
  496. top:130px;
  497. margin-left:800px;
  498. font-weight:100;
  499. font-family: 'Exo 2', sans-serif, helvetica;
  500. font-size:10px;
  501. text-align:center;
  502. }
  503.  
  504. #hoverbox a {color:white;}
  505.  
  506. #hovercontent a {color:white;}
  507.  
  508. #hovercontent {
  509. margin-top:10px;
  510. width:150px;
  511. color:#bebebe;
  512. opacity:0;
  513. -webkit-transition: all 0.7s ease;
  514. -moz-transition: all 0.7s ease;
  515. -o-transition: all 0.7s ease;
  516. }
  517.  
  518. #hoverbox:hover #hovercontent {
  519. opacity:0;
  520. -webkit-transition: all 0.7s ease;
  521. -moz-transition: all 0.7s ease;
  522. -o-transition: all 0.7s ease;}
  523.  
  524. .hr {
  525. margin-top:15px;
  526. margin-bottom:15px;
  527. height: 1px;
  528. background: #2c2c2c;
  529. width: 100%;
  530. font-size: 1px; /* IE 6 */
  531. overflow:hidden;
  532. }
  533.  
  534. {CustomCSS}</style></head><body>
  535.  
  536. <!-- begin updates tab -->
  537.  
  538. <div id="hoverbox">
  539. <div id="hovercontent"><span style="font-size:15px;letter-spacing:-1px">WHEN I WAS A KID,</span><br>I GOT INTO WEB DESIGN BY RIPPING OFF SITES I LIKED.</p><p>All you had to do was view source on your browser and there it was. The code. You could copy paste it, modify it a little, put your name on it, and like that, it was your site.</p><p>View source.</p><p>What if we had that for people? Would people really wanna see?<div class="hr"></div>❪ indie elliot alderson.<br>est august 2015. ❫<div class="hr"></div><span style="font-size:9px;">written by egg.<Br><a href="http://sepiol.tumblr.com/i">please read info.</a></span><div class="hr"></div>CURRENT ARC: <a href="http://sepiol.tumblr.com/a1">IT WAS THERE WHEN I MOVED IN.</a></span>
  540.  
  541.  
  542. </div>
  543. </div>
  544.  
  545. <!-- end updates tab -->
  546.  
  547. <!-- made by sppice, tutorial at html-tutorials.tumblr.com-->
  548.  
  549.  
  550.  
  551. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  552. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  553. <script>
  554.  
  555. (function($){
  556.  
  557. $(document).ready(function(){
  558.  
  559. $("a[title]").style_my_tooltips({
  560.  
  561. tip_follows_cursor:true,
  562.  
  563. tip_delay_time:50,
  564.  
  565. tip_fade_speed:600,
  566.  
  567. attribute:"title"
  568.  
  569. });
  570.  
  571. });
  572.  
  573. })(jQuery);
  574.  
  575. </script>
  576.  
  577.  
  578.  
  579. <div id="si1"><img src="http://static.tumblr.com/eyg2cc8/Fmwo40187/mbbbaybe.png"></div>
  580. <div id="links">
  581.  
  582.  
  583. <a href="/" title="home">▩</a><br><a href="/ask" title="inbox">▩</a><br><a href="{text:Link 1 URL}" title="{text:Link 1}">▩</a><br><a href="{text:Link 2 URL}" title="{text:Link 2}">▩</a><br><a href="{text:Link 3 URL}" title="{text:Link 3}">▩</a><br><a href="{text:Link 4 URL}" title="{text:Link 4}">▩</a><br><br>{block:PreviousPage}<a href="{PreviousPage}" title="previous">◄</a><br>
  584. {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next">►</a>{/block:NextPage}
  585. </div>
  586.  
  587.  
  588. <div id="pagination">
  589. </div>
  590.  
  591.  
  592.  
  593.  
  594. </div>
  595.  
  596. <div class="container">
  597.  
  598. <div id="entries">{block:Posts}<div id="post">
  599.  
  600. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  601.  
  602. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  603.  
  604. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  605.  
  606. {block:Video}<DIV CLASS=“VIDEO”>{Video-400}</DIV>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  607.  
  608. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  609.  
  610. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  611.  
  612. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  613.  
  614.  
  615. {block:AudioPlayer}
  616. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  617.  
  618. {block:Answer}<div id="question"><div style="text-transform: uppercase; font-size:15px; text-align:right; font-weight:700; font-family: 'Exo 2'">{Asker}</div>{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  619.  
  620. {block:Date}<div class="postinfo"><a href="{Permalink}" title="{24HourWithZero}:{Minutes}{AmPm} {DayOfMonthWithZero}/{MonthNumberWithZero}">▩</a> {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}">▩</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">▩</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" title="source">▩</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}
  621. <div class="tags">
  622. {block:Tags}<a href="{TagURL}"># {Tag}</a>  {/block:Tags}</div>
  623. {/block:HasTags}
  624. </div></div>{/block:Date}
  625.  
  626. {/block:Posts}
  627.  
  628. </div> <!----CONTAINED--->
  629.  
  630.  
  631. </div></div></div></div>
  632. </div>
  633.  
  634.  
  635. </body>
  636. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement