Advertisement
rockatanskis

cherry ola

Mar 22nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.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. <link href='https://fonts.googleapis.com/css?family=Exo+2:400,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:#e2e2e2;
  75. background-image:url('http://static.tumblr.com/eyg2cc8/ILao4gih9/rustomcgusto.png');
  76. background-position: bottom left;
  77. background-attachment:fixed;
  78. background-repeat:no-repeat;
  79. margin:0px;
  80. color:#686868;
  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. sup {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:center;
  130. font-family: 'Exo 2', 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: 'Exo 2', 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: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:500px;
  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:black;
  176. }
  177.  
  178. /*sidebar image*/
  179. #si1 {position:fixed;
  180. width:auto;
  181. height:auto;
  182. bottom:518px;
  183. left:310px;
  184. z-index:700;
  185. opacity:1;
  186. }
  187.  
  188. /*the actual sidebar image*/
  189.  
  190. #si1 img {
  191. }
  192.  
  193. /*sidebar links*/
  194.  
  195. #links {
  196. font-weight:100;
  197. width:auto;
  198. bottom:150px;
  199. margin-left:658px;
  200. font-size:17px;
  201. position:fixed;
  202. color:#fff;
  203. z-index:700;
  204. line-height:70%;
  205. }
  206.  
  207. #links a {
  208. letter-spacing: 0px;
  209. padding:3px;
  210. color:#fff;
  211.  
  212. }
  213.  
  214. #links a:hover {
  215. color:#fff;
  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:100px;
  248. padding:5px 5px 5px 6px;
  249. margin:20px 0px 0px 20px;
  250. background-color:#111;
  251. font-family: 'Exo 2', helvetica, arial;
  252. font-size:9px;
  253. letter-spacing:2px;
  254. text-transform:uppercase;
  255. text-align:center;
  256. color:#fff;
  257. border:1px solid #000;
  258. z-index:999999999999999999999999999999999999;
  259. }
  260.  
  261. /*next page and previous page*/
  262.  
  263. #pagination {
  264. position:fixed;
  265. color:#9d9d9d;
  266. width:430px;
  267. top:600px;
  268. left:430px;
  269. position:fixed;
  270. font-weight:100;
  271. font-family: helvetica;
  272. text-align:right;
  273. letter-spacing:3px;
  274. font-size:9px;
  275. z-index:90;
  276. }
  277. #pagination a{
  278. color:#bebebe;
  279. }
  280.  
  281. #pagination a:hover{color:white;}
  282.  
  283.  
  284. #entries {
  285. padding:0px 10px 10px 5px;
  286. width:25px;
  287. margin-bottom: 5px;
  288. }
  289.  
  290. #post {
  291. width:400px;
  292. padding-bottom:20px;
  293. margin-right:-25px;
  294. text-align:justify
  295. }
  296.  
  297. #post a {font-family: helvetica, arial
  298. font-size:18px;
  299. }
  300.  
  301. .container {
  302. position:fixed;
  303. background-size:100%;
  304. padding-top:15px;
  305. left:234px;
  306. bottom:145px;
  307. height:377px;
  308. width: 400px;
  309. overflow: scroll;
  310. z-index:400;
  311. background-repeat:repeat;
  312. }
  313.  
  314.  
  315. /*time posted, note count, via and source*/
  316.  
  317. .postinfo {
  318. margin-bottom:1px;
  319. margin-left:-2px;
  320. width:400px;
  321. background-image: url('http://static.tumblr.com/eyg2cc8/rr9o4g8g8/rustinfo.png');
  322. background-repeat:no-repeat;
  323. color:white;
  324. text-align:center;
  325. font-family:arial;
  326. text-transform:uppercase;
  327. font-size:10px;
  328. padding-top:10px;
  329. padding-bottom:10px;
  330. text-shadow: 2px 2px 3px rgb(94,94,94);
  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:390px;
  345. padding-left:5px;
  346. padding-top:5px;
  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. }
  354.  
  355. .tags a {
  356. color:#9b9b9b;
  357. }
  358.  
  359. .tags a:hover {
  360. color:#fff;
  361. }
  362.  
  363. .postnote {
  364. width:400px;
  365. margin-top:40px;
  366. font-family:arial;
  367. text-transform:lowercase;
  368. font-style:normal;
  369. letter-spacing:0px;
  370. font-size:10px;
  371. text-align:justify;
  372. }
  373.  
  374. /*asks*/
  375.  
  376. #question {
  377. font-weight:100;
  378. border-radius: 5px;
  379. font-size:11px;
  380. font-style:none;
  381. font-family:helvetica;
  382. letter-spacing:0px;
  383. text-align:justify;
  384. padding-top: 5px;
  385. padding-bottom: 5px;
  386. color:#bebebe;
  387. background:#1d1d1d;
  388. border-color:#000;
  389. padding:10px;
  390.  
  391. }
  392.  
  393. #question a{
  394. color:#fff;
  395.  
  396. }
  397.  
  398. #answer {
  399. padding-left:5px;
  400. padding-right:5px;
  401. font-weight:300;
  402. font-size:11px;
  403. font-style:none;
  404. font-family:helvetica;
  405. letter-spacing:0px;
  406. text-align:justify;
  407. padding-top: 7px;
  408.  
  409. }
  410.  
  411.  
  412.  
  413. /*audio player container*/
  414.  
  415. .playercontainer {
  416. text-align:justify;
  417. padding:10px;
  418. padding-left:0px;
  419. background-color:#fff;
  420. margin-left:5px;
  421. width:330px;
  422. }
  423.  
  424. /*artist, song, etc.*/
  425.  
  426. .musicinfo {
  427. padding-top:7px;
  428. padding-left:50px;
  429. color:#000;
  430. text-align:justify;
  431. }
  432.  
  433. /*credit. only change this if you actually make the code your own*/
  434.  
  435. #credit {
  436. position:fixed;
  437. font-size:9px;
  438. color:#000;
  439. font-weight:bold;
  440. line-height:150%;
  441. letter-spacing:2px;
  442. right:2px;
  443. bottom:-1px;
  444. text-transform:lowercase;
  445. text-align:center;
  446. }
  447.  
  448. #credit a {
  449. letter-spacing: 0px;
  450. padding:3px;
  451. color:#000;
  452. }
  453.  
  454. #credit a:hover {
  455. background:#fff;
  456. color:{color:link hover};
  457. }
  458.  
  459. pre {
  460. white-space: pre-wrap;
  461. }
  462.  
  463. b, strong {color:#acacac;
  464. font-size:12px;
  465. }
  466. i, em {color:#acacac;font-size:12px;}
  467.  
  468. /* --- UPDATES ---*/
  469.  
  470. #updates {
  471. font-size:9px;
  472. color:white;
  473. text-align:justify;
  474. height:15px;
  475. width:150px;
  476. padding:4px;
  477. top:110px;
  478. left:988px;
  479. z-index:10;
  480. position:fixed;
  481. overflow:hidden;
  482. -webkit-transition: all 0.5s ease-in-out;
  483. -moz-transition: all 0.5s ease-in-out;
  484. -o-transition: all 0.5s ease-in-out;
  485. }
  486.  
  487. .video {
  488. width:400px!important;}
  489.  
  490. .video iframe {
  491. width:400px!important;}
  492.  
  493. #hoverbox {
  494. position:fixed;
  495. top:130px;
  496. margin-left:800px;
  497. font-weight:100;
  498. font-family: 'Exo 2', sans-serif, helvetica;
  499. font-size:10px;
  500. text-align:center;
  501. }
  502.  
  503. #hoverbox a {color:white;}
  504.  
  505. #hovercontent a {color:white;}
  506.  
  507. #hovercontent {
  508. margin-top:10px;
  509. width:150px;
  510. color:#bebebe;
  511. opacity:0;
  512. -webkit-transition: all 0.7s ease;
  513. -moz-transition: all 0.7s ease;
  514. -o-transition: all 0.7s ease;
  515. }
  516.  
  517. #hoverbox:hover #hovercontent {
  518. opacity:0;
  519. -webkit-transition: all 0.7s ease;
  520. -moz-transition: all 0.7s ease;
  521. -o-transition: all 0.7s ease;}
  522.  
  523. .hr {
  524. margin-top:15px;
  525. margin-bottom:15px;
  526. height: 1px;
  527. background: #2c2c2c;
  528. width: 100%;
  529. font-size: 1px; /* IE 6 */
  530. overflow:hidden;
  531. }
  532.  
  533. #desc {
  534. padding-top:14px;
  535. padding-bottom:14px;
  536. width:440px;
  537. position:fixed;
  538. background-size:100%;
  539. text-align:center;
  540. left:214px;
  541. bottom:85px;
  542. overflow: scroll;
  543. font-size:11px;
  544. line-height:100%;
  545. z-index:400;
  546. }
  547.  
  548.  
  549. {CustomCSS}</style></head><body>
  550.  
  551. <!-- begin updates tab -->
  552.  
  553. <div id="desc">
  554.  
  555. i know who i am. and after all these years, there’s a victory in that.<br><span style="font-size:10px">the only rust cohle worth following, written by ola</span></div>
  556.  
  557. <!-- end updates tab -->
  558.  
  559. <!-- made by sppice, tutorial at html-tutorials.tumblr.com-->
  560.  
  561.  
  562.  
  563. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  564. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  565. <script>
  566.  
  567. (function($){
  568.  
  569. $(document).ready(function(){
  570.  
  571. $("a[title]").style_my_tooltips({
  572.  
  573. tip_follows_cursor:true,
  574.  
  575. tip_delay_time:50,
  576.  
  577. tip_fade_speed:600,
  578.  
  579. attribute:"title"
  580.  
  581. });
  582.  
  583. });
  584.  
  585. })(jQuery);
  586.  
  587. </script>
  588.  
  589.  
  590. <div id="si1"><img src="http://static.tumblr.com/eyg2cc8/TwUo4gigp/rusty.png"></div>
  591. <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>
  592. </br><a href="{text:Link 2 URL}" title="{text:Link 2}">•</a>
  593. <br><a href="{text:Link 3 URL}" title="{text:Link 3}">•</a>
  594. </br><a href="{text:Link 4 URL}" title="{text:Link 4}">•</a><br><br><span style="font-size:10px">{block:PreviousPage}<a href="{PreviousPage}">&larr;</a><br>
  595. {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&rarr;</a></span>{/block:NextPage}
  596. </div>
  597.  
  598.  
  599. <div id="pagination">
  600. </div>
  601.  
  602.  
  603.  
  604.  
  605. </div>
  606.  
  607. <div class="container">
  608.  
  609. <div id="entries">{block:Posts}<div id="post">
  610.  
  611. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  612.  
  613. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  614.  
  615. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  616.  
  617. {block:Video}<DIV CLASS=“VIDEO”>{Video-400}</DIV>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  618.  
  619. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  620.  
  621. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  622.  
  623. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  624.  
  625.  
  626. {block:AudioPlayer}
  627. <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}
  628.  
  629. {block:Answer}<div id="question"><div style="text-transform: uppercase; font-size:15px; text-align:right; font-weight:700; font-family: 'Exo 2'">{Asker}</div>{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  630.  
  631. {block:Date}<div class="postinfo"><a href="{Permalink}" title="{24HourWithZero}:{Minutes}{AmPm} {DayOfMonthWithZero}/{MonthNumberWithZero}">▩</a> {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}">▩</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}{block:HasTags}
  632. <div class="tags">
  633. {block:Tags}<a href="{TagURL}"># {Tag}</a>  {/block:Tags}</div>
  634. {/block:HasTags}
  635. </div></div>{/block:Date}
  636.  
  637. {/block:Posts}
  638.  
  639. </div> <!----CONTAINED--->
  640.  
  641.  
  642. </div></div></div></div>
  643. </div>
  644.  
  645.  
  646. </body>
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement