Advertisement
rockatanskis

mraow

Oct 27th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.78 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. <link href='https://fonts.googleapis.com/css?family=Alegreya' rel='stylesheet' type='text/css'>
  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:#341515;
  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:#070000;
  72. background-size: 100%;
  73. margin:0px;
  74. color:#686868;
  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:#e7e3de;
  92. -moz-transition-duration:0.8s;
  93. -webkit-transition-duration:0.8s;
  94. -o-transition-duration:0.8s;
  95. }
  96.  
  97. /*edit link hover*/
  98.  
  99. a:hover {
  100. color:{color:link hover};
  101. outline:none;
  102. -moz-outline-style:none;
  103. text-decoration:none;
  104. }
  105.  
  106. img {
  107. border:none;
  108. }
  109.  
  110. blockquote {
  111. margin:10px;
  112. padding-right:-10px;
  113. padding-left:5px;
  114. border-left:2px solid #474747;
  115.  
  116. }
  117.  
  118. blockquote blockquote {
  119. padding-left:5px;
  120. border-left:2px solid;
  121. }
  122.  
  123. h1 {
  124. font-size:20px;
  125. text-transform:uppercase;
  126. text-align:center;
  127. font-family: 'Alegreya', serif;
  128. letter-spacing:1px;
  129. line-height:100%;
  130. color:{color:text};
  131. }
  132.  
  133. h2 {
  134. font-size:20px;
  135. font-family:arial;
  136. letter-spacing:1px;
  137. line-height:100%;
  138. color:{color:text};
  139. }
  140.  
  141. /* this is the positioning of the whole entire sidebar*/
  142.  
  143. #sidebar {
  144. width:250px;
  145. position:fixed;
  146. margin-left:205px;
  147. margin-top:100px
  148. }
  149.  
  150. /*sidebar title*/
  151.  
  152. #title {
  153. position:fixed;
  154. width:540px;
  155. top:80px;
  156. left:500px;
  157. color:white;
  158. font-family: 'Lora', serif;
  159. text-transform:uppercase;
  160. font-size:12px;
  161. line-height:100%;
  162. text-align:justify;
  163. position:fixed;
  164. opacity:0.7;
  165. }
  166.  
  167. #title a{
  168. color:white;
  169. }
  170.  
  171. #title a:hover {
  172. color:black;
  173. }
  174.  
  175. /*sidebar image*/
  176.  
  177. /*the actual sidebar image*/
  178.  
  179. #si1 img {
  180. position:fixed;
  181. width:auto;
  182. height:auto;
  183. bottom:0px;
  184. left:0px;
  185. }
  186.  
  187.  
  188. /*sidebar links*/
  189.  
  190. #links {
  191. width:100px;
  192. top:120px;
  193. margin-left:390px;
  194. padding:10px 0px 0px 5px;
  195. font-family: 'Alegreya', serif;
  196. text-align:right;
  197. word-spacing:1.5px;
  198. text-transform:uppercase;
  199. font-size:13.5px;
  200. position:fixed;
  201. color:#e7e3de;
  202. z-index:100;
  203. }
  204.  
  205. #links a {
  206. letter-spacing: 0px;
  207. padding:3px;
  208. color:#e7e3de;
  209.  
  210. }
  211.  
  212. #links a:hover {
  213. color:#612929;
  214. }
  215.  
  216. #description {
  217. position:fixed;
  218. color:white;
  219. width:476.5px;
  220. bottom:5px;
  221. left:372px;
  222. position:fixed;
  223. height:64px;
  224. font-size:12px;
  225. font-weight:200;
  226. font-family: helvetica;
  227. padding:20px;
  228. text-align:justify;
  229. letter-spacing:2px;
  230. line-height:20px;
  231. }
  232. #description a{
  233. color:white;
  234. }
  235.  
  236.  
  237.  
  238. #description a:hover {
  239. color:{color:link hover};
  240. }
  241.  
  242. /* this is the box that comes up when you hover over something with a title*/
  243.  
  244. #s-m-t-tooltip {
  245. max-width:300px;
  246. padding:5px 5px 5px 6px;
  247. margin:20px 0px 0px 20px;
  248. background-color:{color:tooltip color};
  249. font-family: 'Alegreya', serif;
  250. font-size:9px;
  251. letter-spacing:2px;
  252. text-transform:uppercase;
  253. color:#fff;
  254. background-image: url(http://static.tumblr.com/89h8uht/Fyfnww40v/postinfo2.gif);
  255. border:1px solid #070000;
  256. z-index:999999999999999999999999999999999999;
  257. }
  258.  
  259. /*next page and previous page*/
  260.  
  261. #pagination {
  262. width:440px;
  263. left:500px;
  264. position:fixed;
  265. bottom:60px;
  266. text-align: center;
  267. letter-spacing:1px;
  268. text-transform: uppercase;
  269. font-weight:500;
  270. font-family: helvetica;
  271. font-size: 11px;
  272.  
  273.  
  274. }
  275.  
  276. #pagination a {
  277. padding:0 3px;
  278. }
  279. #pagination a hover {
  280. color:black;
  281. }
  282.  
  283.  
  284. #entries {
  285. padding:0px 10px 10px 5px;
  286. width:25px;
  287. margin-left:10px;
  288. padding-right:10px;
  289. margin-bottom: 5px;
  290. }
  291.  
  292. #post {
  293. width:400px;
  294. padding-bottom:20px;
  295. margin-right:-25px;
  296. }
  297.  
  298. #post a {font-family: 'Pacifico', cursive;
  299. font-size:18px;
  300. }
  301.  
  302. .container {
  303. background-image: url(http://static.tumblr.com/89h8uht/nnnnww6yq/thingie3.png);
  304. position:fixed;
  305. margin-top:15px;
  306. margin-bottom:10px;
  307. margin-right:5px;
  308. margin-left:0px;
  309. border-style: solid;
  310. border-color: #070000;
  311. background-color:#191212;
  312. left:500px;
  313. top:100px;
  314. bottom: 100px;
  315. width: 435px;
  316. overflow: scroll;
  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. width:400px;
  329. background-image: url(http://static.tumblr.com/89h8uht/Fyfnww40v/postinfo2.gif);
  330. color:white;
  331. text-align:center;
  332. font-family:arial;
  333. font-weight:bold;
  334. text-transform:uppercase;
  335. font-size:15px;
  336. border:1px solid #070000;
  337.  
  338. }
  339.  
  340. .postinfo a {
  341. color:white;
  342. }
  343.  
  344. .postinfo a:hover {
  345. color:{color:link hover};
  346. }
  347.  
  348. /*tags*/
  349.  
  350. .tags {
  351. width:400px;
  352. margin-top:4px;
  353. margin-left:-3px;
  354. padding:2px;
  355. font-family:arial;
  356. letter-spacing:0px;
  357. font-size:10px;
  358. text-align:center;
  359.  
  360. }
  361.  
  362. .tags a {
  363. color:{color:text};
  364. }
  365.  
  366. .tags a:hover {
  367. color:{color:link hover};
  368. }
  369.  
  370. .postnote {
  371. width:400px;
  372. margin-top:40px;
  373. font-family:arial;
  374. text-transform:lowercase;
  375. font-style:normal;
  376. letter-spacing:0px;
  377. font-size:10px;
  378. text-align:left;
  379. }
  380.  
  381. /*asks*/
  382.  
  383. #question {
  384. font-size:11px;
  385. font-style:none;
  386. font-family:arial;
  387. letter-spacing:0px;
  388. text-align:center;
  389. padding-top: 7px;
  390. padding-bottom: 7px;
  391. padding-left:9px;
  392. color:#fff;
  393.  
  394. }
  395.  
  396. #question a{
  397. color:#fff;
  398.  
  399. }
  400.  
  401. #answer {
  402. font-size:11px;
  403. font-style:none;
  404. font-family:arial;
  405. letter-spacing:0px;
  406. text-align:left;
  407. padding-top: 7px;
  408. padding-bottom: 7px;
  409. padding-left:9px;
  410.  
  411. }
  412.  
  413.  
  414.  
  415. /*audio player container*/
  416.  
  417. .playercontainer {
  418. text-align:left;
  419. padding:10px;
  420. padding-left:0px;
  421. background-color:#fff;
  422. width:390px;
  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. /* --- UPDATES ---*/
  465.  
  466. #updates {
  467. font-size:9px;
  468. color:white;
  469. text-align:justify;
  470. height:64px;
  471. width:150px;
  472. padding:4px;
  473. top:110px;
  474. left:940px;
  475. z-index:10;
  476. position:fixed;
  477. overflow:hidden;
  478. -webkit-transition: all 0.5s ease-in-out;
  479. -moz-transition: all 0.5s ease-in-out;
  480. -o-transition: all 0.5s ease-in-out;
  481. }
  482.  
  483. #updates a {font-family: 'Pacifico', cursive;
  484. font-size:18px;
  485. color:#911818;
  486. text-shadow: 1px 1px 1px rgba(255, 180, 40, 1);
  487. }
  488.  
  489. #updates:hover {
  490. height:300px;
  491. -webkit-transition: all 0.5s ease-in-out;
  492. -moz-transition: all 0.5s ease-in-out;
  493. -o-transition: all 0.5s ease-in-out;
  494. }
  495.  
  496. #updatestitle {
  497. font-size:10px;
  498. text-transform:uppercase;
  499. font-family:arial;
  500. font-weight:bold;
  501. text-align:left;
  502. color:white;
  503. }
  504.  
  505. /*-------CREDIT-------*/
  506. /*made by sppice, tutorial at html-tutorials.tumblr.com*/
  507.  
  508. #oneout {
  509. -moz-box-shadow: 0px 0px 0px 0px ;
  510. -webkit-box-shadow: 0px 0px 0px 0px ;
  511. box-shadow: 0px 0px 0px 0px ;
  512. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  513. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  514. z-index:1000;
  515. position: fixed;
  516. bottom: -30px;
  517. right: 1px;
  518. width: 18px;
  519. padding: 40px 0;
  520. text-align: center;
  521. -webkit-transition-duration: 0.3s;
  522. -moz-transition-duration: 0.3s;
  523. -o-transition-duration: 0.3s;
  524. transition-duration: 0.3s;
  525. -webkit-border-radius: 0 5px 5px 0;
  526. -moz-border-radius: 0 5px 5px 0;
  527. border-radius: 0 0px 0px 0;}
  528.  
  529. #oneout_inner {
  530. -moz-box-shadow: 0px 0px 1px 0px ;
  531. -webkit-box-shadow: 0px 0px 1px 0px ;
  532. box-shadow: 0px 0px 1px 0px ;
  533. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  534. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  535. bottom: 10px;
  536. right: -250px;
  537. position: fixed;
  538. width: 230px;
  539. padding: 10px;
  540. height: auto;
  541. -webkit-transition-duration: 0.3s;
  542. -moz-transition-duration: 0.3s;
  543. -o-transition-duration: 0.3s;
  544. transition-duration: 0.3s;
  545. text-align: left;
  546. font-size:10px;
  547. text-transform:uppercase;
  548. -webkit-border-radius: 0 0 5px 0;
  549. -moz-border-radius: 0 0 5px 0;
  550. border-radius: 0 0 0px 0;}
  551.  
  552. #oneout:hover {
  553. z-index:1000;
  554. right: 250px;}
  555.  
  556. #oneout:hover #oneout_inner {
  557. z-index:1000;
  558. right: 0px;}
  559.  
  560. .onetitle {
  561. display: block;
  562. writing-mode: lr-tb;
  563. -webkit-transform: rotate(-90deg);
  564. -moz-transform: rotate(-90deg);
  565. -ms-transform: rotate(-90deg);
  566. -o-transform: rotate(-90deg);
  567. transform: rotate(-90deg);
  568. position: absolute;
  569. right: -11px;
  570. top: 3px;
  571. font-family:Lucida Sans;
  572. font-size: 16px;
  573. font-weight: normal;
  574. text-transform: uppercase;
  575. letter-spacing: -1px;}
  576.  
  577. {CustomCSS}</style></head><body>
  578.  
  579. <!-- begin updates tab -->
  580.  
  581. <div id="updates">
  582. <div id="updatestitle"><img src="http://static.tumblr.com/89h8uht/0Oynww7jk/hoverit.png"></div>
  583.  
  584. <div style="padding-top:5px;">
  585.  
  586. <p>
  587. <a href="">Cersei Lannister</a>.<br>indie. selective. written by scarlett.
  588.  
  589. <p>
  590.  
  591. ctrl+f geronimo to find this in 'edit html' and put whatever you want here, using normal html tags!
  592.  
  593. </div></div>
  594.  
  595. <!-- end updates tab -->
  596.  
  597. <!-- made by sppice, tutorial at html-tutorials.tumblr.com-->
  598.  
  599. <div id="oneout">
  600. <span class="onetitle">
  601.  
  602. CREDIT
  603.  
  604. </span>
  605. <div id="oneout_inner">
  606. <center>
  607.  
  608. theme code by todeserveyou<br>
  609. theme customisation by rockatanskis<br>
  610. <a href="http://muraart.deviantart.com/art/Lion-Sketch-176162669">art credit</a>
  611.  
  612. <br></center></div></div>
  613.  
  614. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  615. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  616. <script>
  617.  
  618. (function($){
  619.  
  620. $(document).ready(function(){
  621.  
  622. $("a[title]").style_my_tooltips({
  623.  
  624. tip_follows_cursor:true,
  625.  
  626. tip_delay_time:50,
  627.  
  628. tip_fade_speed:600,
  629.  
  630. attribute:"title"
  631.  
  632. });
  633.  
  634. });
  635.  
  636. })(jQuery);
  637.  
  638. </script>
  639.  
  640.  
  641. <div id="sidebar">
  642.  
  643.  
  644. <div id="si1"><img src="http://static.tumblr.com/89h8uht/cbUnwwr26/cersei4.gif">
  645. <div id="title">
  646. </div>
  647.  
  648. </div></div>
  649. <div id="links">
  650.  
  651.  
  652. <strong><a href="/">HOME</a><br><a href="/ask">ASK</a><br>
  653. <a href="{text:Link 1 URL}">{text:Link 1}</a><br><a href="{text:Link 2 URL}">{text:Link 2}</a><br><a href="{text:Link 3 URL}">{text:Link 3}</a><br><a href="{text:Link 4 URL}">{text:Link 4}</a></strong></br>
  654. </div>
  655.  
  656. <div id="description">
  657. <div id="pagination">
  658. {block:PreviousPage}
  659. <a href="{PreviousPage}">← </a>
  660. {/block:PreviousPage}
  661. {block:NextPage}
  662. <a href="{NextPage}"> →</a>
  663. {/block:NextPage}
  664. </div></div>
  665.  
  666.  
  667.  
  668.  
  669. </div>
  670.  
  671. <div class="container">
  672.  
  673. <div id="entries">{block:Posts}<div id="post">
  674.  
  675. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  676.  
  677. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  678.  
  679. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  680.  
  681. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  682.  
  683. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  684.  
  685. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  686.  
  687. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  688.  
  689.  
  690. {block:AudioPlayer}
  691. <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}
  692.  
  693. {block:Answer}<div id="question"><span style="font-size:15px;"><font face="arial"><b>{Asker}:<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}
  694.  
  695. {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}
  696.  
  697. {block:HasTags}
  698. <div class="tags">
  699. {block:Tags}<a href="{TagURL}"><small>✖</small> {Tag}</a>  {/block:Tags}</div>
  700. {/block:HasTags}
  701.  
  702. <div class="postnote">
  703. {block:PostNotes}{PostNotes}{/block:PostNotes}
  704. </div>
  705. </div>
  706. {/block:Posts}
  707.  
  708. </div> <!----CONTAINED--->
  709.  
  710.  
  711. </div></div></div></div>
  712. </div>
  713.  
  714.  
  715. </body>
  716. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement