Advertisement
rockatanskis

abouttiime

Mar 19th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.02 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. <meta name="text:hover" content="you can put whatever text you want here and style it however you might like to, using paragraph tags and things ! it's currently set to justify, but you can set it do. yknow. other things. just by editing the codes set with #updates. the only thing you can't edit through this bit is the credit, but if you want to move it to a page, you can find it in the html and do that !" />
  37.  
  38.  
  39.  
  40. <link href='https://fonts.googleapis.com/css?family=Exo+2:500,700,600' rel='stylesheet' type='text/css'>
  41.  
  42.  
  43.  
  44.  
  45. <head><title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50.  
  51. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  52. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  53.  
  54. <style type="text/css">
  55.  
  56. /*edit scrollbar*/
  57.  
  58. ::-webkit-scrollbar-thumb {
  59. height:auto;
  60. background-color:;
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. height:0px;
  65. width:7px;
  66. padding-right:2px;
  67. }
  68.  
  69. /*edit the body this is what post text looks like, background color, etc.*/
  70.  
  71. body {
  72. font-weight:300;
  73. overflow:hidden;
  74. position:fixed;
  75. background:#0d0d0d;
  76. background-image:url('http://static.tumblr.com/eyg2cc8/aalo4al1y/yeaaa__.png');
  77. background-position: bottom left;
  78. background-attachment:fixed;
  79. background-repeat:no-repeat;
  80. margin:0px;
  81. color:#686868;
  82. font-family:helvetica;
  83. font-size:12px;
  84. line-height:140%;
  85. }
  86.  
  87. small {
  88. font-size:10px;
  89. }
  90.  
  91. sub {font-size:10;}
  92. /*edit links*/
  93.  
  94. a {
  95. text-decoration:none;
  96. outline:none;
  97. -moz-outline-style:none;
  98. color:#acacac;
  99. -moz-transition-duration:0.8s;
  100. -webkit-transition-duration:0.8s;
  101. -o-transition-duration:0.8s;
  102. }
  103.  
  104. /*edit link hover*/
  105.  
  106. a:hover {
  107. color:#fff;
  108. outline:none;
  109. -moz-outline-style:none;
  110. text-decoration:none;
  111. }
  112.  
  113. blockquote {
  114. margin:10px;
  115. padding-right:-10px;
  116. padding-left:5px;
  117. border-left:2px solid #474747;
  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:left;
  130. font-family: helvetica, sans-serif, 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: helvetica, sans-serif, helvetica, 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:500px;
  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:500px;
  160. color:white;
  161. font-family: helvetica, sans-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:black;
  176. }
  177.  
  178. /*sidebar image*/
  179. #si1 {position:fixed;
  180. top:8px;
  181. left:593px;
  182. z-index:900;
  183. opacity:1;
  184. }
  185.  
  186. /*the actual sidebar image*/
  187.  
  188. #si1 img {width:500px;
  189. height:auto;
  190. }
  191.  
  192. /*sidebar image*/
  193. #si2 {position:fixed;
  194. left:540px;
  195. top:110px;
  196. z-index:300;
  197. opacity:1;
  198. }
  199.  
  200. /*the actual sidebar image*/
  201.  
  202. #si2 img {width:auto;
  203. height:auto;
  204. }
  205.  
  206. /*sidebar links*/
  207.  
  208. #links {
  209. font-weight:100;
  210. width:auto;
  211. top:120px;
  212. margin-left:515px;
  213. font-size:17px;
  214. position:fixed;
  215. color:#e7e3de;
  216. z-index:700;
  217. line-height:120%;
  218. }
  219.  
  220. #links a {color:#fff;}
  221.  
  222. #links a:hover {
  223. color:#fff;
  224. }
  225.  
  226.  
  227. ////////////
  228.  
  229. #description {
  230. position:fixed;
  231. color:white;
  232. width:476.5px;
  233. bottom:5px;
  234. left:372px;
  235. position:fixed;
  236. height:64px;
  237. font-size:12px;
  238. font-weight:200;
  239. font-family: helvetica;
  240. padding:20px;
  241. text-align:justify;
  242. letter-spacing:2px;
  243. line-height:20px;
  244. }
  245. #description a{
  246. color:white;
  247. }
  248.  
  249.  
  250.  
  251. #description a:hover {
  252. color:#6f35f6;
  253. }
  254.  
  255. /* this is the box that comes up when you hover over something with a title*/
  256.  
  257. #s-m-t-tooltip {
  258. max-width:100px;
  259. padding:5px 5px 5px 6px;
  260. margin:20px 0px 0px 20px;
  261. background-color:#111;
  262. font-family: helvetica, sans-serif, helvetica, arial;
  263. font-size:9px;
  264. letter-spacing:2px;
  265. text-transform:uppercase;
  266. text-align:center;
  267. color:#fff;
  268. border:1px solid #000;
  269. z-index:999999999999999999999999999999999999;
  270. background-image: url('http://static.tumblr.com/eyg2cc8/g0Bo4au38/heck.png');
  271. }
  272.  
  273. /*next page and previous page*/
  274.  
  275. #pagination {
  276. position:fixed;
  277. color:#9d9d9d;
  278. width:270px;
  279. top:585px;
  280. left:800px;
  281. position:fixed;
  282. font-weight:100;
  283. font-family: helvetica;
  284. text-align:right;
  285. letter-spacing:3px;
  286. font-size:9px;
  287. z-index:90;
  288. }
  289. #pagination a{
  290. color:#bebebe;
  291. }
  292.  
  293. #pagination a:hover{color:white;}
  294.  
  295.  
  296. #entries {
  297. padding:0px 10px 10px 5px;
  298. }
  299.  
  300. #post {
  301. width:500px;
  302. text-align:justify;
  303. }
  304.  
  305. .postswrap1 {
  306. padding-bottom:20px;
  307. }
  308.  
  309. #post a {font-family: helvetica, arial
  310. font-size:18px;
  311. }
  312.  
  313. .container {
  314. position:fixed;
  315. background-size:100%;
  316. padding-top:10px;
  317. padding-left:5px;
  318. left:550px;
  319. top:120px;
  320. height:440px;
  321. width: 515px;
  322. overflow: scroll;
  323. z-index:1000;
  324. background-repeat:repeat;
  325. }
  326.  
  327.  
  328. /*time posted, note count, via and source*/
  329.  
  330. .postinfo {
  331. margin-bottom:1px;
  332. margin-left:0px;
  333. width:500px;
  334. background-image: url('http://static.tumblr.com/eyg2cc8/g0Bo4au38/heck.png');
  335. background-repeat:no-repeat;
  336. color:white;
  337. text-align:center;
  338. font-family:arial;
  339. text-transform:uppercase;
  340. font-size:20px;
  341. padding-top:5px;
  342. padding-bottom:10px;
  343. }
  344.  
  345. .postinfo a {
  346. color:#fff;
  347. }
  348.  
  349. .postinfo a:hover {
  350. color:#fff;
  351. }
  352.  
  353. /*tags*/
  354.  
  355. .tags {
  356. width:480px;
  357. padding-left:10px;
  358. padding-top:3px;
  359. font-family:arial;
  360. letter-spacing:0px;
  361. font-size:10px;
  362. text-align:center;
  363. line-height:100%;
  364. text-transform:lowercase;
  365. }
  366.  
  367. .tags a {
  368. color:#dcdcdc;
  369. }
  370.  
  371. .tags a:hover {
  372. color:#fff;
  373. }
  374.  
  375. .postnote {
  376. width:500px;
  377. margin-top:10px;
  378. font-family:arial;
  379. text-transform:lowercase;
  380. font-style:normal;
  381. letter-spacing:0px;
  382. font-size:10px;
  383. text-align:justify;
  384. }
  385.  
  386. /*asks*/
  387.  
  388. #question {
  389. font-weight:100;
  390. border-radius: 5px;
  391. font-size:11px;
  392. font-style:none;
  393. font-family:helvetica;
  394. letter-spacing:0px;
  395. text-align:justify;
  396. padding-top: 5px;
  397. padding-bottom: 5px;
  398. color:#bebebe;
  399. background:#1d1d1d;
  400. border-color:#000;
  401. padding:10px;
  402.  
  403. }
  404.  
  405. #question a{
  406. color:#699bbb;
  407.  
  408. }
  409.  
  410. #answer {
  411. padding-left:5px;
  412. padding-right:5px;
  413. font-weight:300;
  414. font-size:11px;
  415. font-style:none;
  416. font-family:helvetica;
  417. letter-spacing:0px;
  418. text-align:justify;
  419. padding-top: 7px;
  420.  
  421. }
  422.  
  423.  
  424.  
  425. /*audio player container*/
  426.  
  427. .playercontainer {
  428. text-align:justify;
  429. padding:10px;
  430. padding-left:0px;
  431. background-color:#fff;
  432. margin-left:5px;
  433. width:330px;
  434. }
  435.  
  436. /*artist, song, etc.*/
  437.  
  438. .musicinfo {
  439. padding-top:7px;
  440. padding-left:50px;
  441. color:#000;
  442. text-align:justify;
  443. }
  444.  
  445. /*credit. only change this if you actually make the code your own*/
  446.  
  447. #credit {
  448. position:fixed;
  449. font-size:9px;
  450. color:#000;
  451. font-weight:bold;
  452. line-height:150%;
  453. letter-spacing:2px;
  454. right:2px;
  455. bottom:-1px;
  456. text-transform:lowercase;
  457. text-align:center;
  458. }
  459.  
  460. #credit a {
  461. letter-spacing: 0px;
  462. padding:3px;
  463. color:#000;
  464. }
  465.  
  466. #credit a:hover {
  467. background:#fff;
  468. color:{color:link hover};
  469. }
  470.  
  471. pre {
  472. white-space: pre-wrap;
  473. }
  474.  
  475. b, strong {color:#acacac;}
  476. i, em {color:#acacac;}
  477.  
  478. /* --- UPDATES ---*/
  479.  
  480. .video {
  481. width:500px!important;}
  482.  
  483. .video iframe {
  484. width:500px!important;}
  485.  
  486.  
  487.  
  488. /* --- UPDATES ---*/
  489.  
  490. #updates {
  491. font-size:9px;
  492. color:white;
  493. text-align:justify;
  494. height:52px;
  495. width:150px;
  496. padding:4px;
  497. top:10px;
  498. left:10px;
  499. z-index:1000;
  500. position:fixed;
  501. overflow:hidden;
  502. -webkit-transition: all 0.5s ease-in-out;
  503. -moz-transition: all 0.5s ease-in-out;
  504. -o-transition: all 0.5s ease-in-out;
  505. }
  506.  
  507. #updates b {color:rgba(255, 66, 66, 1);}
  508.  
  509. #updates a {font-family: helvetica, arial;
  510. line-height:100%;
  511. text-transform:underline;
  512.  
  513. -webkit-transition: all 1s ease-in-out;
  514. -moz-transition: all 1s ease-in-out;
  515. -o-transition: all 1s ease-in-out;
  516. }
  517.  
  518. #updates:hover {
  519. height:500px;
  520. -webkit-transition: all 1s ease-in-out;
  521. -moz-transition: all 1s ease-in-out;
  522. -o-transition: all 1s ease-in-out;
  523. }
  524.  
  525. #updatestitle {
  526. font-size:10px;
  527. text-transform:uppercase;
  528. font-family:arial;
  529. font-weight:bold;
  530. text-align:left;
  531. color:white;
  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. </div></div>
  573.  
  574. <!-- begin updates tab -->
  575.  
  576. <div id="updates">
  577. <div id="updatestitle"><img src="http://static.tumblr.com/eyg2cc8/M1so4aty1/adorable.gif"></div>
  578.  
  579. <div style="background-image: url('http://static.tumblr.com/eyg2cc8/g0Bo4au38/heck.png'); background-color:#000; padding:5px;">{text:hover}<p align=center><span style="font-size:8px"><a href="http://sepiol.tumblr.com">THEME CREDIT</a> · <a href="http://www.mazeon.com/post/110347407445/marty-mcfly-rides-the-hoverboard-shown-at-800">PIXEL CREDIT</a></span></p>
  580. </div></div></div>
  581.  
  582. <!-- end updates tab -->
  583.  
  584. <div id="si1"><img src="http://static.tumblr.com/eyg2cc8/UD1o4aqsu/nanana80s.png"></div>
  585.  
  586. <div id="si2"><img src="http://static.tumblr.com/eyg2cc8/icho4ar7i/that_box.png"></div>
  587.  
  588.  
  589. <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>
  590. </br><a href="{text:Link 2 URL}" title="{text:Link 2}">✰</a>
  591. <br><a href="{text:Link 3 URL}" title="{text:Link 3}">✰</a>
  592. </br><a href="{text:Link 4 URL}" title="{text:Link 4}">✰</a>
  593. </div>
  594.  
  595.  
  596. <div id="pagination">
  597. {block:PreviousPage}<a href="{PreviousPage}"><img src="http://static.tumblr.com/eyg2cc8/vVLo4arz3/pagindos.png"></a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><img src="http://static.tumblr.com/eyg2cc8/WOTo4arz3/paginuno.png"></a>{/block:NextPage}
  598. </div>
  599.  
  600.  
  601.  
  602.  
  603. </div>
  604.  
  605. <div class="container">
  606.  
  607. <div id="entries">{block:Posts}<div id="post"><div class="postswrap1">
  608.  
  609. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  610.  
  611. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  612.  
  613. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  614.  
  615. {block:Video}<DIV CLASS=“VIDEO”>{Video-500}</DIV>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  616.  
  617. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  618.  
  619. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  620.  
  621. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  622.  
  623.  
  624. {block:AudioPlayer}
  625. <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}
  626.  
  627. {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}
  628.  
  629. <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}
  630.  
  631. {block:HasTags}
  632. <div class="tags">
  633. {block:Tags}<a href="{TagURL}"># {Tag} &nbsp;</a> {/block:Tags}</div>
  634. {/block:HasTags}</div>
  635.  
  636. <div class="postnote">
  637. {block:PostNotes}{PostNotes}{/block:PostNotes}
  638. </div>
  639. </div>
  640. {/block:Posts}
  641.  
  642. </div> <!----CONTAINED--->
  643.  
  644.  
  645. </div></div></div></div>
  646. </div>
  647.  
  648.  
  649. </body>
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement