Advertisement
rockatanskis

celystial

Mar 19th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.92 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. <link href='https://fonts.googleapis.com/css?family=Exo+2:250,700,600' rel='stylesheet' type='text/css'>
  40.  
  41.  
  42.  
  43.  
  44. <head><title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49.  
  50. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  51. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. /*edit scrollbar*/
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. height:auto;
  59. background-color:;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:0px;
  64. width:7px;
  65. padding-right:2px;
  66. }
  67.  
  68. /*edit the body this is what post text looks like, background color, etc.*/
  69.  
  70. body {
  71. font-weight:300;
  72. overflow:hidden;
  73. position:fixed;
  74. background:#939393;
  75. background-image:url('http://static.tumblr.com/eyg2cc8/Hmeo49wc6/backgroundpics.png');
  76. background-position: bottom left;
  77. background-attachment:fixed;
  78. background-repeat:no-repeat;
  79. margin:0px;
  80. color:#5e5e5e;
  81. font-family:helvetica;
  82. font-size:12px;
  83. line-height:140%;
  84. }
  85.  
  86. small {
  87. font-size:10px;
  88. }
  89.  
  90. sub {font-size:10;}
  91. /*edit links*/
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:#5e5e5e;
  98. -moz-transition-duration:0.8s;
  99. -webkit-transition-duration:0.8s;
  100. -o-transition-duration:0.8s;
  101. }
  102.  
  103. /*edit link hover*/
  104.  
  105. a:hover {
  106. color:#fff;
  107. outline:none;
  108. -moz-outline-style:none;
  109. text-decoration:none;
  110. }
  111.  
  112. blockquote {
  113. margin:10px;
  114. padding-right:-10px;
  115. padding-left:5px;
  116. border-left:2px solid #474747;
  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:left;
  129. font-family: helvetica, sans-serif, 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: helvetica, sans-serif, helvetica, 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:250px;
  159. color:white;
  160. font-family: helvetica, sans-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:black;
  175. }
  176.  
  177. /*sidebar image*/
  178. #si1 {position:fixed;
  179. width:auto;
  180. height:auto;
  181. top:0px;
  182. left:100px;
  183. z-index:200;
  184. opacity:1;
  185. }
  186.  
  187. /*the actual sidebar image*/
  188.  
  189. #si1 img {
  190. }
  191.  
  192. /*sidebar links*/
  193.  
  194. #links {
  195. font-weight:100;
  196. width:auto;
  197. top:140px;
  198. margin-left:785px;
  199. font-size:17px;
  200. position:fixed;
  201. color:#e7e3de;
  202. z-index:700;
  203. line-height:70%;
  204. }
  205.  
  206. #links a {color:#cecece;}
  207.  
  208. #links a:hover {
  209. color:#fff;
  210. }
  211.  
  212.  
  213. ////////////
  214.  
  215. #description {
  216. position:fixed;
  217. color:white;
  218. width:476.5px;
  219. bottom:5px;
  220. left:372px;
  221. position:fixed;
  222. height:64px;
  223. font-size:12px;
  224. font-weight:200;
  225. font-family: helvetica;
  226. padding:20px;
  227. text-align:justify;
  228. letter-spacing:2px;
  229. line-height:20px;
  230. }
  231. #description a{
  232. color:white;
  233. }
  234.  
  235.  
  236.  
  237. #description a:hover {
  238. color:#6f35f6;
  239. }
  240.  
  241. /* this is the box that comes up when you hover over something with a title*/
  242.  
  243. #s-m-t-tooltip {
  244. max-width:100px;
  245. padding:5px 5px 5px 6px;
  246. margin:20px 0px 0px 20px;
  247. background-color:#b4b4b4;
  248. font-family: helvetica, sans-serif, helvetica, arial;
  249. font-size:9px;
  250. letter-spacing:2px;
  251. text-transform:uppercase;
  252. text-align:center;
  253. color:#fff;
  254. border:1px solid #000;
  255. z-index:999999999999999999999999999999999999;
  256. }
  257.  
  258. /*next page and previous page*/
  259.  
  260. #pagination {
  261. position:fixed;
  262. color:#9d9d9d;
  263. width:270px;
  264. top:590px;
  265. left:500px;
  266. position:fixed;
  267. font-weight:100;
  268. font-family: helvetica;
  269. text-align:right;
  270. letter-spacing:3px;
  271. font-size:9px;
  272. z-index:90;
  273. }
  274. #pagination a{
  275. color:#bebebe;
  276. }
  277.  
  278. #pagination a:hover{color:white;}
  279.  
  280.  
  281. #entries {
  282. padding:0px 10px 10px 5px;
  283. }
  284.  
  285. #post {
  286. width:250px;
  287. text-align:justify;
  288. }
  289.  
  290. .postswrap1 {
  291. padding-bottom:20px;
  292. }
  293.  
  294. #post a {font-family: helvetica, arial
  295. font-size:18px;
  296. }
  297.  
  298. .container {
  299. outline:1px solid #bdc0bc;
  300. outline-offset:3px;
  301. position:fixed;
  302. background-size:100%;
  303. background:#b4b4b4;
  304. padding-top:10px;
  305. padding-left:7px;
  306. left:500px;
  307. top:125px;
  308. height:450px;
  309. width: 270px;
  310. overflow: scroll;
  311. z-index:250;
  312. background-repeat:repeat;
  313. }
  314.  
  315.  
  316. /*time posted, note count, via and source*/
  317.  
  318. .postinfo {
  319. margin-bottom:1px;
  320. margin-left:-2px;
  321. width:250px;
  322. background-image: url('http://static.tumblr.com/eyg2cc8/02Jo49xfb/waterinfo2.png');
  323. background-repeat:no-repeat;
  324. color:white;
  325. text-align:center;
  326. font-family:arial;
  327. text-transform:uppercase;
  328. font-size:10px;
  329. padding-top:5px;
  330. padding-bottom:10px;
  331. }
  332.  
  333. .postinfo a {
  334. color:#fff;
  335. }
  336.  
  337. .postinfo a:hover {
  338. color:#fff;
  339. }
  340.  
  341. /*tags*/
  342.  
  343. .tags {
  344. width:230px;
  345. padding-left:10px;
  346. padding-top:3px;
  347. font-family:arial;
  348. letter-spacing:0px;
  349. font-size:10px;
  350. text-align:center;
  351. line-height:100%;
  352. text-transform:lowercase;
  353. text-shadow: 2px 2px 3px rgb(94,94,94);
  354. }
  355.  
  356. .tags a {
  357. color:#dcdcdc;
  358. }
  359.  
  360. .tags a:hover {
  361. color:#fff;
  362. }
  363.  
  364. .postnote {
  365. width:250px;
  366. margin-top:10px;
  367. font-family:arial;
  368. text-transform:lowercase;
  369. font-style:normal;
  370. letter-spacing:0px;
  371. font-size:10px;
  372. text-align:justify;
  373. }
  374.  
  375. /*asks*/
  376.  
  377. #question {
  378. font-weight:100;
  379. border-radius: 5px;
  380. font-size:11px;
  381. font-style:none;
  382. font-family:helvetica;
  383. letter-spacing:0px;
  384. text-align:justify;
  385. padding-top: 5px;
  386. padding-bottom: 5px;
  387. color:#bebebe;
  388. background:#1d1d1d;
  389. border-color:#000;
  390. padding:10px;
  391.  
  392. }
  393.  
  394. #question a{
  395. color:#699bbb;
  396.  
  397. }
  398.  
  399. #answer {
  400. padding-left:5px;
  401. padding-right:5px;
  402. font-weight:300;
  403. font-size:11px;
  404. font-style:none;
  405. font-family:helvetica;
  406. letter-spacing:0px;
  407. text-align:justify;
  408. padding-top: 7px;
  409.  
  410. }
  411.  
  412.  
  413.  
  414. /*audio player container*/
  415.  
  416. .playercontainer {
  417. text-align:justify;
  418. padding:10px;
  419. padding-left:0px;
  420. background-color:#fff;
  421. margin-left:5px;
  422. width:330px;
  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. b, strong {color:#fff;
  465. text-shadow: 2px 2px 3px rgb(94,94,94);}
  466. i, em {color:#fff;
  467. text-shadow: 2px 2px 3px rgb(94,94,94);}
  468.  
  469. /* --- UPDATES ---*/
  470.  
  471. #updates {
  472. font-size:9px;
  473. color:white;
  474. text-align:justify;
  475. height:15px;
  476. width:150px;
  477. padding:4px;
  478. top:110px;
  479. left:988px;
  480. z-index:10;
  481. position:fixed;
  482. overflow:hidden;
  483. -webkit-transition: all 0.5s ease-in-out;
  484. -moz-transition: all 0.5s ease-in-out;
  485. -o-transition: all 0.5s ease-in-out;
  486. }
  487.  
  488. .video {
  489. width:250px!important;}
  490.  
  491. .video iframe {
  492. width:250px!important;}
  493.  
  494. #hoverbox {
  495. position:fixed;
  496. top:130px;
  497. margin-left:800px;
  498. font-weight:100;
  499. font-family: helvetica, sans-serif, helvetica;
  500. font-size:10px;
  501. text-align:center;
  502. }
  503.  
  504. #hoverbox a {color:white;}
  505.  
  506. #hovercontent a {color:white;}
  507.  
  508. #hovercontent {
  509. margin-top:10px;
  510. width:150px;
  511. color:#bebebe;
  512. opacity:0;
  513. -webkit-transition: all 0.7s ease;
  514. -moz-transition: all 0.7s ease;
  515. -o-transition: all 0.7s ease;
  516. }
  517.  
  518. #hoverbox:hover #hovercontent {
  519. opacity:1;
  520. -webkit-transition: all 0.7s ease;
  521. -moz-transition: all 0.7s ease;
  522. -o-transition: all 0.7s ease;}
  523.  
  524. .hr {
  525. margin-top:15px;
  526. margin-bottom:15px;
  527. height: 1px;
  528. background: #c9c9c9;
  529. width: 100%;
  530. font-size: 1px; /* IE 6 */
  531. overflow:hidden;
  532. }
  533.  
  534. {CustomCSS}</style></head><body>
  535.  
  536. <!-- begin updates tab -->
  537.  
  538.  
  539.  
  540. <!-- end updates tab -->
  541.  
  542. <!-- made by sppice, tutorial at html-tutorials.tumblr.com-->
  543.  
  544.  
  545.  
  546. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  547. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  548. <script>
  549.  
  550. (function($){
  551.  
  552. $(document).ready(function(){
  553.  
  554. $("a[title]").style_my_tooltips({
  555.  
  556. tip_follows_cursor:true,
  557.  
  558. tip_delay_time:50,
  559.  
  560. tip_fade_speed:600,
  561.  
  562. attribute:"title"
  563.  
  564. });
  565.  
  566. });
  567.  
  568. })(jQuery);
  569.  
  570. </script>
  571.  
  572.  
  573. <div id="si1"><img src=""></div>
  574.  
  575. </div></div>
  576.  
  577. <div id="links"><a href="/" title="home">•</a><br><a href="/ask" title="inbox">•</a><br><a href="{text:Link 1 URL}" title="{text:Link 1}">•</a>
  578. </br><a href="{text:Link 2 URL}" title="{text:Link 2}">•</a>
  579. <br><a href="{text:Link 3 URL}" title="{text:Link 3}">•</a>
  580. </br><a href="{text:Link 4 URL}" title="{text:Link 4}">•</a>
  581. </div>
  582.  
  583.  
  584. <div id="pagination">
  585. {block:PreviousPage}<a href="{PreviousPage}">PREVIOUS</a> /
  586. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">NEXT</span></a>{/block:NextPage}
  587. </div>
  588.  
  589.  
  590.  
  591.  
  592. </div>
  593.  
  594. <div class="container">
  595.  
  596. <div id="entries">{block:Posts}<div id="post"><div class="postswrap1">
  597.  
  598. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  599.  
  600. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  601.  
  602. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  603.  
  604. {block:Video}<DIV CLASS=“VIDEO”>{Video-250}</DIV>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  605.  
  606. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  607.  
  608. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  609.  
  610. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  611.  
  612.  
  613. {block:AudioPlayer}
  614. <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}
  615.  
  616. {block:Answer}<div id="question"><div style="text-transform: uppercase; font-size:15px; text-align:right; font-weight:700; font-family: helvetica, sans-serif">{Asker}</div>{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  617.  
  618. <div class="postinfo">{block:Date}<a href="{Permalink}" title="{24HourWithZero}:{Minutes} {ShortDayOfWeek}, {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}">•</a>&nbsp; {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}">•&nbsp; </a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="VIA">•</a>&nbsp; {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" title="SRC">•</a>&nbsp; {/block:ContentSource}{/block:RebloggedFrom} {/block:Date}
  619.  
  620. {block:HasTags}
  621. <div class="tags">
  622. {block:Tags}<a href="{TagURL}"># {Tag} &nbsp;</a> {/block:Tags}</div>
  623. {/block:HasTags}</div>
  624.  
  625. <div class="postnote">
  626. {block:PostNotes}{PostNotes}{/block:PostNotes}
  627. </div>
  628. </div>
  629. {/block:Posts}
  630.  
  631. </div> <!----CONTAINED--->
  632.  
  633.  
  634. </div></div></div></div>
  635. </div>
  636.  
  637.  
  638. </body>
  639. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement