Advertisement
rockatanskis

ronani

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