Advertisement
rockatanskis

@cam

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