Advertisement
rockatanskis

sep my ass

Feb 5th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.66 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.  
  40.  
  41.  
  42.  
  43. <head><title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48.  
  49. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  50. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  51.  
  52. <style type="text/css">
  53.  
  54. /*edit scrollbar*/
  55.  
  56. ::-webkit-scrollbar-thumb {
  57. height:auto;
  58. background-color:#fff;
  59. }
  60.  
  61. ::-webkit-scrollbar {
  62. height:10px;
  63. width:0px;
  64. margin-right:10px;
  65. }
  66.  
  67. /*edit the body this is what post text looks like, background color, etc.*/
  68.  
  69. body {
  70. font-weight:300;
  71. overflow:hidden;
  72. position:fixed;
  73. margin:0px;
  74. color:#313131;
  75. font-family:helvetica;
  76. font-size:12px;
  77. line-height:140%;
  78. text-align:justify;
  79. background:#a6a6a6;
  80. background-image:url('http://static.tumblr.com/89h8uht/cS1o0wybl/seamless-natural-grunge-textures-52.png');
  81. background-repeat: repeat;
  82. background-attachment: fixed;
  83. }
  84.  
  85.  
  86. small {
  87. font-size:11px;
  88. }
  89.  
  90. sub {font-size:11;}
  91. /*edit links*/
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:#699bbb;
  98. letter-spacing:1px;
  99. }
  100.  
  101. /*edit link hover*/
  102.  
  103. a:hover {
  104. color:#699bbb;
  105. outline:none;
  106. -moz-outline-style:none;
  107. text-decoration:none;
  108. }
  109.  
  110. img {
  111. border:none;
  112. }
  113.  
  114. blockquote {
  115. margin:10px;
  116. padding-right:-10px;
  117. padding-left:5px;
  118. border-left:2px solid;
  119.  
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127. h1 {color: #1d1d1d;
  128. margin: 0px;
  129. font-weight: 400;
  130. text-align:center;
  131. line-height:100%;
  132. text-transform: uppercase;
  133. letter-spacing: 1px;
  134. font-size: 25px;
  135. }
  136.  
  137. b, strong {color:#699bbb}
  138.  
  139. h2 {
  140. padding:10px;
  141. background:#1d1d1d;
  142. font-size:20px;
  143. font-family:arial;
  144. letter-spacing:1px;
  145. line-height:100%;
  146. color:{color:text};
  147. }
  148.  
  149. /* this is the positioning of the whole entire sidebar*/
  150.  
  151. #sidebar {
  152. left:200px;
  153. width:220px;
  154. padding:20px;
  155. outline:dotted 1px;
  156. outline-offset:5px;
  157. position:fixed;
  158. background-color: #1d1d1d;
  159. top:130px;
  160. bottom: 140px
  161. z-index:50;
  162. }
  163.  
  164. /*sidebar title*/
  165.  
  166. #title {
  167. width:700px;
  168. position:fixed;
  169. bottom:80%;
  170. left:505px;
  171. color:white;
  172. font-family: helvetica, sans serif;
  173. text-transform:uppercase;
  174. font-weight:700;
  175. font-style:italic;
  176. font-size:45px;
  177. text-align:left;
  178. position:fixed;
  179. letter-spacing:0px;
  180. opacity:1;
  181. z-index:90;
  182. }
  183.  
  184. #title a{
  185. color:white;
  186. }
  187.  
  188. #title a:hover {
  189. color:#699bbb;
  190. }
  191.  
  192. /*sidebar image*/
  193. #si1 {
  194. position:fixed;
  195. z-index:30;
  196. }
  197.  
  198.  
  199. /*the actual sidebar image*/
  200.  
  201. #si1 img {
  202. position:fixed;
  203. width:auto;
  204. top:50px;
  205. left:170px;
  206. height:600px;
  207. z-index:30;
  208. }
  209.  
  210.  
  211. /*sidebar links*/
  212.  
  213. #links {
  214. width:25px;
  215. top:240px;
  216. left:425px;
  217. padding:10px 0px 0px 5px;
  218. font-family: helvetica, arial;
  219. text-align:center;
  220. line-height:200%;
  221. text-transform:uppercase;
  222. font-size:25px;
  223. position:fixed;
  224. color:#933c36;
  225. z-index:50;
  226. }
  227.  
  228. #links a {
  229. letter-spacing: 0px;
  230. padding:3px;
  231. color:white;
  232.  
  233. }
  234.  
  235. #links a:hover {
  236. color:#699bbb;
  237. }
  238.  
  239. #description {
  240. position:fixed;
  241. color:#1d1d1d;
  242. width:535px;
  243. top:570px;
  244. left:380px;
  245. position:fixed;
  246. font-weight:100;
  247. font-family: helvetica;
  248. text-align:right;
  249. letter-spacing:2px;
  250. font-size:10px;
  251. z-index:90;
  252. }
  253. #description a{
  254. color:#1d1d1d;
  255. }
  256.  
  257. /* this is the box that comes up when you hover over something with a title*/
  258.  
  259. #s-m-t-tooltip {
  260. max-width:300px;
  261. padding:5px 5px 5px 6px;
  262. margin:20px 0px 0px 20px;
  263. background-color:#1d1d1d;
  264. font-family: helvetica, arial;
  265. font-size:8px;
  266. letter-spacing:2px;
  267. text-transform:uppercase;
  268. color:#fff;
  269. background-size:100%;
  270. border-style:solid;
  271. border-width:1px;
  272. border-color:#b3b3b3;
  273. z-index:999999999999999999999999999999999999;
  274. }
  275.  
  276. /*next page and previous page*/
  277.  
  278. #pagination {
  279. width:400px;
  280. position:fixed;
  281. text-align: center;
  282. letter-spacing:1px;
  283. text-transform: uppercase;
  284. font-weight:400;
  285. font-family: helvetica;
  286. font-size: 20px;
  287.  
  288.  
  289. }
  290.  
  291. #pagination a {
  292. padding:0 3px;
  293. }
  294. #pagination a:hover {
  295. color:#699bbb;
  296. }
  297.  
  298.  
  299. #post {
  300. width:440px;
  301. text-align:justify;
  302. }
  303.  
  304. .postswrap1 {
  305. padding-top:20px;
  306. padding-left:20px;
  307. padding-right:20px;
  308. padding-bottom:10px;
  309. margin-bottom:50px;
  310. background: #fafafa;
  311. }
  312.  
  313. .container {
  314. outline:dotted 1px #fff;
  315. outline-offset:5px;
  316. position:fixed;
  317. padding-top:20px;
  318. padding-right:20px;
  319. padding-left:100px;
  320. background-color: #d9d9d9;
  321. top:130px;
  322. left:380px;
  323. height:410px;
  324. width: 440px;
  325. overflow: scroll;
  326. overflow-x: hidden;
  327. z-index:20;
  328. }
  329.  
  330.  
  331. /*time posted, note count, via and source*/
  332.  
  333. .hr {
  334. height: 1px;
  335. background: #c2c2c2;
  336. width: 100%;
  337. font-size: 1px; /* IE 6 */
  338. overflow:hidden;
  339. }
  340.  
  341. .postinfo {
  342. margin-top:15px;
  343. margin-bottom:1px;
  344. margin-left:-2px;
  345. background-size:100%;
  346. width:400px;
  347. text-align:left;
  348. font-family:arial;
  349. text-transform:uppercase;
  350. letter-spacing:-0.5px;
  351. font-size:9px;
  352. }
  353.  
  354. .postinfo a {
  355. color:black;
  356. }
  357.  
  358. .postinfo a:hover {
  359. color:#699bbb;
  360. }
  361.  
  362. /*tags*/
  363.  
  364. .tags {
  365. width:400px;
  366. margin-top:0px;
  367. margin-left:0px;
  368. margin-bottom:-20px;
  369. padding:2px;
  370. font-family:arial;
  371. letter-spacing:0px;
  372. font-size:10px;
  373. text-align:right;
  374. opacity:0.5;
  375. color:black;
  376. -moz-transition-duration: 2s;
  377. -o-transition-duration: 2s;
  378. -webkit-transition-duration: 2s;
  379. transition-duration: 2s;
  380. }
  381.  
  382. .tags a {
  383. color:black;
  384. }
  385.  
  386. .tags:hover {
  387. color:#6f35f6;
  388. opacity:1;
  389. }
  390.  
  391. .postnote {
  392. width:400px;
  393. margin-top:40px;
  394. font-family:arial;
  395. text-transform:lowercase;
  396. font-style:normal;
  397. letter-spacing:0px;
  398. font-size:10px;
  399. text-align:left;
  400. }
  401.  
  402. /*asks*/
  403.  
  404. #question {
  405. border-radius: 5px;
  406. font-size:11px;
  407. font-style:none;
  408. font-family:arial;
  409. letter-spacing:0px;
  410. text-align:justify;
  411. padding-top: 5px;
  412. padding-bottom: 5px;
  413. color:#fff;
  414. background:#1d1d1d;
  415. border-color:#000;
  416. padding:10px;
  417.  
  418. }
  419.  
  420. #question a{
  421. color:#699bbb;
  422.  
  423. }
  424.  
  425. #answer {
  426. font-size:11px;
  427. font-style:none;
  428. font-family:arial;
  429. letter-spacing:0px;
  430. text-align:justify;
  431. padding-top: 7px;
  432. padding-bottom: 7px;
  433.  
  434. }
  435.  
  436.  
  437.  
  438. /*audio player container*/
  439.  
  440. .playercontainer {
  441. text-align:left;
  442. padding:10px;
  443. padding-left:0px;
  444. background:#fff;
  445. width:300px;
  446. }
  447.  
  448. /*artist, song, etc.*/
  449.  
  450. .musicinfo {
  451. padding-top:7px;
  452. padding-left:50px;
  453. color:#000;
  454. text-align:justify;
  455. }
  456.  
  457.  
  458.  
  459. /*-------CREDIT-------*/
  460. /*made by sppice, tutorial at html-tutorials.tumblr.com*/
  461.  
  462. #oneout {
  463. -moz-box-shadow: 0px 0px 0px 0px ;
  464. -webkit-box-shadow: 0px 0px 0px 0px ;
  465. box-shadow: 0px 0px 0px 0px ;
  466. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  467. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  468. z-index:1000;
  469. position: fixed;
  470. color:black;
  471. bottom: -30px;
  472. right: 1px;
  473. width: 18px;
  474. padding: 40px 0;
  475. text-align: center;
  476. -webkit-transition-duration: 0.3s;
  477. -moz-transition-duration: 0.3s;
  478. -o-transition-duration: 0.3s;
  479. transition-duration: 0.3s;
  480. -webkit-border-radius: 0 5px 5px 0;
  481. -moz-border-radius: 0 5px 5px 0;
  482. border-radius: 0 0px 0px 0;}
  483.  
  484. #oneout_inner {
  485. -moz-box-shadow: 0px 0px 1px 0px ;
  486. -webkit-box-shadow: 0px 0px 1px 0px ;
  487. box-shadow: 0px 0px 1px 0px ;
  488. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  489. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  490. bottom: 10px;
  491. right: -250px;
  492. position: fixed;
  493. width: 230px;
  494. padding: 10px;
  495. height: auto;
  496. -webkit-transition-duration: 0.3s;
  497. -moz-transition-duration: 0.3s;
  498. -o-transition-duration: 0.3s;
  499. transition-duration: 0.3s;
  500. text-align: left;
  501. font-size:10px;
  502. text-transform:uppercase;
  503. -webkit-border-radius: 0 0 5px 0;
  504. -moz-border-radius: 0 0 5px 0;
  505. border-radius: 0 0 0px 0;}
  506.  
  507. #oneout:hover {
  508. z-index:1000;
  509. right: 250px;}
  510.  
  511. #oneout:hover #oneout_inner {
  512. z-index:1000;
  513. right: 0px;}
  514.  
  515. .onetitle {
  516. display: block;
  517. writing-mode: lr-tb;
  518. -webkit-transform: rotate(-90deg);
  519. -moz-transform: rotate(-90deg);
  520. -ms-transform: rotate(-90deg);
  521. -o-transform: rotate(-90deg);
  522. transform: rotate(-90deg);
  523. position: absolute;
  524. right: -11px;
  525. top: 3px;
  526. font-family:Lucida Sans;
  527. font-size: 16px;
  528. font-weight: normal;
  529. text-transform: uppercase;
  530. letter-spacing: -1px;}
  531.  
  532. /* --- UPDATES ---*/
  533.  
  534. #updates {
  535. font-size:9px;
  536. color:black;
  537. text-align:justify;
  538. height:32px;
  539. width:130px;
  540. padding:4px;
  541. top:130px;
  542. left:950px;
  543. z-index:100;
  544. font-weight:200;
  545. position:fixed;
  546. overflow:hidden;
  547. -webkit-transition: all 0.5s ease-in-out;
  548. -moz-transition: all 0.5s ease-in-out;
  549. -o-transition: all 0.5s ease-in-out;
  550. }
  551.  
  552. #updates a {font-family: helvetica, arial;
  553. font-size:15px;
  554. color:#99da0d;
  555. text-shadow: 3px 3px 1px rgba(198, 71, 246, 1);
  556. }
  557.  
  558. #updates:hover {
  559. height:330px;
  560. -webkit-transition: all 0.5s ease-in-out;
  561. -moz-transition: all 0.5s ease-in-out;
  562. -o-transition: all 0.5s ease-in-out;
  563. }
  564.  
  565. #updatestitle {
  566. font-size:10px;
  567. text-transform:uppercase;
  568. font-family:arial;
  569. font-weight:bold;
  570. text-align:left;
  571. color:white;
  572. }
  573.  
  574. #pagin {letter-spacing:5px}
  575.  
  576. #cred {
  577. text-transform:uppercase;
  578. font-size:8px;
  579. letter-spacing:1px;
  580. bottom:15px;
  581. right:20px;
  582. position:fixed;
  583. }
  584.  
  585. {CustomCSS}</style></head><body>
  586.  
  587. <div id="cred">
  588. <a href="http://theirins.tumblr.com/" title="PIXEL BY MEMORYSERVED"><img src="http://static.tumblr.com/eyg2cc8/YJPnw6jck/elliyot.gif"></a>
  589. </div>
  590.  
  591. <!-- begin updates tab -->
  592.  
  593. <div id="updates">
  594. <div id="updatestitle"><img src="http://33.media.tumblr.com/f569ca6c9bbbacb00e38c370e419f870/tumblr_inline_mymi8npYyK1qfc9y0.png"></div>
  595. <p>
  596. <span style="font-size:11px;">We can try to be right, we can try to be good. We can try to make a difference, but it’s all bullshit. Intentions are irrelevant.</span> &nbsp; ❪ indie elliot alderson, est 08/2015. narrated by egg. mun is 21+. gmt time zone. selective but not private. ❫</p>
  597. </div></div>
  598.  
  599. <!-- end updates tab -->
  600.  
  601. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  602. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  603. <script>
  604.  
  605. (function($){
  606.  
  607. $(document).ready(function(){
  608.  
  609. $("a[title]").style_my_tooltips({
  610.  
  611. tip_follows_cursor:true,
  612.  
  613. tip_delay_time:50,
  614.  
  615. tip_fade_speed:600,
  616.  
  617. attribute:"title"
  618.  
  619. });
  620.  
  621. });
  622.  
  623. })(jQuery);
  624.  
  625. </script>
  626. <div id="si1"><img src="http://static.tumblr.com/89h8uht/vmwo0wyle/ech.png">
  627.  
  628. </div>
  629. <div id="links">
  630.  
  631.  
  632. <strong><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></strong>
  633. </div>
  634.  
  635. <div id="description">
  636. {block:PreviousPage}<a href="{PreviousPage}">PREVIOUS PAGE</a> /
  637. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">NEXT PAGE</span></a>{/block:NextPage}</div>
  638.  
  639.  
  640.  
  641. </div>
  642.  
  643. <div class="container">
  644.  
  645. {block:Posts}<div id="post"><div class="postswrap1">
  646.  
  647. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  648.  
  649. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  650.  
  651. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  652.  
  653. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  654.  
  655. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  656.  
  657. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  658.  
  659. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  660.  
  661.  
  662. {block:AudioPlayer}
  663. <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}
  664.  
  665. {block:Answer}<div id="question"><div style="text-transform: uppercase; font-size:15px; text-align:right; font-weight:900">{Asker}</div>{Question}</div><div id="answer"><span style="text-transform:none;font-size:11px;font-style:none;">{Answer}</span>{/block:Answer}
  666.  
  667. {block:Date}<div class="postinfo"><div class="hr"></div><br>POSTED ON: <a href="{Permalink}">{12Hour}:{Minutes}{AmPm}, {DayOfMonth} {ShortMonth} {Year}</a>{block:NoteCount}&nbsp; &nbsp; NOTES: <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {block:RebloggedFrom}&nbsp; &nbsp; VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}&nbsp; &nbsp; (<a href="{SourceURL}">SOURCE</a>){/block:ContentSource}{/block:RebloggedFrom}<br>
  668. {block:HasTags}ROOT DIRECTORY:&nbsp; {block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp; {/block:Tags}{/block:HasTags}
  669. </div>{/block:Date}
  670.  
  671. {block:PostNotes}{PostNotes}{/block:PostNotes}
  672.  
  673. </div>
  674. </div>
  675. {/block:Posts}
  676. <!----CONTAINED--->
  677.  
  678.  
  679. </div></div></div></div>
  680. </div>
  681.  
  682. <div id="hellfire"></div>
  683. </body>
  684. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement