Advertisement
rockatanskis

@ola ilu

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